@charset "utf-8";
/* CSS Document */

body, div, span, td, th, p {
font-family: Arial, Helvetica, sans-serif;
/* font-family: "Trebuchet MS", Helvetica, Geneva, Arial, sans-serif; */
font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #332206;
	line-height: 20px;
}
a {
	color: #212f4d;
	text-decoration: none;
}
a:hover {
	color: #8f6844;
	text-decoration: underline;
}

#header {
	height: 254px;
	width: 100%;
	background-image:url(/images/header.jpg);
	background-repeat:repeat-x;
}

#top_nav_wrapper {
background-color: black;
width: 100%;
}

#top_nav {
color: #d7c563;
}

#top_nav ul {
position: relative;
display: block;
padding:0;
margin:0;
z-index: 2;
}

#top_nav li {
display: block;
float: right;
margin:0;
padding: 0 15px 0 0;
list-style: none;
line-height: 50px;
}

#top_nav a {
color: #d7c563;	
text-decoration: none;
}

#top_nav a:hover {
text-decoration: underline;	
}

a.nav_selected {
text-decoration: underline !important;	
}

#content_wrapper {
margin-top: -100px;
}

#content {
border: 1px solid green;
width: 1000px;
padding: 0 30px;
margin: 0 auto;
color: white;
min-height:600px;
}

* html #content { height:600px; }

#footer {
	height: 356px;
	width: 100%;
	background-image:url(/images/footer.jpg);
	background-repeat:repeat-x;
	position: relative;
	font-size: 9px;
	color: #FFF;
	text-align: center;
}
.contentbox {
	width: 694px;
	border: 2px solid #493e2b;
	color: #fff;
	margin: 0px;
	padding: 20px;
	height: 300px;
	letter-spacing: 1.5px;
}

.rtnav a {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	right: 100px;
}

div.rtbox {
border: 8px solid #3b301e;
background-color: #524a33;
width: 238px;
margin: 0 0 0 auto;
padding: 8px;
color: white;
font-size: 12px;
}

.rtbox ul {
padding: 0;
margin: 0 0 0 15px;	
}

.rtbox div.title {
color: #D9C462;
text-align: left;
font-weight: bold;
font-size: 14px;
padding: 3px 0 8px 0;
}

.rtbox .req {
font-size: 17px;
font-weight: bold;
color: #cb282e;	
}

div.rtbox p {
margin: 0;
padding: 0;
}

div.rtbox a {
	color: #EF580E;
	font-size: 11px;
}

div.rtbox_readmore {
text-align: right;
font-size: 11px ;
}

div.rtbox form {
color: #A0A1A3;	
}


div.page_title {
	font-size: 20px;
	font-weight: bold;
	color: #8f6844;
}

div.page_content {
color: #333;
	
}

div#news_content {
border: 2px solid #493e2b;
padding: 8px;
}

.news_title a {
	font-size: 13px;
	font-weight: bold;
	color: #212f4c !important;
	text-decoration: underline;
}

div#news_container {
margin-top: 10px;
}

.news_lead {
margin: 2px 10px 0 0;
text-align: justify;
padding-left: 0px;
font-weight: normal;
}

.news_lead p {
margin: 0;
padding: 0;
}

.news_more {
font-size: 11px;
text-align: right;
margin: 0 10px 3px 0;
}

.news_more a {
color: #8f6844;
}
.newstitle {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #4e82c2;
	font-weight: bold;
	text-transform: uppercase;
}
.welcometag {
	font-family: "Myriad Pro";
	font-size: 28px;
	font-weight: bold;
	color: #d9c462;
}
.welcometagtext {
	font-family: "Myriad Pro";
	font-size: 13px;
	line-height: 20px;
	color: #d9c462;
	font-style: normal;
	font-weight: normal;
}

/* Forms
############################################################*/
#form{margin-bottom:10px;}
#form h2{}
#form p{}
#form div#frmsuccess{font-size:1.2em;color:#1b252e;}
#form div#frmerror{padding:5px;border:1px solid #FF0000;background:#cb1217;color:#fff;margin-bottom:10px;}
#form input#frmnme{visibility:hidden;display:none;}
#form label{font-size:1.1em;font-weight:bold;color:#356184;}
#form span.instruct{color:#999ea1;}
#form input{width:200px;}
#form textarea{}
	#form input.form_text{position:relative;top:2px;}
	#form input.form_checkbox{width:15px;position:relative;top:3px;}
	#form input.form_password{}
	#form select.form_select{position:relative;top:2px;width:200px;}
	#form textarea.form_textarea{width:400px;position:relative;top:2px;}
	#form input.form_submit{width:inherit;}
	#form span.reqs{float:left;position:relative;left:10px;top:5px;color:#999ea1;}

/* Pagination
############################################################*/
div#pagination {
width: 550px;	
border-top: 1px solid #333;
margin-top: 15px;
}

#paginate_page_of {
text-align: right;
font-weight: bold;
}

#paginate_pages {
font-weight: bold;
text-align: center;	
}

#paginate_pages a {
text-decoration: underline;	
}
.footer {
	color: #999999;
	font-size: 9px !important;
	text-decoration: underline;
}
tr.footer td a {
	color: #999999;
	text-decoration: underline;
}
