/* global */
html{height: 100%;}

body
{ font-family: Tahoma, Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #65605B url(pattern.png) repeat;
  color: #555;
/*  overflow:scroll;*/
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}

h1, h2, h3, h4, h5
{ font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  color: #6F5E43;
}

h1, h2, h4
{ padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
}

h3
{ text-align:center;
  font-size:110%;
  letter-spacing: 0.5px;
  color: #6F5E43;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  color: #555;
}

h5
{ padding: 0px 0px 0px 0px; 
  letter-spacing:normal;
  margin: 0px 0px 0px 0px; 
}

a
{ cursor: pointer;
  color: orange;
  text-decoration: none; 
}
a:visited {
  color: orange;
  text-decoration: none;
}
a:hover {
  color: grey;
}
/*Styles*/
.style1
{ font-size: 18px;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  padding: 7px 0px 5px 0px;
  margin: 0px 0px 12px 0px;
  color:#6F5E43
}

.style2
{ font-size: 24px;
  font-family: "Times New Roman", Times, serif;
}

.style7
{ font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
}

.style12
{ font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}

.style20
{ font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #DE9412;
  font-size: 14px;
  margin-top: 10px;
}

img
{ border: 0px;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

form
{ padding: 0;
  margin: 0;
}

/* image positioning - left, right and center */
img .left
{ float: left; 
  border-right: 18px solid;
}

img .right
{ float: right; 
  border-left: 18px solid;
}

img .center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

img .left, img .right{border-color: #FFF;}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content, #footer_links
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 776px;
  background: #FFF url(main.png) repeat-y;
  color: #555;
}

/* logo */
#logo
{ width: 760px;
  height: 200px;
  border-top: 1px solid #F2F2F0;
  background: #444 url(logo_header.jpg) repeat-x;
  color: #FFF;
}

/* navigation menu */
#menubar
{ background: #9A450F url(menubar.png) repeat;
  width: 760px;
  height: 70px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{
	font-family: verdana, sans-serif;
	display: inline-block;
	float: left;
	height: 44px;
	width: 75px;
	text-decoration: none;
	padding: 26px 15px 0px 15px;
	text-align: center;
	border-right: 1px solid #9A450F;
	background: transparent;
	color: #FFF;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover, ul#menu li a:active, ul#menu li a.current:active
{
	background: #9A450F url(menubar.png) repeat;
	background-position: 0 -70px;
	color:#9A450F;
} 

/* main content */
#site_content
{
	width: 760px;
	overflow: hidden;
	padding: 0px 0px 15px 0px
} 

/* floats */
.floats
{
	float: left;
	padding: 0px 0px 0px 15px;
	width:745px;
}

/* floats items / links */
.floatitem, .widefloat
{ text-align: left;
  width: 177px;
  float: left;
  margin: 7px 7px 0px 0px;
}
.widefloat
{width:361px}

.floatitem h1, .floatitem h3, .floatitem p, .widefloat h1, .widefloat h3, .widefloat p
{margin: 8px 10px 10px 12px;}
.widefloat h3 {white-space:nowrap}

.floatitem img, .widefloat img
{height:260px}

.floatitem ul, .widefloat ul
{ border-top: 1px solid #E5E2DB;
  width: 209px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.floatitem li, .widefloat li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #DDDCE4;
}

.floatitem li a, .floatitem li a:hover, .widefloat li a, .widefloat li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(../Other/arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.floatitem li a.current, .floatitem li a:hover, .floatitem li a.current:hover, 
.widefloat li a.current, .widefloat li a:hover, .widefloat li a.current:hover
{ background: transparent url(../Other/arrow_select.png) no-repeat left center;} 

/* page content */
#content_container
{
	text-align: left;
	width: 730px;
	float: left;
	padding: 15px 22px 0px 15px;
}

#content
{ text-align: left;
  width: 700px;
  padding: 8px 14px 8px 15px;
}

#content a
{ background: transparent;
  color: #DE9412;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}

.sidebaritem, .floatitem, #content, .noframe, .widefloat
{ background: #FFF;
  color: #CCCCCC;
}

/* footer */
#footer
{ width: 720px;
  height: 42px;
  font-size: 1.1em;
  padding: 26px 21px 0px 19px;
  text-align: center; 
  border-top: 2px solid #F2F2F0;
  background: #BDB9B2 url(menu.png) repeat;
  color: #444;
}

#footer a
{ background: transparent;
  color: #FFF;
}

#footer a:hover
{ background: transparent;
  color: #555;
}

#footer_links
{ text-align: center;
  background: #65605B;
  border: solid 1px;
  border-color: #666666;
  border-top-width: 0px;
  height: 38px;
  width: 760px;
  font-size: 0.8em;
  vertical-align: middle;
}
/*
#footer_links
{ border-bottom-width: 5px;
  border-bottom-color: #343434;
}
*/
#footer_links a
{ background:transparent;
  color:#333333;
}

#footer_links a:hover
{ background:transparent;
  color:#999999;
}
 
#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block; background: #E5E2DB;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* Nifty Corners Highlight */
.hrtop, .hrbottom{display: block; background:#E5E2DB;}

.hrtop .hr1, .hrtop .hr2, .hrtop .hr3, .hrtop .hr4,
.hrbottom .hr1, .hrbottom .hr2, .hrbottom .hr3, .hrbottom .hr4
{ display: block;
  height: 1px;
  overflow: hidden;
  background:#FFF;
}

.hr1{margin: 0 5px;}

.hr2{margin: 0 3px;}

.hr3{margin: 0 2px;}

.hrtop .hr4, .hrbottom .hr4
{ margin: 0 1px;
  height: 2px;
}

/* quote form */
table
{ border: none;
  padding:2px
}

#textarea
{ position: absolute;
  left: 1659px;
  top: 138px;
  width: 44px;
}

#tr
{ vertical-align:middle;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #DE9412;
  font-size: 14px;
  margin-top: 10px;
}
/*
textarea, select, input[type="text"]
{ border:1px #C0C0C0 solid;
  color:#666666;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:11px;
  z-index:13
}
	
textarea
{ width: 100%;
  height: 120px;
  padding: 3px;
}

input.submit
{ padding: 2px;
  font-family:Arial;
  font-weight:bold;
  font-size:11px;
}

input[type="text"]
{ padding: 2px;
  margin-left: 0px;
  margin-top: 2px;
  padding-right: 5px;
  margin-right: 5px;
}
*/

a.specialeffects:hover
{ color: black ;
  background-color: #ff0 ;
}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #E5E2DB; 
  padding: 10px 8px;   
}

.comment
{ background: #F2EFEA; 
  color: #444;
}

.date
{ border-top: 1px solid #E5E2DB; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}

/*Gallery*/
#frameholder
{ padding:15px;
  background-color:#FFF;
  border:medium #FFF solid;
}

#InlineFrame1
{ width:500px;
  height:300px;
}

/* sidebar */
.sidebar
{ float: left;
  padding: 0px 0px 15px 15px;
  width:745px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 177px;
  float: left;
  margin: 7px 7px 0px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid #E5E2DB;
  width: 209px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #DDDCE4;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(../Other/arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(../Other/arrow_select.png) no-repeat left center;} 

/*Extras*/
.Centre_Emphases
{ font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  color: #FF9900;
}

#main #site_content #content_container #content td
{ font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  word-spacing: normal;
}

#main #site_content #content_container #content .style16
{ font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 3px;
}

