/* classes for general styles used throughout the site*/
html { 
	margin:0; padding:0;
	height:100%;
} 
p {	margin:0; padding:0; }
body {
	background-image : none;
	color: #3E545C;
	font-family: Arial;
	font-size: 12px;
	height:100%;
}
.homebody {
	height: 100%;
	background : url(/images/home_back.gif);
	margin:0; padding:0;
}
.shellbody {
	margin:0; padding:0;
	background-image : none;	
	background: none;
}
.maintext, .maintextbold { font-family: Verdana; font-size:11px; line-height:16px; color: #000000; }
	.maintextbold { font-weight: bold; }

.textbold { font-weight: bold; }
.pageText { margin-bottom: 10px; }

a,
a:link,
a:hover,
a:active,
a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #14296A;
	text-decoration : none;
}

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: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:5px;
}

#L3header {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold; 
}

/*--------------------------------------------*/
/*--------------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: transparent url(/images/atButtonBack.gif) repeat-x scroll top right;
    color: #770303;
    display: block;
    float: left;
    font: bold 11px Verdana;
    height: 13px;
    margin-right: 1px;
	margin-top:5px;
    padding-right:0; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/atButtonBack.gif) repeat-x;
    display: block;
    line-height: 14px;
    padding:0;
}
/*--------------------------------------------*/
/*---------------CHANNEL STYLES---------------*/

/*photo content channel*/
/*Channel Box*/
#photo .chbox {}
#photo .chbox2 {}
#photo .chbox3 {}
#photo .chbox4 {}

/*Footer*/
#photo .chfooter { margin-bottom: 10px; }
#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 {}
/*calSidebar content channel*/
/*Channel Box*/
#calSidebar .chbox { background: #cecbb4; }
#calSidebar .chbox2 {}
#calSidebar .chbox3 {}
#calSidebar .chbox4 { padding:0px 22px 22px; }

/*Footer*/
#calSidebar .chfooter { margin-bottom: 10px; }
#calSidebar .chfooter2 {}
#calSidebar .chfooter3 {}
#calSidebar .chfooter4 {}

/*Header*/
#calSidebar .chheader { background:url(/images/cal_header.gif) repeat-x; }
#calSidebar .chheader2 {}
#calSidebar .chheader3 {}
#calSidebar .chheader4 { height:39px; }

/*Header Text*/
#calSidebar .chhtext{
	color: #000000;
	font-family: Verdana;
	font-size: 8px;
}

/*Link*/
#calSidebar a,
#calSidebar a:link,
#calSidebar a:hover,
#calSidebar a:active,
#calSidebar a:visited {
	color: #000000;
	font-family: Verdana;
	font-size: 8px;
	text-decoration : underline;
}
	#calSidebar a:hover { text-decoration: none; }

/*Buttons*/
#calSidebar a.button, 
#calSidebar a.button:link,
#calSidebar a.button:active,
#calSidebar a.button:hover,
#calSidebar a.button:visited,
#calSidebar 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;
}
#calSidebar 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*/
#calSidebar .chtext {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}

/*sidebar content channel*/
/*Channel Box*/
#sidebar .chbox {
	background-color: #C7C4A8;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 10px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
}
#sidebar .chbox2 {}
#sidebar .chbox3 {}
#sidebar .chbox4 {}

/*Footer*/
#sidebar .chfooter {}
#sidebar .chfooter2 {}
#sidebar .chfooter3 {}
#sidebar .chfooter4 {}

/*Header*/
#sidebar .chheader {
	background-color: #C7C4A8;
	padding-bottom: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 13px;
}
#sidebar .chheader2 {}
#sidebar .chheader3 {}
#sidebar .chheader4 {}

/*Header Text*/
#sidebar .chhtext {
	background-image: url(/ftpimages/271/podium/sbar_h_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #323232;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 14px;
	font-weight: bold;
}

/*Link*/
#sidebar a,
#sidebar a:link,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:visited,
#sidebar a:hover {
	background:none;
	color: #323232;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/*Text*/
#sidebar .chtext {
	color: #000000;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 11px;
}

/*Buttons*/
#sidebar a.button, 
#sidebar a.button:link,
#sidebar a.button:active,
#sidebar a.button:hover,
#sidebar a.button:visited,
#sidebar 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;
}
#sidebar 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 {
	border-bottom: 2px solid #323232;
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	border-top: 2px solid #323232;
}

.gal_button_left, .gal_button_right {
	background-color: #770303;
	border-bottom: 1px solid #323232;
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	color: #C7C4A8;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	text-transform: uppercase;
	cursor:pointer;
}

.gal_button_left {
	float: left;
}

.gal_button_right {
	float: right;
}
.gal_counter {
	color: #323232;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	padding-top:4px;
}
.gal_bar {
	background-color: #F6F6F6;
	border-bottom: 1px solid #323232;
	height: 20px;
}
.gal_caption {
	border-bottom: 1px solid #323232;
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	color: #323232;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 11px;
	padding: 5px;
}
.galtop{}
.galbtm{}
/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------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%; }
