/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background-color: #000000;
	background-image: url(images/back-top.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}

a {
	text-decoration: none;
	color: #52A6E4;
}

a:hover {
	text-decoration: underline;
}

.input-text {
	width: 200px;
	height: 20px;
	margin-bottom: 3px;
	background-color: #CCCCCC;
	border: solid 1px #000000;
	font-size: 14px;
	color: #00377A;
}

.input-comment {
	width: 200px;
	height: 150px;
	margin-bottom: 3px;
	background-color: #CCCCCC;
	border: solid 1px #000000;
	font-size: 12px;
	line-height: 16px;
	color: #00377A;
}

.submit-btn {
	width: 60px;
	height: 22px;
	background-color: #CCCCCC;
	border: solid 1px #000000;
	font-size: 15px;
	color: #00377A;
}

#header {
	width: 100%;
	height: 310px;
}

#nav {
	width: 956px;
	height: 47px;
	margin: 0 auto;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}

#banner {
	width: 956px;
	height: 263px;
	margin: 0 auto;
}

#content {
	width: 927px;
	margin: 0 auto;
	padding-left: 29px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#faq {
	float: left;
	margin-right: 41px;
	width: 270px;
	background-image: url(images/faq-bg.gif);
	background-repeat: repeat-y;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#faq-text {
	margin: 0 15px 0 15px;
}

#faq-text h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#content-text {
	float: left;
	width: 590px;
	background-image: url(images/scale-shadow.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#ast {	
	padding: 20px 0 0 0;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	}

#footer {
	clear: both;
	background-image: url(images/footer-left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 273px;
	width: 956px;
	margin: 0 auto;
}

#footer-bg {
	width: 602px;
	height: 273px;
	margin-left: 354px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
}

#footer-text {
	padding: 50px 55px 50px 15px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #C8C8C8;
}

#footer-text h3 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#footer-text a {
	color: #FFFFFF;
}

#footer-text a:hover {
	text-decoration: underline;
}

#footer-credits {
	padding-right: 50px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #1A1A1A;
}

#footer-credits a {
	color: #2A2A2A;
}

#footer-credits a:hover {
	color: #BBBBBB;
}