@charset "utf-8";
/* CSS Document */

body {
	background-color:#999999;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	text-align:center;		/*part of aligning full page center*/
}

#container {
	width:850px;
	margin-left: auto;		/*These three lines below center the entire page document*/
	margin-right: auto;
	text-align: left;
}

#header { 
}

#navigation {
	height:30px;
	background-image:url(../../../images/navigation_bkgrd.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#navigation ul {
	display:inline;
	list-style:none;
	line-height:25px;
	padding:0px; margin:0px;
}

#navigation ul li {
	display:inline;
	padding-left:7px;
	padding-right:7px;
	color:#FFFFFF;
}

#navigation ul li a {
	text-decoration:none;
	color:#FFFFFF;
}

#navigation ul li a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}

#body_container {
	background-color:#FFFFFF;
	padding-bottom:0px;
	padding-right:15px;
	padding-left:15px;
}

#footer {
	background-color:#000000;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
}

#clearer, .clearer {
	display:block;
	clear:both;
}

a {
	text-decoration:none;
	color:#660000;
	font-style:italic;
}

a:hover {
	color:#999999;
	font-style:italic;
}

.rightcol_labels {
	display:block;
	border-bottom:1px solid black;
	width:100%;
	font-weight:bold;
	font-size:13px;
}


/*Lower Level Pages*/
#LLP_top {
	clear:both;
	padding:25px 0px 25px 0px;
}

#LLP_left {
	float:left;
	width:620px;
	font-size:11px;
}

#LLP_right {
	float:right;
	width:200px;
}

.description {
	padding-top:25px;
	padding-bottom:15px;
	display:block;
}

.description img {
	border-bottom:4px solid #660000;
}

.start_date {
	display:block;
	font-weight:bold;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

#alignment {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

ul#descriptionclasses {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-indent:10px;
}

ul#descriptionclasses li {
	padding-bottom:10px;
	list-style:none;
}

#pricing_info {
	padding:0px 0px 50px 20px;
	text-align:left;
	font-size:11px;
	margin-left:auto;
	margin-right: auto;
}

#course_title {
	width:500px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#000;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

#course_listings {
	width:500px;
	background-repeat:no-repeat;
	background-position:top right;
	
	font-size:14px;
	font-weight:500;
}

ul.course_listings {
	padding-bottom:25px;
	margin:0px 0px 0px 0px;
}

ul.course_listings li{
	list-style:none;
}

/*	FORMS	*/
#USY input {
	border-bottom:2px solid #ABABAB;
	border-right:2px solid #ABABAB;
	border-top:0px;
	border-left:0px;
	background-image:url(../../../images/gradient_form.gif);
	background-repeat:x-repeat;
	background-position:bottom;
	font-size:14px;
	color:#A5A5A5;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	width:250px;
}

#USY select, #USY option {
	border-bottom:2px solid #ABABAB;
	border-right:2px solid #ABABAB;
	border-top:0px;
	border-left:0px;
	background-image:url(../../../images/gradient_form.gif);
	background-repeat:x-repeat;
	background-position:bottom;
	font-size:14px;
	color:#A5A5A5;
	width:260px;
}

#USY textarea {
	border-bottom:2px solid #ABABAB;
	border-right:2px solid #ABABAB;
	border-top:0px;
	border-left:0px;
	background-image:url(../../../images/gradient_form_2.gif);
	background-repeat:x-repeat;
	background-position:bottom;
	font-size:14px;
	color:#A5A5A5;
	width:255px;
	padding-left:5px;
	text-align:left;
}

#USY .buttons {
	display:block;
	width:100px;
	color:#333;
	font-size:12px;
}

#USY .buttons:hover {
	display:block;
	width:100px;
	color:#333;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	font-weight:bold;
	font-size:10px;
}

.goback {
	display:block;
	padding-bottom:50px;
	padding-top:50px;
}


/*	RIGHT PANE PRICING	*/
#price_main_menu {
	width:171px;
	text-align:left;
}

.block_price {
	padding-top:15px;
}

.block_price_title {
	font-weight:bold;
	font-size:12px;
}

.block_price_info {
	font-size:10px;
}


.teacher {
	display:block;
	background-color:#660000;
	color:#FFFFFF;	
	margin-top:25px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:2px solid #000000;
	text-indent:5px;
}

.teacher_bio {
	display:block;
	margin-top:7px;
	color:#666666;
}

.teacher_bio img {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:125px;
}
