/*------------------------------------------------------------------
[Master Stylesheet]

Project: Forcht Insurance	
Version: 1.0
Last change: May 13, 2008	
Assigned to: Shawn Dones	
Primary use: 
-------------------------------------------------------------------*/

@import url('reset.css');
@import url('color.css');
@import url('type.css');

body {width: 800px; text-align: center; margin: 13px auto 0;}
#wrapper {text-align: left;}
#header {position: relative;width: 800px; height: 135px;}
	#header h1 {position: absolute; top: 11px; left: 25px; z-index: 2; height: 135px; width: 273px;}
	#header h1 a {height: 135px; display: block; text-indent: -9999px;}
	#header h2 {position: absolute; top: 28px; right: 20px; z-index: 2; height: 125px; width: 125px;}
	#header h2 a {height: 125px; display: block; text-indent: -9999px;}

#content {margin-top: 2.5em; padding: 0 20px 0 29px;}
	#content p {padding: 0.5em 0;}

#nav-main {position: relative; float: right; width: 257px; height: 257px;}
	#nav-main span {margin: 5px; height: 119px; width: 119px;}
	#nav-main span#personal {position: absolute; top: 0; left: 0; z-index: 2;}
	#nav-main span#life {position: absolute; top: 0; right: 0; z-index: 2;}
	#nav-main span#health {position: absolute; bottom: 0; left: 0; z-index: 2;}
	#nav-main span#commercial {position: absolute; bottom: 0; right: 0; z-index: 2;}	
	#nav-main span a {height: 119px; width: 119px; display: block; text-indent: -9999px;}

#content-main ul li {list-style-type: disc;  margin-left: 2em;}

#quote-request dl {float: left; width: 33%;}
	#quote-request dd {text-indent: 1em;}
	#quote-request fieldset span {display: block; margin: 1em 0;}
	#quote-request .buttons {padding-top: 10px;} 

#contact-info {float: right;}
	.vcard {padding: 0.5em 0;}
	.org {font-weight: bold; padding: 3px 0;}
	.adr, .tel, .fax {margin-left: 1.5em;}
	 
	#contact-info a {margin-left: 1.5em; color: #444; text-decoration: none;}
	#contact-info a:hover {text-decoration: underline;}
	
#content-supp {position: relative; height: 155px; clear: both;}
	#nav-sub {position: relative; top: 30px;left: 25px;}
	   .kwicks {list-style: none; position: relative; margin: 0; padding: 0;}  
	   .kwicks li{display: block; float: left; overflow: hidden; padding: 0; cursor: pointer;}
	   .kwicks li {width: 160px; height: 99px; margin-right: 5px;}  
		#nav-sub li a {display: block; height: 99px; text-indent: -999px;}
		
#utility {position: absolute; top: 65px; right: 25px;}
	#utility a {padding: 0 10px 0 25px;text-decoration: none;}
	#utility a:hover {text-decoration: underline;}

