
/* ---------->>> GLOBAL <<<-----------*/

* { margin: 0; padding: 0; }

body {
	background: #525252 url(grad.gif) top left repeat-x;
	color:#101010;
 	font: 12px "Arial", Verdana, Arial, Helvetica, sans-serif;
   }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}

li, dd { margin-left:5%; }
fieldset { padding: .5em; }

/* ---------->>> DIVS <<<-----------*/

#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#faux {
 background: url(fauxcol.gif) top left repeat-y;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 background-color: #fff;
 color: #333;
 width: 800px;
 height: 110px;
 margin: 10px 0px 0px 0px;
 border-top: 15px solid #004784;
}
#leftcolumn { 
 display: inline;
 color: #000;
 margin: 0px;
 padding: 0px;
 width: 232px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #121212;
 margin-right: 5px;
 padding: 0px;
 width: 557px;
 display: inline;
 position: relative;
 line-height: 22px;
}
#footer { 
 width: 800px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px 0 10px 0;
 border-top: 5px solid #fff;
 border-bottom: 5px solid #fff;
 
}
	
/* ---------->>> HEADER ITEMS <<<-----------*/

h1 { }

	#header h1 {
	height:107px; /* height of logo */
	width:238px; /* width of logo */
	background: #fff url(starrisk_logo.gif) top left no-repeat;
	text-indent:-9000px;
	float: left;
	}
	
	#header h2 {
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	text-align: center;
	font: 28px "Times" serif;
	height: 100px;
	padding: 0px;
	background-color: #9C6;
	}


/* ---------->>> Global Navigation <<<-----------*/

div.nav a {
	display: block;
	font: bold 12px "Arial" sans-serif;
   	padding: 3px 10px; 
   	margin-left: 5px;  
   	text-decoration: none; 
   	color: #000;
   	text-align: left;
   	background: #E7D398;
   	border-left: 10px solid #c93;
   	border-bottom: 1px dotted #F4E4B8;
   	}
   	
div.nav a:hover { 
	background: #c93;
   	}

.home, .about, .services, .pricing, .legal, .staff, .contact {
	background: #c93;
   	}

#home .home, #about .about, #services .services, #pricing .pricing, #legal .legal, #staff .staff, #contact .contact {
	background: #c93;
   	}

.blue {
	display: block;
	color: #fff;
	padding: 3px;
	font: bold italic 12px "Arial" sans-serif;
   	text-align: center;
   	background-color: #004A84;
   	margin-left: 5px;  
   	border-bottom: 5px solid #fff;
	}	
/* ---------->>> TEXTAREA Tags <<<-----------*/

#rightcolumn h1 { 
	font: 18px "Tahoma" sans-serif;
	color: #004A84;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	}

#rightcolumn h2 { 
	font: bold 16px "Tahoma" sans-serif;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	}
	
#rightcolumn p { 
	margin-bottom: 20px;
	margin-right: 20px; 
	padding-left: 10px;
	}

#rightcolumn a {
	color: #004A84;
	}	

#leftcolumn a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}		

.white { color: #fff !important; }		

	
/* ---------->>> FOOTER Tags <<<-----------*/

#leftcolumn p { padding: 10px;}

#footer { background-color: #004784; color: #fff;}

#footer p { padding: 10px; }

.small { font-size: 10px; color: #999;}

.clear { clear: both; background: none; }
	