/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
	line-height:1.2em;
	text-align:center;
	background-color: #D5C089;
	font-family: Tahoma, Verdana;
	font-size: 80%;
	background-image: url(../img/Goldrod.gif);
	background-repeat: repeat;
}

a{
	color:#CCCC00;
	background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0em;
	padding-left: 0;
}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
#container #content img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
	width:760px;
	text-align:left;
	color:#303030;
	border:1px solid #333333;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	margin-top: 20px;
	background-color: #FFFFFF;
}

#header{
	height:190px;
	width:758px;
	color:#ffffff;
	background-color: #FFFFFF;
	background-image: url(../img/logo.jpg);
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
}

#header h1{
	font-size:1px;
	background-color:inherit;
	color:#ffffff;
	letter-spacing:-2px;
	font-weight:normal;
	padding-right: 0;
	padding-bottom: 0;
}

#navigation{
	height:2.3em;
	line-height:2.2em;
	width:758px;
	color:#ffffff;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	background-color: #5c862d;
	font-family: "Trebuchet MS", Tahoma, Arial;
	background-image: url(../img/nav.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#navigation li{
	float:left;
	list-style-type:none;
	white-space:nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A49E6E;
}

#navigation li a{
	display:block;
	font-size:1em;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 40px;
	font-weight: normal;
}

* html #navigation a {
	width:1%;
}

#navigation .selected,#navigation a:hover{
	color:#ffffff;
	text-decoration:none;
	background-image: url(../img/nav2.gif);
	background-repeat: repeat-x;
}

/**************** Content styles ****************/

#content{
	float:left;
	width:510px;
	font-size:0.9em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 0px;
}
#container #content h3 {
	font-size: 1em;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
#container #content #ayres {
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #content #ayres img {
	border: 1px solid #999999;
}

#container #content strong {
	color: #545136;
	font-size: 101%;
	font-weight: bold;
}

#container #content p {
	padding-right: 19px;
	padding-bottom: 5px;
	color: #000000;
}


#content h2{
	display:block;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#8B2111;
	background-color:inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#container #content h5 {
	color: #000000;
	font-size: 1.1em;
	font-family: Tahoma, Verdana;
	padding-right: 10px;
	padding-bottom: 10px;
}
#container #content a {
	color: #8B8559;
}
#container #content #thumb {
	padding-bottom: 10px;
	padding-top: 10px;
}
#container #content #thumb img {
	border: 1px solid #999999;
}

#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
	float:right;
	width:210px;
	line-height:1.4em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}

#subcontent h2{
	display:block;
	font-size:1.3em;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-decoration: underline;
}

#subcontent p{
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
	clear:both;
	width:758px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#f0f0f0;
	background-image: url(../img/nav.gif);
	background-repeat: repeat-x;
	background-color: #608F33;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{
	font-size:0.8em;
}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{
	width: 350px;
}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
	border:1px solid #666666;
	background-color:#A49E6E;
	color:#FFFFFF;
	font-size: 90%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.2em;
	background-image: url(../img/box.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 720px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h6 {
	font-size: 100%;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
}
#container #content h6 {
	color: #000000;
}

#container #content h4 {
	font-size: 100%;
	color: #942305;
}


.box img{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #333333;
}

#container #content #tui img {
	border: 1px solid #999999;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
