body{
	text-align:center;
	background-color:#494f55;
	margin:0;
	padding:0;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	color:#1b232a;
}

#page{
	margin:60px auto 10px auto;
	width:798px;
	border-top:none;
	border:8px solid #ffffff;
	background-color:#ffffff;
	text-align:left;
	position:relative;
}

#home-page{
	margin:60px auto 10px auto;
	width:798px;
	border-top:none;
	border:8px solid #ffffff;
	background-color:#1b232a;
	text-align:left;
	position:relative;
}

#logo{
	position:absolute;
	top:-46px;
	left:90px;
}

#header{
	width:100%;
	height:75px;
	background-color:#1b232a;
}

#header a{
	position:absolute;
	top:25px;
	left:561px;
}

#nav{
	width:100%;
	height:30px;
	border-top: 1px solid #adc687;
	background-color:#1b232a;
}

#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav ul li{
	float:left;
	text-align:center;
}

#nav ul li a{
	display:block;
	width:133px;
	height:22px;
	padding-top:8px;
	color:#ffffff;
	text-decoration:none;
}

#nav ul li a:hover{
	width:131px;
	border-left:1px solid #adc687;
	border-right:1px solid #adc687;
	background:#1b232a url(/assets/templates/_images/corner.gif) no-repeat;
}

#nav ul li a.active{
	color:#adc687;
	width:131px;
	border-left:1px solid #adc687;
	border-right:1px solid #adc687;
	background:#1b232a url(/assets/templates/_images/corner.gif) no-repeat;
}

#sub-nav{
	width:100%;
	height:24px;
	background-color:#adc687;
}

#sub-nav ul{
	list-style-type:none;
	margin:0 0 0 52px;
	padding:0;
}

#sub-nav ul li{
	float:left;
}

#sub-nav ul li a{
	display:block;float:left;
	height:19px;
	padding:5px 15px 0 0;
	color:#1b232a;
}

#sub-nav ul li a:hover{
	color:#5e7080;
}

#sub-nav ul li a.active{
	color:#5e7080;
}

#section-image{
	height:32px;
	padding:63px 0 0 65px;
}

#section-image h1{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

#home-flash{
	width:798px;
	height:175px;
	background-color:#1b232a;
}

#content{
	background-color:#ffffff;
}

#home-content{
	background-color:#1b232a;
}

#content-left{
	float:left;
	width:354px;
	padding:20px 30px 20px 30px;
	font-size:16px;
	font-weight:normal;
	color:#adc687;
}

#content-right{
	float:right;
	width:354px;
	padding:20px 30px 20px 0;
}

#home-content-left{
	float:left;
	width:354px;
	padding:20px 30px 20px 30px;
	font-size:16px;
	font-weight:normal;
	color:#adc687;
}

#home-content-right{
	float:right;
	width:354px;
	padding:20px 30px 20px 0;
	color:#ffffff;
}

#news-link{
	display:block;
	margin-top:82px;
	font-size:16px;
	color:#ADC687;
	font-weight:normal;
	text-decoration:none;
}

#footer{
	width:814px;
	color:#1b232a;
	font-size:10px;
	text-align:right;
	margin:0 auto 20px auto;
}

p{
	margin:0 0 1em 0;
	padding:0;
}

h1, h2, h3, h4, h5{
	font-weight:bold;
	/*letter-spacing:-.05em;*/
	margin:0;
	padding:0;
	line-height:1em;
}

h1{
	font-size:30px;
	color:#ADC687;
	font-weight:normal;
}

h2{
	font-size:16px;
	color:#ADC687;
	font-weight:normal;
}

h3{
	font-size:14px;
	color:#ADC687;
	font-weight:normal;
}

h1-green{
	font-size:30px;
	color:#adc687;
	font-weight:normal;
}

h2-green{
	font-size:16px;
	color:#adc687;
	font-weight:normal;
}

h3-green{
	font-size:16px;
	color:#adc687;
	font-weight:normal;
}


hr{
	background:url(hr1.gif) no-repeat;
	border:0;
	padding:0;
	margin-top:-3px;
	margin-bottom:14px;
}

a{
	color:#adc687;
}

a img{
	border:0;
}

.clear{
	clear:both;
}
