body {
	margin: 15px;
	font-family: arial, helvetica, sans-serif;
	background-color:#FFFFFF;
}

body, body div, body p, body th, body td, body li, body dd {
		/* "box model hack" See http://tantek.com/CSS/Examples/boxmodelhack.html */
		font-size: x-small; /*value for IE5.x/win */
		voice-family: "\"}\""; /*trick IE5.x/win into thinking rule is over */
		voice-family: inherit;
	font-size: small; /* style for all modern browsers */
	font-family: arial, helvetica, sans-serif;
} w {} /* IE5.x/win recover from hack */

a {
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size:small;
	color: #0080AF;
}

a:hover {
	text-decoration: none;
	color: #0080C3;
}

img {
	border: 0;
}

h1 {
	font-size: 170%;
	font-weight: normal;
	color: #0081C3; /*Wawanesa blue */
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	color: #003663; /*Dark blue*/
}

h3 {
	font-size: 110%;
	color: #02938F; /*Dark teal*/
}

h4 {
	font-size: 100%;
	color: #003663; /*Dark blue*/
}

h5 
{
    font-size: 120%;
    color: #026360;
    font-weight: bold;
}

.ht { /*dark blue*/
	color: #003663;
	font-weight: bold;	
}

.htt, .htt a { /*Dark teal*/
	font-weight: bold;
	color: #026360;
	text-decoration: none; 
}

.htb {	/*Wawanesa blue */
	font-weight: bold;
	color: #0081C3;
	font-size: 115%;
}

.htw, .htw a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.pnum {
	border: 1px solid #003663;
	background: #dbfbfa;
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
	padding: 3px;
	color: #026360; 	
}

.num, a.num {
	font-weight: bold;
	font-size: 110%;
	padding: 3px;
	color: #026360;
	text-decoration: none;
}

.red {
	color: #FF0000;
}

.bred {
	font-size: 120%;
	color: #FF0000;
	font-weight: bold;
}

.testimonial {
	font-size: 80%;
	padding: 2px 4px 0px 0px;
}

#content ul {
	list-style-image: url(/imgs/bullet.gif);
}

.divider {
	display: block;
	border-top: #98AA87 1px dashed;
}

.small {
	font-size: 90%;
}

form {
	padding: 0px;
	margin: 0px;
}

.bclear {
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
}

.space {
	padding-top: 1px;
}

.hide {
	display: none;
}

p.backtop a {
	float: right;
	background: url(/imgs/back-to-top.gif) center no-repeat;
	width: 53px;
	height: 18px;
}

.limage {
	padding-right: 10px;
}

.rimage {
	padding-left: 10px;
}

.mapimage {
	border: #003663 1px solid;
	float: left;
}

.left {
	float: left;
}

.pad {
	padding: 2px;
}


/*boxes ------------------------------------------------------*/

a.boxlink {
	color: #FFFFFF;
}

a.boxlink:hover {
	color: #FFFFFF;
}

.abox {
	border: #5b8195 2px solid; /* grey blue */
	background: #e6f2f6;
}

.aboxhd, .aboxh td {
	padding: 3px;
	color: #003663;
	font-size: 115%;
	font-weight: bold;
	background: #2e97bd url(/imgs/aboxh-bgd.gif) top left repeat-x;
	border-bottom: #003663 1px dashed;	
}

.aboxh a {
	color: #003663;
	text-decoration: none;
}

.bbox {
	border: #145e84 1px solid; /* blue */
	background: #eef9fe;
}

.bboxh {
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	background-color: #0081c1; /* Wawanesa blue */	
}

.bboxh a {
	color: #FFFFFF;
	text-decoration: none;
}

.cbox {
	border: #145e84 1px solid;
}

.cboxh {
	background: #00ada9 url(../imgs/cboxh-bgd.gif) top left repeat-x;
	border: 1px solid #145e84;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
}

.altbgd {
	background-color: #c7e0e8; 
}

.dbox {
	border: #145e84 1px solid; /* blue */
	background-color: #aed4d3; /* teal */
}

/*main structure------------------------------------------------------*/

#header {
	border: 1px solid #003663;
}

#pagebody {
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

#rtxtheader {
	float: left;
	font-size: 110%;
	font-weight: bold;
	color: #003663;
	padding: 2px 0;
	margin: 0;
}

#ltxtheader {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #003663;
	padding: 2px 0;
}

#searchbox {
	float: right;
	background: #A7C9E7 url(/imgs/searchbox.gif) no-repeat bottom left;
	padding: 2px 2px 2px 15px;
}

#searchboxagain {
	background: #A7C9E7 url(/imgs/searchbox.gif) no-repeat top left;
	font-weight: bold;
	color: #003663;
	text-align: center;
	padding: 2px 2px 2px 15px;
}

input.searchbutton {
	vertical-align: text-bottom;
}

input.search {
	vertical-align:top;
}

#snbgd {
	float: left;
	background: url(/imgs/sn-bgd.gif) 160px 0 repeat-y;
}

#content {
	float: left;
	padding: 0px 0 5px 5px;
	width: 580px;
}

#widecontent {
	float: left;
	padding: 0px 0 5px 5px;
	width: 740px;
}

/*Left Side ------------------------------------------------------*/

#lside {
	float: left;
	padding-right: 5px;
	width: 155px;
	height: 1%; /*IE bug */
}

#sheader {
	font-size: 115%;
	color: #003663;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#snav {
}

#snav ul {
	list-style-image: none;
	padding: 2px 2px 2px 1.4em;
	margin: 0px; 
}

#snav ul li.snlinkb {
	list-style-image: url(/imgs/sn-bullet.gif);
}

#snav ul li.snactiveb {
	list-style-image: url(/imgs/sn-bullet-active.gif);
}

a.snlink {
	color: #003663;
	text-decoration: none;
}

a.snlink:hover {
	text-decoration: underline;
}

a.snactive, a.snactive:hover {
	color: #2F365B;
	font-weight: bold;
	text-decoration: none;
}

#snbtn {
	height: 50px;
	width: 150px;
	margin-top: 10px;
	background: url(/imgs/SideNavButton.jpg) no-repeat;
	overflow: hidden;
}

#snbtn a {
	display: block;
	font-weight: bold;
	color: #003663;
	text-decoration: none;
	padding-top: 15px;
	height:100%;
	width:100%;
	text-align: center;
	font-size:12px
}

/* Splash page ----------------------------------------------------*/

#Table_01 
{
	margin-left: auto;
	margin-right: auto;
}

td.splashLinks {
	width:231px;
	height:46px;
}

#insureLink {
	background-image:url(/imgs/splashBackGround_03.jpg);
	background-repeat:no-repeat;
}

#assuranceLink {
	background-image:url(/imgs/splashBackGround_06.jpg);
	background-repeat:no-repeat;
}

#lifeLink {
	background-image:url(/imgs/splashBackGround_08.jpg);
	background-repeat:no-repeat;
}

#usLink {
	background-image:url(/imgs/splashBackGround_10.jpg);
	background-repeat:no-repeat;
}
	
a.splashLinks 
{
	display:block;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:White;
	text-decoration:none;
	left:25px;
	text-align:center;
}

a.splashLinks:link {color: White; text-decoration: none; }
a.splashLinks:visited {color: White; text-decoration: none; }
a.splashLinks:hover {color: Blue; text-decoration: none; }

.splashPhrase 
{
	font:inherit;
	font-size: 20px;
	font-style:italic;
	font-weight: bold;
	color: #158fc5;
	text-align: center;
}
/*Index page ------------------------------------------------------*/

#welcome {
	border-bottom: 1px solid #003663;
	font-size: 150%;
	color: #0080C3;
}

#hl-auto, #hl-home, #hl-business, #hl-farm {
	width: 47px;
	height: 48px;
	padding-left: 55px;
	margin: 5px 0;
}

#hl-auto {
	background: url(/imgs/hl-auto2.jpg) top left no-repeat;
}

#hl-home {
	background: url(/imgs/hl-home2.jpg) top left no-repeat;
}

#hl-business {
	background: url(/imgs/hl-business.gif) top left no-repeat;
}

#hl-farm {
    background: url(/imgs/hl-farm.gif) top left no-repeat;
}

.hl-box {
	float: left;
	width: 150px;
	margin: 0 10px;
}

.hl-box ul, #iright ul {
	padding: 5px 0px 0px 15px;
	margin: 0px;
}

#ileft {
	float: left;
	width: 325px;
}

#iright {
	float: right;
	text-align: left;
	padding: 5px 0px 2px 5px;
	margin: 0px;
	/*width: 175px;*/
	width: 225px;
}

.ihead {
	display: block;
	border: 1px solid #000;
	background: #02938F;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
}

.ihead span {
	display: block;
	background: url(/imgs/top-right.gif) top right no-repeat;
	padding-right: 5px;
}

.ihead a {
	/*text-decoration: underline;*/
	color: #fff;
}

.ihead a:hover {
	color: #fff;
}

.ihead a:visited {
	color: #fff;
}

.ihead a:active {
	color: #fff;
}

.ibox {
	background: #E1ECF6;
}

.ipad {
	padding: 2px;
}

.ibutton {
	border-top: 1px dashed #003663;
	background-color: #A7C9E7;
	color: #003663;
	padding: 2px;
}

/*Menu pages ------------------------------------------------------*/

.ictop h1 {
	display: inline;
	border-bottom: 1px solid #E1ECF6; /*strange bug in FF that leaves a 1px space if display is inline*/
	padding: 0px;
	margin: 0px;
	background: #E1ECF6 url(/imgs/top-left.gif) top left no-repeat;
	padding-left: 8px;
}

.ictop span {
	background: url(/imgs/top-right.gif) top right no-repeat;
	padding-right: 8px;
}

.icbox {
	background: #E1ECF6 url(../imgs/menu-bgd.gif) bottom right no-repeat;
	padding: 5px;
	width: 500px;
}

div.icbutton {
	margin: 0px;
	padding: 4px 2px 2px 26px;
	font-size: 1em; 
	background: url(/imgs/icbullet.gif) no-repeat;
}

p.icbutton {
	margin: 0px;
	padding: 4px 2px 2px 36px;
	font-size: 1em; 
}

.icbutton a:hover {
	text-decoration: none;
}

.icbutton a {
	padding-left: 10px;
}

/*Top Navigation-------------------------------------------------------*/
.topnav{
	width:100%;
	border-collapse:collapse;
}
.topnav td{
	width:12%;
	height:25px;
	text-align:center;
	background:url(/imgs/tabs.jpg);
}

table.topnav td.topnav_active{
	background:url(/imgs/tabs_active.jpg);
}

.topnav td:hover {
	background:url(/imgs/tabs_hover.jpg);
}
.topnav a {
	font-weight:bold;
	color:White;
	text-decoration:none;
}

/*Footer---------------------------------------------------------------*/

#footer {
	clear: both;
	border-top: 1px solid #003663;
	padding-top: 5px;
}

#ambest {
	float: left;
	width: 160px;
}

#copy {
	font-size:85%;
	color: #333;
	padding: 2px 0 10px 25px;
	float: left;
}

#ftsecurecopy {
	font-size:90%;
	color: #333;
	padding: 2px 0 10px 35px;
	float: left;
}

#ftlinks {
	font-size:90%;
	float: right;
}

#ftlinks a {
	font-size:90%;
	text-decoration: underline;
	color: #003663;
}

#ftlinks a:hover {
	text-decoration: none;
	color: #000000;
}

#ftsecure {
	float: left;
	padding: 0px 0 10px 30px;
}

#ftbest {
	padding-left:20px;
	float:left;
}

#nav span, #topfooter span, .backtop span {
	display: block;
	font-size: 1px; /* IE5 pushes box down due to font size of 'hidden' elements */
	width: 0;
	height: 0;
	overflow: hidden;
}

/*Splash Page ---------------------------------------------------------------*/

#s1footer {
	border-top: 1px solid #ffffff;
	width: 750px;
	background: #00ada8;
	font-family: Times New Roman, Times, serif;
	color: #eafbfb;
	padding: 2px; 
}

#s1footer a {
	color: #eafbfb;
}

/*Products Page WEB 2.0 1337---------------------------------------------------------------*/

#brokerbtn {
	background: url(/imgs/BrokerButton.jpg) no-repeat;
	overflow: hidden;
	height: 37px;
	width: 120px;
}

#brokerbtn a {
	display: block;
	font-weight: bold;
	color: #003663;
	text-decoration: none;
	padding-top: 10px;
	height:100%; 
	width:95%;
	text-align: center
}

/* -------------------------------------------------------------------------- */
.dash {
	border-top: 1px dashed #598E94;
}

.fancyfont {
	font-weight: bold;
	color: #fb5c05;
}
