/********** Heron Point ************/

body { 
	background-image: none!important;
	background-color: #ffffff!important;
	text-align: center; }

h1.sitetitle { display: none; }
h1.logo { display: block; text-align: center;background:url(../img/main/logo-print.jpg) no-repeat; width: 172px; height: 103px; }
h1.logo img { display: none; }

/***** Container *****/

#container { 
	width: 600px; 
	position: relative; 
	padding-top: 20px;
	background-image:none; }

/***** Top *****/
.topnav {display: none; }
#top { 
	position: relative; 
	z-index: 40; }
	
	#topwrapper { 
		margin-top: 0px; 
		padding-top: 15px;background-image:none;width: 600px; 
		height: 20px; }
		
#mainnav { display: none;}

/***** Billboard *****/

#billboard { display:none!important;}
		
/***** Main *****/

#main { 
	float: none; 
	width: 600px; 
	position: relative;
	z-index: 2; 
	text-align: left;
	min-height: 0;
	 }

	* html #main { height: 0; }
	
	body#home #main { min-height: 0; }
		* html body#home #main { height: 0; }
	
#leftcol { display: none; }

	#rightcol img { padding: 5px; border: 1px solid #ACABAA; margin: 4px; }
	
body#home #leftcol img { padding: 5px; border: 1px solid #ACABAA; margin-top: 4px; margin-left: 10px;}

#rightcol { float: left; width: 564px; }

	#rightcol .text { margin: 20px 26px 40px 15px; }
	
/***** Footer *****/

#footer { 
	position: relative; 
	margin-top: 0px;
	text-align: center; 
	float: none;
	z-index: 1; 
	background-image: none; 
	width: 600px; 
	height: 10px; 
	margin-left: 0px;
}
	* html #footer { position: absolute;margin-right: auto; }
	body#home #footer {
		background-image: none; 
		height: 220px; 
		margin-top: -210px;}
	#footertext { color: #333333; }
		* html #footertext { margin-top: 10px;}