/* CSS Document */
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
.row{
	max-width: 900px;
}
#header {
	background: url(../img/header-bg.jpg);
	height: 140px;
}
ul#reg_log {
	list-style: none;
	margin: 0;
	float: right;
}
ul#reg_log li {
	display: inline;
	padding-right: 20px;
}
ul#reg_log li a {
	font-weight: bold;
	color: #fff;
}
#logo {
	margin: 20px 20px 0 20px;
}
.top-bar {	
	padding: 10px 20px 0 20px;
	background-color: transparent;
	height: 45px;
}
.top-bar ul li a {
	font-size: 12pt;
	color: #fff;
}
.top-bar-section ul li, 
.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section ul li:hover:not(.has-form) > a, 
.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background-color: transparent;
}
.top-bar ul li:hover {
	color: #fff;
 	text-decoration: underline;
}
#main {
	margin: 0;
}
#banner_container {
	position: relative;
	height: 315px;
	margin-bottom: 40px;
}
	#banner {
		float: left;
		position: absolute;
		top: 20px;
	}
	#overlay {
		padding: 10px;
		float: left;
		position: absolute;
		top: 180px;
		background: url(../img/black_50.png);
		width: 75%;
	}
	#overlay_title {
		font-size: 1.25em;
		font-weight: bold;
		padding-bottom: 3px;
		color: #fff;
		width: 450px;
		border-bottom: solid 1px #fff;
		margin: 0 0 10px 0;
	}
	#overlay_info {
		font-size: .75em;
		color: #fff;
	}
	.overlay_button {
		padding: 5px 0 0 10px;
		background: url(../img/overlay_button_bg.png) no-repeat;
		height: 40px;
		width: 150px;
		margin: 10px 10px 0 0;
		float: left;
		text-shadow: #fff 1px 1px 0px;
		line-height: 1;
	}
	.overlay_button a {
		font-weight: bold;
		color: #222;
		text-decoration: none;
	}
	.overlay_button .overlay_sub {
		font-size: .9em;
	}
#content {
	margin-top: 20px;
}
.course_container {
	margin-bottom: 10px;
	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_header {
		margin-bottom: 10px;
		font: bold 16px arial, helvetica, sans-serif;
		color: #1d68c5;
	}
	.course_header img {
		margin-bottom: 4px;
	}
#promo {
	padding: 20px 0;
}
	.promo_info img {
		float: left;
		padding: 0 10px 10px 0;
	}
.course_price {
	margin: 20px auto;
	padding: 10px;
	width: 200px;
	background: #eee;
	border: solid 1px #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.course_price a {
	color: #333;
	font-weight: bold;
	font-size: 16pt;
}
#content .button {
	background: #aa0000;
}
#content .button:hover {
	background: #990000;
}
#content .button.special, .label.special {
	background: #f3a35e;
}
#content .button.special:hover {
	background: #d88239;
}
#footer_nav {
	height: 50px;
	background: #222;
}
#footer_nav ul {
	padding-top: 13px;
	list-style: none;
	text-align: center;
}
#footer_nav ul li {
	padding: 0 20px;
	display: inline;
}
#footer_nav ul li a {
	color: #fff;
	text-decoration: none;
}
#footer_nav ul li a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
@media only screen and (max-width: 40em) {
	.top-bar {
		z-index: 1000;
	}
	.top-bar ul.title-area {
		background-color: transparent !important;
	}
    .top-bar-section ul li a {
        color: #fff;
    }	
	.top-bar ul li:hover {
		color: #fff;
		background-color: transparent;
		text-decoration: none
	} 
    .top-bar-section ul {
        background: #777;
    }
	#overlay {
		width: 100%;
	}
	#footer_nav ul li {
		padding: 0 10px;
		font-size: 9pt;
	}
}