/* CSS Document */
@import url("reset.css");

a {
	color:#336734;
}
a:hover {
	color:#000;
}
strong {
	font-weight:bold;
}
body {
	background: url(images/background.gif) left top repeat-x #FBFBFB;
	height:100%;
}
html,body {
	height: 100%;
}
.clear {clear:both;}
#wrapper {
	width:742px;
	/*min-height:100%;*/
	margin:0 auto;
	background: url(images/wrapperbg.gif) center top repeat-y;
}
#wrapperinner {
	position:relative;
	width:738px;
	font-size:11px;
}
/*  ---IE hack for min-height---  
* html #wrapper {
	height: 100%;
}*/
#branding {
	position:relative;
	background:url(images/brandingbg.gif) right 16px no-repeat;
	width:742px;
	height:112px;
	padding-top:16px;
}
* html #branding {
	margin-left:0;
}
#branding a {
	text-decoration:none;
}
#branding img {
	margin:13px 0 0 32px;
	float:left;
}
#address {
	float:right;
	width:200px;
	text-align:right;
	font-size:13px;
	color:#666;
	margin:32px 27px 0 0;
	line-height:15px;
}
.browntext {
	color:#a47748;
}
#mainnav {
	position:relative;
	width:742px;
	height:34px;
	background:url(images/navbg.gif) right top no-repeat;
	font-size:12px;
}
#mainnav ul{
	
}
#mainnav li {
	float:left;
	line-height:34px;
}
#mainnav a {
	color:#FFF;
	text-decoration:none;
	padding:0 10px;
	margin-top:2px;
	border-left:1px solid #9e9fa3;
	
}
#mainnav a:hover{
	color:#f0e1d1;
}
.first {
	border:none !important;
	margin-left:37px;
}
#mainnavshadow {
	width:743px;
	height:10px;
	position:absolute;
	left:4px;
	top:0;
}
#content {
	width:687px;
	margin-right:23px;
	background-color:#fff;
	border-bottom:5px solid #007070;
	float:right;
	min-height:391px;
}
* html #content {
	margin-right:12px;
	height:391px;
}
#content h1 {
	font-size:120%;
	font-weight:bold;
}
#homewelcome {
	background-color:#f0e1d1;
	border-bottom:1px solid #A1967C;
	width:687px;
	float:right;
}
#welcomecopy{
	float:right;
	padding:15px 35px;
	width:370px;
	line-height:13px;
}

#articlecontainer {
	width:687px;
	float:right;
	clear:right;
	line-height:13px;
}
.articleheadline {
	border-bottom:1px solid #6c9d31;
	padding:10px 0;
	font-size:14px;
	margin-bottom:10px;
}
.homearticle {
	width:175px;
	float:right;
	padding-bottom:12px;
	margin-right:25px;
}
* html .homearticle {
	margin-right:16px;
}
.homearticle a{
	color:#005b00;
	text-decoration:none;
	padding-left:12px;
	background:url(images/navarrow.gif) left top no-repeat;
}
.homearticle a:hover{
	color:#000;
}
#homephoto {
	width:330px;
	height:391px;
	position:absolute;
	top:0px;
	left:27px;
}
#copyright {
	text-align:center;
	color:#666;
	font-size:10px;
	padding:10px;
}

/*Interior Layout
-------------------------------*/
#interiorcontent {
	width:687px;
	margin-right:23px;
	background:url(images/intphoto1.jpg) left top no-repeat #fff;
	border-bottom:5px solid #007070;
	float:right;
	min-height:391px;
	
}
#interiorcontent_nonav {
	width:687px;
	margin-right:23px;
	background:url(images/intphoto1.jpg) left -200px no-repeat #fff;
	border-bottom:5px solid #007070;
	float:right;
	min-height:391px;
	
}
* html #interiorcontent, * html #interiorcontent_nonav {
	margin-right:12px;
	height:391px;
}
#interiorcontent h1, #interiorcontent_nonav h1 {
	font-size:120%;
	font-weight:bold;
}
#maincontent {
	border-left:1px dotted #CCC;
	width:464px;
	float:right;
	min-height:391px;
	line-height:13px;
}
*:first-child+html #maincontent{
	width:463px;
}
* html #maincontent {
	height:391px;
	width:463px;
}
#maincontent h1{
	color:#336734;
	font-size:15px;
	padding:25px 25px 10px 25px;
}
#maincontent p{
	padding:0px 25px;
}
#maincontent ul{
	list-style:disc;
	padding-left:40px;
}
#maincontent img {
	float:right;
	margin-left:8px;
}
.redtext {
	color:#C00;
	font-weight:bold;
}
#leftcol {
	width:223px;
}
* html #leftcol {
	width:200px;
}
#leftcolhead {
	border-bottom:1px solid #6c9d31;
	padding:10px 0;
	font-size:14px;
	margin:15px 0 10px 28px;
	width:166px;
}
* html #leftcolhead {
	margin:15px 0 10px 20px;
	width:160px;
}
#subnav {
	width:166px;
	margin-left:28px;
}
* html #subnav {
	margin-left:20px;
	width:160px
}
#subnav li {
	padding:2px 0;
}
#subnav a{
	color:#005b00;
	text-decoration:none;
	padding-left:12px;
	background:url(images/navarrow.gif) left top no-repeat;
}
* html #subnav a{
	background:url(images/navarrow.gif) 2px 2px no-repeat;
}
#subnav a:hover {
	color:#000;
}
/*Main nav selected states
-------------------------------------*/
#first .first, #helpful .helpful, #contact .contact, #types .types, #staff .staff, #fee .fee, #links .links {
	color:#f0e1d1 !important;
}
/*Sub nav selected states
-------------------------------------*/
.current {
	color:#333 !important;
}

