@charset "UTF-8";

/* -----------------------------------*/
/* Everest.edu/Accredidation stylesheet  */
/* Author: Nicholas Cross  */
/* Last Edited: 02-14-08   */
/* -----------------------------------*/

#rt_col_left{
	width: 716px;
}
#rt_col_accred{
	width: 716px;
	color:#666666;	font-size:11px;
	margin-left: auto;
	margin-right: auto;
}
/*
// CAMPUS LIST STYLES
//
*/
#accred_campus_list{
}
.campus_row0, .campus_row1{
	padding: 10px;
	padding-left: 12px;
}
.campus_row1{
	background-color: #efefef;
}
.campus0, .campus1{
	display: inline;
	width: 358px;
}
.campus0 p, .campus1 p{
	display: inline;
}
.campus0 h2, .campus1 h2{
	display: block;
}
.campus0{
	float: left;
}
.campus0 img.thumb, .campus1 img.thumb{
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
.campus0 h2 a, .campus1 h2 a, .campus0 h2, .campus1 h2{
	color: #005c97;
	font-size: 14px;
	margin-bottom: 4px;
	text-decoration: none;
}
.campus0 h2 a:hover, .campus1 h2 a:hover{
	text-decoration: underline;
}
.campus0 p, .campus1 p{
	color: #666;
	font-size: 11px;
	position: relative;
}
/*
// CAMPUS DETAIL PAGE STYLES
//
*/
#accred_detail_col_right{
	float: right;
	width: 500px;
	margin-right: 1px;
}
#accred_detail_col_right H2{
	color: #005c97;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 4px;
	text-decoration: none;
}
#accred_detail_col_right ul, #accred_detail_col_right ol{
	color: #666;
	font-size: 11px;
	margin-left: 20px;
	margin-bottom: 15px;
}
#accred_detail_col_right ul{
	list-style-type: square;
}
#accred_detail_col_left{
	float: left;
	width: 215px;
}
#accred_detail_col_left p{
	margin-top: 10px;
}


