/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:#dae9fa url(../images/background.gif) center;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:87.5%;
	color:#18222d;
	line-height:1.286em;
	text-align:left;
}

#topbar_wrapper {
	background:url(../images/topbar-bg.gif) repeat-x;
	height:30px;
	padding-bottom:3px;
	width:100%;
}

#topbar {
	width:938px;
	height:26px;
	padding-right:12px;
	padding-top:4px;
	text-align:right;
	overflow:hidden;
	color:#FFFFFF;
}

#topbar a {
	color:#FFFFFF;
}

#topbar_login {
	margin:0;
	padding:0;
}

.topbar_text {
	display:inline-block;
	color:#FFFFFF;
	font-size:0.857em;
	font-weight:bold;
	padding-left:10px;
	padding-right:3px;
	margin:2px 0 0 0;
	height:28px;
	float:right;
}

.topbar_text label {
	vertical-align:middle;
}

.topbar_field {
	border:1px solid #5c69bb;
	vertical-align:middle;
	width:142px;
	height:15px;
	margin-right:1px;
	padding:2px 3px;
	color:#5c69bb;
	display:inline-block;
	float:right;
	font-size:0.786em;
}

#topbar_button {
	margin:0;
	padding:0;
	width:61px;
	height:26px;
	vertical-align:middle;
	float:right;
}

#main_wrapper {
	width:950px;
	background-color:#FFFFFF;
}

#header {
	height:62px;
	width:950px;
	position:relative;
}

#navbar {
	width:583px;
	height:62px;
	margin:0;
	list-style-type:none;
	position:absolute;
	top:-60px;
	left:-343px;
	z-index:10;
	padding:0;
}

#navbar li {
	float:left;
	display:inline-block;
	height:62px;
	list-style-type:none;
	position: relative;
}

#navbar li a {
	display:block;
	height:62px;
}

#navbar li a span {
	display:none;
}

#navbar li ul {
	display:none;
	position:absolute;
	width:175px;
	top:50px;
	left:0px;
	z-index:6000;
}
	
#navbar li > ul {
	top: 50px;
	left: 0px;
}
	
#navbar li:hover ul, #navbar li.sfhover ul { 
	display: block;
	z-index:6000;
}
	
#navbar ul.submenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:1px solid #BB5A77;
	background-color:#FFFFFF;
	padding:1px;
	z-index:10;
}
	
#navbar ul.submenu li {
	background-color:#FFFFFF;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	width:175px;
	height:auto;
	text-align:left;
	z-index:10;
	
}
	
#navbar ul.submenu li a {
	display:block;
	height:auto;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#98012e;
	padding:4px 10px;
	text-decoration:none;
	border:1px solid #FFFFFF;
	z-index:10;
}
	
#navbar ul.submenu li a:hover {
	color:#FFFFFF;
	background-color:#AC3457;
	text-decoration:none;
}

#nav-about {
	width:100px;
	background:url(../images/nav-sprites.gif) 0px 0px;
}

#nav-about:hover {
	background-position: 0px -62px;
}

#nav-program {
	width:138px;
	background:url(../images/nav-sprites.gif) -100px 0px;
}

#nav-program:hover {
	background-position: -100px -62px;
}

#nav-courses {
	width:89px;
	background:url(../images/nav-sprites.gif) -238px 0px;
}

#nav-courses:hover {
	background-position: -238px -62px;
}

#nav-services {
	width:163px;
	background:url(../images/nav-sprites.gif) -327px 0px;
}

#nav-services:hover {
	background-position: -327px -62px;
}

#nav-contact {
	width:93px;
	background:url(../images/nav-sprites.gif) -490px 0px;
}

#nav-contact:hover {
	background-position: -490px -62px;
}

#logo {
	position:absolute;
	top:8px;
	left:12px;
	z-index:5;
}

#content {
	background:url(../images/content-bg.gif) repeat-y 0px 50px;
}

#content_home {
	width:950px;
}

#main_col {
	width:644px;
	float:left;
	margin-right:-250px;
	padding:70px 28px 28px 28px;
	text-align:left;
}

#right_col {
	float:right;
	width:250px;
	position:relative;
	z-index:5;
}

#right_col_content {
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	z-index:5;
}

.right_col_box {
	padding:12px;
	margin-bottom:8px;
	text-align:left;
}

.right_col_box p {
	font-size:0.929em;
	line-height:normal;
	margin:0 0 15px 0;
}

.right_col_field_div {
	background:transparent url(../images/rightcol-field.gif) no-repeat scroll 0 0;
	height:18px;
	margin-bottom:10px;
	padding:6px 7px;
	width:212px;
}

.right_col_field {
	border:0 none;
	color:#a4aab7;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	width:216px;
	padding:0;
	margin:0;
}

#testimonial_box {
	background:url(../images/quote-top.gif) no-repeat 9px 4px;
	padding:18px 21px;
	position:relative;
	text-align:left;
}

#privacy {
	color:#1A2674;
	float:right;
	width:140px;
	text-align:right;
	font-size:12px;
	padding-top:15px;
}

.tes_quote {
	font-size:1em;
	color:#1a2674;
	font-weight:bold;
	font-style:italic;
	margin-bottom:8px;
	z-index:5;
}

.tes_name {
	font-weight:bold;
	font-style:italic;
	color:#383843;
	font-size:0.929em;
	z-index:5;
	margin-bottom:0;
}

#quote_bottom {
	position:absolute;
	bottom:16px;
	right:10px;
	z-index:4;
}

#facebook {
	position:absolute;
	bottom:30px;
	left:53px;
}

#home_text {
	clear:both;
	padding:30px 28px 10px 28px;
	text-align:left;
}

#footer {
	background:#1a2573 url(../images/footer-bg.gif) repeat-x;
	padding:16px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#a6aac6;
	text-decoration:none;
}

#footer_links {
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

#copyright {
	font-size:0.857em;
	text-align:left;
	color:#FFFFFF;
	margin-bottom:0;
}

/******************** STYLES **************************/

#create_account label, #login_existing label, #billing_form label {
	font-size:.8em;
	font-weight:bold;
	margin-bottom:0px;
	line-height:normal;
}

#create_account input, #create_account select,
#login_existing input, #login_existing select,
#billing_form input, #billing_form select {
	margin-right:4px;
	margin-bottom:12px;
	border:1px solid #CCCCCC;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}

#dem_survey, #eval_survey {
	font-size:.9em;
	font-weight:bold;
	margin-bottom:5px;
	line-height:normal;
}

.nobold {
	font-weight:normal;
}

#dem_survey input, #dem_survey select, #eval_survey input, #eval_survey select {
	margin-right:4px;
	margin-bottom:18px;
	margin-top:3px;
	border:1px solid #CCCCCC;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}

#eval_survey textarea {
	margin-bottom:18px;
	width:600px;
	height:80px;
}

#create_account .comment {
	color:#AAAAAA;
	font-size:.8em;
	margin-bottom:12px;
}

#reg_continue, #login_continue {
	background:transparent url(../images/button-continue.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display:block;
	line-height: 0;
	border:none 0 !important;
	height:27px;
	width:95px;
	cursor:pointer;
	padding:0;
	margin-top:10px;
}

#process_payment {
	background:transparent url(../images/button-process-payment.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display:block;
	line-height: 0;
	border:none 0 !important;
	height:28px;
	width:145px;
	cursor:pointer;
	padding:0;
	margin-top:10px;
}

#dem_submit, #eval_submit {
	background:transparent url(../images/button-submit.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display:block;
	line-height: 0;
	border:none 0 !important;
	height:27px;
	width:80px;
	cursor:pointer;
	padding:0;
	margin-top:10px;
}

a {
 	color:#1a2674;
}

a:hover {

}

p {
	margin: 0px 0px 20px 0px;
}

.nav_link {
	display:block;
	padding:5px 3px 3px 12px;
	color:#303030;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.nav_link:hover {
	display:block;
	background-color:#303030;
	padding:5px 3px 3px 12px;
	color:#e8dac1;
	font-size:15px;
	text-decoration:none;
	text-align:left;
}

.title {

}

.subtitle {
	color:#888888;
}

.alttext1 {
	color:#303132;
	font-size:1.308em;
	font-weight:bold;
}

.alttext2 {
	color:#303132;
	font-size:1.154em;
	font-weight:bold;
}

.header1 {
	color:#1a2674;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:-.02em;
	font-size:1.714em;
	font-weight:bold;
	line-height:normal;
}

.header2 {
	color:#98012e;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:-.02em;
	font-size:1.286em;
	font-weight:bold;
	line-height:normal;
}

.header3 {
	color:#98012e;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:-.02em;
	font-size:1.071em;
	font-weight:bold;
	line-height:normal;
}

h1 {
	color:#1a2674;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:-.02em;
	font-size:1.714em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.786em;
	line-height:normal;
}

h2 {
	color:#98012e;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:-.02em;
	font-size:1.286em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.643em;
	line-height:normal;
}

h3 {
	color:#98012e;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing:-.02em;
	font-size:1.071em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.429em;
	line-height:normal;
}

.header1 a, h1 a {
	color:#1a2674;
	text-decoration:none;
}

.header2 a, .header3 a, h2 a, h3 a {
	color:#98012e;
	text-decoration:none;
}

.header1 a:hover, h1 a:hover {
	text-decoration:underline;
}

.header2 a:hover, .header3 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.utility {
	font-weight:bold;
	text-transform:uppercase;
	font-size:.9em;
	color:#98012e;
	text-decoration:none;
}

.utility:hover {
	text-decoration:underline;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}

.clear{clear:both}