html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #4e4e4e;
}

body {
	background: url(img/bgd.jpg) top center #7c8693;
}

img {
	border: none;
}

a {
	color: #8ed8e5;
	text-decoration: underline;
}

h1,h2,h3 {
	color: #8ed8e5;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 14px;
	margin: 0;
}

.clear,.spacer {
	clear:both;
	margin:0px;
	padding:0px;
	display:block;
	height:1px;
	overflow:hidden;
}

.floatr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.floatl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.container {
	position: relative;
	width: 956px;
	margin: 0 auto;
}

#header {
	height: 125px;
	overflow: hidden;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header .topnav {
	position: absolute;
	bottom: 20px;
	right: 0px;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 667px;
	height: 60px;
	background: url(img/nav_bg.png);
}

#header .topnav li {
	float: left;
	margin-right: 20px;
}

#header .topnav li a {
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 54px;
	display: block;
	padding-bottom: 5px;
	margin-left: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#header .topnav li.selected a, #header .topnav li a:hover {
	background: url(img/nav_sel.png) no-repeat bottom center;
	color: #c9c9c9;
}

#header .toplinks {
	position: absolute;
	top: 10px;
	right: 0px;
}

#content {
	padding-top: 10px;
}

.home_container {
	height: 360px;
	width: 956px;
	background: url(img/main_bg.png) no-repeat top left;
	margin-bottom: 10px;
	position: relative;
	padding-top: 6px;
	padding-bottom: 4px;
}

.home_container .home_link {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 130px;
	height: 130px;
}

.home_container .txt h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
}

.home_container .txt {
	float: left;
	width: 592px;
	padding: 0 25px;
	margin-top: 10px;
	color: #fff;
}

.home_container .txt p {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

.home_container .book {
	float: right;
}

.home_container .btn {
	position: absolute;
	top: 180px;
	right: -80px;
}

#home .col1, #home .col2 {
	float: left;
	width: 455px;
	height: 122px;
	padding: 6px;
	background: url(img/col_bg.png) no-repeat;
	overflow: hidden;
	color: #fff;
	margin-left: 4px;
	margin-bottom: 10px;
}

#home .col1 p, #home .col2 p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	line-height: 18px;
	padding-right: 4px;
}

#home .col1 a, #home .col2 a {
	color: #fff;
	text-decoration: none;
}

#home .col1 img, #home .col2 img {
	float: left;
	margin-right: 5px;
}

#home .col2 {
	float: right;
}

.home_foot {
	width: 980px;
	height: 440px;
	background: url(img/main_bg_btm2.png) no-repeat;
	color: #fff;
}

.form {
	height: 29px;
	padding: 10px;
	padding-top: 40px;
	padding-left: 30px;
	font-weight: bold;
	position: relative;
}

.form h1 {
	color: #c7c7c7;
	padding-right: 30px;
	float: left;
}

.form form {
	padding-top: 8px;
}

.form label {
	width: 50px;
	float: left;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	float: left;
	padding-left: 10px;
	font-weight: normal;
}

.form .inp {
	float: left;
	width: 138px;
	height: 20px;
	line-height: 33px;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	margin-bottom: 10px;
	background: url(img/inp_bg.png);
	border: none;
}

.form .btn {
	float: left;
	margin-left: 20px;
	margin-top: -5px;
}

.home_foot .txt {
	padding: 20px;
}

.home_foot .txt h1, .home_foot .txt h2 {
	color: #c73263;
	font-size: 20px;
	font-weight: normal;
}

.home_foot .txt h3 {
	color: #d0d0d0;
	font-size: 11px;
}

.home_foot .txt p {
	font-size: 12px;
	line-height: 20px;
}

#sub {
	background: url(img/sub-top.png) no-repeat top left;
	padding-top: 31px;
	width: 956px;
}

.sub_inner {
	background: url(img/sub-btm.png) no-repeat bottom left;
	padding-bottom: 87px;
}

.sub_content {
	background: url(img/sub-mid.png) repeat-y top left;
	width: 959px;
	
}

.sub_container {
	position: relative;
	width: 974px;
	margin: 0 auto;
	background: url(img/sub-top.png) no-repeat top left;
	padding-top: 26px;
}

.sub_container_wrap {
	background: url(img/sub-btm.png) no-repeat bottom left;
	padding-bottom: 31px;
}

.sub_content .leftcol {
	float: left;
	width: 216px;
	padding-left: 30px;
}

.sub_content .leftcol h1 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.sub_content .main {
	float: right;
	width: 650px;
	margin-right: 30px;
	color: #fff;
}

.sub_content ul {
	list-style-image: url(img/bullet.png);
}


#footer {
	background: url(img/footer_bg.png) repeat-x bottom left;
	height: 289px;
	overflow: hidden;
	color: #fff;
}

#footer .footinner {
	padding-top: 40px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footnav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footnav li {
	float: left;
	margin-right: 20px;
}

#footer .footnav li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

#footer .footnav .selected a {
	color: #8ed8e5;
}

#footer .copyright {
	font-size: 11px;
	padding-top: 6px;
}

.quote {
	font-size: 14px;
	line-height: 20px;
}

.quote span {
	display: block;
	text-align: right;
	font-style: italic;
	font-size: 12px;
}