*{margin:0 auto;padding:0;};
html, body {
	background: #fff;
}
h1 {
	font: normal 20pt "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	color: #343434 !important;
}
h2 {
	margin: 20px 0 !important;
	font: normal 16pt "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
	color: #777 !important;
}
h3 {
	margin-bottom: 20px !important;
	font-family: 'Courgette', cursive !important;
	color: #125470 !important;
	font-size: 20pt !important;
	font-weight: normal !important;
}
.quad h3 {	
	font-size: 18pt !important;
}
p {
	margin-bottom: 20px;
	line-height: 1.5;
	color: #333;
	font: normal 12pt arial, helvetica, sans-serif;
}
img {
	border: none;
}
#header_container {
	height: 100px;
	background: #fff;
}
	#header {
		height: 100px;
		width: 960px;
		padding: 0 20px;
		position: relative;
	}
		#logo {
			position: absolute;
			top: 20px;
			left: 20px; /*-90px for seal*/
		}
		#login {
			position: absolute;
			top: 32px;
			right: 0;
		}
		#login .input {
			background: #f5f5f5;
			border: solid 1px #e0e0e0;
			padding: 6px;
		}
		#login #log_in {
			padding: 5px;
			color: #fff;
			font-weight: bold;
			cursor: pointer;
			background: #db1f1f;
			text-shadow: 1px 1px 0px #990000;
			border: solid 1px #990000;
		}
		#contact_info {
			position: relative;
			float: right;
			font-size: 18pt;
			font-weight: bold;
			color: #445d80;
			text-align: right;
			font-family: arial, helvetica, sans-serif;
		}
		#phone {
			padding-right: 20px;
			float: right;
			color: #fff;
			font-size: 14pt;
		}
		#agent {
			float: right;
		}
		#phone_tag {
			font-size: 9pt;
			font-weight: normal;
			font-style: italic;
		}
#nav_container {
	height: 40px;
	background: #0091c2;
	border-bottom: solid 1px #23627c;
}
	#nav_wrapper {
		width: 960px;
		padding: 0 20px;
	}
	#nav {
		width: 600px;
		text-align: left;
		float: left;
	}
	#nav ul {
		padding-top: 10px;
		list-style: none;
	}
	#nav ul li {
		display: inline;
		font: bold 12pt arial, helvetica, sans-serif;
		padding: 0 30px 0 0;
	}
	#nav ul li a {
		color: #fff;
		text-decoration: none;
		text-shadow: 1px 1px 0px #23627c;
	}
	#nav ul li a:hover {
		/*color: #4486b2;*/
	}
	#nav ul li {
		position: relative;
	}
#banner_container {
	background: #b1d4e0;
	border-top: solid 1px #92c0d3;
	border-bottom: solid 1px #92c0d3;
}
	#banner {
		position: relative;
		height: 320px;
		width: 960px;
		padding: 0 20px;
		cursor: default;
	}
		#student {
			position: absolute;
			top: 0;
			left: 0;
		}
		#tagline_container {
			position: absolute;
			top: 10px;
			left: 250px;
		}
		#main_tag, #sub_tag {
			font-family: 'Courgette', cursive;
		}
		#main_tag {
			font-size: 28pt;
			color: #125470;
		}
		#sub_tag {
			font-size: 20pt;
			/* color: #2089b5; */
			color: #A31919;
		}
		#sub_tag {
			padding-left: 20px;
		}
	#promo_list_container {
		position: absolute;
		top: 100px;
		left: 350px;
	}
		ul#promo_list {
			font-family: arial, helvetica, sans-serif;
		}
		ul#promo_list li {
			list-style-type: none;
			background: url(images/list_check.png) no-repeat center left;
			color: #125470;
			font-weight: bold;
			line-height: 2;
			padding: 5px 0 2px 27px;
			font-size: 11pt;
		}
		ul#promo_list li a {
			color: #125470;
			text-decoration: underline;
		}
	#promo_course_container {
		position: absolute;
		top: 90px;
		right: 1px; /*account for overflow*/
		width: 390px;
		height: 148px;
		background: url(images/badge_container.png) no-repeat;
	}
	#promo_course_container:hover {
		background: url(images/badge_container.png) -390px no-repeat;
	}
		.promo_price {
			position: absolute;
			top: 40px;
			font: bold 40pt arial, helvetica, sans-serif;
			color: #fff;
			text-shadow: 1px 1px 0px #990000;
			text-align: center;
		}
		sup {
			font-size: 20pt;
		}
		.promo_price.short { /*no cents*/
			left: 20px;
		}
		.promo_price.long { /*w/ cents*/
			left: 18px;
		}
		.promo_strike {
			width: 250px;
			position: relative;
			top: 35px;
			left: 70px;
			font: bold 12pt arial, helvetica, sans-serif;
			text-shadow: .5px .5px 0px #990000;
			color: #fff;
		}
		.promo_title {
			width: 250px;
			position: relative;
			top: 35px;
			left: 70px;
			font: bold 15pt arial, helvetica, sans-serif;
			text-shadow: 1px 1px 0px #990000;
			color: #fff;
		}
		#promo_course_container a {
			text-decoration: none;
		}
		#promo_course_container .course_list {
			position: relative;
			top: 37px;
			left: 150px;
			width: 240px;
		}
		ul.course_list {
			margin: 0 0 5px 0;
			font-family: arial, helvetica, sans-serif;
			list-style: none;
		}
		ul.course_list li {
			color: #fff;
			font-size: 9pt;
			padding-bottom: 5px;
		}
		#promo_sub_text {
			position: relative;
			top: 250px;
			left: 315px;
			font-family: arial, helvetica, sans-serif;
			width: 325px;
			color: #1d5d78;
			font-size: 14pt;
		}
		#promo_sub_text a {
			color: #1d5d78;
			text-decoration: none;
		}
		#promo_sub_text a:hover {
			color: #248cb8;
		}
/*#content_container_top {
	height: 8px;
	background: url(images/content_bg_top.png) repeat-x;
}*/
#content_container {
	background: url(images/content_bg.png);
	padding-bottom: 40px;
}
	#content {
		width: 960px;
		padding: 0 20px;
		position: relative;
		background: none !important;
		border: none !important;
	}
	#quad_panel {
		padding-top: 30px;
	}
	#quad_panel .quad {
		float: left;
		width: 220px;
		padding-right: 20px;
	}
	#quad_panel .quad .title {
		font-size: 18pt;
	}
	#quad_panel .quad p {
		line-height: 1.5;
		font-size: 11pt;
	}
	#main_panel {
		padding-top: 0px; /*40px*/
		width: 640px;
		float: left;
	}
	.title.bg_lg {
		height: 40px;
		width: 640px;
		background: url(images/title_bg_lg.png) no-repeat;
		position: absolute;
		left: 20px;
		top: 40px;
	}
	.course_title {
		margin-bottom: 5px;
		font-family: 'Courgette', cursive;
		color: #28406e;
		font-size: 18pt;
	}
	.title.bg_lg div {
		color: #28406e;
		font-size: 20pt;
		text-shadow: 1px 1px 0px #fff;
		position: absolute;
		top: 3px;
		left: 20px;
	}
	#reasons ul {
		list-style: none;
		margin-left: 30px;
	}
	#reasons ul li {
		padding: 0 0 20px 0;
		font: bold 12pt arial, helvetica, sans-serif;
	}
	#reasons ul li .img_wrap {
		float: left;
		width: 50px;
		height: 50px;
		text-align: center;
	}
	#reasons ul li .text {
		line-height: 2;
	}
	.reason_list {
		margin-top: 20px;
		float: left;
	}
	
	#reasons.wide ul {
		height: 100px;
		position: relative;
		top: -20px;
	}
	#reasons.wide li {
		display: inline;
		margin-right: 70px;
	}
	#reasons.wide ul li .img_wrap {
		float: none;
		width: 50px;
		height: 50px;
		text-align: center;
		position: relative;
		top: 15px;
		left: -5px;
	}
	.double_wide {
		margin-bottom: 20px;
		width: 50%;
		float: left;
	}
	.course_promo_panel {
		margin: 0 auto;
		text-align: center;
	}
	.course_promo_title {
		font-weight: bold;
		margin-bottom: 3px;
	}
	#side_panel {
		margin: 35px -10px 0 0; /*for shadow*/
		padding: 10px 20px 20px 20px;
		width: 270px; /*s/b 320px;*/
		float: right;
		background: #fff;
		-moz-box-shadow:    0 0 5px 3px #e5e5e5;
		-webkit-box-shadow: 0 0 5px 3px #e5e5e5;
		box-shadow:         0 0 5px 3px #e5e5e5;
	}
	.sub_title {
		margin: 20px 0;
		font: bold 10pt arial, helvetica, sans-serif;
		color: #333;
	}
	#side_panel .title {
		margin-bottom: 20px;
	}
	.badge_mini {
		margin-right: 10px;
		height: 45px;
		width: 50px;
		padding-top: 5px;
		background: url(images/badge_mini.png);
		font: bold 24pt "times new roman", serif;
		color: #fff;
		text-shadow: 1px 1px 0px #990000;
		text-align: center;
		float: left;
		cursor: default;
	}
	#side_panel p {
		font-size: 12pt;
	}
	.get_started {
		text-align: center;
		margin: 20px 0;
	}
#footer_container {
	background: #444 url(images/footer_top.jpg) top repeat-x;
}
	#footer {		
		width: 960px;
		padding: 40px 20px;
		position: relative;
	}
	.footer_panel {
		width: 230px;
		float: left;
		padding: 0 50px 0 0;
	}
	.footer_panel.last {
		padding: 0;
		width: 100px;
		text-align: center;
	}
	.footer_title {
		font-family: "times new roman", times, serif;
		color: #fff;
		font-size: 16pt;
	}
	.footer_divider {
		border-top: solid 1px #373737;
		border-bottom: solid 1px #4a4a4a;
		margin: 5px 0 15px 0;
	}
	ul.footer_list {
		list-style: none;
	}
	ul.footer_list li {
		font: normal 11pt arial, helvetica, sans-serif;
		padding-bottom: 5px;
	}
	ul.footer_list li a {
		color: #dedede;
		text-decoration: none;
	}
	.footer_text {
		padding-right: 20px;
		font: normal 10pt arial, helvetica, sans-serif;
		color: #dedede;
		line-height: 1.5;
	}
	.footer_text a {
		color: #dedede;
	}
	#footer_copy {
		margin-top: 20px;
		padding: 20px 0;
		color: #999;
		text-align: center;
		border-top: solid 1px #777;
		font-size: 10pt;
		font-family: arial, helvetica, sans-serif;
	}
.divider {
	margin: 20px 0;
	clear: both;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #fff;
}
.rounded_3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.rounded_5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.rounded_10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.rounded_20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.clear {
	clear: both;
}