@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/gears-bg2.gif);
	background-repeat: no-repeat;
	background-position: center 425px;
}

h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
}

a:link, a:visited{
	color: #143d8d;
	text-decoration: none;
}
#background{
	background-image: url(../images/gears-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 20px;
}

#header{
	width: 950px;
	padding-top: 40px;
	padding-bottom: 15px;
}

#nav{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #04355d;
	border-bottom-color: #04355d;
}

#nav ul { margin: 0; padding: 0; list-style-type: none; }

#nav li,  li#end{
	float: left;
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
}
#nav li{
	background-image: url(../images/menuline.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li#end{
	background-image: none;
}
#nav li a {
	background-image: url(../images/menu-gear.gif);
	background-repeat: no-repeat;
	background-position: -5px center;
	text-decoration: none;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	padding-left: 28px;
	margin: 0;
	padding-right: 30px;
	font-weight: bold;
	color: #04355d;
}
#nav li a:hover {
	background-image: url(../images/menu-gear-roll.gif);
	background-position: -5px center;
	background-repeat: no-repeat;
	color: #5c82a1;
}
#nav:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }



#contentbox{
	background-image: url(../images/content-bgfade.gif);
	background-repeat: repeat-x;
}
#contenttop{
	background-image: url(../images/curve-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	
}
#content{
	background-image: url(../images/dividerline.gif);
	background-repeat: repeat-y;
	background-position: 270px;
}

#content:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }

#leftcolumn{
	width: 270px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#logobox{
	margin: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c82a1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#addressbox{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 30px;
}

.quote{
	color: #5c82a1;
	font-style: italic;
	line-height: 14px;
}

#rightcolumn{
	padding: 0px;
	margin: 0px;
	float: right;
	width: 679px;
}

#contenttext{
	padding: 30px;
}
#hometext{
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-size: 14px;
}
.contenttitle{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #00325c;
}
.subtitle{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #00325c;
}

.underwriter{
	text-align: center;
	margin-top: 30px;
}
.formtext {
	font-size: 12px;
	line-height: 14px;
}

.productlist {
	float: left;
	width: 186px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.productlistcenter {
	float: left;
	width: 186px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.productlist ul, .productlistcenter ul{
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.productlist li, .productlistcenter li{
	margin-bottom: 8px;
	font-size: 11px;
}
.productlisttitle {
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004e84;
	padding: 3px;
	background-image: url(../images/producttitle-bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* #productlist, #productlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	display: block;
	width: auto;
	padding-bottom: 1px;
}


#productlist li {
	float: left;
	width: 176px;
	font-weight: bold;
	padding-right: 30px;
}

#productlist li ul li {
	padding: 3px;
	font-weight: normal;
}

#productlist li ul{ 
	left: auto;
	position: absolute;
	width: 186px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

*/


#footerbar{
	font-size: 10px;
	background-image: url(../images/footerbar-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #b7b4b4;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footerbar a:link, #footerbar a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footerbar a:hover{
	color: #b8c9d6;
	text-decoration: none;
}
.clearboth{
	clear: both;
}
.input{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../images/send.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 88px;
	height: 26px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

