/* classes for general styles used throughout the site*/
html { 
margin:0px; 
padding:0px;
height:100%;
} 
p {
	margin:0px; 
	padding:0px;
}
body {
	background-image : none;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	height:100%;
}
.homebody {
	height: 100%;
	background: url(/images/hpBackground.gif) top left repeat-x #061A42;
	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: #000000;
	font-family: Verdana;
	font-size:11px;
	line-height:16px;
}
.maintextbold {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height:16px;
}
.textbold {
	font-weight: bold;
}
.pageText {
	margin-bottom: 10px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	font-family : Verdana;
	font-size : 11px;
	line-height:16px;
	color : #000000;
	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 { 
	background-color: #FEE393;
	/*background-color: #ffffff;*/
	float: left;
	color: #000000;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	margin-top:8px;
	padding-left: 1px;
	padding-right: 1px;
	text-transform: uppercase; 
	display:block;
}

#L1Header_1	{}
#L1Header_2	{ background-image: url(/ftpimages/295/podium/style423/L1_header_admission.gif); }
#L1Header_3	{}
#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 {
	clear: both;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 13px 0px 10px 13px;
}

#L3header {}

/*--------------------------------------------*/
/*--------------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*/
a.button,
a.button:link,
a.button:active,
a.button:hover,
a.button:visited {
    background: transparent url(/images/buttonBack_repeat.gif) repeat-x scroll top right;
    color: #F9DB75;
    display: block;
    float: left;
    font: normal 10px Verdana, sans-serif;
    height: 24px;
    margin-right: 1px;
	margin-top:8px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/buttonBack_repeat.gif) repeat-x;
    display: block;
    line-height: 10px;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:1px;
}

a.button:hover {
    color: #F9DB75;
    text-decoration: none;
}
/*--------------------------------------------*/
/*---------------CHANNEL STYLES---------------*/
/* Page Title */
/*Header*/
#title .chheader {background: url(/ftpimages/306/podium/style486/images/boldedChan_repeat.gif)bottom left repeat-x;}
#title .chheader2 {background: url(/ftpimages/306/podium/style486/images/boldedChan_left.gif)bottom left no-repeat;}
#title .chheader3 {background: url(/ftpimages/306/podium/style486/images/boldedChan_right.gif)bottom right no-repeat;}
#title .chheader4 {padding-bottom:6px;}

/*Footer*/
#title .chfooter {background: url(/ftpimages/306/podium/style486/images/boldedChan_repeat.gif)top left repeat-x;}
#title .chfooter2 {background: url(/ftpimages/306/podium/style486/images/boldedChan_left.gif)top left no-repeat;}
#title .chfooter3 {background: url(/ftpimages/306/podium/style486/images/boldedChan_right.gif) top right no-repeat;}
#title .chfooter4 {margin-bottom:10px; padding-top:6px;}

/*photo content channel*/
/*Channel Box*/
#photo .chbox {
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 10px;
}
#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{
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
}

/*Link*/
#photo a,
#photo a:link,
#photo a:hover,
#photo a:active,
#photo a:visited {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}
#photo a:hover {
	text-decoration: underline;
}

/*Buttons*/
#photo a.button, #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 {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}

/*sidebar content channel*/
/*Channel Box*/
#sidebar .chbox {
	background-color: #FCD65A;
	background-image: url(/ftpimages/306/podium/style486/images/sbBody_repeater.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-bottom: 1px solid #C7AA4B;
	border-left: 1px solid #FCE082;
	border-right: 1px solid #D9B94E;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 10px;
}
#sidebar .chbox2 {}
#sidebar .chbox3 {}
#sidebar .chbox4 {
	padding-bottom: 9px;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 6px;
}

/*Footer*/
#sidebar .chfooter {
	margin-bottom: 10px;
}
#sidebar .chfooter2 {}
#sidebar .chfooter3 {}
#sidebar .chfooter4 {}

/*Header*/
#sidebar .chheader {
	background-image: url(/ftpimages/306/podium/style486/images/sbHeader_bottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#sidebar .chheader2 {
	background-image: url(/ftpimages/306/podium/style486/images/sbHeader_bottomleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#sidebar .chheader3 {
	background-image: url(/ftpimages/306/podium/style486/images/sbHeader_topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#sidebar .chheader4 {
	background-image: url(/ftpimages/306/podium/style486/images/sbHeader_topleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 6px;
}

/*Header Text*/
#sidebar .chhtext{
	color: #FCD75D;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
/*Text*/
#sidebar .chtext {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	line-height:16px;
}
/*Link*/
#sidebar a,
#sidebar a:link,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:visited {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	line-height:16px;
}
#sidebar a:hover {
	text-decoration: underline;
}

/*Buttons*/
#sidebar a.button,
#sidebar a.button:link,
#sidebar a.button:hover,
#sidebar a.button:active,
#sidebar a.button:visited  {
	background: transparent url(/images/buttonBack_repeat.gif) repeat-x scroll top right;
	color: #F9DB75;
	display: block;
	float: left;
	font: normal 10px Verdana, sans-serif;
	height: 24px;
	margin-right: 6px;
	margin-top:5px;
	padding-right: 5px; /* sliding doors padding */
	text-decoration: none;
}

#sidebar a.button span {
   white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/buttonBack_repeat.gif) repeat-x;
    display: block;
    line-height: 10px;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:1px;
}

#sidebar a.button:hover {
	text-decoration: none;
	color: #F9DB75;
}

#buttonFix{
	height:29px;
}

/*sidebar content channel*/
/*Channel Box*/
#sidebar2 .chbox {
	background-color: #FCD65A;
	background-image: url(/ftpimages/306/podium/style486/images/sbBody_repeater.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-bottom: 1px solid #C7AA4B;
	border-left: 1px solid #FCE082;
	border-right: 1px solid #D9B94E;
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 10px;
}
#sidebar2 .chbox2 {}
#sidebar2 .chbox3 {}
#sidebar2 .chbox4 {
	padding-bottom: 9px;
	padding-top: 6px;
	padding-left:5px;
	padding-right:5px;
}

/*Footer*/
#sidebar2 .chfooter {
	margin-bottom: 10px;
}
#sidebar2 .chfooter2 {}
#sidebar2 .chfooter3 {}
#sidebar2 .chfooter4 {}

/*Header*/
#sidebar2 .chheader {
	background-image: url(/ftpimages/306/podium/style486/images/sbHeader_bottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#sidebar2 .chheader2 {
	background-image: url(/ftpimages/306/podium/style486/images/sbHeader_bottomleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#sidebar2 .chheader3 {
	background-image: url(/ftpimages/306/podium/style486/images/sbHeader_topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#sidebar2 .chheader4 {
	background-image: url(/ftpimages/306/podium/style486/images/sbHeader_topleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 6px;
}

/*Header Text*/
#sidebar2 .chhtext{
	color: #FCD75D;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
/*Text*/
#sidebar2 .chtext {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	line-height:16px;
}
/*Link*/
#sidebar2 a,
#sidebar2 a:link,
#sidebar2 a:hover,
#sidebar2 a:active,
#sidebar2 a:visited {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	line-height:16px;
}
#sidebar2 a:hover {
	text-decoration: underline;
}

/*Buttons*/

#sidebar2 a.button,
#sidebar2 a.button:link,
#sidebar2 a.button:hover,
#sidebar2 a.button:active,
#sidebar2 a.button:visited  {
	background: transparent url(/images/buttonBack_repeat.gif) repeat-x scroll top right;
	color: #F9DB75;
	display: block;
	float: left;
	font: normal 10px Verdana, sans-serif;
	height: 24px;
	margin-right: 6px;
	margin-top:5px;
	padding-right: 5px; /* sliding doors padding */
	text-decoration: none;
}

#sidebar2 a.button span {
   white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/buttonBack_repeat.gif) repeat-x;
    display: block;
    line-height: 10px;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:1px;
}

#sidebar2 a.button:hover {
	text-decoration: none;
}

/*special "eventsBox" content channel*/
/*Channel Box*/
#eventsBox .chbox {
	font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
	font-size: 10px;
	padding-bottom: 10px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 6px;
}
#eventsBox .chbox2 {}
#eventsBox .chbox3 {}
#eventsBox .chbox4 {}

/*Footer*/
#eventsBox .chfooter {
	background-image: url(/ftpimages/306/podium/style486/images/boldedChan_repeat.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#eventsBox .chfooter2 {
	background-image: url(/ftpimages/306/podium/style486/images/boldedChan_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#eventsBox .chfooter3 {
	background-image: url(/ftpimages/306/podium/style486/images/boldedChan_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#eventsBox .chfooter4 {
	padding-top: 6px;
}

/*Header*/
#eventsBox .chheader {
	background-image: url(/ftpimages/306/podium/style486/images/boldedChan_repeat.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#eventsBox .chheader2 {
	background-image: url(/ftpimages/306/podium/style486/images/boldedChan_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#eventsBox .chheader3 {
	background-image: url(/ftpimages/306/podium/style486/images/boldedChan_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#eventsBox .chheader4 {
	padding-top: 10px;
	padding-left: 11px;
	padding-right: 11px;
}

/*Header Text*/
#eventsBox .chhtext{
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
/*Text*/
#eventsBox .chtext {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	line-height:16px;
}
/*Link*/
#eventsBox a,
#eventsBox a:link,
#eventsBox a:hover,
#eventsBox a:active,
#eventsBox a:visited {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	line-height:16px;
}
#eventsBox a:hover {
	text-decoration: underline;
}

/*Buttons*/

#eventsBox a.button,
#eventsBox a.button:link,
#eventsBox a.button:hover,
#eventsBox a.button:active,
#eventsBox a.button:visited  {
	background: transparent url(/images/buttonBack_repeat.gif) repeat-x scroll top right;
	color: #F9DB75;
	display: block;
	float: left;
	font: normal 10px Verdana, sans-serif;
	height: 24px;
	margin-right: 6px;
	margin-top:5px;
	padding-right: 5px; /* sliding doors padding */
	text-decoration: none;
}

#eventsBox a.button span {
   white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/buttonBack_repeat.gif) repeat-x;
    display: block;
    line-height: 10px;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:1px;
}

#eventsBox a.button:hover {
	text-decoration: none;
}


/*vnav content channel*/
/*Channel Box*/
#vnav .chbox {}
#vnav .chbox2 {}
#vnav .chbox3 {}
#vnav .chbox4 {}

/*Footer*/
#vnav .chfooter {margin-bottom:10px;}
#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: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 {
	background-color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.gal_image img {
}

.gal_button_left, .gal_button_right {
	background-image: url(/ftpimages/306/podium/style486/images/imggal_butt.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	height: 18px;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 3px;
	text-transform: lowercase;
}

.gal_button_left {
	float: left;
}

.gal_button_right {
	float: right;
}

.gal_counter {
	background-image: url(/ftpimages/306/podium/style486/images/imggal_galbar.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 3px;
	text-align: center;
}
.gal_bar {
	background-image: url(/ftpimages/306/podium/style486/images/imggal_galbar.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 18px;
}
.gal_caption {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: center;
}
.galtop{}
.galbtm{
	border-bottom: 3px solid #000000;
}
/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------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:block;
	height:0px;
	width:0px;
}
/*Fixes IE disappearing content*/
* html .hollyHack { height: 0.01%; }
