@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#ccc;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
h1{
	margin:15px 0 0 0;
	padding:0;
	font-size:16px;
	color:#1885BD;
	font-weight:normal;
}
h2{
	margin:15px 0;
	padding:0;
	font-size:14px;
	color:#3494C5;
	font-weight:normal;
}
h3{
	margin:0;
	padding:0;
	font-size:14px;
	color:#1885BD;
	font-weight:normal;
	text-decoration:none;
	line-height:80%;
}
h3 a{
	margin:0;
	padding:0;
	font-size:14px;
	color:#1885BD;
	font-weight:normal;
	text-decoration:none;
}
h4{
	margin:0;
	padding:0;
	font-size:12px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	line-height:80%;
}
h4+p{
	margin:2px 0 15px 0
}
p{
	font-size:12px;
	color:#666;
	margin:15px 0;
	padding:0;
	line-height:150%;
}
.clear{
	clear:both;
}
#wrapper{
	margin:10px auto 0 auto;
	width:966px;
}
#header{
	width:966px;
	height:49px;
	background:url(/images/header.jpg) no-repeat top left;
}
#header a:first-child{
	float:left;
	width:320px;
	height:42px;
	margin:8px 0 0 8px;
}
#header a{
	color:#C8E4F1;
	font-size:13px;
	text-decoration:none;
	margin:26px 26px 0 0;
	float:right;
}
#header a:hover{
	color:#fff;
	text-decoration:underline;
}
#banner{
	width:966px;
	height:156px;
	background:url(/images/banner.jpg) no-repeat top left;
}
#content{
	width:966px;
	background:url(/images/content-bg.jpg) repeat-y top left;
	float:left;
}
#content-text{
	float:left;
	width:470px;
	margin:0 30px 0 26px;
}
#content-text p a{
	color:#0000FF;
}
a.button{
	float:left;
	height:40px;
	text-decoration:none;
	color:#1F7DAC;
}
a.button:hover{
	text-decoration:underline;
}
a.button span.but-left{
	width:8px;
	height:40px;
	float:left;
	background:url(/images/but-left.jpg) no-repeat top left;
}
a.button span.but-mid{
	height:30px;
	float:left;
	background:url(/images/but-mid.jpg) repeat-x top left;
	padding:10px 8px 0 1px;
	color:#1F7DAC;
	font-size:15px;
}
a.button span.but-right{
	width:41px;
	height:40px;
	float:left;
	background:url(/images/but-right.jpg) no-repeat top left;
}
#content-imgs{
	float:left;
	width:190px;
	margin:50px 0 0 0;
}
#content-imgs a img{
	width:180px;
	height:120px;
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:10px;
}
#content-nav{
	float:left;
	width:178px;
	border-left:1px solid #B9DAEB;
	margin:50px 0 0 15px;
	padding-left:15px;
}
#content-nav ul{
	margin:8px 0 15px 0;
	padding:0;
}
#content-nav ul li{
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	font-size:12px;
}
#content-nav ul li a{
	color:#666;
	text-decoration:none;
}
#content-nav ul li a:hover{
	text-decoration:underline;
}
#footer{
	float:left;
	width:914px;
	margin:15px	26px 0 26px;
	padding:10px 0 0 0;
	border-top: 1px solid #ccc;
}
#footer p{
	float:right;
	margin:0 0 12px 0;
	padding:0;
	font-size:11px;
	color:#bbb;
}
#footer p:first-child{
	float:left;
}
#footer p a{
	color:#bbb;
	text-decoration:none;
	margin-left:8px;
}
#footer p a:hover{
	text-decoration:underline;
}
