body {
	background-color: #fdfcf9;
	background-image: url("img/bg2.png");
	background-repeat: repeat-x;
	font-family: Tahoma, sans-serif;
}
div#top {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}
div#top img#logo {
	margin-top: 40px;
	float: left;
}
div#top ul#menu {
	float: right;
}
div#top ul#menu li {
	list-style-type: none;
	float: left;
	width: 94px;
	margin-left: 20px;
	background-image: url('img/bullet.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 34px;
}
div#top ul#menu li a {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
div#surround {
	position: absolute;
	left: 50%;
	top: 67px;
	padding-top: 18px;
	margin-left: -625px;
	background-image: url("img/surround_bg.png");
	background-repeat: no-repeat;
	width: 1250px;
	min-height:574px;
	z-index: -1;
}
div#header {
	background-image: url('img/header.jpg');
	width: 871px;
	height: 449px;
	margin-left: 190px;
}
div#header div.subtitle {
	position: absolute;
	top: 350px;
	left: 250px;
	font-size: 22px;
	color: #ffffff;
}
div#header div.box {
	position: absolute;
	top: 350px;
	left: 250px;
	background-image: url('img/header_content_bg.png');
/*	border: 1px solid #000000;*/
	padding: 5px;
	font-size: 14px;
}
div#header div.box p {
	margin-top: 10px;
	margin-bottom: 0;
	max-width: 350px;
}
div.content {
	margin-left: 190px;
	color: #116498;
	max-width: 580px;
	line-height: 21px;
}
div.content_full { max-width: 871px; }
div.content h1 {
	font-size: 24px;
	font-weight: 400;
}
div.content h2 {
	font-size: 20px;
	font-weight: 400;
}
div.content h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
div.content p {
	font-size: 14px;
	margin-right: 20px;
	margin-top: 0;
	text-align: justify;
}
div.content ul {
	margin-top: 0;
	margin-bottom: 0;
}
div.content li {
	font-size: 14px;
	text-align: justify;
}
div#surround div.form {
	/*color: #c44f02; */
	max-width: 460px;
	margin-top: 30px;
/*	margin-left: 250px;*/
	line-height: 31px;
	background-image: url("img/form.png");
	background-repeat: no-repeat;
	background-position: center 120px;
}
div#surround div.form form {
	margin-left: 50px;
}
div#surround div.form p {
	color: #116498;
}
input {
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	padding: 4px;
	margin-bottom: 10px;
}
input.small_input {
	background-image: url("img/input_small.png");
	width: 164px;
	height: 21px;
	margin-right: 10px;
}
input.large_input {
	background-image: url("img/input_large.png");
	width: 352px;
	height: 21px;
}
input.start_now {
	background-image: url("img/submit_button.png");
	width: 94px;
	height: 31px;
}
div#surround div#footer {
	margin-top: 30px;
	margin-left: 190px;
	margin-bottom: 60px;
	text-align: right;
	font-size: 14px;
	width: 871px;
}
div#surround div#footer div#copyright {
	text-align: left;
	float: left;
}
div#bottom_nav, div#bottom_nav a {
	color: #666666;
	text-decoration: none;
}
div.sidebar {
	float: right;
	margin-top: 20px;
	margin-right: 189px;
	width: 291px;
	background-image: url("img/sidebar_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 10px;
}
div.sidebar p {
	text-align: justify;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
img.testimonial {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

hr { width: 90%; }
h2 { cursor: pointer; }
div.cited_sources p { font-size: 10px; line-height: 12px;}

