/* classes for general styles used throughout the site*/
html { 
margin:0px; 
padding:0px;
height:100%;
} 
a{
	outline:none;
}
p {
	margin:0px; 
	padding:0px;
}
body {
	background-image : none;
	color: #3E545C;
	font-family: Arial;
	font-size: 12px;
}
.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: none;
}
.maintext {
	color: #212122;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 18px; 
}
.maintextbold {
	color: #212122;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 18px; 
	font-weight: bold;
}
.textbold {
	font-weight: bold;
}
.pageText {
	margin-bottom: 10px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: #d00403;
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: underline; 
}

a:hover {
	text-decoration: none;
}

#wideCol {}
#skinnyCol {}
#contentarea {}

/*generic spacer class*/
.spacer{margin-bottom:10px;}
/*generic clear class*/
.clear{clear:both;}

/*--------------------------------------------*/
/*----------------PAGE HEADERS----------------*/
#L1Header{
display: none;
}

#L2header {
display: none;
}

#L3header {
	color: #000000;
font-family: 'Arial Black';
font-size: 20px;
line-height: 23px; 
}

/*--------------------------------------------*/
/*--------------PODIUM cpbuttonS----------------*/

/*DEFAULT cpbutton, for when you use the PDcpbutton function when outside a content channel*/
/*SEE http://www.oscaralexander.com/tutorials/how-to-make-sexy-cpbuttons-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 cpbuttonS*/
a.cpbutton,
a.cpbutton:link,
a.cpbutton:active,
a.cpbutton:hover,
a.cpbutton:visited,
a.cpbutton:hover {
    background: transparent url(/images/whiteSB_buttonRight.png) no-repeat scroll top right;
    display: block;
    float: left;
	color: #ffffff;
	font-family: 'Arial Black';
	font-size: 9px;
	font-style: italic;
	line-height: 11px;
	text-decoration: none; 
	height: 21px;
    margin-right: 6px;
	margin-top:5px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}
a.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/whiteSB_buttonLeft.png) no-repeat;
    display: block;
    line-height: 11px;
    padding: 4px 0 7px 10px;
}
/*--------------------------------------------*/
/*---------------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;
}

/*cpbuttons*/
#photo a.cpbutton,
#photo a.cpbutton:link,
#photo a.cpbutton:active,
#photo a.cpbutton:hover,
#photo a.cpbutton:visited,
#photo a.cpbutton:hover {
    background: transparent url(/images/bg_cpbutton_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.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/bg_cpbutton_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
/*Text*/
#photo .chtext {}

/*sidebar content channel*/
/*Channel Box*/
#sidebar .chbox {
	background-image: url(/ftpimages/442/podium/style606/images/SB_boxLeft.png);
background-position: top left;
background-repeat: repeat-y; 
}
#sidebar .chbox2 {
	background-image: url(/ftpimages/442/podium/style606/images/SB_boxRight.png);
background-position: top right;
background-repeat: repeat-y;
padding-left: 5px;
padding-right: 5px; 
}
#sidebar .chbox3 {
background-color: #f5f4f4;
padding-bottom: 1px;
padding-left: 22px;
padding-right: 18px;
padding-top: 10px; 
}
#sidebar .chbox4 {

}

/*Footer*/
#sidebar .chfooter {
background-image: url(/ftpimages/442/podium/style606/images/whiteSB_footLeft.png);
background-position: top left;
background-repeat: no-repeat;
margin-bottom: 10px; 
}
#sidebar .chfooter2 {
background-image: url(/ftpimages/442/podium/style606/images/whiteSB_footRight.png);
background-position: top right;
background-repeat: no-repeat;
padding-left: 24px;
padding-right: 25px; 
}
#sidebar .chfooter3 {
background-image: url(/ftpimages/442/podium/style606/images/whiteSB_footMid.png);
background-position: top left;
background-repeat: repeat-x;
height: 22px; 
}
#sidebar .chfooter4 {

}

/*Header*/
#sidebar .chheader {
	background-image: url(/ftpimages/442/podium/style606/images/whiteSB_headLeft.png);
background-position: top left;
background-repeat: no-repeat; 
}
#sidebar .chheader2 {
	background-image: url(/ftpimages/442/podium/style606/images/whiteSB_headRight.png);
background-position: top right;
background-repeat: no-repeat;
padding-left: 24px;
padding-right: 25px; 
}
#sidebar .chheader3 {
	background-image: url(/ftpimages/442/podium/style606/images/whiteSB_headMid.png);
background-position: top left;
background-repeat: repeat-x;
padding-top: 5px; 
}
#sidebar .chheader4 {
background-color: #f5f4f4;
padding-bottom: 10px;
padding-left: 4px;
padding-top: 20px; 
}

/*Header Text*/
#sidebar .chhtext{
color: #c40303;
font-family: Helvetica;
font-size: 15px;
font-weight: bold;
line-height: 17px; 
}

/*Link*/
#sidebar a,
#sidebar a:link,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:visited {
color: #d40404;
font-family: Helvetica;
font-size: 12px;
text-decoration: underline; 
}
#sidebar a:hover {
	text-decoration: none;
}

/*cpbuttons*/
#sidebar a.cpbutton, 
#sidebar a.cpbutton:link,
#sidebar a.cpbutton:active,
#sidebar a.cpbutton:hover,
#sidebar a.cpbutton:visited,
#sidebar a.cpbutton:hover {
    background: transparent url(/images/whiteSB_buttonRight.png) no-repeat scroll top right;
    display: block;
    float: left;
	color: #ffffff;
	font-family: 'Arial Black';
	font-size: 9px;
	font-style: italic;
	line-height: 11px;
	text-decoration: none; 
	height: 21px;
    margin-right: 6px;
	margin-top:5px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}
#sidebar a.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/whiteSB_buttonLeft.png) no-repeat;
    display: block;
    line-height: 11px;
    padding: 4px 0 7px 10px;
}

/*Text*/
#sidebar .chtext {
color: #274974;
font-family: Helvetica;
font-size: 11px;
line-height: 14px; 
}

/*facultySidebar content channel*/
/*Channel Box*/
#facultySidebar .chbox {
	background-image: url(/ftpimages/442/podium/style606/images/SB_boxLeft.png);
background-position: top left;
background-repeat: repeat-y; 
}
#facultySidebar .chbox2 {
	background-image: url(/ftpimages/442/podium/style606/images/SB_boxRight.png);
background-position: top right;
background-repeat: repeat-y;
padding-left: 5px;
padding-right: 5px; 
}
#facultySidebar .chbox3 {
background-color: #f5f4f4;
padding-bottom: 1px;
padding-left: 22px;
padding-right: 18px;
padding-top: 10px; 
}
#facultySidebar .chbox4 {

}

/*Footer*/
#facultySidebar .chfooter {
background-image: url(/ftpimages/442/podium/style606/images/whiteSB_footLeft.png);
background-position: top left;
background-repeat: no-repeat;
margin-bottom: 10px;  
}
#facultySidebar .chfooter2 {
background-image: url(/ftpimages/442/podium/style606/images/whiteSB_footRight.png);
background-position: top right;
background-repeat: no-repeat;
padding-left: 24px;
padding-right: 25px; 
}
#facultySidebar .chfooter3 {
background-image: url(/ftpimages/442/podium/style606/images/whiteSB_footMid.png);
background-position: top left;
background-repeat: repeat-x;
height: 22px; 
}
#facultySidebar .chfooter4 {

}

/*Header*/
#facultySidebar .chheader {
	background-image: url(/ftpimages/442/podium/style606/images/whiteSB_headLeft.png);
background-position: top left;
background-repeat: no-repeat; 
}
#facultySidebar .chheader2 {
	background-image: url(/ftpimages/442/podium/style606/images/whiteSB_headRight.png);
background-position: top right;
background-repeat: no-repeat;
padding-left: 24px;
padding-right: 25px; 
}
#facultySidebar .chheader3 {
background-image: url(/ftpimages/442/podium/style606/images/whiteSB_headMid.png);
background-position: top left;
background-repeat: repeat-x;
padding-top: 5px; 	
}
#facultySidebar .chheader4 {
background-color: #f5f4f4;
padding-bottom: 10px;
padding-left: 4px;
padding-top: 20px; 
}

/*Header Text*/
#facultySidebar .chhtext{
color: #224977;
font-family: Helvetica;
font-size: 15px;
font-weight: bold;
line-height: 17px; 
}

/*Link*/
#facultySidebar a,
#facultySidebar a:link,
#facultySidebar a:hover,
#facultySidebar a:active,
#facultySidebar a:visited {
color: #1e4472;
font-family: Helvetica;
font-size: 12px;
text-decoration: underline; 
}
#facultySidebar a:hover {
	text-decoration: none;
}

/*cpbuttons*/
#facultySidebar a.cpbutton, 
#facultySidebar a.cpbutton:link,
#facultySidebar a.cpbutton:active,
#facultySidebar a.cpbutton:hover,
#facultySidebar a.cpbutton:visited,
#facultySidebar a.cpbutton:hover {
    background: transparent url(/images/whiteSB_buttonRight.png) no-repeat scroll top right;
    display: block;

	color: #ffffff;
	font-family: 'Arial Black';
	font-size: 9px;
	font-style: italic;
	line-height: 11px;
	text-decoration: none; 
	height: 21px;
    margin-right: 6px;
	margin-top:5px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}
#facultySidebar a.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/whiteSB_buttonLeft.png) no-repeat;
    display: block;
    line-height: 11px;
    padding: 4px 0 7px 10px;
}

/*Text*/
#facultySidebar .chtext {
color: #717172;
font-family: Helvetica;
font-size: 11px;
line-height: 14px; 
}

/*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 {}

/*cpbuttons*/
#vnav a.cpbutton,
#vnav a.cpbutton:link,
#vnav a.cpbutton:active,
#vnav a.cpbutton:hover,
#vnav a.cpbutton:visited,
#vnav a.cpbutton:hover {
	/*DO NOT REMOVE THIS*/
	display: block;
	float: left;
	/*DO NOT REMOVE THIS*/
}
#vnav a.cpbutton span {
    /*DO NOT REMOVE THIS*/
	white-space:nowrap; 
	display: block;
	/*DO NOT REMOVE THIS*/
}

/*Text*/
#vnav .chtext {}
/*--------------------------------------------*/

/*------------------------------------------------*/
/*--------------- GALLERY STYLES -----------------*/
.galbtm{}

.gal_button_left, .gal_button_right {}
	.gal_button_left { float: left; cursor:pointer; }
	.gal_button_right { float: right; cursor:pointer; }

.gal_caption {}

.gal_bar {}
	.gal_counter {}

.gal-img {}
	.imgSlide {} /*div wrapping image for each slide - use for centering*/
		.imgSlide img {}

.galtop{}

/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------DDLB STYLES -----------------*/

.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}

/*--------------------------------------------*/
/*---------------MISCELANEOUS-----------------*/
.hide {display:none;}
.show {display:inline;}

/*Fixes IE disappearing content*/
* html .hollyHack { height: 0.01%; }

