body {
	background: #2D4458 repeat scroll top left;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}
/** element defaults **/

img {
    border:none;
}
p {
	line-height: 1.9em;
	margin-bottom: 10px;
	font-size: 12px;
}
a {
	color: blue;
        text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}
fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}
fieldset form {
	padding-top: 15px;
}
fieldset p label {
	float: left;
	width: 150px;
}
form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	color: #000;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 0px;
	margin: 0;
}
h3 {
	color: black;/*#FF4000;*/
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #FF794D;
}
h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #ccc;
}
h6 {
        color: #000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h7 {
        font-weight: bold;
        color: black;
}
ul, ol {
	margin: 0 0 25px 35px;
}
li {
	padding-bottom: 5px;
}
li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px 10px 30px;
	background-color: #fff;
}
#header {
	margin: 0 auto;
        padding:30px 30px 10px 30px;
        border:1px solid #2D4458;
}
#header h1 a {
	color: #9E0508;
	font-size: 95px;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 2px;
	float: left;
}
#header h2 {
	color: black;
	font-size: 10px;
        font-style: italic;
        font-weight: bold;
}
#nav {
	height: 33px;
        width: auto;
	background-color: #cfcfcf;
        border: 1px solid #cfcfcf;
        margin: 1px 0px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 45px;
}
#nav ul li {
	float: left;
	display: block;
	padding: 0;
}
#nav ul li a:hover, #nav ul li.selected {
	background-color: #9E0508;/*#FF6633;*/
}
#nav ul li a {
	color: #fff;
	display: block;
	border-right: 2px solid #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;
}
#nav ul li.start a {
	border-left: none;
}
#nav ul li.end a {
	border-right: none;
}
#nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#body {
	background: none;
	margin:0 auto;
	padding: 30px 12px 0;
	width: auto;
        border:1px solid #2D4458;
}
#content {
	float: left;
	width: 535px;
}
.sidebar {
	width: 200px;
	float: right;
        margin-bottom: 25px;
}
.sidebar h3 {
	color: #333;
	font-size: 22px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}
.sidebar li ul {
}

.sidebar li ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	border-top: none;
	padding: 6px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
	border: none;
}
.sidebar li ul li a {
	font-weight: normal;
	color: #222;
}
.sidebar li ul li a:hover {
	color: #FF6633;
}
.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}
.sidebar li ul.blocklist li a {
	background-color: #EAEAEA;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.sidebar li ul.blocklist li a:hover {
	background-color: #FF6633;
	color: #fff;
}
.clear {
	clear: both;
}
#footer {
	margin:20px 0px 0px 0px;
	width: auto;
}
.footer-content {
	padding: 20px 12px 30px;
        text-align: center;
        font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .footer-content a {
	color: #555;
	text-decoration: none;
}
#footer .footer-content a:hover {
	text-decoration: underline;
}
#house, #agent, #auto, #boat, #umbrella, #life, #companies, #claim, #resources, #contact {
        display: none;
}
#emailFormWrapper {
         border:1px solid #cccccc;
         width:190px;
         display: none;
}
#emailFormHeader {
        height:20px;
        text-align:center;
        background-color: #B9C7D3; 
}
#emailForm {
        padding:10px;
}
.agent_wrapper, .imc_address {
}
#agent_header {
        font-size:14px;
        font-weight: bold;
        color: black;
}
#agent_name, #agent_title, #agent_contact {
    margin:10px 0px 25px 0px;
    padding:5px 3px 5px 3px;
    float: left;
}
#imc_address_details {
        font-size: 14px; 
        color:#770B0B; 
        font-weight: bold;
}
#show {
        margin:5px auto;
        border:1px solid green;
        width:180px;
        height:20px;
        text-align:center;
        display:none;
}
#results {
        font-size:10px;
        color:green;
        padding:2px;  
}
#logo-name {
    width:190px;
    left:7px;
    top:-19px;
    position:relative;
    z-index:1;
    font-weight:bolder;
    font-size:8px;
    color:white;
    background-color:#9E0508;
}
#logo-name a {
        color:white;
}
.subNav {
        float:right;
        width:300px;
}
.subNav a {
        color: #555;
        text-decoration: none;
}
.subNav a:hover {
        text-decoration: underline;
}

