body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #3a3a3a;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1053px;
	text-align: left;
}
#nav {
	height: 42px;
	width: 1022px;
	margin-left: 15px;
	background-image: url(/images/bg_nav.png);
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	position: relative;
}
#nav a {
	display: block;
	margin-top: 12px;
	float: left;
	color: white;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
#nav a:hover { font-weight: bold; }
#n_home { width: 89px; margin-left: 13px; }
#n_ac { width: 149px; }
#n_ic { width: 167px; }
#n_faq { width: 81px; }
#n_news { width: 93px; }
#n_blog { width: 85px; }
#n_ai { width: 204px; }
#n_cu { width: 133px; }
#content_top {
	height: 150px;
	background-image: url(/images/bg_content_top.png);
	position: relative;
}
#clock {
	position: absolute;
	width: 413px;
	height: 302px;
	background-image: url(/images/clock.png);
	top: -3px;
	left: 634px;
}
#content_middle {
	background-image: url(/images/bg_content_middle.png);
	background-repeat: repeat-y;
	padding-left: 42px;
}
#content_bottom {
	height: 78px;
	text-align: center;
	background-image: url(/images/bg_content_bottom.png);
	font-size: 14px;
	color: #21345a;
	padding-top: 30px;
}
#content_left {
	width: 590px;
	float: left;
	padding-top: 8px;
	margin-left: 12px;
}
#content_right {
	width: 330px;
	float: right;
	margin-right: 25px;
	border-left: 1px solid #c7c7c7;
	margin-top: 159px;
	position: relative;
}
#cr_line {
	width: 5px;
	height: 186px;
	background-image: url(/images/bg_content_right.png);
	position: absolute;
	top: 0px;
	left: -1px;
}
#eval_form {
	color: #314d79;
	padding: 0px 30px 20px 20px;
	height: 383px;
	overflow: hidden;
}
#eval_form h1 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0px; 
	text-transform: uppercase;
}
#eval_form p {
	font-size: 13px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 16px;
}
.e_input {
	width: 242px;
	padding: 4px;
	color: #314d79;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #314d79;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}
.x_input { display: none; }
.e_submit {
	background-color: #314d79;
	color: white;
	border: none;
	font-size: 13px;
	padding: 5px 10px;
	cursor: pointer;
}
#blog_news {
	background-image: url(/images/bg_blog_news.png);
	background-repeat: repeat-x;
}
.nb_title {
	font-size: 18px;
	margin: 0px 20px 10px 20px;
}
.nb_title a {
	text-decoration: none;
	color: #45689f;
}
.nb_title a:hover {
	text-decoration: underline;
}
.nb_blurb {
	font-size: 12px;
	margin: 0px 20px 30px 20px;
}
a.feature {
	background-color: #a8bcdc;
	border: 1px solid #919191;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 12px 12px 12px 30px;
	background-repeat: no-repeat;
	background-position: 5px 23px;
	color: #25385d;
	text-decoration: none;
	font-size: 15px;
}
a.feature:hover { text-decoration: underline; }
#f_colv { background-image: url(/images/f1.png); }
#f_cmwlv { background-image: url(/images/f2.png); }
#f_aye { background-image: url(/images/f3.png); background-position: 3px 23px; }
.faqq {
	font-size: 16px;
	font-weight: bold;
	color: #25385d;
}
.faqa {
	margin-bottom: 12px;
}
.faqa p {
	margin-top: 0px;
	margin-bottom: 5px; 
}
.c_input {
	width: 302px;
	padding: 4px;
	color: #314d79;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #314d79;
	font-size: 13px;
}
#new_comment {
	border: 1px solid #919191;
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 20px;
}
.blog_comment {
	margin-bottom: 8px;
	padding: 0px 8px 8px 8px;
	border-bottom: 1px solid #314d79;
}
.bc_name {
	font-size: 14px;
	font-weight: bold;
}
.bc_comment {
	margin: 4px 12px 4px 12px;
}
.bc_date {
	font-size: 11px;
}
.list_item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
}