/*
Theme Name: DAC
Theme URI: http://
Description: Custom Theme of DAC
Version: 1.0
Author: Whiteboard Media
Author URI: 
Tags: Custom
*/


/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
	
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Style */
body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 62.5%;
}
body.home {
	background: #f2f7fa url(images/main-bg-home.png) repeat-x top;
}
body.home .shadow-grad {
	background: url(images/home_shad_grad.png) no-repeat center 4px;
	min-width: 1020px;
}
.clear {
	clear: both;
}
a {
	color: #004a80;
	text-decoration: none;
}
a:hover {
	color: #188aff;
	text-decoration: none;
}
.wp-caption{
	padding-left: 10px;
	font-size: 7pt;
	font-style: italic;
	color: gray;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.alignright {
	float: right;
}
.more {
	padding-top: 10px;
}
fieldset {
	border: 1px solid #efefef;
}
.noborder {
	border: none !important;
}
.nobackground {
	background: none !important;
}
.textright {
	text-align: right !important;
}
.nopadding {
	padding: 0px !important;
}
.highlight {
	background: #ffd700;
	padding: 3px;
}

/* Container */
.container {
	width: 980px;
	margin: 0 auto;
	overflow:hidden;
}

/* Header */
#header {
	padding-top: 4px;
}
#header h1 {
	background: url(images/logo.png) no-repeat top left;
	width: 288px;
	height: 140px;
	float: left;
}
#header h1 a {
	width: 288px;
	height: 140px;
	display: block;
	text-indent: -7777px;
}

div.menu_top {
	width: 466px;
	float: right;
}
div.menu_top ul {
	list-style: none;
	padding-top: 10px;
}
div.menu_top ul li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	padding-right: 10px;
	height: 25px;
}
div.menu_top ul li a {
	color: #383838;
	text-decoration: none;
}
div.menu_top ul li.calendar {
	background: url(images/icon-callendar.png) no-repeat left center;
	padding-left: 18px;
}
div.menu_top ul li.login {
	background: url(images/icon-login.png) no-repeat left center;
	padding-left: 18px;
}
div.menu_top ul li.checkout {
	background: url(images/icon-checkout.png) no-repeat left center;
	padding-left: 18px;
}
div.menu_top ul li.tagline {
	clear: both;
	font: italic 17px Georgia, "Times New Roman", Serif;
	padding-top: 40px;
	text-align: right;
	width: 98%;
	padding-right: 18px;
}
li.search {
	background: url(images/search-form.png) no-repeat top left;
	width: 220px;
	padding-left: 6px;
	font-size: 14px;
	position:relative;
}
li.search input.search {
	border: 1px solid #fff;
	/* padding: 2px; */
	width: 140px;
	z-index: 99;
	position: absolute;
	font-size: 11px;
	margin-top: 3px;
}
li.search input.button {
	width: 70px;
	background: url(images/button-trans.png);
	border: none;
	cursor: pointer;
	position: absolute;
	left: 140px;
}
/* main_menu */
.main_menu {
	clear: both;
	padding-top: 2px;
	/*height: 43px;*/
}
.main_menu ul {
	width: 980px;
	/* background: url(images/main-menu-bg.png) repeat-x bottom; */
	height: 46px;
	padding-top: 3px;
}
.main_menu ul li {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 42px;
	background: url(images/main-menu-border.png) no-repeat center right;
}
.main_menu ul li ul li {
	line-height: 2em;
	position: relative;
}
.main_menu ul li a {
	display: block;
	float: left;
	color: #505975;
	text-decoration: none;
	padding-right: 3px;
}
.main_menu ul li a span {
	padding: 0.3em 1.2em 0;
	display: block;
}
.main_menu ul li.current_page_item, .main_menu ul li.current_page_ancestor, .main_menu ul li.current_page_parent {
	padding-left: 0px;
}
.main_menu ul li.current_page_item a, .main_menu ul li.current_page_ancestor a, .main_menu ul li.current_page_parent a {
	background: url(images/nav-hover.png) no-repeat right top !important;
	color: #fff !important;
}
.main_menu ul li.current_page_item a span, .main_menu ul li.current_page_ancestor a span, .main_menu ul li.current_page_parent a span {
	background: url(images/nav-hover.png) no-repeat left top !important;
}
.main_menu ul li a:hover, .main_menu ul li.sfHover a {
	background: url(images/nav-hover-2.png) no-repeat right top;
}
.main_menu ul li a:hover span, .main_menu ul li.sfHover a span {
	background: url(images/nav-hover-2.png) no-repeat left top;
}
.main_menu ul li ul{
	position: absolute;
	width: 204px;
	height: auto;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin-top: 13px;
	background: #f0f0f0 url(images/pop-bg.png) repeat-x top;
	border: 1px solid #94b4cb;
	border-top: none;
}
.main_menu ul li ul li {
	float: none;
	clear: both;
	background: none;
	font-size: 12px;
}
.main_menu ul li ul li a {
	display: block;
	clear: both;
	float: none;
	text-align: left;
	margin: 0;
	color: #005bab;
	font-weight: normal;
	text-transform: none;
	background: none !important;
}
.main_menu ul li ul li a span, .main_menu ul li ul li.current_page_item a span, .main_menu ul li ul li.current_page_item a, .main_menu ul li.current_page_item li a, .main_menu ul li.current_page_item li a span, .main_menu ul li.current_page_item li a, .main_menu ul li.current_page_ancestor li a, .main_menu ul li.current_page_parent li a, .main_menu ul li.current_page_item li a span, .main_menu ul li.current_page_ancestor li a span, .main_menu ul li.current_page_parent li a span {
	background: none !important;
	color: #005BAB !important;
}
.main_menu ul li ul li a:hover, .main_menu ul li ul li.current_page_item a {
}
.ui-tabs-selected a {
	color: #000 !important;
}

.sf-menu, .sf-menu * {
				margin:			0;
				padding:		0;
				list-style:		none;
			}
			.sf-menu {
				line-height:	1.0;
			}
			.sf-menu ul {
				position:		absolute;
				top:			-999em;
				width:			10em; /* left offset of submenus need to match (see below) */
			}
			.sf-menu ul li {
				width:			100%;
			}
			.sf-menu li:hover {
				visibility:		inherit; /* fixes IE7 'sticky bug' */
			}
			.sf-menu li {
				float:			left;
				position:		relative;
			}
			.sf-menu a {
				display:		block;
				position:		relative;
			}
			.sf-menu li:hover ul,
			.sf-menu li.sfHover ul {
				left:			0;
				top:			2.5em; /* match top ul list item height */
				z-index:		99;
			}
			ul.sf-menu li:hover li ul,
			ul.sf-menu li.sfHover li ul {
				top:			-999em;
			}
			ul.sf-menu li li:hover ul,
			ul.sf-menu li li.sfHover ul {
				left:			10em; /* match ul width */
				top:			0;
			}
			ul.sf-menu li li:hover li ul,
			ul.sf-menu li li.sfHover li ul {
				top:			-999em;
			}
			ul.sf-menu li li li:hover ul,
			ul.sf-menu li li li.sfHover ul {
				left:			10em; /* match ul width */
				top:			0;
			}

/* stage */
.stage {
	padding: 33px 0;
	height: 306px;
	background: url(images/stage-bg.png) no-repeat 0px 32px;
}
#tabs ul li a {
	font: normal 22px "Myriad Pro", Myriad, Arial, Verdana, Helvetica, Sans-Serif;
	color: #000000;
	padding-left: 35px;
	padding-top: 20px;
	
}
#tabs ul li.first {
	width: 251px;
	height: 105px;
}
#tabs ul li.first a {
	display: block;
	height: 85px;
	width: 196px;
	padding-right: 20px;
}
li.ui-tabs-selected a.one {
background: url(images/stage-1st-active.png) no-repeat 1px 0px;
}
#tabs ul li.second {
	width: 251px;
	height: 99px;
}
#tabs ul li.second a {
	display: block;
	width: 196px;
	padding-right: 20px;
	height: 80px;
}
li.ui-tabs-selected a.two {
background: url(images/stage-2nd-active.png) no-repeat 1px 0px;
}
#tabs ul li.third {
	width: 251px;
	height: 98px;
}
#tabs ul li.third a {
	display: block;
	width: 196px;
	padding-right: 20px;
	height: 78px;
}
li.ui-tabs-selected a.three {
background: url(images/stage-3rd-active.png) no-repeat 1px 0px;
}
#tabs-1 {
	width: 728px;
	height: 308px;
}
#tabs-2 {
	width: 728px;
	height: 308px;
}
#tabs-3 {
	width: 728px;
	height: 308px;
}
.inner {
	background: url(images/stage-trans.png) top left;
	width: 580px;
	height: 113px;
	margin-left: 110px;
	margin-top: 158px;
}
.inner {
	padding: 10px;
}
.inner h2 {
	font: normal 34px Georgia, Times;
}
.inner p {
	font-size: 15px;
}
.inner .desc {
	width: 400px;
	float: left;
	line-height: 22px;
}
.inner a {
	background: url(images/stage-learn.png) no-repeat top left;
	display: block;
	width: 166px;
	height: 40px;
	float: right;
	margin-top: 35px;
}
/* main content */
.main_content {
	background: url(images/main-content-bg.jpg) repeat-y center;
	border: 1px solid #c0d3dd;
	padding-bottom: 50px;
}

/* main_left */
.main_left {
	float: left;
	width: 612px;
	padding: 19px;
}
.main_left h2, .main_left h3, div.checkout h2 {
	font: normal 23px Georgia, "Times New Roman", Serif;
	color: #1a3281;
}
.main_left p {
	line-height: 24px;
	padding: 10px 0;
	font-size: 1.4em;
}
p.emp {
	font: italic 17px Georgia, "Times New Roman", Serif;
}
.main_left .cta {
	background: #52bfff;
	border: 1px solid #0eaeff;
	height: 57px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-left: 15px;
	padding-top: 15px;
	margin-top: 30px;
	font-size: 1.35em;
}
.main_left .cta a {
	display: block;
	float: left;
	background: url(images/cta-bg.png) no-repeat left;
	padding: 11px 0 10px 13px;
	margin-right: 10px;
}
.main_left .cta a span {
	background: url(images/cta-bg.png) no-repeat right bottom;
	padding: 11px 20px 8px 8px;
	font-weight: bold;
	color: #000000;
	line-height: 1em;
}

/* sidebar */
.sidebar {
	width: 278px;
	float: left;
	padding: 25px;
	font-size: 1.4em;
}
.sidebar .box {
	padding-bottom: 30px;
}
.box p {
	line-height: 20px;
	font-size: 14px;
}
.sidebar h2 {
	font: normal 19px Georgia, "Times New Roman", Serif;
	color: #000;
	padding-bottom: 10px;
}
.sidebar ul li {
	border-bottom: 1px solid #a4b5c4;
	padding: 11px 0;
	line-height: 20px;
}
.sidebar ul a {
	font-weight: bold;
}
.newsletter {
	padding-top: 15px;
}
.newsletter input.text {
	border: 1px solid #bbbbbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	width: 177px;
}
.newsletter label {
	width: 89px;
	display: block;
	float: left;
	line-height: 22px;
}
.newsletter p {
	padding: 5px 0;
}
.gallery li {
	border: none !important;
	float: left;
	padding: 5px !important;
	line-height: 0px !important;
}
.gallery li img {
	border: 1px solid #a0a0a0;
}
.gallery li.first {
	padding-left: 0px !important;
}
.gallery li.fourth {
	padding-right: 0px !important;
}

/* Bottom Nav */
.bottom_nav {
	background: #a6adb4 url(images/bottom-nav-bg.jpg) repeat-x top;
	min-height: 188px;
	/* height: 155px; */
	margin-top: 84px;
	padding: 27px 0;
	float:left;
	width:100%;
}
.bottom_nav ul {
	position: absolute;
}
.bottom_nav ul ul {
	position: relative;
}
.bottom_nav ul li {
	float: left;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	width: 110px;
}
.bottom_nav ul li.current a {
	color: #1a3281;
}
.bottom_nav ul li a {
	color: #505975;
}
.bottom_nav ul li a:hover {
	color: #7f89a7;
}
.bottom_nav ul li ul {
	padding-top: 5px;
}
.bottom_nav ul li li {
	font-size: 12px;
	font-weight: normal;
	float: none;
	padding: 3px 0;
}
.botlogo {
	background: url(images/bottom-nav-logo.jpg) no-repeat top right;
	width: 81px;
	height: 96px;
	position: absolute;
	float: right;
	padding-left: 900px;
	margin-top: -54px;
}
/* Copyright */
.copyright {
	color: #797b7d;
	padding: 15px 0;
	font-size: 1.4em;
}

/* Page */
body.page, body.single, body.archive, body.category {
	background: #f2f7fa url(images/main-bg-single.png) repeat-x top;
}
body.page .main_content, body.single .main_content, body.archive .main_content, body.category .main_content {
	margin-top: 33px;
	min-height: 600px;	
}
body.page .shadow-grad, body.single .shadow-grad, body.archive .shadow-grad, body.category .shadow-grad  {
	background: url(images/single_shad_grad.png) no-repeat center 4px;
}
.main_left ul, .main_left ol {
	font-size: 1.4em;
	padding-left: 40px;
	padding-bottom: 10px;
}
.main_left ul li, .main_left ol li {
	padding-left: 12px;
	background: url(images/ul-arrow.gif) no-repeat left 7px;
	line-height: 24px;
}
.main_left ol {
	list-style: decimal;
	list-style-position: inside; 
}
.main_left ol li {
	background: none;
}
.main_left h3 {
	font-size: 20px;
	
}
.main_left blockquote {
	border-left: 3px solid #9aca97;
	font-size: 1.4em;
	line-height: 20px;
	font-style: italic;
	padding: 10px 15px;
}
.submenu {
	background: #ffffff;
	border: 1px solid #a8b4be;
	border-bottom: none;
	margin-bottom: 30px;
}
.submenu ul li {

}
.submenu ul li a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.submenu ul li {
	background: url(images/sub-arrow2.png) no-repeat 27px 16px;
	padding: 10px 15px 10px 40px;
}
.submenu ul li.active, .submenu ul li.current_page_item, .submenu ul li.current_page_parent, .submenu ul li.current_page_ancestor {
	background: url(images/sub-arrow.png) no-repeat 27px 16px;
}
.submenu ul li ul {
	
}
.submenu ul li ul li {
	border-bottom: none;
	background: url(images/sub-bulet.png) no-repeat 0px 12px;
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 0;
}
.submenu ul li ul li.current_page_item, .submenu ul li ul li.current_page_parent {
	background: url(images/sub-bulet.png) no-repeat 0px 12px;
}
.submenu ul li ul li a, .submenu ul li ul li.current_page_parent ul li.page_item a {
	color: #3c3b3b;
	font-weight: normal;
	font-size: 13px;
}
.submenu ul li ul li.current_page_item a, .submenu ul li ul li.current_page_parent a, .submenu ul li ul li.current_page_parent ul li.current_page_item a {
	color: #005BAA;
}
.submenu ul li ul li.current_page_item ul li a {
	color: #3c3b3b;
}


/* BreadCrumb */
.breadcrumb {
	font-size: 11px;
	font-weight: bold;
	color: #b2b2b2;
	padding-left: 20px;
	background: url(images/icon-home.png) no-repeat left center;
	line-height: 20px;
	margin-bottom: 15px;
}

/* Advance Class Search */
form.search {
	padding-top: 20px;
}
form.search fieldset {
	border: 2px solid #dddddd;
	padding: 10px;
	font-size: 12px;
}
form.search fieldset label {
	padding: 0px 5px;
}
form.search legend {
	color: #1a3281;
	font-size: 14px;
}
form.search .input2 {
	width: 79px;
}
.main_left form.search p {
	font-size: 12px;
}
div.search_result, div.co_two, div.currently_teaching {
	padding: 30px 0;
	line-height: 20px;
}
.search_result table tr, .currently_teaching table tr {
	border-bottom: 2px solid #dbdbdb;
}
.search_result table tr th, .co_two table tr th, .co_five table tr th, .currently_teaching table tr th {
	color: #fff;
}
.search_result table tr th, .search_result table tr td, .co_two table tr th, .co_two table tr td, .co_five table tr th, .co_five table tr td, .currently_teaching table tr th, .currently_teaching table tr td {
	padding: 10px;
	font-size: 13px;
}
.search_result table tr th, .co_two table tr th, .co_five table tr th, .currently_teaching table tr th {
	background: #0058a6;
}

/* Checkout */
div.checkout {
	background: #fff;
}
div.main_one_column {
	padding: 18px;
}
ol.steps {
	background: url(images/checkout_step_bg.png) no-repeat top center;
	height: 41px;
	margin-top: 20px;
	padding: 0px 24px;
}
ol.steps li {
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 0 10px;
}
ol.steps li span {
	padding: 11px 24px 14px 36px;
	display: block;
}
ol.steps li span.one {
	background: url(images/step_1.png) no-repeat left center;
}
ol.steps li span.two {
	background: url(images/step_2.png) no-repeat left center;
}
ol.steps li span.three {
	background: url(images/step_3.png) no-repeat left center;
}
ol.steps li span.four {
	background: url(images/step_4.png) no-repeat left center;
}
ol.steps li span.five {
	background: url(images/step_5.png) no-repeat left center;
}
ol li.current {
	background: url(images/checkout_step_bg_active.png) repeat-x top;
}
/* -- step two */
.co_two table tr {
	border-bottom: 5px solid #e3e3e3;
}
.co_two table tr th {
	text-align: left;
	font: bold 15px "Lucida Grande", Arial, Verdana, Sans-Serif;
}
.co_two table tr td {
	font: normal 14px Arial, Verdana, Sans-Serif;
	vertical-align: middle;
}
.co_two table td.update a {
	display: block;
	background: #00c0f3;
	padding: 5px;
	float: right;
	clear: both;
	width: 45px;
	padding: 9px 21px;
	text-align: center;
	margin-bottom: 5px;
}
.note {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0;
	line-height: 20px;
}
.cont_shop, .total, .cont_check {
	float: left;
	width: 30%;
}
.cont_check {
	width: 40%;
}
.cont_check2 {
	width: 100%;
}
.note .cont_check2 a {
	float: right !important;
}
.total, .cont_check {
	text-align: right;
}
.total label {
	float: left;
}
.note .cta a {
	display: block;
	float: left;
	background: url(images/checkout_cta_bg.png) no-repeat left bottom;
	padding: 10px 0 0px 13px;
	margin-right: 10px;
}
.note .cta a span {
	background: url(images/checkout_cta_bg.png) no-repeat right bottom;
	padding: 5px 20px 11px 8px;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	display: block;
	height: 18px;
}
.cont_check.cta a {
	float: right;
}
.notelist, .cc {
	width: 50%;
	float: left;
}
.notelist {
	padding-top: 30px;
	font-weight: normal;
}
.cc {
	text-align: right;
	padding-top: 10px;
}

/* -- step three */
.co_three {
	font-size: 15px;
	padding-top: 40px;
}
.co_three .col1 {
	width: 50%;
	float: left;
}
.co_three .col2 {
	width: 45%;
	float: left;
	border-left: 1px dotted #cacaca;
	padding-left: 4%;
}
.co_three .col1 input, .co_three .col2 input {
	width: 281px;
	height: 30px;
	background: #f6f6f6 url(images/co_bg_input.png) no-repeat left top;
	border: none;
	font-size: 14px;
	line-height: 18px;
}
.co_three .col1 label, .co_three .col2 label {
	float: left;
	width: 140px;
}
.co_three p {
	padding: 2px 0;
}
.co_three .req, .req {
	color: red;
}

/* -- step Five */
.co_five .sum {
	width: 370px;
	float: left;
	font-size: 14px;
	padding: 10px
	margin-bottom: 52px;
}
.co_five .sum p {
	padding: 10px 0;
	line-height: 20px;
}
.co_five fieldset {
	width: 250px;
	float: left;
	font-size: 14px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 52px;
	line-height: 24px;
}
.co_five fieldset p {
	padding: 15px 0;
}
.co_five fieldset legend {
	font: italic 20px Georgia, "Times New Roman", Serif;
}
.co_five table tr {
	border-bottom: 5px solid #e3e3e3;
}
.co_five table tr th {
	text-align: left;
	font: bold 15px "Lucida Grande", Arial, Verdana, Sans-Serif;
}
.co_five table tr td {
	font: normal 14px Arial, Verdana, Sans-Serif;
	vertical-align: middle;
}
.co_five table td.update a {
	display: block;
	background: #00c0f3;
	padding: 5px;
	float: right;
	clear: both;
	width: 45px;
	padding: 9px 21px;
	text-align: center;
	margin-bottom: 5px;
}
.co_five {
	padding-top: 30px;
}
.note .cancel a {
	width: 86px;
	display: block;
	background: #a6adb4;
	border-top: 1px solid #c7ccd0;
	border-left: 1px solid #c7ccd0;
	border-bottom: 1px solid #4e5155;
	border-right: 1px solid #4e5155;
	float: right;
	text-align: center;
	margin-right: 10px;
	line-height: 30px;
	margin-top: 20px;
	color: #000;
}
/* -- step one */
.co_one .col1 {
	width: 50%;
	float: left;
	margin-top: 20px;
}
.co_one .col2 {
	width: 45%;
	float: left;
	border-left: 1px dotted #cacaca;
	padding-left: 4%;
	margin-top: 20px;
}
.co_one p {
	font-size: 14px;
	line-height: 20px;
}
.co_one h2 {
	color: black !important;
	padding-bottom: 10px;
}
.co_one .col1 input, .co_one .col2 input {
	width: 281px;
	height: 30px;
	background: #f6f6f6 url(images/co_bg_input.png) no-repeat left top;
	border: none;
	font-size: 14px;
	line-height: 18px;
}
.co_one .col1 label, .co_one .col2 label {
	float: left;
	width: 140px;
	padding: 10px 0;
}
.co_one form {
	padding-top: 10px;
}
.co_one form p {
	clear: both;
}
/* Contact Form */
div.contact {
	padding: 20px 0;
}
div.contact p {
	padding: 3px 0;
	clear: both;
}
div.contact label {
	display: block;
	width: 153px;
	float: left;
}
div.contact input.contact_short, div.contact input.contact_long, div.contact input.contact_postal {
	background: #f2f2f2;
	border: 1px solid #b4b4b4;
	font-size: 14px;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input.contact_short {
	width: 275px;
}
input.contact_long {
	width: 430px;
}
input.contact_postal {
	width: 150px;
}
span.option_group {
	width: 300px;
	float: left;
	display: block;
	line-height: 40px;
	padding-bottom: 20px;
}
div.contact span.option_group label {
	width: 330px;
}
input.contact_interest {
	background: #fff;
	border: 1px solid #b4b4b4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.contact textarea {
	width: 442px;
	float: left;
	height: 192px;
	background: #f2f2f2;
	border: 1px solid #b4b4b4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.contact .option_group label {
	width: 300px;
}

/* Course Detail */
img.scshot {
	float: left;
}
.schedule {
	padding-top: 20px;
	padding-bottom: 20px;
}
div.sched_detail {
	float: left;
	padding-left: 20px;
}
div.sched_detail p {
	padding-top: 0;
}
div.register {
	background: url(images/price-bar.png) no-repeat left;
	width: 139px;
	height: 32px;
}
div.register span {
	line-height: 30px;
}
div.register .price {
	float: left;
	width: 54px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
div.register .reg {
	float: right;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 82px;
}
div.register .call {
	float: right;
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 82px;
}
div.register a {
	color: #fff;
}

/* Course Class Detail */
.recommended_course {
	color: #004a80;
}
.thumb-reg {
	width: 138px;
	float: left;
	padding-right: 19px;
}
.thumb-reg img {
	border: 3px solid #1f3c5f;
}
.thumb-reg .register {
	margin-top: 10px;
}
.course-list {
	padding-top: 15px;
	padding-bottom: 15px;
}
.loc {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #74797f;
	line-height: 20px;
}
.course_list_detail h3 {
	padding-bottom: 10px;
}

/* Faculty Detail */
div.currently_teaching {
	padding-top: 10px;
}
.currently_teaching table tr th, .currently_teaching table tr td {
	vertical-align: middle;
}

/* Faculty List */
img.faculty_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.faculty_list {
	padding-top: 20px;
}
.prin {
	font: italic 15px Arial, Verdana, Helvetica, Sans-Serif;
	color: #666666;
	padding: 5px 0 0 0;
}

/* News List */
.news_list {
	padding-top: 34px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d1d1d1;
}
.news_list 	h3 {
	font: bold 17px Arial, Verdana, Helvetica;
}
.news_list .date {
	font: normal 15px Arial, Verdana, Helvetica, Sans-Serif;
	color: #1a3281;
	line-height: 20px;
	padding-top: 10px;
}

/* Photo Gallery */
.photogal {
	padding-top: 20px;
}
.photo_list {
	width: 186px;
	float: left;
	padding-right: 27px;
	padding-bottom: 27px;
}
.photo_list h4 {
	font: normal 13px Arial;
	background: url(images/photo_gallery_title_bg.png);
	position: absolute;
	text-align: center;
	height: 37px;
	line-height: 37px;
	width: 182px;
	margin-left: 2px;
	margin-top: 163px;
	color: #fff;
}
.photo_list img {
	border: 2px solid #60858c;
}

/* Regist online */
.promotion {
	background-color: #bad5db;
	color: #000000;
	padding: 10px;
	margin-bottom: 15px;
}
.promotion h2 {
	font-weight: bold;
	font-size: 26px;
}
.promotion a {
	background: url(images/promotion_prog_bg.png) no-repeat top center;
	width: 233px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}

/* search result page */
.events_class_result h3, .page_post_result h3 {
	padding: 15px 0;
	color: #000;
	font-style: italic;
}
.page_result h3 {
	font: bold 17px Arial, Verdana, Sans-Serif;
	color: #005bab;
	padding-bottom: 0px;
}
