/* 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: #000000;
	font-family: Arial;
	font-size: 13px;
	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: #ffffff;
}
.maintext, .maintextbold {
	color: #000000;
	font-family: Arial;
	font-size:13px;
	line-height:20px;
}
.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----------------*/
#PageTitleWrapper { 	margin-bottom:14px; }

#L1Header_1,#L1Header_2,#L1Header_3,#L1Header_4,#L1Header_5,#L1Header_6,
#L1Header_7 {
color: #3d7a5e;
font-family: Arial;
font-size: 18px;
font-weight: bold;
line-height: 22px;
}

#L2header {
color: #3d7a5e;
font-family: Arial;
font-size: 15px;
font-weight: bold;
line-height: 20px;
}

#L3header {
color: #3d7a5e;
font-family: Arial;
font-size: 13px;
font-weight: bold;
line-height: 18px;
}

/*--------------------------------------------*/
/*--------------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/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;
}
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;
}
/*--------------------------------------------*/
/*---------------CHANNEL STYLES---------------*/

/*photo content channel*/
/*Channel Box*/
#photo .chbox {
background-color: #ffffff;
background-image: url(/ftpimages/359/podium/style656/images/photoChannelBoxLeftRepeat.gif);
background-position: top left;
background-repeat: repeat-y;
color: #000000;
font-family: Arial;
font-size: 13px;
line-height: 24px;
}
#photo .chbox2 {
background-image: url(/ftpimages/359/podium/style656/images/photoChannelBoxRightRepeat.gif);
background-position: top right;
background-repeat: repeat-y;
}
#photo .chbox3 {}
#photo .chbox4  {
padding-bottom: 2px;
padding-left: 12px;
padding-right: 12px;
padding-top: 2px;
}

/*Footer*/
#photo .chfooter  {
background-image: url(/ftpimages/359/podium/style656/images/photoChannelFooterRepeat.gif);
background-position: top left;
background-repeat: repeat-x;
margin-bottom: 28px;
}
#photo .chfooter2 {
background-image: url(/ftpimages/359/podium/style656/images/photoChannelFooterLeft.gif);
background-position: top left;
background-repeat: no-repeat;
}
#photo .chfooter3 {
background-image: url(/ftpimages/359/podium/style656/images/photoChannelFooterRight.gif);
background-position: top right;
background-repeat: no-repeat;
}
#photo .chfooter4  {
height: 11px;
}

/*Header*/
#photo .chheader {
background-color: #ffffff;
background-image: url(/ftpimages/359/podium/style656/images/photoChannelHeaderRepeat.gif);
background-position: top left;
background-repeat: repeat-x;
color: #000000;
font-family: Arial;
font-size: 13px;
line-height: 24px;
}
#photo .chheader2  {
background-image: url(/ftpimages/359/podium/style656/images/photoChannelHeaderLeft.gif);
background-position: top left;
background-repeat: no-repeat;
}
#photo .chheader3 {
background-image: url(/ftpimages/359/podium/style656/images/photoChannelHeaderRight.gif);
background-position: top right;
background-repeat: no-repeat;
}
#photo .chheader4 {
height: 12px;
}

/*Header Text*/
#photo .chhtext {
color: #000000;
font-family: Arial;
font-size: 13px;
font-weight: bold;
line-height: 24px;
}

/*Link*/
#photo a,
#photo a:link,
#photo a:hover,
#photo a:active,
#photo a:visited {
color: #27684b;
font-family: Arial;
font-size: 13px;
line-height: 18px;
text-decoration: underline;
}
#photo a:hover {
text-decoration: underline;
}

/*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 {
color: #000000;
font-family: Arial;
font-size: 13px;
line-height: 18px;
}

/*sidebar content channel*/
/*Channel Box*/
#sidebar .chbox  {
	background:#e0f1e9;
}
#sidebar .chbox2 {}
#sidebar .chbox3 {}
#sidebar .chbox4  {
	padding:24px 18px 16px;
}

/*Footer*/
#sidebar .chfooter  {}
#sidebar .chfooter2 {}
#sidebar .chfooter3 {}
#sidebar .chfooter4  {}

/*Header*/
#sidebar .chheader {
	background:#e0f1e9;
	padding:12px 18px 0;
}
#sidebar .chheader2 {}
#sidebar .chheader3 {}
#sidebar .chheader4 {
	border-bottom:1px solid #8fb6a2;
	padding-bottom:2px;
}

/*Header Text*/
#sidebar .chhtext {
color: #27684b;
font-family: Arial;
font-size: 13px;
font-weight: bold;
line-height: 15px;
}

/*Link*/
#sidebar a,
#sidebar a:link,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:visited  {
color: #27684b;
font-family: Arial;
font-size: 13px;
line-height: 18px;
text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;
}

/*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/acadButtonRight.png) no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: bold 11px arial, sans-serif;
	text-transform:uppercase;
    height: 24px;
    margin-right: 6px;
	margin-top:5px;
    padding-right:6px; /* sliding doors padding */
    text-decoration: none;
}
#sidebar a.button span {
    white-space:nowrap; /*DO NOT REMOVE THIS*/
	background: transparent url(/images/acadButtonLeft.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 4px 6px;
}

/*Text*/
#sidebar .chtext {
color: #000000;
font-family: Arial;
font-size: 13px;
line-height: 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/359/podium/style656/images/imgGalButtonRepeat.gif);
background-position: top left;
background-repeat: repeat-x;
color: #003300;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
padding-bottom: 3px;
padding-left: 11px;
padding-right: 11px;
padding-top: 3px;
text-transform: uppercase;
cursor:pointer;
}

.gal_button_left {
	float: left;
}

.gal_button_right {
	float: right;
}

.gal_counter {
background-color: #d8ede3;
color: #000000;
font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
font-size: 10px;
}
.gal_bar {
background-color: #d8ede3;
color: #000000;
font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
font-size: 10px;
}
.gal_caption {
color: #000000;
font-family: Verdana;
font-size: 11px;
padding-bottom: 7px;
padding-left: 5px;
padding-right: 5px;
padding-top: 9px;
text-align: center;
}
.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%; }
