html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font:'OpenSansRegular',arial;
	background:url(../images/bg-pattern.png) repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	color:#aecb31;
}
::-moz-selection{
	background:#aecb31;
	color:#fff;
}
::-moz-selection{
	background:#aecb31;
	color:#fff;
}


header{
	float:left;
	width:100%;
	
	background:#394285;
	margin-bottom:auto;
	padding-top:20px;
    padding-bottom:auto;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
.header-main{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 0;
	
}
.site-title{
	float:left;
	width:150px;
	margin-right:30px;
	text-align:center;
}
.site-title span{
	color: #5b7006;
	font: 12px "OpenSansRegular";
	letter-spacing: 2px;
}
.site-title a{
	float:left;
	width:150px;
	height:32px;
	text-indent:-99999px;
	background:url(../images/logo.png) no-repeat;
	border-bottom:1px solid #aecb31;
	padding-bottom:4px;
}
.header-right{
	float:right;
	width:770px;
}
.top-menu{
	float:right;
}
.top-menu li{
	padding:0 10px;
	display:inline-block;
	background:url(../images/top_bar.png) no-repeat left center;
}
.top-menu li:first-child{
	background:none;
}
.top-menu li a{
	display:inline-block;
	font:normal 14px "OpenSansRegular";
	color:#666;
}
.top-menu li a:hover{
	color:#000;
}
.main-menu{
	float:left;
	margin-top:10px;
	margin-left:165px;
}
.main-menu li{
	float:left;
	padding-left:35px;
}
.main-menu li a{
	float:left;
	font:normal 18px "OpenSansSemibold";
	color:#3a437e;
	text-transform:uppercase;
}
.main-menu li a:hover{
	color:#8ea90c;
}
.main-content, .banner-section{
	float:left;
	width:100%;
}
.banner-section{
	margin-bottom:15px;
}
.slide-content{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	width:800px;
	top:100px;
}
.slide-content h2{
	color:#fff;
	font:normal 40px "OpenSansBold",arial;
}
.slide-content p{
	color:#fff;
	font:normal 20px "OpenSansRegular",arial;
}




