html, body {
	width: 100%;
	height: 100%;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/backgrounds/body_bg.jpg) 0px 0px repeat-x;
}
h1 {
	width: 237px;
	height: 61px;
	position: absolute;
	top: 12px;
	left: 6px;
	background: url(../images/header/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
h1 a {
	width: 237px;
	height: 61px;
	display: block;
}
h1 span, #Icons li a span {
	display: none;
}
#Container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/backgrounds/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#Middle {
	width: 100%;
	height: 98%;
	position: relative;
	background: url(../images/backgrounds/middle_bg_3.jpg) repeat-x;
	background-position: left 81px;
	margin: 11px 0px 0px 0px;
	padding: 0px;
	z-index: 10;
}
#Icons {
	width: 150px;
	height: 77px;
	position: absolute;
	top: 8px;
	right: 0px;
	list-style: none;
	background: url(../images/menus/iconBG_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 10px 0px 0px 100px;
	z-index: 50;
}
#Icons li {
	float: left;
	/*display: inline-block;*/
	background-repeat: no-repeat;
	background-position: left 2px;
}
#HomeButt {
	width: 35px;
	height: 52px;
	background: url(../images/menus/homeRO.png);
	margin: 5px 20px 0px 0px;
}
#Icons li#HomeButt:hover {
	background-position: left -58px;
}
#BoatButt {
	width: 71px;
	height: 52px;
	background: url(../images/menus/boatRO.png);
	margin: 5px 20px 0px 0px;
}
#Icons li#BoatButt:hover {
	background-position: left -64px;
}
#ContactButt {
	width: 46px;
	height: 52px;
	background: url(../images/menus/contactRO.png);
	margin: 5px 20px 0px 0px;
}
#Icons li#ContactButt:hover {
	background-position: left -60px;
}
#AboutButt {
	width: 19px;
	height: 58px;
	background: url(../images/menus/aboutRO.png);
	margin: 3px 0px 0px 0px;
}
#Icons li#AboutButt:hover {
	background-position: left -62px;
}
#Icons li a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
/*Menus start*/
#Pnav {
	width: 230px;
	height: auto;
	position: absolute;
	top: 108px;
	left: 0px;
	font-size: 11px;
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#Pnav li {
	width: 100%;
	display: block;
	border-bottom: solid 1px #CCC;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#Pnav li#NationalAffiliates {
	border-bottom: none;
}
#Pnav a, #Pnav li#HomeProperty span {
	width: 100%;
	height: 100%;
	display: block;
	color: #1D459E;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/menus/pnavRO.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 4px 0px 5px 13px;
	margin: 0px 0px 0px 0px;
}
#Pnav a:hover {
	color: #2666C4;
	background-position: left -11px;
}
/*second level menus*/
#Pnav li ul {
	list-style: none;
	/*border-left: dashed 1px #1D459E;*/
	margin: 0px 0px 7px 16px;
	padding: 0px 0px 0px 4px;
	/* Change this to "Block" on any pages that are under WE Home & Property Insurance 
	display: none; */
	display: block;
}
#Pnav li ul li {
	width: 100%;
	border-bottom: none;
}
#Pnav li ul li a {
	color: #2666C4;
	background: url(../images/menus/snavRO.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding: 0px 0px 6px 11px;
}
#Pnav li ul li a:hover {
	color: #008AE8;
	background-position: 0px -14px;
}
/*third level menus*/
#Pnav li ul li ul {
	list-style: none;
	/*border-left: dashed 1px #2666C4;*/
	margin: 0px 0px 7px 16px;
	padding: 0px 0px 0px 4px;
	/* Change this to "Block" on any pages that have a third menu */
	display: none;
}
#Pnav li ul li ul li a, #Pnav #Products ul li a {
	color: #008AE8;
	font-weight: normal;
	background: url(../images/menus/tnavRO.gif);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	padding: 0px 0px 4px 11px;
}
#Pnav li ul li ul li a:hover, #Pnav #Products ul li a:hover {
	color: #EA6D11;
	background-position: 0px 0px;
}
/* WE Home & Property Insurance Submenu */
/*#HomeProperty a {
	background-position: left -27px;
}
#HomeProperty a:hover {
	background-position: left -27px;
}*/
#Pnav li ul li#Products ul {
	display: block;
}
/*End menus*/
#Content {
	width: 980px;
	height: auto;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}
#Copy {
	width: 515px;
	height: auto !important;
	height: 385px;
	min-height: 385px;
	font-size: 12px;
	position: relative;
	top: 111px;
	left: 260px;
	background: url(../images/backgrounds/sidebarBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px 200px 20px 0px;
	z-index: 10;
}
#Copy h2 {
	font-size: 14px;
	color: #1D459E;
	font-style: italic;
	border-bottom: dashed 1px #1D459E;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 4px 0px;
}
#Copy h3 {
	font-size: 12px;
	color: #008AE8;
	font-style: italic;
	margin: 15px 0px 5px 0px;
}
#Copy h3 em {
	font-size: 10px;
	font-weight: normal;
}
#Copy form label {
	width: 150px;
	display: block;
	float: left;
	white-space: nowrap;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
#Copy form textarea {
	width: 500px;
	height: 150px;
	margin: 5px 0px 0px 0px;
}
#Copy form input.Large {
	width: 350px;
	border: solid 1px #AAA;
}
#Copy form input.Small {
	width: 50px;
}
#Copy form select.Small {
	width: 57px;
}
#Copy form span {
	margin: 0px 0px 0px 18px;
}
#Copy p {
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
#Copy p.Note {
	text-align: justify;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 7px 10px;
}
#Copy p.Required input {
	border: solid 1px #2666C4;
}
#Copy p.Required select {
	color: #2666C4;
	border: solid 1px #2666C4;
}
#Copy ol {
	margin: 15px 0px 15px 25px;
	padding: 0px;
}
#Copy ol li {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#Copy ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#Copy ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#Copy ul li strong {
	width: 60px;
	display: block;
	float: left;
}
#Copy ul li span {
	display: block;
	margin: 0px 0px 0px 60px;
}
#Copy ul#Forms {
	list-style: circle;
	margin: 15px 0px 0px 20px;
	padding: 0px;
}
#Copy ul#Forms li {
	margin: 0px 0px 12px 0px;
	padding: 7px 0px 4px 5px;
}
#SideBar {
	width: 170px;
	height: auto;
	position: absolute;
	top: 111px;
	right: 0px;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: 50;
}
#SideBar h4 {
	color: #2666C4;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#SideBar p {
	border-left: solid 2px #91A5D0;
	margin: 0px;
	padding: 0px 0px 15px 12px;
}
#SideBar p.bottom {
	border-left: none;
	background: url(../images/backgrounds/sidebar_p_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
	padding: 0px 0px 18px 12px;
}
#SideBar a, #Copy a {
	color: #2666C4;
	text-decoration: none;
}
#SideBar a:hover, #Copy a:hover {
	text-decoration: underline;
}
#Footer {
	width: 100%;
	height: 50px;
	position: relative;
	top: 111px; /* was 108 */
	background: url(../images/backgrounds/footer_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	letter-spacing: 0.01px;
	padding: 0px 0px 20px 0px;
	z-index: 10;
}
#Footer h5 {
	width: 350px;
	height: 23px;
	background: url(../images/menus/pnavBG_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
	font-size: 10px;
	float: left;
	display: block;
	margin: 0px;
	padding: 23px 0px 0px 0px;
}
#Footer h6 {
	height: 23px;
	font-weight: normal;
	font-size: 10px;
	float: right;
	display: block;
	margin: 0px;
	padding: 23px 0px 0px 0px;
}
#Footer ul {
	height: 23px;
	list-style: none;
	float: left;
	display: block;
	margin: 0px 50px 0px 0px;
	padding: 23px 0px 0px 0px;
}
#Footer li {
	display: inline;
	border-left: solid 1px #333; 
	margin: 0px;
	padding: 0px 10px 2px 17px;
}
#Footer #HomeFooterButt {
	border-left: none;
}
#Footer a {
	color: #333;
	text-decoration: none;
}
#Footer a:hover {
	color: #1D459E;
	text-decoration: underline;
}
#Footer #FooterText {
	width: 980px;
	position: relative;
	margin: 0px auto;
}
#Bottom {
	width: 100%;
	height: 244px;
	min-height: 244px;
	position: fixed;
	_position: absolute; /* IE 6 Fix Not Valid */
	bottom: 0px;
	left: 0px;
	text-align: center;
	background: url(../images/backgrounds/bottom_bg1.jpg) left bottom repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#BottomCorner {
	width: 100%;
	height: 244px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/backgrounds/bottom_bg2.jpg) left bottom no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
/* classes */
.PDF {
	background: url(../images/common/PDF_Icon.gif) no-repeat left top;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
img.FloatRight {
	background: #FFF;
	border: solid 1px #1D459E;
	margin: 10px 0px 5px 20px;
	padding: 2px;
}
.HighLight, .Required {
	color: #2666C4;
}
.Error {
	color: #FF0000;
}
.ThankYou {
	text-align: center;
}