html { 
	background: #d6e0eb url(../images/html_bg.jpg) repeat-x top center;
}
body { 
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #E7E6E6;
	color: #333;
	
	border-top: 3px solid #fff;
}
a {
	color: #01A9DB;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
p { 
	margin: 0 0 10px 0; 
}
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000;
	font-size: 30px;
	line-height: 1.1em;
}
ul {
	margin: 15px 0;
	padding: 0;
	list-style: circle;
}
ul li {
	margin: 5px 0;
	padding: 0;
}
#wrap { 
	margin: 0 auto; 
	width: 960px; 
}
#header {
	margin-bottom: 5px;
	width: 960px;
	height: 105px;
	background: #FFFFFFcen url(../images/header_bg.jpg) repeat-x bottom center;
	overflow: hidden;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#header a.logo {
	float: left;
	margin: 10px 0 0 10px;
}
#header img.header_img {
	position: absolute;
	top: -10px;
	right: 0;
}
#header #support {
	float: right;
	margin: 0 10px 0 0;
	width: 360px;
}
#header #support span#liveChat a {
	float: right;
	margin: 2px 10px 0 0;
	padding-left: 20px;
	background: url(../images/chat.png) no-repeat 0 2px;
	color: #fff;
	font-size: 13px;
}
#header span.phone {
	float: right;
	margin: 0;
	padding: 0 10px 3px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #0052C2;
	background: #fff;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#header a.login:hover {
	background: #01A9DB;
	text-decoration: none;
}
#nav {
	margin-bottom: 10px;
	width: 960px;
	height: 35px;
	background: #8c8ebd url(../images/nav_bg.png) no-repeat top center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	z-index: 10;
}
#nav ul.nav {
	float: left;
	width: 100%;
}
#nav ul.nav li {
	float: left;
	margin: 5px 0;
	height: 15px;
	padding: 5px 2px;
	border-left: 1px solid #8c8ebd;
	border-right: 1px solid #8c8ebd;
	position: relative;
}
#nav ul.nav li:first-child {
	margin-left: 140px;
	border-left: 0;
}
#nav ul.nav li.last {
	border-right: 0;
}
#nav ul.nav li a {
	float: left;
	height: 15px;
	margin: 0 12px;
	padding: 0 3px 1px 3px;
	text-decoration: none;
	color: #fff;
	font: 16px/17px 'Trebuchet MS', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 border-radius: 3px;
}
#nav ul.nav li a:hover {
	border-bottom: 1px solid #fff;
}
#nav ul.nav li.new img {
	position: absolute;
	top: -18px;
	right: 2px;
}
    #nav ul.nav li .drop {
        float: left;
        margin: 0 0 0 5px;
        padding-bottom: 5px;
        width: 250px;
        position: absolute;
        left: -999em; /* Hides the drop down */
        background: #8c8ebd;
        top: 25px;
        -moz-border-radius: 0 3px 3px 3px;
        -webkit-border-radius: 0 3px 3px 3px;
        border-radius: 0 3px 3px 3px;
        -moz-box-shadow: 0 1px 1px #333;
        -webkit-box-shadow: 0 1px 1px #333;
        box-shadow: 0 1px 1px #333;
        z-index: 10;
    }
#nav ul.nav li:hover .drop {
	display: block;
	left: 0;
}
#nav ul.nav li .drop li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
}
#nav ul.nav li .drop li a {
	float: none;
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
	height: auto;
	text-transform: none;
	text-align: left;
	font: 12px/30px  Verdana, Tahoma, Helvetica, Arial, sans-serif;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
}
#nav ul.nav li .drop li a:hover {
	background: #000000;
}
/* --- price and registration --- */
.price {
	display: inline-block;
	padding: 55px 0 0 18px;
	width: 150px;
	height: 105px;
	color: #fff;
	background: url(../images/price_bg.png) no-repeat center center;
	font: bold 40px 'Trebuchet MS', Verdana, Tahoma, Helvetica, Arial, sans-serif;
	overflow: hidden;
	text-shadow: 1px 1px 5px #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
}
.price span.dollar_sign, .price span.cents {
	float: left;
	margin: 10px 0 0 18px;
	font-size: 30px;
}
.three span.dollar_sign, .four span.dollar_sign {
	margin: 10px 0 0 5px;
    height: 35px;
    width: 29px;
}
.price span.dollars {
	float: left;
	margin-left: -2px;
	letter-spacing: -2px;
}
.price span.cents {
	margin: 10px 0 0 3px;
}
.price span.asterisk {
	float: left;
	margin: 12px 0 0 3px;
	font-size: 20px;
}
a.register_btn {
	display: inline-block;
	margin: 10px;
	width: 160px;
	height: 55px;
	background: transparent url(../images/register_btn.png) no-repeat 0 0;
	text-indent: -999px;
	overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
}
a.register_btn:hover {
	background: transparent url(../images/register_btn.png) no-repeat 0 -55px;
}
a.register_spanish {
	display: inline-block;
	margin: 10px;
	width: 160px;
	height: 40px;
	background: transparent url(../images/register_btn.png) no-repeat -160px 0;
	text-indent: -999px;
	overflow: hidden;
}
a.register_spanish:hover {
	background: transparent url(../images/register_btn.png) no-repeat -160px -40px;
}
a.order_now {
	display: inline-block;
	margin: 10px;
	width: 130px;
	height: 40px;
	background: transparent url(../images/register_btn.png) no-repeat -320px 0;
	text-indent: -999px;
	overflow: hidden;
}
a.order_now:hover {
	background: transparent url(../images/register_btn.png) no-repeat -320px -40px;
}
span.special {
	width: 140px;
	padding: 3px 3px 3px 10px;
	position: absolute;
	text-align: center;
	color: #fff;
	font-weight: bold;
	top: 245px; 
	left: 287px;
	background: green url(../images/special_bg.gif) no-repeat 5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 6;
}
/* --- banner --- */
#banner {
	width: 960px;
	height: 285px;
	margin-bottom: 10px;
	padding-top: 5px;
	position: relative;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
    top: 0px;
    left: 0px;
}
#banner .item_content { 
	width: 928px;
	height: 278px;
	margin: 0 5px 0 5px;
	padding: 0 10px;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}
#banner h2 {
	float: left;
	margin: 20px 0 0 200px;
	color: #000;
	font: bold 30px/1.2em 'Trebuchet MS', Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
#banner .price {
	position: absolute;
	top: 60px;
	left: 280px;
}
#banner ul {
	float: left;
	margin: 10px 0 0 460px;
	padding: 0;
	list-style: none;
	color: #06c;
}
#banner .item_content ul li {
	margin: 7px 0 7px 0;
	padding: 0 0 0 20px;
	background: transparent url(../images/check.png) no-repeat 0 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
}
#banner a.register_btn {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 190px;
	left: 283px;
	z-index: 5;
}
#banner #item_0 { 
	background: url(../images/item_bg.jpg) no-repeat 0 0;
}
#banner #item_1 { 
	background: url(../images/item_bg1.jpg) no-repeat 0 0;
}
#banner #item_2 { 
	background: url(../images/item_bg.jpg) no-repeat 0 0;
}
#banner #item_3 { 
	background: url(../images/item_bg3.jpg) no-repeat 0 0;
}
#banner #item_4 { 
	background: url(../images/item_bg4.jpg) no-repeat 0 0;
}
#banner #item_5 { 
	background: url(../images/item_bg5.jpg) no-repeat 0 0;
}
#banner #item_6 { 
	background: url(../images/item_bg6.jpg) no-repeat 0 0;
}
#banner #item_1 h2 { 
	margin-left: 260px;
}
#banner #item_3 h2 { 
	margin-left: 250px;
}
#banner #item_1 ul, #banner #item_3 ul { 
	margin-top: 5px;
}
#banner #item_5 h2 { 
	margin-left: 250px;
}
#banner #item_6 h2 { 
	/*margin-left: 250px;*/
}
#banner .item_content p.introductory { 
	float: left;
	margin: 5px 0 0 480px;
	font-weight: bold;
}
#banner .controls { 
	width: 950px; 
	height: 75px; 
	padding: 0; 
	margin: 0 auto; 
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 5px;
}
#banner #item_nav { 
	width: 870px; 
	height: 75px; 
	padding: 0; 
	margin: 0 auto; 
	list-style: none; 
	overflow: hidden;
}
#banner ul.banner_nav { 
	width: 870px; 
	height: 75px; 
	padding: 0; 
	margin: 0 auto; 
	list-style: none; 
}
#banner ul.banner_nav li { 
	float: left;
	margin: 0 5px; 
	padding: 0;
	background: none;
	width: 280px;
	font-size: 14px; 
	color: #666; 
}
#banner li.nav_item a {
	padding: 10px 5px; 
	display: block; 
	height: 55px; 
	line-height: 20px;
	text-decoration: none; 
	-webkit-transition: background-color 0.3s linear;  
	-moz-transition: background-color 0.3s linear;  
	-o-transition: background-color 0.3s linear;  
	transition: background-color 0.3s linear;  
}
#banner ul.banner_nav li a img { 
	float: left; 
	margin: 0 10px 0 5px; 
	background: #fff; 
}
#banner ul.banner_nav li a span { 
	display: block;
	padding-top: 5px;
	font-size: 14px; 
	line-height: 20px; 
}
#banner li.nav_item a:hover { 
	background: #e1e1e1;
}
#banner ul.banner_nav li.ui-tabs-selected a { 
	background: #6699cc url(../images/controls.png) no-repeat center -45px;
	color: #fff;
}
#banner .ui-tabs-hide { 
	display: none; 
}
#banner .controls span.prev {
	display: block;
	padding: 10px;
	width: 10px;
	height: 25px;
	position: absolute;
	top: 15px;
	left: 5px;
	background: transparent url(../images/controls.png) no-repeat 0 0;
	cursor: pointer;
}
#banner .controls span.prev:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #efefef url(../images/controls.png) no-repeat 0 0;
	-webkit-transition: background-color 0.3s linear;  
	-moz-transition: background-color 0.3s linear;  
	-o-transition: background-color 0.3s linear;  
	transition: background-color 0.3s linear;  
}
#banner .controls span.next {
	display: block;
	padding: 10px;
	width: 10px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 5px;
	background: transparent url(../images/controls.png) no-repeat -30px 0;
	cursor: pointer;
}
#banner .controls span.next:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #efefef url(../images/controls.png) no-repeat -30px 0;
	-webkit-transition: background-color 0.3s linear;  
	-moz-transition: background-color 0.3s linear;  
	-o-transition: background-color 0.3s linear;  
	transition: background-color 0.3s linear;  
}
#details {
	float: left;
	width: 940px;
	min-height: 315px;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#details #group_rates {
	float: left;
	width: 274px;
	min-height: 300px;
	padding: 5px 20px 10px 10px;
	border-right: 0px solid #ccc;
}
#details #course_benefits {
	float: left;
	width: 275px;
	padding: 5px 10px 10px 20px;
}
#details h3, #video_wrap h3 {
	margin-top: 5px;
	color: #669966;
	font-size: 18px;
}
#details h3 img, #video_wrap h3 img {
	float: left;
	margin-top: -7px;
	margin-right: 10px;
}
#details ul, #video_wrap ul {
	margin: 10px 0 10px 0;
	padding: 0;
}
#details ul li, #video_wrap ul li {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	list-style: none;
	background: url(../images/arrow.png) no-repeat 0 4px;
}
#video_wrap {
	float: right;
	margin-bottom: 10px;
	padding: 5px;
	width: 310px;
	min-height: 325px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#video_wrap object#video, #video_wrap embed {
	display: block;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: 308px;
	height: 220px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#video_wrap #temp {
	padding: 10px 10px 5px 15px;
}
#video_wrap #media {
	width: 308px;
	height: 220px;
	/*background: url(../images/media_bg.jpg) no-repeat center center;*/
	background: #ccc;
	border: 1px solid #555;
	padding: 0;
}
#video_wrap a.more_info {
	display: block;
	margin: 30px auto 20px auto;
	width: 220px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	background: #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#video_wrap a.more_info:hover {
	text-decoration: none;
	background: #ccc;
}
#tabs {
	clear: both;
	margin-bottom: 10px;
	padding: 5px;
	width: 910px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#tabs ul.tabs_nav {
	margin: 0;
	padding: 0 10px;
	width: 899px;
	height: 40px;
}
#tabs ul.tabs_nav li.nav_item {
	float: left;
	margin: 0 2px; 
	padding: 0;
	list-style: none;
    height: 40px;
    width: 232px;
}
#tabs li.nav_item a {
	display: block; 
	width: 228px;
	height: 40px; 
	text-decoration: none; 
	text-align: center;
	font: 16px/40px 'Trebuchet MS', Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #f6f6f6;
	-webkit-transition: background-color 0.3s linear;  
	-moz-transition: background-color 0.3s linear;  
	-o-transition: background-color 0.3s linear;  
	transition: background-color 0.3s linear;  
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#tabs li.nav_item a:hover { 
	background: #f0f0f0;
}
#tabs ul.tabs_nav li.ui-tabs-selected a { 
	background: #f0f0f0;
}
#tabs .ui-tabs-hide { 
	display: none; 
}
#tabs .tab_content { 
	width: 894px;
	min-height: 150px;
	padding: 20px;
	background: #f0f0f0;
	overflow: hidden;
}
#tabs .tab_content  h2 { 
	margin: 0 0 10px 0;
	color: #669966;
	font-size: 24px;
}
#tabs .tab_content .center a.button { 
	display: inline-block;
	margin: 10px 10px 0 10px;
	width: 420px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #6699cc;
	-moz-box-shadow: 0 1px 1px #555;
	-webkit-box-shadow: 0 1px 1px #555;
	box-shadow: 0 1px 1px #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tabs .tab_content a.button:hover { 
	text-decoration: none;
	background: #ccc;
}
#tabs #tab_4 h3 { 
	clear: both;
	margin: 20px 0 10px 0;
	color: #669966;
	font-size: 16px;
}
#tabs .tab_content ul.course_list { 
	float: left;
	margin: 0 10px 0 20px;
	width: 270px;
}
#notice {
	clear: both;
	margin-bottom: 10px;
	padding: 20px 20px 20px 100px;
	width: 840px;
	background: #fff url(../images/info.png) no-repeat 15px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#notice img {
	float: left;
	margin: 0 20px 0 0;
}
#notice p {
	margin-bottom: 0;
}

/* --- contents --- */
	border-radius: 3px;
}
#notice img {
	float: left;
	margin: 0 20px 0 0;
}
#notice p {
	margin-bottom: 0;
}

/* --- contents --- */
#content {
	float: right;
	margin-bottom: 10px;
	padding: 25px 20px 15px 20px;
	width: 910px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contentlogin {
	float: right;
	margin-bottom: 10px;
	padding: 25px 20px 15px 20px;
	width: 910px;
	background:#66ccff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content .banner {
	margin: -10px 0 15px -5px;
	width: 690px;
	height: 150px;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
#content .banner h1, #content .banner h2 {
	margin: 20px 0 0 30px;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#content .banner h2 {
	margin: 70px 0 0 30px;
}
#content h1 {
	text-align: center;
	color: #0066CC;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 18px;
	margin: 20px 0 10px 0;
	color: #669966;
}
#content .state h2 {
	font-size: 20px;
	margin: 20px 0 10px 0;
	color: #0066CC;
}
#content h3 {
	font-size: 14px;
	margin: 20px 0 5px 0;
	color: #000;
}
#content h3.article, #content .state h3 {
	font-size: 16px;
	margin: 20px 0 5px 0;
	color: #0066CC;
}
#content .state img.right {
	float: right;
	margin: 10px;
}
#content ul {
	margin: 10px 0 10px 30px;
	padding: 0;
	list-style: circle;
}
.action {
	float: right;
	margin: 20px;
	width: 170px;
}
.action a.register_btn {
	margin: -35px 0 0 3px;
	z-index: 10;
}
.round_box {
	padding: 10px 20px;
	margin: 15px 0 15px -5px;
	width: 650px;
	background: #f2f2f2;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.round_box p {
	overflow: hidden;
}
.round_box .action {
	float: left;
	margin: 0 20px 0 0;
}
.books .action {
	float: right;
	margin: 15px 0 0 20px;
}
.books .action a.order_now {
	display: block;
	margin: 10px auto;
}
.books .price {
	display: block;
	margin: 10px auto;
	background: none;
	color: #000;
    height: 70px;
    overflow: hidden;
    padding: 0 0 0 3px;
    width: 130px;
}
#content .round_box h2 {
	margin: 15px 0 10px 0;
	color: #06c;
}
.round_box a {
	font-weight: bold;
	text-decoration: none;
	color: #06c;
}
.round_box a:hover {
	text-decoration: underline;
}
a.practice_test {
	display: block;
	margin: 50px auto;
	padding: 5px 15px 5px 130px;
	width: 280px;
	color: #fff;
	background: #6699cc;
	text-decoration: none;
	border: 1px solid #008DB8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
a.practice_test img {
	position: absolute;
	top: -20px;
	left: 10px;
}
a.practice_test:hover {
	text-decoration: underline;
	color: #333;
	border: 1px solid #F27300;
}
a.why_online {
	display: block;
	margin: 30px auto 20px auto;
	padding: 10px 15px 10px 85px;
	width: 300px;
	color: #000;
	font-size: 14px;
	background: #D6E0EB url(../images/safety.png) no-repeat 10px 2px;
	text-decoration: none;
	border: 1px solid #008DB8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
a.why_online:hover {
	text-decoration: underline;
	color: #333;
	border: 1px solid #F27300;
}
/* --- sideabar --- */
#aside {
	float: left;
	width: 230px;
	min-height: 300px;
}
#aside .section {
	margin: 0 0 10px 0;
	padding: 10px 15px;
	width: 198px;
	min-height: 100px;
	background: #7CB9E8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#aside .section h3 {
	margin: -10px 0 0 -15px;
	padding: 0;
	width: 177px;
	height: 35px;
	text-align: center;
	color: #06c;
	background: #f2f2f2;
	font: bold 14px/38px 'Trebuchet MS',Verdana,Tahoma,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#aside .last {
	margin-bottom: 10px;
}
#asc.section img {
	display: block;
	margin: 10px auto 15px auto;
}
#aside .section ul {
	margin: 10px 0 10px 0;
	padding: 0;
}
#aside .section ul li {
	margin: 5px 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/arrow.png) no-repeat 0 4px;
}
#aside #courses ul li{
	font-weight: bold;
}
#student_login form, #questions form {
	margin: 10px 5px 0 5px;
}
#questions.section {
	padding-top: 60px;
	background: #fff url(../images/questions_bg.jpg) no-repeat top center;
}
#questions.section #support {
	margin-top: 10px;
	text-align: center;
}
#questions.section #support p {
	margin-bottom: 0;
}
#states.section {
	min-height: 80px;
}
#states.section ul {
	float:left;
	margin: 15px 0;
	position: relative;
}
#states.section .dropdown ul {
	z-index: 9;
}
#states.section ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#states.section ul li span {
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 179px;
	font-size: 14px;
	background: #F6F3EE url(../images/down.png) no-repeat right center;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #a1c4e5;
	cursor: pointer;
}
#states.section ul li a:hover {
	text-decoration: none;
}
#states.section ul li .drop {
	float:left;
	margin: 0 0 0 0;
	width: 400px;
	height: 270px;
	position: absolute;
	left: -999em; /* Hides the drop down */
	background: #fff;
	top: 29px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	z-index: 10;
	border: 1px solid #a1c4e5;
	overflow-y: scroll;
}
#states.section ul li:hover .drop {
	display: block;
	left: 0;
}
#states.section ul li .drop li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
}
#states.section ul li .drop li a {
	float: none;
	display: block;
	margin: 0;
	padding: 7px 10px 7px 23px;
	height: auto;
	text-transform: none;
	color: #333;
	background: #fff url(../images/arrow.png) no-repeat 7px center;
	text-align: left;
	font: 12px  Verdana, Tahoma, Helvetica, Arial, sans-serif;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}
#states.section ul li .drop li a.last {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border: 0;
}
#states.section ul li .drop li a:hover {
	background: #f2f2f2 url(../images/arrow.png) no-repeat 7px center;
}
#support.section {
	padding-top: 15px;
	text-align: center;
	min-height: 80px;
}
#support.section p {
	margin-bottom: 5px;
}
#student_login input[type=text], 
#student_login input[type=password],
#questions input[type=text],
#questions textarea {
	margin: 0 0 10px 0;
	padding: 0 0 0 3px;
	width:  184px;
	height: 25px;
	line-height: 30px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -moz-box-shadow:inset 0 0 3px #cccccc;
    -webkit-box-shadow:inset 0 0 3px #cccccc;
    box-shadow:inset 0 0 3px #cccccc;
	border: 1px solid #999;
}
#student_login input[type=submit],
#questions input[type=submit] { 
	display: block;
	margin: 3px auto 5px auto;
	width:  91px;
	height: 25px;
	font: bold 12px/25px 'Trebuchet MS',Verdana,Tahoma,Helvetica,Arial,sans-serif;
	color: #fff;
	background: #0099ff;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
}
#student_login input[type=text]:focus, 
#student_login input[type=password]:focus,
#questions input[type=text]:focus,
#questions textarea:focus {
    -moz-box-shadow:inset 0 0 3px #66ccff;
    -webkit-box-shadow:inset 0 0 3px #66ccff;
    box-shadow:inset 0 0 3px #66ccff;
}
#questions textarea {
	padding-top: 3px;
	height: 91px;
	overflow: auto;
	line-height: 1.5em;
}
#asc.section {
	margin: 0 0 10px 0;
	padding: 5px 10px 0 10px;
	width: 190px;
	min-height: 100px;
	background: none;
	border: 0;
}
#quiz_content {
	width: 960px;
	margin-bottom: 10px;
	padding-top: 20px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
#footer_wrap {
	margin: 20px 0 0 0;
	padding: 15px 0; 
	width: 100%;
	background: #F1F4F9 url(../images/footer_bg.jpg) repeat-x top center;
	overflow: hidden;
}
#footer {
	margin: 0 auto 0 auto;
	padding: 0 10px;
	width: 940px;
	color: #999;
	overflow: hidden;
}
#footer #news {
	float: left;
	margin: 0 30px 0 0;
	width: 290px;
}
#footer #footer_nav {
	float: left;
	margin: 0 20px 0 0;
	width: 200px;
}
#footer #copy {
	float: right;
	margin: 0;
	width: 400px;
}
#footer h3 {
	margin: 0 0 10px 0;
	color: #06c;
	font: bold 16px 'Trebuchet MS',Verdana,Tahoma,Helvetica,Arial,sans-serif;
}
#footer ul {
	margin: 10px 0 10px 0;
	padding: 0;
}
#footer ul li {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/arrow.png) no-repeat 0 4px;
}
#footer p {
	margin: 0 0 10px 0;
	text-align: right;
}
#footer p.center {
	text-align: center;
}
#footer a {
	color: #555;
}
#footer img {
	display: inline-block;
}
#footer img.mcafee {
	margin-left: 10px;
}
#footer img.bbb {
	margin-top: 10px;
	margin-left: 10px;
}

/* certifation verification table */
#verifytbl
{
    width:800px;
    height:200px;
    border:2px solid #99ccff;
    margin-left:50px;

}



/*  modal box styles */
#modal_content {display:none; color: #fff;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {color:#bbb; background-color:#333; border:4px solid #ffffff; padding:0;}
#simplemodal-container .simplemodal-data {padding:0;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {margin: 0 0 15px 0; color:#FF0000; font-size: 18px;text-align:center;font-family: Tahoma,'Trebuchet MS';}
#simplemodal-container p {margin: 10px 0; line-height: 1.3em;}
#simplemodal-container strong {font-size: 14px;}
.inputText {
	width:300px;
	height:24px;
	border:1px solid #cccccc;
	padding:7px;
}
.inputTextarea {
	width:525px;
	height:250px;
	border:1px solid #cccccc;
	padding:7px;
}
.contact_form .inputText.error_class {
	border:1px solid #ef716d;
}
.contact_form .inputTextarea.error_class {
	border:1px solid #ef716d;
}
.contact_form label {
	text-align:left;
	margin-right: 0.5em;
	color:#262626;
	font-size:13px;
}
.contact_form label span {
	color:red;
}




