/*stylesheet for Holland & Foley website, created by Ed Geis (www.hwaters.com)*/
/*revised 12/8/08*/

/*basic styles and layout*/
			
	/*enables divs to fill 100% of vertical browser space*/
	html,body 	{ 
		height:100%;
		margin:0;
		padding:0;
		} 
	

	body 	{ 
		background: #fff url("../graphics/shared/floor_plan_background.jpg") top left no-repeat fixed;
		text-align: center;
		color:#063;
		font-family:"Lucida Sketcher", "Maiandra GD", Palatino, Georgia, serif;
		}
		
		
	div#content_box	{	
		margin: 0 auto;
		margin-top: 20px;
		background: #ffc url("../graphics/shared/natural_paper_background.gif") top left repeat;
		padding: 20px;
		width:700px;
		border: 2px solid #063;
		border-bottom: 4px solid #063;
		height:auto;
		text-align:left;
		}
		
	div#header {
		background: transparent;
		border: 0;
		text-align:left;
		padding-left:80px;
		}
					
	div#left_column {	
		width:162px;
		float:left;
		background:transparent;
		text-align:left;
		}		
					
	div#center_column {	
		float: left;
		background: transparent;
		text-align: left;
		margin: 0 auto;
		
		/*for IE5*/
		width:304px;
		
		/*for IE6*/
		padding:0 20px;
		
		/*hide from IE5*/
		voice-family:"\"}\"";
		voice-family:inherit;
		width:288px;
					}
					
	/*correct value hidden from IE*/
	html>body div#center_column {
		padding:0 44px;
		}
		
	div#right_column {	
		width:162px;
		float:left;
		background: transparent;
		border: 0;
		text-align:left;
		
		/*for IE6*/
		padding-left:22px;
					}
					
	/*correct value hidden from IE*/
	html>body div#right_column {
		padding-left:0;
		}
		
	div#footer {	
		margin-top:40px;
		width:696px;
		padding:0px;
		padding-top:10px;
		background: transparent;
		border-top: 1px dotted #333;
		text-align:center;
		float:left;
		}
		
	#clearfloat	{
		clear:both;
		}
					
	/*link styles*/
	
		a:link {
		color: #00f;
		text-decoration: underline;
		}
			
	a:visited {
		color: #800080;
		text-decoration: underline;
		}
		
	a:hover { 
		text-decoration: none;
		color: #900;
		}
					
/*navigation menu styles*/

	#navigation_menu {	
		text-align:right;
		list-style-type:none;
		border:none;
		background:transparent;
		margin-left:0px;
		padding-left:0;
		padding-top:10px;
		
		/*bogus value for IE*/
		width:186px;
		}
					
	/*correct value hidden from IE*/
	html>body #navigation_menu {
		width:188px;
		background:transparent;
		}
		
	#navigation_menu li a{
		text-decoration:none;
		line-height:14px;
		font-size:14px;
		padding: 4px 26px 4px 0;
		}
		
	#navigation_menu li a:hover{
		background: url(../graphics/shared/navigation_menu/rollover_leaf.gif) top right no-repeat;
		}
		
/*special class for image and caption styles*/

	.image_and_caption {
		text-align:left;
		margin-top:50px;
		}
		
/*typography*/

	p   { 
		color: #063; 
		font-size: 16px; 
		line-height: 19px; 
		 }
		 
	li { 
		color: #063; 
		font-size: 14px; 
		line-height: 14px;  
		margin-bottom: 10px;
		margin-left:-24px;
		}

	small  { 
		color: black; 
		font-size: 10px; 
		line-height: 12px; 
		margin:0;
		}
		
	h1   { 
		color: #063; 
		font-size: 16px; 
		line-height: 18px; 
		margin-top: 30px 
		}
		
	h2  { 
		color: #063; 
		font-size: 14px; 
		line-height: 18px; 
		margin-top: 30px 
		}
		
	.highlight	{
		color: #600;
		font-weight:bold;
		}