/* classes for general styles used throughout the site*/
body {
	background-image : none;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px; 
}
.homebody {
	height: 100%;
	background : #001235;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/images/homeback.gif);
	background-position: top center;
	background-repeat: repeat-x;
	text-align:center;
}
.shellbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	background: none;
}
.maintext {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px; 
}
.maintextbold {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px; 
	font-weight: bold;
}
.textbold {
	font-weight: bold;
}
.pageText {
	margin-bottom: 10px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: #902250;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px; 
	text-decoration: underline; 
}

a:hover {
	text-decoration: none;
}

/*--------------------------------------------*/
/*--------------PODIUM BUTTONS----------------*/

/*button*/
.btnLeft {}
.btnMiddle {}
.btnRight {}
.btnMiddle .btnText {
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px; 
	text-decoration: underline; 
	color: #902250;
}

/*--------------------------------------------*/
/*---------------CHANNEL STYLES---------------*/

/*photo content channel*/
.photocontentbox a,
.photocontentbox a:link,
.photocontentbox a:hover,
.photocontentbox a:active,
.photocontentbox a:visited {
	color: #902250;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px; 
	text-decoration: underline;
}
.photocontentbox a:hover {
	text-decoration: none;
}

.photocontentheader {}
.photocontentheader2 {}
.photocontentheader3 {}
.photocontentheader4 {}

.photocontentbox {}
.photocontentbox2 {}
.photocontentbox3 {}
.photocontentbox4 {}

.photocontentfooter {margin-bottom:10px;}
.photocontentfooter2 {}
.photocontentfooter3 {}
.photocontentfooter4 {}

/*sidebar content channel*/
.sidebarcontentbox a,
.sidebarcontentbox a:link,
.sidebarcontentbox a:hover,
.sidebarcontentbox a:active,
.sidebarcontentbox a:visited {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px; 
	text-decoration: underline;
}
.sidebarcontentbox a:hover {
	text-decoration: none;
}

.sidebarcontentheader {
	padding-right:27px;
	
}
.sidebarcontentheader2 {
	background-color:#461D62;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px; 
	color: #F6BA29;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 11px;
	font-weight: bold;
}
.sidebarcontentheader3 {}
.sidebarcontentheader4 {}

.sidebarcontentbox {
	background-color:#461D62;
	border-right:27px solid #ffffff;
	color: #ffffff;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 10px;
	padding:10px;
}
.sidebarcontentbox2 {}
.sidebarcontentbox3 {}
.sidebarcontentbox4 {}

.sidebarcontentfooter {
	margin-bottom: 10px; 
}
.sidebarcontentfooter2 {}
.sidebarcontentfooter3 {}
.sidebarcontentfooter4 {}




/*--------------------------------------------*/

/*------------------------------------------------*/
/*--------------- GALLERY STYLES -----------------*/

.gal_image {
	text-align: center;
}

.gal_image img {
	margin: 0px auto;
	border:2px solid #461D62;
}

.gal_button_left, .gal_button_right {
	
	color: #461D62;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}

.gal_button_left {
	float: left;
	cursor:pointer;
	text-align: center; 
}

.gal_button_right {
	float: right;
	cursor:pointer;
	text-align: center; 
}

.gal_counter {
	color: #461D62;
	font-size:10px;
	height:16px;
}

.gal_caption {
	color: #000000;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 10px;
	padding: 10px; 
	text-align: center; 
}
/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------DDLB STYLES -----------------*/

.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 16px;
	height: 15px;
	border: 1px solid #4D4B44;
}

.ddlbDimensions {
}

.ddlbText {
}

.ddlbLeft {
	float: left;
}

.ddlbRight {
	float: left;
}

.ddlbMiddleCurriculum {
}

.ddlbMiddleDirections {
}

.ddlbMiddleTeams {
}

.deptDDLB {
	float: left;
}

.gradeDDLB {
	float: left;
}

.teamDDLB {
	float: left;
}

.yearDDLB {
	float: left;
}
/*--------------------------------------------*/


/*--------------------------------------------*/
/*----------------VERTICAL NAV----------------*/

.hnav_container {
	margin-bottom: 28px;
}

.vnav1 {
	background-color: #c7c7c7;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	color: #2C2C2C;
	font-family: Verdana;
	font-size: 11px;
	line-height: 26px;
	padding-left: 15px;
	padding-right: 27px;
	text-align: right; 
}
.vnav2 {
}
.vnav3 {
}
.vnav4 {
}

.vnav1_on {
	background-color: #848484;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	line-height: 26px;
	padding-left: 15px;
	padding-right: 27px;
	text-align: right; 
}
.vnav2_on {
}
.vnav3_on {
}
.vnav4_on {
}

/*--------------------------------------------*/


/*--------------------------------------------*/
/*----------------PAGE HEADERS----------------*/
/* admission,life,my,news,school,teaching */
#header_admissions,#header_life,#header_my,#header_news,#header_school,
#header_teaching {
	padding-top: 25px; 
	margin-bottom: 23px; 
}

#header_admissions  	{	background: url(/ftpimages/263/podium/style425/L1_header_admissions.gif) top left no-repeat;}
#header_life		{	background: url(/ftpimages/263/podium/style425/L1_header_life.gif) top left no-repeat;}
#header_my			{	background: url(/ftpimages/263/podium/style425/L1_header_my.gif) top left no-repeat;}
#header_news		{	background: url(/ftpimages/263/podium/style425/L1_header_news.gif) top left no-repeat;}
#header_school		{	background: url(/ftpimages/263/podium/style425/L1_header_school.gif) top left no-repeat;}
#header_teaching	{	background: url(/ftpimages/263/podium/style425/L1_header_teaching.gif) top left no-repeat;}

#L2header { 
	color: #2E2E2E;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold; 
}

#L3header {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold; 
}

#contentarea {

}

#contentarea2 {

}
/*--------------------------------------------*/


/*--------------------------------------------*/
/*--------------------NEWS--------------------*/

.news_thumb_container {
	float: left;
	margin: 0px 10px 10px 0px;
}

.news_thumb_image {
	width: 96px;
}

.news_info {
}

.news_info_line{
}

.news_headline{
	font-weight: bold;
}

.news_pub_date{

}

.news_brief_desc{

}

.newsButton{

}

.news_item_divider{
	clear: left;
}

/*--------------------------------------------*/

/*--------------------------------------------*/
/*-----------------CURRICULUM-----------------*/
.coursesBottom {
	background: url('/images/course_box_bottom.gif') no-repeat;
	height: 8px;
}

.coursesContainer {
	padding: 0px 0px;
}

.coursesHeader {
}

.coursesHeader2 {
}

/* OFF STATES */
.titleBack_off {
	background: url('/images/course_titleback.gif') bottom left no-repeat;
}
.courseArrow_off {
}
.titleText_off {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	padding: 4px 23px 2px 23px;
}

/* ON STATES */
.titleBack_on {
	background: url('/images/course_detail_background.gif') top left repeat-y;
}
.courseArrow_on {
	background: url('/images/course_detail_top.gif') top left no-repeat;
}
.titleText_on {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	padding: 4px 23px 2px 23px;
}

/* OVER STATES */
.titleBack_over {
	
}
.titleText_over {
	
}
.courseArrow_over {

}

/* COURSE DESCRIPTION BOX */
.course {
	background: url('/images/ac_course_back.gif') top left no-repeat;
}
.course2 {
	background: url('/images/ac_course_back.gif') bottom left no-repeat;
	padding: 2px 22px 8px 22px;
	font-family: Verdana;
	font-size: 11px;
	color: #5733A4;
}
/*--------------------------------------------*/


/*--------------------------------------------*/
/*---------------ANNUAL FUND------------------*/

/*container for the whole bar contents*/
.af_container {
	
}

/*Top of the bar (ABOVE middle and bottom)*/
.af_bar_top {
	background: url('/images/af_bar_top.gif') no-repeat;
	height: 15px;
	width: 93px;
}

/*Middle of the bar (BETWEEN top and bottom)*/
.af_bar_middle {
	background: url('/images/af_bar_background.gif') repeat-y;
	width: 93px;
}

/*Bottom of the bar (BELOW top and middle)*/
.af_bar_bottom {
}

/*Container for the bar (.af_bar_top, .af_bar_middle, .af_bar_bottom)*/
.af_bar {
	margin-left: 92px;
	position: absolute;	/*Don't remove*/
	bottom: 0px;		/*Set to the bar's distance from the bottom of the chart*/
}

/*Container for .af_bar.  Typically where the graph will go*/
.af_gauge {
	background-color:#ffffff;;
	height: 138px;
	width: 256px;
	background: url('/images/af_counter.gif') no-repeat;
	position: relative;	/*Don't remove*/
}

/*Container for chart stats*/
/*float left/right and set .af_guage padding-left/right to go side by side.*/
.af_info {
	padding-left:10px;
	padding-top:10px;
	background: url('/images/af_info_background.gif') no-repeat;
}

/*A single line of stat information*/
.af_info_line {
	line-height: 22px;
}

/*Title of the stat info (ie. Start Date, Participation Goal)*/
.af_info_title {
	font-weight: bold;
	color: #D6182A;
	float: left;
	padding-right:5px;
}

/*Stat value (ie. $100,000 or 50%)*/
.af_info_value {
	float: left;
}

/*Used to clear floats on the info lines*/
.af_info_clear {
	clear: both;
}
/*--------------------------------------------*/


/*--------------------------------------------*/
/*---------------MISCELANEOUS-----------------*/
.hide {
	display:none;
}

.show {
	display:inline;
}

/*Fixes IE disappearing content*/
* html .hollyHack { height: 0.01%; }




