@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;
}

form {
margin:0;
padding:0;
}

input[type=text]{
background-color: #cccbcb;
border: none;
color: #1F1F1F;

}

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

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

#top_nav_wrapper {
background-color: black;
/*height: 30px;*/
width: 100%;
}

#top_nav {
height: 40px;
width: 1000px;
padding: 0 30px;
margin: 0 auto;
text-align: right;
font-size: 14px;
color: #d7c563;
}

#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;	
}

#point_logo {
	position: absolute;
	width: 200px;
	height: 123px;
	margin: 0 auto;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -500px;
	background-image: url(images/gui_03.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#point_pics {
	position: absolute;
	width: 600px;
	height: 119px;
	margin: 0 auto;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -100px;
	background-image: url(images/topnavpic.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#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: 28px;
	font-weight: bold;
	color: #fff;
}

div.page_content {
color: #F0F0F0;
	
}

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

.news_title a {
	font-size: 13px;
	font-weight: bold;
	color: #d5652c !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: #d5652c;
}
.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;
}
