/* --------------------------------------------------- 
TEMPLATE.CSS contains the print styles for websites
built in the anytime system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
color:#000000;
background-color:#ffffff;
clear:both;
margin:0 auto; 
}

a, #footer a {text-decoration:none;color:#000099;}
a img {border:none;}

h1, h2, h3, h4, h5, h6 {
color:#000000;
margin:0px 0px 8px 0px;
}



/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container {
display:block;
width:100%;
text-align:left;
background-color:#FFFFFF;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	#print-header {display:block;height:95px;visibility:visible;}
	#main {display:block;padding:0;width:100%;}
	#footer {font-size:12px;color:#000000;text-align:left;padding:0;background-color:#FFFFFF;}
	#footer b, #footer strong {color:#000000;}
	#baseline {visibility:hidden;height:30px;}
	
	#main .home-why {padding-left:0;}
	
	.staff-holder .summary-item {width:98px;margin-right:10px;}
	.staff-holder .left-width {width:60%;}
	
	.news-holder .news-item {width:100%;}
	.news-holder .news-item .text {width:400px;}
	.news-holder .left-width {width:60%;}
	
	.contact-right {float:left;width:100%;text-align:left;margin-bottom:20px;}
	
	
	
	
	
	
	
		
/* HIDDEN DIVS */
#header,
#header #flash, 
#header .h-right,
#side {
display:none;
visibility:hidden;
}
