
/******************************************************************************************************* 
   1 column layout
********************************************************************************************************/

/******************************************************************************************************* top elements */


#custom-doc { 
	width:72.85em;
	*width:71.09em;
	min-width:947px; 
	margin:auto; 
	text-align:left; 
}

#hd {

}

#bd {
	background-image: url(../../img/content_background.png);
	background-repeat:repeat-y;
	background-position:center top;
	padding-bottom: 25px;
	padding-top:20px;
}

#ft {
	background-image: url(../../img/footer_cap_background.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:60px;
}

#sidebar {
	padding-left:40px;
}

/******************************************************************************************************* Header Elements*/

#headerUpperNavigation {
	padding-top:44px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:2px;	
}

#headerUpperNavigation a {
	padding-right:30px;
}

#minMax {
	background-image: url(../../img/header_cap_background.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:22px;
	text-align:right;
	padding-left:30px;
	padding-right:30px;	
	padding-top:5px;
}

#minMax a {
	padding-right:6px;
}

#headerSlideShow {
	height:380px;
	text-align:center;
	background-image: url(../../img/content_background.png);
	background-repeat:repeat-y;
	background-position:center top;	
	overflow:hidden; /* for the animation */
}

#headerLowerNavigation {
	text-align:center;
	background-image: url(../../img/content_background.png);
	background-repeat:repeat-y;
	background-position:center top;	
}


/******************************************************************************************************* Main Column*/
	
#bd > div {
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
    width:856px;
}

#bd div h2 {
	padding-bottom:30px;
	font-size:200%;
	font-weight:bold;
}
