/* 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: #282828;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	line-height: 20px; 
}
.maintextbold {
	color: #282828;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	line-height: 20px; 
	font-weight: bold;
}
.textbold {
	font-weight: bold;
	color:#004d88;
	
}
.pageText {
	margin-bottom: 10px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: #268a40;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline; 
}

a:hover {
	text-decoration: underline;
}

#wideCol {}
#skinnyCol {}
#contentarea {}

/*generic spacer class*/
.spacer{margin-bottom:13px;}
/*generic clear class*/
.clear{clear:both;}


/*--------------------------------------------*/
/*----------------PAGE HEADERS----------------*/
#L1Header{
	color: #268a40;
	font-family: Georgia;
	font-size: 24px; 
	display:none;
}

#L2header {
	color: #268a40;
	font-family: Georgia;
	font-size: 24px; 
}

#L3header {
	color: #004d88;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold; 
}

/*--------------------------------------------*/
/*--------------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*/
/*cpbuttons*/
a.cpbutton, 
a.cpbutton:link,
a.cpbutton:active,
a.cpbutton:hover,
a.cpbutton:visited,
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;
    text-decoration: none;*/
	padding-right: 18px; /* sliding doors padding */
	
	background: url(/images/fc_read_more.gif) bottom left no-repeat;
    color: #dedede;
    display: block;
    font: 11px/15px 'Trebuchet MS';
    height: 18px;
    text-decoration: none;
    width: 54px;
	
	
}
a.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	/*background: transparent url(/images/bg_cpbutton_span.gif) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 4px;*/
	
	color: #FFFFFF;
    display: block;
    font: 11px/15px 'Trebuchet MS';
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
	text-align:center;
}


/*--------------------------------------------*/
/*---------------CHANNEL STYLES---------------*/

/*photo content channel*/
/*Channel Box*/
#photo .chbox {
	background-color: #cac9c8; 
}
#photo .chbox2 {
	padding-top: 5px; 
}
#photo .chbox3 {}
#photo .chbox4 {}

/*Footer*/
#photo .chfooter {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_bottom.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 35px;
	margin-bottom: 20px; 
}
#photo .chfooter2 {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_bl.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 35px; 
}
#photo .chfooter3 {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_br.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 35px; 
}
#photo .chfooter4 {}

/*Header*/
#photo .chheader {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_top.png);
	background-position: top left;
	background-repeat: repeat-x; 
}
#photo .chheader2 {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_tl.png);
	background-position: top left;
	background-repeat: no-repeat; 
}
#photo .chheader3 {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_tr.png);
	background-position: top right;
	background-repeat: no-repeat; 
}
#photo .chheader4 {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 20px; 
}

/*Header Text*/
#photo .chhtext{
	color: #004d88;
	font-family: Georgia;
	font-size: 20px; 
}

/*Link*/
#photo a,
#photo a:link,
#photo a:hover,
#photo a:active,
#photo a:visited {
	color: #004d88;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 17px;
	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;
    text-decoration: none;*/
	padding-right: 18px; /* sliding doors padding */
	
	background: url(/images/fc_read_more.gif) bottom left no-repeat;
    color: #dedede;
    display: block;
    font: 11px/15px 'Trebuchet MS';
    height: 18px;
    text-decoration: none;
    width: 54px;
	
	
}
#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: 15px;
    padding: 5px 0 5px 4px;*/
	
	color: #FFFFFF;
    display: block;
    font: 11px/15px 'Trebuchet MS';
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
}
/*Text*/
#photo .chtext {
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 17px; 
}

/*sidebar content channel*/
/*Channel Box*/
#sidebar .chbox {
	background-color: #004d88; 
}
#sidebar .chbox2 {
	padding-bottom: 9px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 14px; 
}
#sidebar .chbox3 {}
#sidebar .chbox4 {}

/*Footer*/
#sidebar .chfooter {
	background-image: url(/ftpimages/467/podium/Style633/cc_blue_bottom.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 35px;
	margin-bottom: 20px; 
}
#sidebar .chfooter2 {
	background-image: url(/ftpimages/467/podium/Style633/cc_blue_bl.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 35px; 
}
#sidebar .chfooter3 {
	background-image: url(/ftpimages/467/podium/Style633/cc_blue_br.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 35px; 
}
#sidebar .chfooter4 {}

/*Header*/
#sidebar .chheader {
	background-image: url(/ftpimages/467/podium/Style633/cc_blue_top.png);
	background-position: top left;
	background-repeat: repeat-x; 
}
#sidebar .chheader2 {
	background-image: url(/ftpimages/467/podium/Style633/cc_blue_tl.png);
	background-position: top left;
	background-repeat: no-repeat; 
}
#sidebar .chheader3 {
	background-image: url(/ftpimages/467/podium/Style633/cc_blue_tr.png);
	background-position: top right;
	background-repeat: no-repeat; 
}
#sidebar .chheader4 {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 14px; 
}

/*Header Text*/
#sidebar .chhtext{
	color: #ffffff;
	font-family: Georgia;
	font-size: 20px; 
}

/*Link*/
#sidebar a,
#sidebar a:link,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:visited {
	color: #87b4e5;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 20px;
	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/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;
    text-decoration: none;*/
	padding-right: 18px; /* sliding doors padding */
	
	background: url(/images/fc_read_more.gif) bottom left no-repeat;
    color: #dedede;
    display: block;
    font: 11px/15px 'Trebuchet MS';
    height: 18px;
    text-decoration: none;
    width: 54px;
	
	
}
#sidebar a.cpbutton span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	/*background: transparent url(/images/bg_cpbutton_span.gif) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 4px;*/
	
	color: #FFFFFF;
    display: block;
    font: 11px/18px 'Trebuchet MS';
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
	text-align:center;
}

/*Text*/
#sidebar .chtext {
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 20px; 
}

/*graychannel */
/*Channel Box*/
#graychannel .chbox {
	background-color: #cac9c8; 
}
#graychannel .chbox2 {
	padding-bottom: 9px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 14px; 
}
#graychannel .chbox3 {}
#graychannel .chbox4 {}

/*Footer*/
#graychannel .chfooter {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_bottom.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 35px;
	margin-bottom: 20px; 
}
#graychannel .chfooter2 {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_bl.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 35px; 
}
#graychannel .chfooter3 {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_br.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 35px; 
}
#graychannel .chfooter4 {}

/*Header*/
#graychannel .chheader {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_top.png);
	background-position: top left;
	background-repeat: repeat-x; 
}
#graychannel .chheader2 {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_tl.png);
	background-position: top left;
	background-repeat: no-repeat; 
}
#graychannel .chheader3 {
	background-image: url(/ftpimages/467/podium/Style633/cc_gray_tr.png);
	background-position: top right;
	background-repeat: no-repeat; 
}
#graychannel .chheader4 {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 14px; 
}

/*Header Text*/
#graychannel .chhtext{
	color: #004d88;
	font-family: Georgia;
	font-size: 20px; 
}

/*Link*/
#graychannel a,
#graychannel a:link,
#graychannel a:hover,
#graychannel a:active,
#graychannel a:visited {
	color: #004d88;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 17px;
	text-decoration: underline; 
}
#graychannel a:hover {
	text-decoration: none;
}

/*cpbuttons*/
#graychannel a.cpbutton, 
#graychannel a.cpbutton:link,
#graychannel a.cpbutton:active,
#graychannel a.cpbutton:hover,
#graychannel a.cpbutton:visited,
#graychannel 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;
}
#graychannel 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*/
#graychannel .chtext {
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 20px; 
}

/*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;
		background-color: #dddcdb;
		background-image: url(/ftpimages/467/podium/Style633/gal_back.png);
		background-position: top left;
		background-repeat: no-repeat;
		color: #000000;
		font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
		font-size: 10px; 
		text-indent:-999999;
		width:48px;
	}
	.gal_button_right {
		float: right;
		cursor:pointer;
		background-color: #dddcdb;
		background-image: url(/ftpimages/467/podium/Style633/gal_next.png);
		background-position: top left;
		background-repeat: no-repeat;
		color: #000000;
		font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
		font-size: 10px; 
		text-indent:-999999;
		width:44px;
	}

.gal_caption {
	background-color: #cac9c8;
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	padding-bottom: 19px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	text-align: center; 
}

.gal_bar {
	background-color: #dddcdb;
	color: #474746;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	height: 19px; 
	text-align:center;
}
	.gal_counter {}

.gal-img {
	background-repeat: repeat;
	border:1px solid #cac9c8;
	/*border-left: 1px solid #cac9c8;
	border-right: 1px solid #cac9c8; */
}
	.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%; }

