* {margin:0 auto;padding:0;}
body {
	font: 11pt normal arial, helvetica, sans-serif;
}
h1 {
	padding: 10px 0 0 0;
	font: 1.5em normal times, georgia, serif;
}
h2 {
	padding: 0 0 10px 0;
	font: 1.3em normal times, georgia, serif;
}
p {
	padding: 10px 0;
	font: .85em normal arial, helvetica, sans-serif;
	line-height: 1.5;
}
a {
	color: #aa0000;
}
img {
	border: none;
}
#wrapper {margin:0 auto;width: 800px;}
#header_container {
	background: url(images/header-bg.jpg);
	height: 130px;
	position: relative;
}
#header_base {
	background: url(images/nav-bg.jpg);
	height: 10px;
}
#aff_logo {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
ul#aff_reg_log {
	list-style: none;
	float: right;
	position: absolute;
	right: 10px;
	top: 30px;
	z-index: 1000;
	width: 150px;
}
ul#aff_reg_log li {
	margin-bottom: 10px;
	display: block;
	text-align: center;
	height: 26px;
	padding: 7px 0;
	width: 150px;
	font-size: 20px;
	background: url(images/reg_log.png) no-repeat;
}
ul#aff_reg_log li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
ul#aff_reg_log li a:hover {
	text-decoration: none;
}
#aff_nav_container {
	position: absolute;
	right: 10px;
	top: 105px;
	float: right;
}
ul#nav {
	list-style: none;
}
ul#nav li {
	display: inline;
	text-align: right;
	text-shadow: #6a0c0a 1px 1px 0px;
	font-size: 18px;
}
ul#nav li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
	margin: 0 10px;
}
ul#nav li.active a {
	position: relative;
	border-bottom: solid 10px #777;
}
ul#nav li a:hover {
	position: relative;
	border-bottom: solid 10px #777;
}
#content_container {
	background: #fff;
}
#content {
	padding: 20px 0;
}
.content {
	width: 758px;
}
#banner_container {
	position: relative;
	height: 280px;
}
	#banner {
		float: left;
		position: absolute;
		top: 20px;
	}
	#overlay {
		padding: 10px;
		float: left;
		position: absolute;
		top: 160px;
		background: url(images/black_50.png);
		width: 500px;
	}
	#overlay_title {
		font-size: 1.25em;
		font-weight: bold;
		padding-bottom: 3px;
		color: #fff;
		width: 400px;
		border-bottom: solid 1px #fff;
		margin: 0 0 10px 0;
	}
	#overlay_info {
		font-size: .85em;
		color: #fff;
	}
	.overlay_button {
		padding: 5px 0 0 10px;
		background: url(images/overlay_button_bg.png) no-repeat;
		height: 35px;
		width: 140px;
		margin: 10px 10px 0 0;
		float: left;
		text-shadow: #fff 1px 1px 0px;
	}
	.overlay_button a {
		/*line-height: 2.1;*/
		font-weight: bold;
		color: #222;
		text-decoration: none;
	}
	.overlay_button .overlay_sub {
		font-size: .9em;
	}
	.overlay_button a:hover {
		color: #aa0000;
	}
img#main {
	/*padding: 10px;*/
}
.content {
	width: 760px;
}
.course_container {
	padding: 10px 0 10px 10px;
	border: 1px solid #dfe6f6;
	color: #52575b;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ecf3fb;
}
.course_bullet {
	padding: 0 10px 0 0;
	float: left;
	width: 15px;
}
.course_text {
	float: left;
	width: 180px;
}
.course_header {
	margin-bottom: 10px;
	font: bold 16px arial, helvetica, sans-serif;
	color: #1d68c5;
	line-height: 1;
}
.course_info {
	font-size: 11px;
}
.course_info a {
	color: #1d68c5;
}
#main_promo_container {
	border: solid 1px #e9e9e9;
	width: 799px;
	margin: 20px 0;
}
.promo_container {
	padding: 20px;
	margin: 0;
	float: left;
	background: #eee;
	height: 150px;
	width: 225px;
}
.promo_container.br {
	border-right: solid 1px #efefef;
}
.promo_container.bl {
	border-left: solid 1px #d7d7d7;
}
.promo_icon {
	float: left;
	width: 35px;
}
.promo_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.promo_info {
	font-size: 12px;
	letter-spacing: .25px;
}
#footer_nav_container {
	margin-top: 40px;
	height: 40px;
	background: #222222;
}
ul#footer_nav {
	padding-top: 10px;
	list-style: none;
	text-align: center;
}
ul#footer_nav li {
	padding: 0 20px;
	display: inline;
}
ul#footer_nav li a {
	color: #fff;
	text-decoration: none;
}
ul#footer_nav li a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#question_container ol {
	margin: 0 0 50px 30px;
}
#question_container ol li {
	padding: 0 0 5px 0;
}	
#answer_container ol {
	margin: 0 0 0 30px;
}
	#answer_container ol li {
		padding-bottom: 5px;
		font-weight: bold;
		font-style: italic;
	}
	.top {
		font-size: .75em;
		font-style: normal;
	}
	#answer_container .faq_answer {
		margin-bottom: 25px;
		line-height: 1.5;
	}
table.reg-log-list {
	margin: 20px 0 40px 0;
	list-style: none;
}
	table.reg-log-list td {
		margin-right: 20px;
	}
	table.reg-log-list td.course {
		width: 350px;
	}
	table.reg-log-list td.course a {
		color: #000;
		text-decoration: none;
	}
	table.reg-log-list td.price {
		width: 100px;
	}
	table.reg-log-list td.course, table.reg-log-list td.price {
		font: normal 24px "times new roman", times, serif;
	}
	table.reg-log-list td.price a {
		color: #aa0000;
		text-decoration: none;
	}
	table.reg-log-list td.button {
		background: #aa0000;
		padding: 10px;
		text-align: center;
		font-weight: bold;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #aa0000;
	}
	table.reg-log-list td.button a {
		text-decoration: none;
		color: #fff;
		text-shadow: #aa0000 -1px -1px 0px;
	}
	
.course_register_button {
	margin: 20px auto;
	width: 350px;
	color: #fff;
	background: #aa0000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #990000;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}
.course_register_button:hover {
	background: #ff0000;
}
.course_register_button a {
	color: #fff;
	text-shadow: #990000 -1px -1px 0;
	text-decoration: none;
}
.course_register_button a:hover {
	text-decoration: none;
}
.course_price {
	font-family: georgia, times, serif;
	font-size: 24px;
	text-align: center;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 5px 0 10px 0;
	background: #eee;
	width: 100px;
}