* {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #646464;
}
body {
	background: #2a7594 url(../img/bg_grad_light.png) 100% 0 no-repeat fixed !important;
	background: #2a7594 url(../img/bg_grad_dark.gif) 0 100% repeat-x fixed;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a {
	color: #333;
}
a:hover {
	color: #666;
}
img {
	border: 0;
}
#gradient {
	background: url(../img/bg_grad_dark.png) repeat-x !important;
	background: none;
	width: 100% !important;
	overflow: hidden;
	height: 350px !important;
	height: 0;
	z-index: 0;
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
}
.sub_title {
	color: #6288c6;
	font-size: 18px;
}
.button {
	padding: 5px 10px;
	background: #fff;
	line-height: 28px;
}
.button:hover {
	background: #ccc;
	color: #fff;
}
.tpc {
	background: url(../img/arrow_ne.gif) 100% 3px no-repeat;
	color: #e98926;
	padding: 0 5px 0 0;
}
.more {
	float: right;
	position: relative;
	top: 10px;
	left: 10px;
	background: #b52726;
	padding: 7px 15px;
	font-size: 13px;
	color: #fff;
	margin: 0;
}
a.more:hover {
	background: #999;
	color: #fff;
}
#outer_wrap {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-top: 0;
	margin-left: -400px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#logo {
	padding: 25px 0 25px 25px;
}
#feature {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 430px;
	height: 90px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#feature p {
	padding: 0;
	margin: 0;
}
#bg_nav {
	background: #cedde2;
	height: 34px;
}
#nav {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
}
#nav a {
	font-size: 18px;
	color: #666;
	padding: 7px 20px;
	line-height: 34px;
	font-weight: normal;
}
#nav a:hover {
	color: #ccc;
}
#nav a.on {
	color: #2c7c9d;
	background: #fff url(../img/arrow_down.gif) 50% 0 no-repeat;
}
#nav_sub {
	padding: 10px 0 0 12px;
	line-height: 25px;
}
#nav_sub a {
	font-size: 12px;
	color: #666;
	padding: 4px 10px;
	font-weight: normal;
	display: inline-block;
}
#nav_sub a:hover {
	color: #ccc;
}
#nav_sub a.on {
	color: #2c7c9d;
	background: #fff url(../img/arrow_down.gif) 50% 0 no-repeat;
}
.gap {
	clear: both;
	height: 20px;
}
#home-top-links {
	float: left;
}
.home-top-link {
	background: #333 url(../img/bg_home_nav.gif) repeat-x;
	color: #ccc;
	width: 240px;
	padding: 17px 0 0 20px;
	height: 66px;
	font-size: 20px;
	margin: 0 0 1px 25px;
	cursor: pointer;
}
.home-top-link:hover {
	color: #e98926;
}
.home-top-link .desc {
	color: #ccc;
	font-size: 11px;
}
#bg_middle {
	float: left;
	background: #fff;
	/*background: url(../img/bg_middle.jpg) repeat-y;*/
}
#bg_bottom {
	float: left;
	width: 800px;
	padding: 0 0 10px 0;
	background: url(../img/bg_bottom_right.gif) 100% 100% no-repeat;
}
#letter {
	width: 700px;
	color: #666;
}
.media_box {
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #666;
	background: #c4d5e9;
}
#home_news{
	width:515px;
	margin:5px 0 0 25px; 
	padding: 7px 10px 10px 10px;
	float:left; 
	background:#e8e8e8;
	}
#content {
	padding: 20px 30px 30px 30px;
}
#footer {
	clear: both;
	text-align: center;
	color: #fff;
	padding: 45px 0 0 0;
	font-size: 10px;
	background: url(../img/bg_bottom.gif) no-repeat;
}