/* BASIC */
body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}

/* WRAPPER: wraps entire contents of page */
#wrapper {
	border: solid 1px black;
}


/* BANNER */
#banner {
	background: url(images/insurance.jpg) no-repeat right top;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	margin-left: 10px;
}
#banner li a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.1em "Trebuchet MS";
}
.seperator {
	border-right: 1px solid #666;
	padding-right:10px;
}

/* NAV BAR */


/* NAVIGATION */
#mainNav {
      width: 100%;
      background: #e7e7e7;
      border-top: 1px dashed #999999;
      border-bottom: 1px dashed #999999;


}
#mainNav ul {
	border-left: 1px dashed #999999;
	margin: 10;
	padding: 0;
	list-style: none;
	float: left;
      
}

#mainNav li {
	float: left;
	width: 9em;
}

#mainNav a {
	text-decoration: none;
	color: #000000;
	font-size: 0.8em;
	text-transform: uppercase;
	border-right: 1px dashed #999999;
	border-left: none;
	display: block;
	padding: 7px 5px 7px 30px;
	background: #E7E7E7 url(images/link.png) no-repeat left center;
}

#mainNav a:hover {
	background: #B2F511 url(images/go.png) no-repeat 5px 50%;
	
}

/* special formatting for home page link */
a#homeLink {
	background: #E7E7E7 url(images/home.png) no-repeat 5px 52%;
}

/* styles for the "you are here" buttons */
#home #mainNav a#homelink,
#feature #mainNav a#featureLink {
	background: #FFFFFF url(images/bg_here.png) no-repeat 5px 50%;
	padding-right: 120px;
	padding-left: 20px;
	font-weight: bold;
}

#home #mainNav a#homelink:hover,
#feature #mainNav a#featureLink:hover {
	color: #B2F511;
}



/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }


/* MAIN CONTENT */

#main h1 {
	color: #663900;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.0em Georgia, "Times New Roman", Times, serif;
}

#main h2 {
      color: #663900;
	padding-top: 15px;
	margin-bottom: 10px;
        border-bottom: 1px dashed #999;
	font: bold 2.0em Georgia, "Times New Roman", Times, serif;	
}

#main h3 {
      color: #663900;
	padding-top: 5px;
	margin-bottom: 10px;
        border-bottom: 0px dashed #999;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;

	
}
#main h4 {
      color: #663900;
	padding-top: 15px;
      padding-right: 10px;
	margin-bottom: 10px;
        border-bottom: 1px dashed #999;
	font: bold 2.0em Georgia, "Times New Roman", Times, serif;	
}

#main p {
	font-size: 1.4em;
	margin-bottom: 10px;
}

/* SIDEBAR */
#sidebar {
	background-color: #D9ECFF;
}
#sidebar h2 {
	font-size: 1.3em;
	color: #6b6b21;
	padding: 5px 8px 0 8px;
	padding-bottom:10px;
	margin-bottom: 5px;
	border-top: 2px solid #86B500;
	background: url(images/blog_24.gif) repeat-x left bottom;
}
#sidebar p 
{
    font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #666666;
}

#sidebar a 
{    
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	
}
#sidebar h3 {
	font-size: 1.1em;
	margin-right: 3px;
	margin-left: 3px;
	color: #663900;
	margin-bottom: 3px;
}
#sidebar h3 a {
	color: #663900;
}

#sidebar a:hover {
	color: #CA1D07;
}
#address 
{
    background-color:#E7E7E7;
    padding-top:20px;
    border-top: solid 2px #86B500;
    border-bottom: solid 2px #86B500;
    text-align:center;
    font: bold 0.8em Georgia, "Times New Roman", Times, serif;
}






/* ADVERTISING */
#adverts p {
	margin-bottom: 15px;
	text-align: center;
}

/* COPYRIGHT INFO */
#copyright {
	padding: 1px;
      padding-top: 0px;
	border-top: 0px solid #000;
	background-color: #6b6b21;
	font-weight: bold;
	color: #ffffff;
}
#footer p {
	font-size: 1.0em;
	margin-bottom: 10px;
}

