/* CSS Document */

html {
	margin:0;
	padding:0;
	}

body {
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#5d5d5d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
	}
	
/*layout elements*/	
#logo {
	width:514px;
	height:167px;
	background:url(img/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
}
/*centers layout*/
#container {
	margin:0 auto;
	width:1022px;
	}
	
form {
	padding:0;
	margin:0;
	}
	
#header {
	width:1022px;
	position:relative;
	text-align:left;
	background-image:url(img/header_nav_bg.jpg);
	background-repeat:repeat-x;
	}
	
#topnav {
	position:absolute;
	left:510px;
	top:38px;
	list-style:none;
	margin:0;
	padding:0;
	}

#topnav li {
	float:left;
	display:inline;
	margin:0 20px 0 0;
}

#topnav li.last {
	padding:0;
}
	
#topnav a {
	font-family:"Chaparral Pro", serif;
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
	}
	
#topnav a:hover {
	color:#E1DCC6;
	}
	
#nav {
	width:942px;
	background-image:url(img/nav_bg.png);
	background-repeat:no-repeat;
	text-align:left;
	height:46px;
	list-style:none;
	margin:0;
	padding:0px 40px 0px 40px;
	}
	
#nav li {
	float:left;
	display:inline;
	padding:10px 16px 10px 15px;
	*padding-left:10px;
}

#nav li.currentPage {
	float:left;
	display:inline;
	padding:10px 20px 10px 10px;
}

#nav li:last-child {
	}
	
#nav a {
	font-family:"Chaparral Pro", serif;
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
	}
	
#nav a:hover {
	color:#E1DCC6;
	}

#content {
	width:968px;
	text-align:left;
	padding-left:27px;
	*padding-left:0px;
	}
	
#insideContent {
	width:968px;
	text-align:left;
	margin-left:27px;
	*margin-left:0px;
	background-image:url(img/inner_content_bg.gif);
	background-repeat:repeat-y;
}
	
#leftnav {
	width:246px;
	position:relative;
	float:left;
	padding-bottom:10px;
	}
	
#leftnav ul {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
#leftnav li a {
	display:block;
	padding:10px 20px;
	width:206px;
	color:#838550;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}

#leftnav li a:hover {
	color:#F3F0E2;
	background-color:#A6A972;
	text-decoration:none;
	}
	
#leftnav li.current-page > a {
	color:#F3F0E2;
	background-color:#A6A972;
	text-decoration:none;
	}
	
#leftnav li.current-page > a:hover {
	color:#F3F0E2;
	background-color:#A6A972;
	text-decoration:none;
	}
	
#leftnav ul li ul li a {
	padding-left:40px;
	width:186px;
	}
	
#leftnav ul li ul li ul li a {
	padding-left:60px;
	width:166px;
	}

#insideText {
	padding:10px 29px 29px 29px;
	width:664px;
	position:relative;
	float:left;
	line-height:20px;
	}
	
#insideText h1 {
	padding-top:10px;
	margin-top:0px;
	}
	
#welcome {
	background-color:#e1dcc6;
	}
	
#welcome .innerContainer {
	background-image:url(img/home_welcome.png);
	background-repeat:no-repeat;
	width:916px;
	height:341px;
	margin-left:2px;
	padding:10px 25px 0px 25px;
	}
	
#welcome .innerContainer .innerContentText {
	width:475px;
	padding-left:5px;
	padding-right:0px;
	line-height:20px;
	}
	
#columns {
	width:968px;
	background-color:#f7f5f0;
	line-height:20px;
	position:relative;
	padding-bottom:60px;
	}
	
#columns .column1 {
	width:312px;
	padding:0px 0px 0px 15px;
	}
	
#columns .column2 {
	width:312px;
	}
	
#columns .column3 {
	width:312px;
	padding:0px 12px 0px 0px;
	}
	
#columns p {
	padding:5px 15px;
	margin-top:0px;
	}
	
#columns h2 {
	padding-left:20px;
	margin-top:25px;
	}
	
#columns a.bronzebutton {
	position:absolute;
	bottom:60px;
	}
	
#columns .centerbutton {
	margin-left:30px;
	}
		
#footer {
	font-size:12px;
	text-align:left;
	width:928px;
	height:77px;
	margin:0 auto;
	background-image:url(img/footerbg.gif);
	background-repeat:repeat-x;
	border-bottom:11px solid #ABAD78;
	padding:10px 20px 0px 20px;
	background-color:#D5CEAE;
	line-height:22px;
	margin-bottom:50px;
	}
	
#footer a {
	font-size:12px;
	text-decoration:none;
	color:#5d5d5d;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
#footerLeft {
	float:left;	
	top:-20px;
	position:relative;
	}
	
#footerRight {
	float:right;
	text-align:right;
	}
	
/*text elements */
.header {
	color:#00643a;
	line-height:125%;
	margin-top:10px;
	margin-bottom:10px;
	font-size:26px;
	padding-left:20px;
	padding-bottom:12px;
}


h1, h2, h3, h4, h5, h6 {
	color:#00643a;
	line-height:125%;
	margin-top:10px;
	margin-bottom:10px;
	}
	
h1 {
	font-size:32px;
	}	
	
h2 {
	font-size:26px;
	}
	
h3 {
	font-size:20px;	
	}
	
h4 {
	font-size:16px;
	}
	
h5 {
	font-size:14px;
	}
	
h6 {
	font-size:12px;
	}
	
p.lessPadding {
	padding-top:0px;
	margin-top:0px;
	}

a {
	color:#00643a;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}
	
.underline {
	text-decoration:underline;
	}
	
.allcaps {
	text-transform:uppercase;
	}
	
.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}
	
/*misc elements	*/

#faq h3 {
	margin-top:0;
	margin-bottom:0;
	}

a.bronzebutton {
	background-image:url(img/bronze_button.png);
	background-repeat:no-repeat;
	width:204px;
	height:39px;
	display:block;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	line-height:35px;
	}
	
a.bronzebutton:hover {
	text-decoration:none;
	color:#5d5d5d;
	cursor:pointer;
	}
	
img.hasBorder {
	padding:3px;
	border:1px solid #A6A972;
	}

/*class for clearing floats*/

.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	
/* Thickbox */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; 
}

* html #TB_load { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

