/* classes for general styles used throughout the site*/
html { 
	margin:0px; 
	padding:0px;
	height:100%;
}

/*this added to prevent custom pages from flashing the html background set in site style*/
/*applied class to all html tags in athletics and academics pages*/
html.noBackground { background:none; }

p {
	margin:0px; 
	padding:0px;
}
body {
	background-image : none;
	color: #3E545C;
	font-family: Arial;
	font-size: 12px;
	height:100%;
}
.homebody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
.shellbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	background: url(/images/contentPageBack.png) top left repeat-y;
}
.maintext {
	color: #1A3552;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
}
.maintextbold {
	color: #1A3552;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.textbold {
	font-weight: bold;
}
.pageText {
	margin-bottom: 10px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: #1A3552;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#wideCol {}
#skinnyCol {}
#contentarea {}

/*generic spacer class*/
.spacer{margin-bottom:10px;}
/*generic clear class*/
.clear{clear:both;}

/*--------------------------------------------*/
/*----------------PAGE HEADERS----------------*/
#L1Header_1,#L1Header_2,#L1Header_3,#L1Header_4,#L1Header_5,#L1Header_6,
#L1Header_7 {display:none;}

#L1Header_1	{ background-image: url(/ftpimages/295/podium/style412/L1_header_welcome.gif); }
#L1Header_2	{ background-image: url(/ftpimages/295/podium/style423/L1_header_admission.gif); }
#L1Header_3	{ background-image: url(/ftpimages/295/podium/style412/L1_header_academics.gif); }
#L1Header_4 { background-image: url(/ftpimages/295/podium/style423/L1_header_news.gif); }
#L1Header_5	{ background-image: url(/ftpimages/295/podium/style423/L1_header_programs.gif); }
#L1Header_6 { background-image: url(/ftpimages/295/podium/style412/L1_header_about.gif); }
#L1Header_7	{ background-image: url(/ftpimages/295/podium/style423/L1_header_giving.gif); }

#L2header {
	color: #335277;
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	padding-top:17px;
}

#L3header {
	color: #1A3552;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding-top:4px;
	margin-bottom:17px;
}

/*--------------------------------------------*/
/*--------------PODIUM BUTTONS----------------*/

/*DEFAULT Button, for when you use the PDButton function when outside a content channel*/
/*SEE http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html FOR EXPLANATION OF HOW THESE WORK*/
/*YOU CAN BREAK THE HOVE STYLE INTO ITS OWN DECLARATION TO SET UP A OVER STATE FOR THE BUTTONS*/
a.button,
a.button:link,
a.button:active,
a.button:hover,
a.button:visited,
a.button:hover {
    background: #999999;
    color: #ffffff;
    display: block;
    float: left;
	font-family:Helvetica;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
    height: 26px;
    margin-right: 6px;
	margin-top:10px;
    padding-right: 0px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 12px;
    padding: 6px 14px 8px 14px;
}
/*--------------------------------------------*/
/*---------------CHANNEL STYLES---------------*/

/*photo content channel*/
/*Channel Box*/
#photo .chbox {}
#photo .chbox2 {}
#photo .chbox3 {}
#photo .chbox4 {}

/*Footer*/
#photo .chfooter {}
#photo .chfooter2 {}
#photo .chfooter3 {}
#photo .chfooter4 {}

/*Header*/
#photo .chheader {}
#photo .chheader2 {}
#photo .chheader3 {}
#photo .chheader4 {}

/*Header Text*/
#photo .chhtext{}

/*Link*/
#photo a,
#photo a:link,
#photo a:hover,
#photo a:active,
#photo a:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}
#photo a:hover {
	text-decoration: none;
}

/*Buttons*/
#photo a.button,
#photo a.button:link,
#photo a.button:active,
#photo a.button:hover,
#photo a.button:visited,
#photo a.button:hover {
    background: transparent url(/images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
	margin-top:5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
#photo a.button span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
/*Text*/
#photo .chtext {}

/*bluesidebar content channel*/
/*Channel Box*/
#bluesidebar .chbox {
	background-color: #EFEFEF;
}
#bluesidebar .chbox2 {}
#bluesidebar .chbox3 {}
#bluesidebar .chbox4 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
}

/*Footer*/
#bluesidebar .chfooter {
	border-top: 1px solid #264669;
	height: 1px;
	margin-bottom: 25px;
}
#bluesidebar .chfooter2 {}
#bluesidebar .chfooter3 {}
#bluesidebar .chfooter4 {}

/*Header*/
#bluesidebar .chheader {
	background-color: #264669;
}
#bluesidebar .chheader2 {}
#bluesidebar .chheader3 {}
#bluesidebar .chheader4 {
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
}

/*Header Text*/
#bluesidebar .chhtext{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

/*Text*/
#bluesidebar .chtext {
	color: #1A3552;
	font-family: Verdana;
	font-size: 12px;
}

/*Link*/
#bluesidebar a,
#bluesidebar a:link,
#bluesidebar a:hover,
#bluesidebar a:active,
#bluesidebar a:visited {
	color: #1A3552;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#bluesidebar a:hover {
	text-decoration: underline;
}

/*Buttons*/
#bluesidebar a.button, 
#bluesidebar a.button:link,
#bluesidebar a.button:active,
#bluesidebar a.button:hover,
#bluesidebar a.button:visited,
#bluesidebar a.button:hover {
    background: transparent url(/images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
	margin-top:5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
#bluesidebar a.button span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
/*redsidebar content channel*/
/*Channel Box*/
#redsidebar .chbox {
	background-color: #EFEFEF;
}
#redsidebar .chbox2 {}
#redsidebar .chbox3 {}
#redsidebar .chbox4 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
}

/*Footer*/
#redsidebar .chfooter {
	border-top: 1px solid #76364E;
	height: 1px;
	margin-bottom: 25px;
}
#redsidebar .chfooter2 {}
#redsidebar .chfooter3 {}
#redsidebar .chfooter4 {}

/*Header*/
#redsidebar .chheader {
	background-color: #76364E;
}
#redsidebar .chheader2 {}
#redsidebar .chheader3 {}
#redsidebar .chheader4 {
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
}

/*Header Text*/
#redsidebar .chhtext{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

/*Text*/
#redsidebar .chtext {
	color: #1A3552;
	font-family: Verdana;
	font-size: 12px;
}

/*Link*/
#redsidebar a,
#redsidebar a:link,
#redsidebar a:hover,
#redsidebar a:active,
#redsidebar a:visited {
	color: #1A3552;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#redsidebar a:hover {
	text-decoration: underline;
}

/*Buttons*/
#redsidebar a.button, 
#redsidebar a.button:link,
#redsidebar a.button:active,
#redsidebar a.button:hover,
#redsidebar a.button:visited,
#redsidebar a.button:hover {
    background:none;/* transparent url(/images/bg_button_a.gif) no-repeat scroll top right;	*/
    display: block;
    float: left;
	color: #1A3552;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	height:25px;
	padding:0;
/*    padding-right: 18px;	/ * sliding doors padding */
}
#redsidebar a.button span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: none;	/* transparent url(/images/bg_button_span.gif) no-repeat;	*/
    display: block;
    line-height: 14px;
	padding:0;
/*    padding: 5px 0 5px 18px;	*/
}
/*orangechannel content channel*/
/*Channel Box*/
#orangechannel .chbox {
	background-color: #EFEFEF;
}
#orangechannel .chbox2 {}
#orangechannel .chbox3 {}
#orangechannel .chbox4 {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
}

/*Footer*/
#orangechannel .chfooter {
	border-top: 1px solid #d5652c;
	height: 1px;
	margin-bottom: 25px;
}
#orangechannel .chfooter2 {}
#orangechannel .chfooter3 {}
#orangechannel .chfooter4 {}

/*Header*/
#orangechannel .chheader {
	background-color: #d5652c;
}
#orangechannel .chheader2 {}
#orangechannel .chheader3 {}
#orangechannel .chheader4 {
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
}

/*Header Text*/
#orangechannel .chhtext{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

/*Text*/
#orangechannel .chtext {
	color: #1A3552;
	font-family: Verdana;
	font-size: 12px;
}

/*Link*/
#orangechannel a,
#orangechannel a:link,
#orangechannel a:hover,
#orangechannel a:active,
#orangechannel a:visited {
	color: #1A3552;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#orangechannel a:hover {
	text-decoration: underline;
}

/*Buttons*/
#orangechannel a.button, 
#orangechannel a.button:link,
#orangechannel a.button:active,
#orangechannel a.button:hover,
#orangechannel a.button:visited,
#orangechannel a.button:hover {
    background: transparent url(/images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
	margin-top:5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
#orangechannel a.button span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

/*vnav content channel*/
/*Channel Box*/
#vnav .chbox {}
#vnav .chbox2 {}
#vnav .chbox3 {}
#vnav .chbox4 {}

/*Footer*/
#vnav .chfooter {}
#vnav .chfooter2 {}
#vnav .chfooter3 {}
#vnav .chfooter4 {}

/*Header*/
#vnav .chheader {}
#vnav .chheader2 {}
#vnav .chheader3 {}
#vnav .chheader4 {}

/*Header Text*/
#vnav .chhtext{}

/*Link*/
#vnav a,
#vnav a:link,
#vnav a:hover,
#vnav a:active,
#vnav a:visited {}
#vnav a:hover {}

/*Buttons*/
#vnav a.button,
#vnav a.button:link,
#vnav a.button:active,
#vnav a.button:hover,
#vnav a.button:visited,
#vnav a.button:hover {
	/*DO NOT REMOVE THIS*/
	display: block;
	float: left;
	/*DO NOT REMOVE THIS*/
}
#vnav a.button span {
    /*DO NOT REMOVE THIS*/
	white-space:nowrap; 
	display: block;
	/*DO NOT REMOVE THIS*/
}

/*Text*/
#vnav .chtext {}
/*--------------------------------------------*/

/*------------------------------------------------*/
/*--------------- GALLERY STYLES -----------------*/

.gal_image {}

.gal_image img {}

.gal_button_left, .gal_button_right {
	background-image: url(/ftpimages/350/podium/style622/imgGalBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #1A3552;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 9px;
	cursor:pointer;
}

.gal_button_left {
	float: left;
}

.gal_button_right {
	float: right;
}

.gal_counter {
	text-align:center;
	color: #485D75;
	font-family: Helvetica;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 10px;
/*	height:16px;	*/
}
.gal_bar {
	background-image: url(/ftpimages/350/podium/style622/imgGalBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #516B87;
}

.gal_caption {
	color: #1A3552;
	font-family: Verdana;
	font-size: 11px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
}
.galtop{}
.galbtm{
	border-bottom: 1px solid #516B87;
	margin-bottom: 20px;
}
/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------DDLB STYLES -----------------*/

.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}

/*--------------------------------------------*/
/*---------------MISCELANEOUS-----------------*/
.hide {display:none;}
.show {display:inline;}
/*added these styles so the <a> tags that hold 
the images for the gallery don't show*/
a.gallery-images,a.gallery-images:visited,
a.gallery-images:hover,a.gallery-images:active,
a.gallery-images:link{
	display:none;
}
/*Fixes IE disappearing content*/
* html .hollyHack { height: 0.01%; }
