/* 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: #3E545C;
	font-family: Arial;
	font-size: 12px;
	height:100%;
}
.homebody {
	height: 100%;
	background : #414857;
	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:20px;
}
.maintextbold {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	line-height:20px;
	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 : #6B0016;
	text-decoration : none;
	line-height:20px;
}

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	{ }
#L1Header_2	{ }
#L1Header_3	{ }
#L1Header_4 { }
#L1Header_5	{ }
#L1Header_6 { }
#L1Header_7	{ }

#L2header {}

#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*/
a.button,
a.button:link,
a.button:hover,
a.button:active,
a.button:visited 
{
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #6B0016;
    display: block;
    float: left;
    font: bold 8px Verdana, sans-serif;
    height: 15px;
    margin-right: 0px;
    padding-right: 5px; /* 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: 0 0 2px 5px;
}
/*--------------------------------------------*/
/*---------------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:hover,
#photo a.button:active,
#photo a.button:visited {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #6B0016;
    display: block;
    float: left;
    font: bold 9px Verdana, sans-serif;
    height: 15px;
    margin-right: 0px;
    padding-right: 5px; /* 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: 0 0 2px 5px;
}
/*Text*/
#photo .chtext {}

/*sidebar content channel*/
/*Channel Box*/
#sidebar .chbox {
background:#E3ECE0;
padding:0px 15px 10px 15px;
}
#sidebar .chbox2 {
}
#sidebar .chbox3 {
}
#sidebar .chbox4 {
}

/*Footer*/
#sidebar .chfooter {
	margin-bottom: 10px; 
}
#sidebar .chfooter2 {
}
#sidebar .chfooter3 {
}
#sidebar .chfooter4 {
}

/*Header*/
#sidebar .chheader {
background:#E3ECE0;
}
#sidebar .chheader2 {
}
#sidebar .chheader3 {
}
#sidebar .chheader4 {
	padding:15px 15px 10px 15px;
}

/*Header Text*/
#sidebar .chhtext{
	color: #000000;
	font-family: Verdana;
	font-weight:bold;
	font-size: 11px;
	line-height:20px;
}

/*Link*/
#sidebar a,
#sidebar a:link,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:visited {
	font-family: Verdana;
	font-size : 11px;
	color : #6B0016;
	line-height:20px;
	text-decoration : underline;
}
#sidebar a:hover {
	text-decoration: none;
}

/*Buttons*/
#sidebar a.button,
#sidebar a.button:link,
#sidebar a.button:hover,
#sidebar a.button:active,
#sidebar a.button:visited 
{
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #6B0016;
    display: block;
    float: left;
    font: bold 8px Verdana, sans-serif;
    height: 15px;
    margin-right: 0px;
    padding-right: 5px; /* 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: 0 0 2px 5px;
}

/*Text*/
#sidebar .chtext {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	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{line-height:15px;}

/*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 {
}

.gal_image img {
}

.gal_button_left, .gal_button_right {
background-color: #d0dacc;
color: #000000;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
padding: 4px; 
}

.gal_button_left {
	float: left;
	cursor:pointer;
}

.gal_button_right {
	float: right;
	cursor:pointer;
}

.gal_counter {
background-color: #d0dacc;
color: #000000;
font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
font-size: 11px;
padding: 5px;
}
.gal_bar {

}
.gal_caption {
background-color: #d0dacc;
color: #000000;
font-family: 'Verdana', 'Trebuchet MS', 'Times New Roman', 'Tahoma', 'Georgia', 'sans serif';
font-size: 11px;
text-align: center; 
padding-top:6px;
padding-bottom:12px;
}
.galtop{}
.galbtm{height: 10px;}
/*--------------------------------------------*/

/*--------------------------------------------*/
/*---------------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%; }
