/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/background.jpg) no-repeat #0069D4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}

h2{
	font-size:16px;
	border-bottom:4px solid #718E16;
	line-height:30px;
	margin-bottom:10px;
	color:#2D5594;
	text-transform:uppercase;
	font-style:normal;
}


h3{
	font-size:0.89em;
	border-bottom:4px solid #718E16;
	line-height:30px;
	margin-bottom:10px;
}

p{
	margin:10px 0;
}

img{
	border:none;
}

a{
	color:#5E9A23;
	text-decoration:none;
}

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

#main{
	width:960px;
	margin:30px auto;
	position:relative;
}

#header, #top_bg, #nav{
	float:left;
	width:960px;
}

#top-nav{
	float:right;
	font-size:12px;
}

#top-nav a{
	border-top:3px solid #7CD1F1;
	background:#E5F8FE;
	color:#25B1E8;
	text-decoration:none;
	margin-left:4px;
	padding:10px 15px;
}

#top-nav a:hover, #top-nav .active{
	border-top:3px solid #5A9521;
	background:#fff;
	color:#5A9521;
}

#top_bg{
	background:url(../images/header-bg.png) no-repeat;
	height:123px;
	margin:10px 0 0 0;
}

.logo{
	float:left;
	margin:14px 0 0 34px;
}

#social{
	float:right;
	margin:40px 14px 0 0;
}

#social a{
}

#social a:hover{
	background:#fff;
	opacity:0.3;
}

#nav{
	background:url(../images/menu-secondary-bg.png) no-repeat;
	height:54px;
	width:932px;
	margin:0 -12px;
	color:#fff;
	padding:0 26px;
}
#nav a{
	padding:11px;
	color:#fff;
	text-decoration:none;
	float:left;
}

#nav a:hover{
	background:#36A2D3;
}

#middle{
	float:left;
	padding:15px;
	width:930px;
	background:#fff;
	min-height:350px;
	margin-top:-16px;
}

#slide{
	float:left;
	width:930px;
}

.banner_bg{
	float:left;
	width:930px;
	background:url(../images/banner_bg.jpg) repeat-x;
	height:43px;
}

#content{
	float:left;
	width:930px;
}

#content_inner{
	float:left;
	width:620px;
}

.box{
	width:203px;
	height:289px;
	background:#EBEBEB;
	padding:12px;
	float:left;
	margin-right:7px;
}

.box a{
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}

.box a:hover{
	color:#36A2D3;
	text-decoration:underline;
}

.nomargin{
	margin:0;
}

#footer{
	width:930px;
	float:left;
	margin-top:10px;
}

.fbox{
	float:left;
	width:600px;
	height:231px;
	overflow:hidden;
	margin-right:15px;
}

.fbox ul li{
	float:left;
	width:285px;
}

.fbox2{
	float:left;
	width:300px;
	height:231px;
	overflow:hidden;
	margin-right:15px;
}

#footer .nomargin{
	margin:0;
}

ul{
	list-style:none;
}

ul li{
	background:url(../images/arrow-white.png) no-repeat 0 7px;
	padding-left:15px;
	line-height:24px;
}

.fbox a{
	color:#0069D3;
	text-decoration:none;
}

.fbox a:hover{
	color:#666666;
	text-decoration:underline;	
}


#copyright{
	width:100%;
	float:left;
	margin:10px 0;
}
#copyright div{
	text-align:center;
	height:54px;
	line-height:34px;
	background:#0073D8;
	color:#fff;
	width:920px;
	margin:0 auto;
	padding:0 20px;
}
.clear{
	clear:both;
}

.ad{
	float:right;
}

.left{float:left}

.right{float:right}

#copyright a{color:#fff;}
#copyright a:hover{color:#999999;}

.Heading2{
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
	color:#2D5594;
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
}