/*------------------- STS stylsheet ------------------- */
* {
	outline:0;
	margin:0;
	padding:0;
}
body {
	background:#DCDEE5;
	font-size:62.5%;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#000;
	padding:0;
	margin:0;
}

a img {
	border:0;
}
a {
	text-decoration:none;
}

ul,
ol {
	list-style-position:inside;
	margin:1em 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6{
	font-family: "Trebuchet MS", Trebuchet, Futura, Verdana, Tahoma, sans-serif;
	font-weight:100;
	margin:0 0 0.5em;
}
div {
	position:relative;
}

address {
	font-style:normal;
	
}

h1{ font-size:2em; }
h2 {font-size:1.8em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}

p,
address, 
li,
blockquote {
	position:relative;
	font-size:1.2em;
	line-height:1.3em;
	margin: 0 0 1em 0;
}
	
table th {
	font-family: "Trebuchet MS", Trebuchet, Futura, Verdana, Tahoma, sans-serif;
}

table td, table th{
	font-size:1.2em;
}

.clear, #content #center_content .clear{ 
	clear:both;
	height:0;
	padding:0;
	margin:0;
 }
 
#content .right {
 	float:right;
	margin:0 0 8px 8px;
}
#content .left {
	float:left;
	margin:0 8px 8px 0;
}

/*------------------Layout boxes-----------------------*/
#header_wrap {
	background:white;
	width:auto;
}

#header {
	height:12em;
	margin:auto;
	width:825px;	
}

#content {
	margin:auto;
	margin-bottom:20px;
	width:825px;
}

/*------------------Header Elements-----------------------*/
#logo_type {
	width:496px;
	height:0px;
	padding-top:87px;
	overflow:hidden;
	background:url(images/logotype3.gif) no-repeat;
	position:absolute;
	left:-15px;
	top:0px;
}

#header img {
	position:absolute;
	bottom:0px;
	right:0px;
}

#main_menu {
	list-style:none;
	position:absolute;
	bottom:10px;
	left:0px;
	margin:0;
}


#main_menu li {
	display:block;
	float:left;
	padding:0px 25px 0px 0px;
	position:relative;
	font-size:1em;
	line-height:1.6em;
	margin: 0;
}

#main_menu li a {
	border-bottom:4px solid transparent;
	display:block;
	color:#000;
	font-size:1.4em;
	text-decoration:none;
	width:auto;
}

#main_menu li a:hover,
#main_menu .active a {
	border-bottom:4px solid #6666FF;
}

#main_menu li a:visited {
	color:#333;
}


/*------------------Content Container Elements -----------------------*/

#flashcontent {
	height:265px;
	background:#33428E;
}

#leftside_nav {
	background:#33428E;
	float:left;
	width:160px;
	margin:12px 12px 0px 0px;
	padding:15px;
}

#center_content {
	float:left;
	margin:12px 12px 0px 0px;
	width:432px; /*IE 7 NEEDS this width to render the page.*/
}

#content .no_right {
	width: 622px;
	margin-right:0;
}

#right_box {
	margin-top:12px;
	float:right;
	width:175px; 
}

#flashcontent h2, #flashcontent p {
	text-align:center;
	color:#fff;
}
#flashcontent a {
	color:#000;
}

/*------------------Left Box Elements -----------------------*/
#leftside_nav h2 {
	color:#fff;
}

#leftside_nav a img {
	margin-bottom:14px;
}

/* Raise up images links that are followed by an H2 */
#leftside_nav a + h2 {
	margin-top:-8px;
}

/*------------------Left Box Elements -----------------------*/
#right_box address {
	line-height:1.4em;
	color:#4A4A4A;
	clear:right;
	margin-bottom:0.8em;
}

/*------------------Content Box Elements -----------------------*/

/*-----------------Index Page Feature Elements -----------------------*/
#main_feature {
	background-color:#6666FF;
	padding:30px 20px 45px 0px;
}
#main_feature .panel {
	background:#fff;
	width:158px;
	float:left;
	margin:0px 0px 0px 16px; 
	padding:0px 16px 0px 16px;
	min-height:38em;
}

#main_feature .panel h2 {
	margin:45px 0px 40px 0px;
}
#main_feature .panel p {
	font-size:1.3em;
	margin-bottom:30px;
	color:#4A4A4A;
}

/*------------------------ rounded boxes on teach method page --------------------------*/
#big_list {
	margin-top:5px;
	list-style:none;
}
#big_list li {
	position:relative;
	clear:both;
	font-size:1em;
}
#big_list span{	
	color:#3E4794;
	font-family:"Trebuchet MS", Trebuchet, Futura, Verdana, Tahoma, sans-serif;
	font-size:3.4em;
	padding:22px 25px;
	float:left;
}


.roundbox {
	background-position:bottom right;
	width:500px;
	float:left;
	margin:10px 0;
}

.wide {
	width:602px;
}

.roundbox, 
.roundboxhead, 
.roundboxhead h2, 
.roundboxbody {
	background-image:url(images/roundcorner_bkg.png);
	background-repeat: no-repeat;
}
.roundboxhead {
	background-position:top right;
	padding-right:20px;
	
}
.roundboxhead h2 {
	color:#3E4794;
	background-position:top left;
	padding:10px 20px 8px 20px;
	margin:0;
}
.roundboxbody {
	background-position:bottom left;
	padding:0px 0px 20px 20px;
	margin-right:20px;
}

.roundboxbody p{
	
}

.roundboxbody:after {
	content: '.';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;

}

.roundbox ul, .roundbox ol {
	margin:0 0 1em 0;
}

.roundbox img {
	float:left;
	margin:0 1em 1em 0;
}




/*------------------------ end features --------------------------*/


/*------------------------ special programs --------------------------*/
.mid_table table {
	margin:0 auto 10px;
	border-collapse:collapse;
	width:400px;
}

.mid_table th{
	border-bottom:1px solid #666;
}	
.mid_table td, .fee_table th {
	width:50%;
	padding:4px;
}

.mid_table td + td {
	text-align:right;
}

.mid_table .odd td{
	background:#efefef;
}



/*------------------------ testimonials --------------------------*/
.testimonial h2 {
	color:#33428E;
}
.testimonial h3 {
	font-style:italic;
}

.note {
	font-size:0.9em;
}

.testimonial table {
	margin:0 25px;		
}

.testimonial td {
	padding:5px;
	width:50%;
}



.arrow {
	color:#102143;
	text-align:right;
	font-size:1.6em;
	margin-bottom:20px;
	text-indent:20px;
	background: url(images/blue_arrow.gif) 0em 0.25em no-repeat;
	font-family: "Trebuchet MS", Trebuchet, Futura, Verdana, Tahoma, sans-serif;
	float:right;
}

/*------------------Course Outline Elements -----------------------*/
.schedule_container {
	padding:15px 0;

}

.schedule_container .mid_table td,
.schedule_container .mid_table th {
	width:auto;
	padding:5px;
}

.schedule td +td {
	border-left:1px solid #888;      
}

.schedule_container table {
	border-collapse:collapse;
	margin:0 auto 10px auto;
	width:90%;
}

.course_outline {
	list-style:none;
}
.course_outline li ul {
	margin:0 0 1em 1.5em;
}
.course_outline li li {
	font-size:1em;
	margin:0.5em 0;
}

