body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: -0px;
}

#body-container {
	overflow: hidden;
	width: 942px;
	margin: 0 auto;
	padding: 4px 4px; 4px 4px;
	background: #0E58A3;


		}
		
#outer {
background: #f7f3eb;
background: url("/images/exitbackgroun.png") repeat-y; 
width: 1010px;
margin: 0 auto;


}

#header {
	float: left;
	width: 942px;
	height: 200px; 
	margin: 0;

	display: block;
	clear: left;
	border-width: 4px;
	border-bottom: solid;
	border-color: #b2aea0;
	background: url("/images/exi.jpg") no-repeat;
}

#container {
		margin: 0;
	
	background: #fff;
	width: 942px;
	height: 100%;
	background: url("/images/exitback.png") repeat-y; 
	}

#content {
	width: 650px;
	padding: 22px 20px 10px 0px;
	font-size:1.2em;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
float:left;
background: #f7f7f7;


	}
	
#content ul
{
margin-left: 0px;
padding-left: 0;
list-style-type: none;
}
 
#content li
 {
padding-left: 25px;
margin-bottom: 7px;
background: url('http://imperialcoverage.com/images/redarrow.jpg') no-repeat;
background-position: 0 .1em;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;;
}

	
#left {
float:left;
	width: 270px;
	padding: 20px 0 10px 0;
	font-size:11px;
font-family: Arial, Verdana, Helvetica, sans-serif;
line-height: 20px;
background: #f7f7f7;
	}


/* LEFT MENU */



div#sidebar table {
	width: 200px;
	margin-top:10px;
		margin-left:20px;
	text-align:left;
	display:block;
	border-collapse:collapse;
}
div#sidebar table tr th{
	background-image:url('/images/topside.jpg');
	background-repeat: no-repeat;
	height:35px;
	width: 200px;
	border:0px none;
	font-family: "Trebuchet MS", Tahoma;
	font-size:14px;
	letter-spacing:2px;
	color:#FFFFFF;
	padding-left:20px;
	padding-bottom:0px;
	padding-top:0px;
	line-height:35px
	}
div#sidebar table tr{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}	
div#sidebar table tr td{
	
	display:block;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	}

div#sidebar table tr td p a {
	padding-top: 4px;
	}
	
	
	div#sidebar img {
border:1px solid #222225 ;
padding: 3px;
}

/* LEFT MENU - SIDE BAR B */

div#sidebarb table {
	width: 200px;
	margin-top:10px;
		margin-left:20px;
	text-align:left;
	display:block;
	border-collapse:collapse;
}
div#sidebarb table tr th{
	background-image:url('/images/topsideb.jpg');
	background-repeat: no-repeat;
	height:35px;
	width: 200px;
	border:0px none;
	font-family: "Trebuchet MS", Tahoma;
	font-size:14px;
	letter-spacing:2px;
	color:#FFFFFF;
	padding-left:20px;
	padding-bottom:0px;
	padding-top:0px;
	line-height:35px
	}
div#sidebarb table tr{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}	
div#sidebarb table tr td{
	
	display:block;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	}

div#sidebarb table tr td p a {
	padding-top: 4px;
	}
	
	
	div#sidebarb img {
border:1px solid #222225 ;
padding: 3px;
}

ul.nav
{
	margin: 0;
	margin-top:0px;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	
}

ul.nav li
{
	position: relative;
	list-style-type:none;
	
}
	
ul.nav li ul
{
	z-index: 200;
	position: absolute;
	/*
	Level 2 Position
	*/
	left: 170px; /* Set at least 1px less than menu width */
	top: 0px;
	display: none;
	width:150px;
	list-style-type:none;
}

/* Styles for Menu Items */
ul.nav li a
{
	display: block;
	padding-left:18px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#0E58A3;
	list-style-type:none;
	border-bottom: 1px solid #ffffff;
	font-family: "Trebuchet MS", Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}


/* Fix IE. Hide from IE Mac \*/
* html #wrap #sidebar table tr td ul.nav li { float: left; height: 1%; list-style-type:none;}
* html #wrap #sidebar table tr td ul.nav li a { height: 1%; list-style-type:none;}
/* End */

ul.nav li a:hover { 
	text-decoration: none;
	color:#FFFFFF;
	background-color: #DE002F;
	list-style-type:none;
	font-weight:normal;
	} /* Hover Styles */
		
ul.nav li ul li a { padding: 5px; list-style-type:none; } /* Sub Menu Styles */
		
ul.nav li:hover ul, ul.nav li ul.over { display: block; list-style-type:none; } /* The magic */
/*End Drop Down Menu*/
/*Style for Send Email form */






.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.innerborder {
	border: 1px solid #073F70;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8B0101;
	border: 1px solid #417695;
}
.highlight {
	background-color: #FFFF00;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 932px;
	height: 10px;
	background-color: #bd0000;
	padding: 5px;
	clear:both;
}

#footer a {color: #fff;}

body {
	background-color: #f7f3eb;
	background-repeat: repeat-x;
}
.outerborder {
	border: 1px solid #DCD5C5;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #28527C;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3F7694;
}
a:hover {
	text-decoration: none;
	color: #A40000;
}
a:active {
	text-decoration: underline;
	color: #A40000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #DE002F;
}
h2 {
	font-size: 16px;
	color: #307389;
}
h3 {
	font-size: 16px;
	color: #28527C;
}
h4 {
	font-size: 14px;
	color: #8B0101;
}
