/* CSS Document */



html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	padding-top: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#Wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: auto;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	text-align: left;
	height: auto;
}
#content {
	color: #000000;
	clear: both;
	width: auto;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #929699;
	height: auto;
	background-color: #FFFFFF;
	z-index: 0;
}
#Navigation {
	font-size: 11px;
	color: #333333;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#mainNav li {
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
}
#mainNav li a:hover {
	text-decoration: none;
	color: #000000;
}

#mainNav li a {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/insureutabs.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	height: 25px;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:block;
	cursor: pointer;
}
#mainNav li a span {
	background-attachment: scroll;
	background-image: url(../images/insureutabs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 19px;
	width: auto;
	float: left;
	cursor: pointer;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
}
#mainNav li a.active {
	background-attachment: scroll;
	background-image: url(../images/insureutabs.jpg);
	background-repeat: no-repeat;
	background-position: right -25px;
	color: #000000;
	height: 25px;
	z-index: 10;
}
#mainNav li a.active span {
	background-attachment: scroll;
	background-image: url(../images/insureutabs.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	height: 19px;
	z-index: 10;
}

#mainNav li a.active:hover {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
