@charset "UTF-8";

/*  h1, h2, h3's */
/* the heading sizes here will over-ride the main styles */
.contentObject h2 		{ color: #132D3F; font-size: 20px; padding: 14px 0 4px 0; } /* "headers" */
.contentObject h3 		{ color: #B08158; font-size: 16px; padding: 0 0 6px 0;}		/* "teasers" */		

#lgroup2 .lgroup2Header { color: #B08158; font-size: 14px; }

#lgroup2 ul li			{ color: #BBB; 
						  font-size: 14px;
						  line-height: 18px;
						  padding: 4px 0 4px 2px;
						  display: block;
						  width: 160px;
						  text-indent: 3px; 
						  } /* 176px + 8px padding */
						  
						 
#lgroup2 ul li a		{ display:block; width:170px; padding: 0px 0 0px 5px;
						  min-height: 18px; } 
						 						  
#lgroup2 ul li a:hover	{ background-color: #00a0af; }

.lgroup2Header 			{ text-indent: 3px; }

#lgroup3 				{ padding: 20px 0 0 0; text-align: center; }  /* this is used for photographs (below the side menu) */

/* paragraphs */
.contentObject .p1 		{ color: #666; font-size: 12px; line-height:18px; padding: 3px 0 6px 0;}
	
/* Divs */ 
/* side by side content is displayed in-line with no floats */
#content-side {
	width:178px;
	max-width: 220px;
	padding: 0px 0 20px 0px;
	margin: 18px 0 0 0;
	float: left;
	border: 2px solid #919c5c;
	border-top: 20px solid #919c5c ;
} /* add a border to the side menu */


#signin ul li a:hover 	{ color: #822A20; font-weight: bolder; }  /* Hover goes to darker color on this version */

#content-main {
	/* (860px - 42px padding right & left = 818px ) */ 
	width: 470px; 
	margin: 0;
	padding: 0px 0 0 42px;
	float: left;
}
 
/* hide the mid-banner graphic */
#midBanner 	{ background-image: none; height: auto; }
#wrapper	{ clear: both; }
#contentBuffer 	{ background-image: none; height: 20px;  } 
/* this hides the content decoration at the botton */



