/* Headers for print */
.h1print {display: none;} 
.h2print {display: none;}

h3 a, h3 a:link, h3 a:visited, h3 a:active {color: #663300; background-color: inherit; text-decoration: none;}
h3 a:hover {color: #663300; background-color: inherit; text-decoration: underline;}

/* This needs to be after each div section to keep the footer at the bottom of the page */
.clear { 
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	margin-top: -1px; } 

/* THE HIGHLIGHT SECTION */

#storywrap {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	background: #FFFFFF !important;}
	
#stories {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF !important;
	color: inherit;}
	
#stories img {
	padding: 1px;
	border: none;
	background: inherit;
	color: #000000;}
	
#stories h3 {
	margin: 0 0 2px 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	letter-spacing:1px;}
		
#stories p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0;}
	
#mainstory {
	float: left;
	margin: 15px 10px 10px 0;
	width: 400px;}
	
#mainstory h3 {
	margin: 10px 0 3px;
	padding: 0;}
	
.story {
	float: left;
	width: 345px;
	margin: 15px 0 0;
	padding: 0;}
	
.story img {
	float: left;
	margin: 0 15px 0 0;}
	
/* Client, Calendar and News section */
	
#featureWrap {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	background: #FFFFFF !important;}
	
#features {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF !important;
	color: inherit;}
	
.feature {
	background-image:url(images/gradient.gif);
	float: left;
	width: 243px;
	height: 370px;
	margin: 0px 4px 0px 4px;
	padding: 0;}
	
.featureImage {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;}
	
.module { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333; 
	background-color: inherit; 
	font-size: 1.1em; 
	text-align: left;
	margin: 5px 8px 0px 8px; 
	line-height: 14px; }
	
.module h4 { color: #333; background-color: transparent; font-size: 11px; font-weight: normal; margin-top: -5px;}
.module h4 a, h4 a:link, h4 a:visited, h4 a:active { color: #663300; background-color: transparent; font-size: 12px; font-weight: bold;}

.gallery { color: #333; background-color: transparent; font-size: 12px; font-weight: bold; text-align: center; padding: 0;}
.gallery a, .gallery a:link, .gallery a:visited, .gallery a:active { color: #663300; background-color: transparent; font-size: 12px; font-weight: bold; text-align: center; padding: 0;}

.formmenu {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #FFFFFF; vertical-align: bottom; width: 160px;}




