@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	/*	vertical-align: top;*/
	width: auto;
	height: auto;
	clear: none;
	overflow: hidden;
	text-align: center;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 320px and below. ** Extra Small Devices, Phones */ 
    @media only screen and (min-width : 320px) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#scrollDown {
	background-color: #E96730;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

#logo {
	clear: both;
	margin-left: auto;
	width: 80%;
	display: block;
	text-align: center;
	margin-right: auto;
}

#logo img {
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
}

#phone {
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	line-height: normal;
	margin-right: auto;
	margin-top: -10px;
	margin-left: auto;
}

#phone h1 {
	font-size: 22px;
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 3px;
	font-weight: 400;
}

#phone p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 1.3;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#phone a {
	color: #FFFFFF;
	line-height: normal;
	margin-top: -5px;
}

.callUs {
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	vertical-align: baseline;
}

#address {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.3;
	letter-spacing: 10%;
	float: right;
	margin-right: 0px;
}
#middleNav {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 100%;
	display: block;
}

#midNav1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#photo {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 100%;
	display: block;
}

#subheader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#quote {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 100%;
	display: block;
}

#midPhoto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -30px;
}

#logoBanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#midTagline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	line-height: normal;
}

#picsNav {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #1D4D76;
}

#picLife {
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	background-color: #1A6994;
	text-align: center;
}

#picHealth {
	clear: none;
	float: left;
	width: 50%;
	display: block;
	background-color: #1D4D76;
	text-align: center;
}

#picBus {
	clear: none;
	float: left;
	width: 33.3%;
	display: block;
	background-color: #217DAE;
	text-align: center;
}

#picAuto {
	clear: none;
	float: left;
	width: 33.3%;
	display: block;
	background-color: #53AEDD;
	text-align: center;
}

#picHome {
	clear: none;
	float: left;
	width: 33.3%;
	display: block;
	background-color: #278FC4;
	text-align: center;
}

#midWrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	margin-top: -5px;
	margin-bottom: 0px;
	padding-right: 0px;
}

#midWrap img {
	overflow: hidden;
	display: inline;		
}

#contentMain {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 3%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentEdit {
	text-align: left;
	padding-right: 15px;
	display: block;
	margin-top: 0px;
	background-color: #E1E1E1;
	padding-left: 15px;
	vertical-align: top;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}


#contentEditContent {
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

#contentEditContent p {
	font-size: 14px;
	color: #1D4D76;
	padding-top: -5px;
	/* [disabled]margin-bottom: -5px; */
	font-weight: normal;
}

#contentEditContent h1 {
	font-size: 14px;
	color: #1D4D76;
	padding-top: -5px;
}

#contentEditContent p img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	height: auto;
}

#imgCenter {
	text-align: center;
	padding: 5%;
	margin-top: 3%;
}

#contentEdit h1 {
	font-size: 20px;
	margin-bottom: -10px;
	margin-top: 0px;
	font-weight: bold;
	color: #1A6994;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #217DAE;
	padding-bottom: 4px;
}

#content1 {
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
	padding-left: 15px;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#content1 h1 {
	font-size: 22px;
	color: #1A6994;
	margin-top: 0px;
	line-height: 1.1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1A6994;
	padding-bottom: 4px;
}

#content1 h2 {
	font-size: 14px;
	color: #1A6994;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
}

#content1 h3 {
	font-size: 13px;
	color: #1A6994;
	line-height: 1.2;
	margin-bottom: -5px;
	margin-top: 4px;
	font-style: italic;
}

#content1 img {
	margin-right: 8px;
}

#content1 p {
	font-size: 14px;
	color: #222;
	line-height: 20px;
}

#content1 a {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: -15px;
	color: #1A6994;
	font-size: 14px;
	line-height: 1.35;
}

#content1 a:hover a:active {
	color: #FF33CC;	
}

#content2 {
	background-color: #FFFFFF;
	clear: none;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}

#content2 h1 {
	font-size: 18px;
	color: #1A6994;
	padding-bottom: 2px;
	/* [disabled]margin-bottom: -8px; */
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1A6994;
}

#content2 ul {
	background-color: #FFFFFF;
	list-style-type: disc;
	margin-left: 10px;
	
}

#content2 p {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 5%;
}

#content2 li {
	text-align: left;
	list-style-position: outside;
	margin-left: -10px;
	font-size: 14px;
	padding-top: 0px;
	line-height: 1.35;
	color: #1D4D76;
}

#content2 a {
	color: #1D4D76;
	text-decoration: underline;
	font-weight: normal;
}

#content2 a:hover a:active {
	color: #FF33CC;	
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #103956;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 10px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	padding-top: 5px;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover{
	margin-bottom: 5px;
	color: #53AEDD;	
}

#footer p {
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	margin-top: 5px;
	font-weight: bold;
}

#headerNav {
	width: 100%;
	background-color: #103956;
	text-transform: uppercase;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 17px;
}

#headerNav a {
	color: #FFFFFF;
	line-height: 17px;
	margin-bottom: 0px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}

#headerNav ul {
	display: block;
	list-style: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#headerNav ul li {
	display: block;
	position: relative;
	cursor: pointer;
	background-color: #103956;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #278FC4;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
}

#headerNav ul li a:hover {
	display: block;
	color: #53AEDD;
	margin-bottom: 0px;
	background-color: #103955;
	font-weight: bold;
	letter-spacing: 2px;
}

.imgUp {
  padding-top: 0px;
  margin-top: -5px;
}

.center {
	text-align: center;
}

.headerLarge {
	font-size: 24px;
}

.tighterLines {
	line-height: .5;
	margin-bottom: 0;
}

.xtraSpace {
	margin-bottom: 20px;
}

.claimList {
	line-height: 1.3;
	margin-bottom: 15px;
}
.listNoIndent {
	padding-left: 5%;
	list-style-position: outside;
}

.blueBold {
	font-weight: bold;
	color: #33CCFF;
}
.floatRight {
	float: right;
	clear: none;
	vertical-align: top;
}
.floatLeft {
	float: left;
	clear: none;
	vertical-align: top;
}

#contentEdit h2 {
	font-size: 18px;
	color: #1D4D76;
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
#contentEditHead h1 h2 {
	font-size: 18px;
	color: #1D4D76;
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
}

/* Mobile Layout: 480px and below. ****** Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#logo {
	clear: both;
	margin-left: auto;
	width: 80%;
	display: block;
	text-align: center;
	margin-right: auto;
}

#logo img {
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
}

#scrollDown {
	background-color: #E96730;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

#phone {
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	line-height: normal;
	margin-right: auto;
	margin-top: -10px;
	margin-left: auto;
}

#phone h1 {
	font-size: 22px;
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 3px;
	font-weight: 400;
}

#phone p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 1.3;
	margin-bottom: 0px;
	margin-top: 0px;
}

#phone a {
	color: #FFFFFF;
	line-height: normal;
	margin-top: -5px;
}

.callUs {
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	vertical-align: baseline;
}

#address {
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.3;
	letter-spacing: 10%;
	float: right;
	margin-right: 0px;
}
#middleNav {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 100%;
	display: block;
}

#midNav1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#photo {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 100%;
	display: block;
}

#subheader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#quote {
	clear: none;
	float: left;
	margin-left: 3.4482%;
	width: 100%;
	display: block;
}

#midPhoto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -30px;
}

#logoBanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#midTagline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	line-height: normal;
}

#picsNav {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #1D4D76;
}

#picLife {
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	background-color: #1A6994;
	text-align: center;
}

#picHealth {
	clear: none;
	float: left;
	width: 50%;
	display: block;
	background-color: #1D4D76;
	text-align: center;
}

#picBus {
	clear: none;
	float: left;
	width: 33.3%;
	display: block;
	background-color: #217DAE;
	text-align: center;
}

#picAuto {
	clear: none;
	float: left;
	width: 33.3%;
	display: block;
	background-color: #53AEDD;
	text-align: center;
}

#picHome {
	clear: none;
	float: left;
	width: 33.3%;
	display: block;
	background-color: #278FC4;
	text-align: center;
}

#midWrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	margin-top: -5px;
	margin-bottom: 0px;
	padding-right: 0px;
}

#midWrap img {
	overflow: hidden;
	display: inline;		
}

#contentMain {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 3%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentEdit {
	text-align: left;
	padding-right: 15px;
	display: block;
	margin-top: 0px;
	background-color: #E1E1E1;
	padding-left: 15px;
	vertical-align: top;
	margin-left: 0px;
	padding-top: 15px;

	padding-bottom: 10px;
	margin-bottom: 0px;
}

#contentEditContent {
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

#contentEditContent p {
	font-size: 14px;
	color: #1D4D76;
	padding-top: -5px;
	/* [disabled]margin-bottom: -5px; */
	font-weight: normal;
}

#contentEditContent h1 {
	font-size: 14px;
	color: #1A6994;
	padding-top: -5px;
}

#contentEditContent p img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	height: auto;
}

#imgCenter {
	text-align: center;
	padding: 5%;
	margin-top: 3%;
}

#contentEdit h1 {
	font-size: 20px;
	margin-bottom: -10px;
	margin-top: 0px;
	font-weight: bold;
	color: #1A6994;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #217DAE;
	padding-bottom: 4px;
}


#content1 {
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
	padding-left: 15px;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#content1 h1 {
	font-size: 22px;
	color: #1A6994;
	margin-top: 0px;
	line-height: 1.1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1A6994;
	padding-bottom: 4px;
}

#content1 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1A6994;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content1 h3 {
	font-size: 13px;
	color: #1A6994;
	line-height: 1.2;
	margin-bottom: -5px;
	margin-top: 4px;
	font-style: italic;
}

#content1 img {
	margin-right: 8px;
}

#content1 p {
	font-size: 14px;
	color: #222;
	line-height: 20px;
}

#content1 a {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: -15px;
	color: #1A6994;
	font-size: 14px;
	line-height: 1.35;
}

#content1 a:hover a:active {
	color: #FF33CC;	
}

#content2 {
	background-color: #FFFFFF;
	clear: none;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}

#content2 h1 {
	font-size: 18px;
	color: #1A6994;
	padding-bottom: 2px;
	/* [disabled]margin-bottom: -8px; */
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1A6994;
}

#content2 ul {
	background-color: #FFFFFF;
	list-style-type: disc;
	margin-left: 10px;
}
#content2 p {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 5%;
}

#content2 li {
	text-align: left;
	list-style-position: outside;
	margin-left: -10px;
	font-size: 14px;
	padding-top: 0px;
	line-height: 1.35;
	color: #1D4D76;
}

#content2 a {
	color: #1D4D76;
	text-decoration: underline;
	font-weight: normal;
}

#content2 a:hover a:active {
	color: #FF33CC;	
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #103956;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 10px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	padding-top: 5px;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover{
	margin-bottom: 5px;
	color: #53AEDD;	
}

#footer p {
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	margin-top: 5px;
	font-weight: bold;
}

#headerNav {
	width: 100%;
	background-color: #103956;
	text-transform: uppercase;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 17px;
}

#headerNav a {
	color: #FFFFFF;
	line-height: 17px;
	margin-bottom: 0px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}

#headerNav ul {
	display: block;
	list-style: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#headerNav ul li {
	display: block;
	position: relative;
	cursor: pointer;
	background-color: #103956;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #278FC4;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
}

#headerNav ul li a:hover {
	display: block;
	color: #53AEDD;
	margin-bottom: 0px;
	background-color: #103955;
	font-weight: bold;
	letter-spacing: 2px;
}

.imgUp {
  padding-top: 0px;
  margin-top: -5px;
}

.center {
	text-align: center;
}

.headerLarge {
	font-size: 24px;
}

.tighterLines {
	line-height: .5;
	margin-bottom: 0;
}

.xtraSpace {
	margin-bottom: 20px;
}

.claimList {
	line-height: 1.3;
	margin-bottom: 15px;
}
.listNoIndent {
	padding-left: 5%;
	list-style-position: outside;
}

.blueBold {
	font-weight: bold;
	color: #33CCFF;
}
.floatRight {
	float: right;
	clear: none;
	vertical-align: top;
}
.floatLeft {
	float: left;
	clear: none;
	vertical-align: top;
}

#contentEdit h2 {
	font-size: 18px;
	color: #1D4D76;
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
#contentEditHead h1 h2 {
	font-size: 18px;
	color: #1D4D76;
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
}


/* Tablet Layout 600 and below ******** Medium Devices, Tablets */
   @media only screen and (min-width : 600px){
 
.gridContainer {
	width: 91.0625%;
	margin: auto;
	background-color: #103956;
	margin-bottom: 5px;
}

#scrollDown {
	display: none;
}

#logo {
	float: left;
	margin-left: 0px;
	width: 50%;
	display: block;
	margin-top: 0px;
	text-align: left;
	padding-left: 0px;
}

#logo img {
	clear: none;
	float: left;
	margin-left: 0px;
	text-align: left;
	margin-right: 0px;
}

#phone {
	clear: none;
	float: right;
	width: 40%;
	text-align: right;
	font-size: 24px;
	color: #FFFFFF;
	line-height: normal;
	margin-right: 5px;
	margin-top: 0px;
}

#phone h1 {
	font-size: 23px;
	color: #FFFFFF;
	line-height: normal;
	margin-top: 25px;
}

#phone p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.3;
	margin-bottom: 5px;
}

#phone a {
	color: #FFFFFF;
	line-height: normal;
	margin-top: -5px;
}

.callUs {
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	vertical-align: baseline;
}

#address {
	width: 40%;
	text-align: right;
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.3;
	letter-spacing: 10%;
	float: right;
	margin-right: 0px;
}

#rule {
	background-color: #278FC4;
	display: block;
	height: 5px;
	width: 100%;
	clear: both;	
}

#topNav {
	clear: none;
	float: left;
	width: 30%;
	display: block;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #103956;
}

#middleNav {
	clear: none;
	width: 
	display: block;
	right-margin: 0px;
	right-padding: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	vertical-align: top;
	background-color: #103956;
}

#middleNav img {
	height: auto;
	width: 100%;
	clear: none;
	float: right;	
}

#logoBanner {
	width: 100%;
	display: block;
	background-color: #999999;
	margin: 0;
	text-align: right;	
}

#midWrap {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-right: 0px;
	background-color: #1B6A93;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #3A82AA;
	text-align: right;
	overflow: hidden;
	height: auto;
	margin-top: 0px;
}

#midWrap img {
	visibility: visible;
}

#midPhoto {
	clear: none;
	right-margin: 10px;
	right-padding: 10px;
	left: 0px;
	height: auto;
	vertical-align: top;
	float: left;
	width: 72%;
	overflow: hidden;
	max-width: 100%;
	text-align: right;
}

#midPhoto img {
	max-width: 98%;
	margin-left: -15px;
	padding-top: 10px;
	float: right;
	text-align: right;
	vertical-align: bottom;
}

#midTagline {
	clear: none;
	float: left;
	width: 23%;
	display: block;
	font-size: 30px;
	color: #103956;
	line-height: normal;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#middleNav {
	width: 100%;
	background-color: #103956;
	margin-top: 0px;
	text-transform: uppercase;
	text-decoration: none;	
}

#middleNav ul {
	text-align: right;
	display: inline;
	margin-right: -4px;
	list-style: none;
}

#middleNav ul li {
	font: bold 14px/18px sans-serif;
	text-decoration: none;	
	display: inline-block;
	width="100%"
	margin-right: -4px;
	position: relative;
	padding: 6px 18px 6px 0px;
	background-color: #103956;
	color: #FFFFFF;
}

#middleNav ul li:hover {
	color: #53AEDD;
	border-left-color: #103956;
	text-decoration: none;	
}

#contentEdit {
	text-align: left;
	padding-right: 5px;
	display: block;
	height: 100%;
	background-color: #E1E1E1;
	padding-left: 5px;
	vertical-align: top;
	padding-bottom: 2%;
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 1%;
	margin-top: 3%;
	padding-top: 5px;
}
#contentEditContent {
	margin-bottom: 10px;
	padding: 0;
	margin-top: -8px;
}
#contentEditContent p {
	font-size: 14px;
	color: #1D4D76;
	padding-top: -5px;
	/* [disabled]margin-bottom: -5px; */
	font-weight: normal;
	line-height: 20px;
}

#contentEditContent h1 {
	font-size: 14px;
	color: #1A6994;
	padding-top: -5px;
}

#contentEditContent p img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 0%;
	margin-bottom: 5%;
}

#imgCenter {
	text-align: center;
	padding: 5%;
	margin-top: 3%;
}

#contentEdit h1 {
	font-size: 18px;
	color: #1A6994;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1A6994;
	padding-bottom: 4px;
	margin-bottom: -5px;
	margin-top: 2px;
}

#contentMain {
	clear: none;
	width: 100%;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0px;
	text-align: left;
}

#content1 p.introText {
	font-size: 13px;
	font-weight: normal;
}

#content1 p {
	font-size: 14px;
	color: #222;
	line-height: 20px;
}

#content1 a {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: -15px;
	color: #1A6994;
}

#content1 a:hover a:active {
	color: #FF33CC;	
}

#content1 li {
	font-size: 14px;
	line-height: 20px;	
}

#content1 ul {	
}

#content1 {
	float: right;
	background-color: #FFFFFF;
	width: 60%;
	clear: none;
	font-size: 12px;
	margin-right: 2%;
	margin-left: 2%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 1%;
	margin-top: 3%;
}

#content1 h1 {
	font-size: 22px;
	color: #1A6994;
	margin-top: 0px;
	line-height: 1.1;
}

#content1 h2 {
	font-size: 14px;
	color: #1A6994;
	line-height: 1.3;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}
#content1 h3 {
	font-size: 13px;
	color: #1A6994;
	line-height: 1.2;
	margin-bottom: -5px;
	margin-top: 4px;
	font-style: italic;
}

#content1 img {
	margin-right: 8px;
}

#content2 {
	float: right;
	background-color: #FFFFFF;
	width: 60%;
	clear: none;
	margin-right: 2%;
	margin-left: 2%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 1%;
}

#content2 h1 {
	font-size: 18px;
	color: #1A6994;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1A6994;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 0px;
}

#content2 ul {
	background-color: #FFFFFF;
	list-style-type: disc;
	margin-left: -10px;
}

#content2 p {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 5%;
}

#content2 li {
	text-align: left;
	list-style-position: outside;
	margin-left: -10px;
	font-size: 14px;
	padding-top: 0px;
	line-height: 20px;
	color: #1D4D76;
}

#content2 a {
	color: #1D4D76;
	text-decoration: underline;
	font-weight: normal;
}

#content2 a:hover a:active {
	color: #FF33CC;	
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #103956;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 10px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover{
	margin-bottom: 5px;
	color: #53AEDD;	
}

#footer p {
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	margin-top: 5px;
	font-weight: bold;
}

#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 31%;
	display: block;
	background-color: #FFFFFF;
}

#quote {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 31%;
	display: block;
	background-color: #FFFFFF;
}

.bottomMargin {
	height: auto;
	margin-bottom: 10px;
}

.RuleBelow {
	margin-right: 10px;
	margin-left: 15px;
}

.clearBoth {
	clear: both;
}

#picsNav {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}

#picLife {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #1a6994;
	text-align: center;
}

#picHealth {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #1D4D76;
	text-align: center;
}

#picBus {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #217DAE;
	text-align: center;
}

#picAuto {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #53aedd;
	text-align: center;
}

#picHome {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #278FC4;
	text-align: center;
}

#headerNav {
	width: 100%;
	background-color: #103956;
	text-transform: uppercase;
	margin-top: 120px;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}

#headerNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #103955;
}

#headerNav ul li {
	float: left;
	border-top: none;
	background-color: #103956;
}

#headerNav ul li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: #103955;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 14px;
}

#headerNav ul li a:hover {
	background-color: #103956;
	padding: 8px 12px;
	color: #53AEDD;
	font-size: 14px;
}

#headerNav ul li:first-child {
    border-left: none;
}

#headerNav ul li:last-child {
    border-right: none;
}

.imgUp {
  padding-top: 0px;
  margin-top: -5px;
}

.center {
	text-align: center;
}

.headerLarge {
	font-size: 24px;
}

.tighterLines {
	line-height: 1;
	margin-bottom: 1%;
}

.xtraSpace {
	margin-bottom: 20px;
}

.claimList {
	line-height: 1.3;
	margin-bottom: 15px;
}

.listNoIndent {
	padding-left: 5%;
	list-style-position: outside;
}

.blueBold {
	font-weight: bold;
	color: #33CCFF;
}

.floatRight {
	float: right;
	clear: none;
	vertical-align: top;
}

.floatLeft {
	float: left;
	clear: none;
	vertical-align: top;
}

#contentEdit h2 {
	font-size: 18px;
	/* [disabled]color: #2D98CF; */
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
#contentEditHead h1 h2 {
	font-size: 18px;
	color: #1D4D76;
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
}


/* Desktop Layout 1000 and below ******* Large devices, Desktops */
@media only screen and (min-width : 1000px) {
	
.gridContainer {
	width: 83.5833%;
	margin: auto;
	background-color: #103956;
	padding: 0%;
}

#logo {
	float: left;
	margin-left: 0px;
	width: 45%;
	display: block;
	margin-top: 0px;
	text-align: left;
	padding-left: 0px;
}

#scrollDown {
	display: none;
}

#logo img {
	clear: none;
	float: left;
	margin-left: 0px;
	text-align: left;
	margin-right: 0px;
}

#phone {
	clear: none;
	float: right;
	width: 30%;
	text-align: right;
	font-size: 24px;
	color: #FFFFFF;
	line-height: normal;
	margin-right: 5px;
	margin-top: 0px;
}

#phone h1 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 25px;
	font-weight: 400;
}

#phone p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 1.3;
	margin-top: 5px;
	font-weight: normal;
}

#phone a {
	color: #FFFFFF;
	line-height: normal;
	margin-top: -5px;
}

.callUs {
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	vertical-align: baseline;
}

#address {
	width: 30%;
	text-align: right;
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.3;
	letter-spacing: 10%;
	float: right;
	margin-right: 0px;
}

#tagline {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 38.983%;
	display: block;
}

#rule {
	background-color: #278FC4;
	display: block;
	height: 5px;
	width: 100%;
	clear: both;	
}

#topNav {
	clear: none;
	float: left;
	width: 30%;
	display: block;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #103956;
}

#middleNav {
	clear: none;
	width: 
	display: block;
	right-margin: 0px;
	right-padding: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	vertical-align: top;
	background-color: #103956;
}

#middleNav img {
	height: auto;
	width: 100%;
	clear: none;
	float: right;	
}

#logoBanner {
	width: 100%;
	display: block;
	background-color: #999999;
	margin: 0;
	text-align: right;	
}

#midWrap {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-right: 0px;
	background-color: #1B6A93;
	border-top-width: medium;
	border-top-style: solid;
	text-align: center;
	overflow: hidden;
	height: auto;
}

#midWrap img {
	visibility: visible;	
}

#midPhoto {
	clear: none;
	right-margin: 10px;
	right-padding: 10px;
	left: 0px;
	height: auto;
	vertical-align: top;
	float: left;
	width: 72%;
	overflow: hidden;
	max-width: 100%;
	text-align: right;
}

#midPhoto img {
	max-width: 98%;
	margin-left: -15px;
	padding-top: 10px;
	float: right;
	text-align: right;
	vertical-align: bottom;
}

#middleNav {
	width: 100%;
	background-color: #103956;
	margin-top: 0px;
	text-transform: uppercase;
	text-decoration: none;	
}

#middleNav ul {
	text-align: right;
	display: inline;
	margin-right: -4px;
	list-style: none;
}

#middleNav ul li {
	font: bold 14px/18px sans-serif;
	text-decoration: none;	
	display: inline-block;
	width="100%"
	margin-right: -4px;
	position: relative;
	padding: 6px 18px 6px 0px;
	background-color: #103956;
	color: #FFFFFF;
}

#middleNav ul li:hover {
	color: #53AEDD;
	border-left-color: #103956;
	text-decoration: none;	
}

#contentEdit {
	text-align: left;
	padding-right: 10px;
	display: block;
	height: 100%;
	background-color: #E1E1E1;
	padding-left: 10px;
	vertical-align: top;
	padding-bottom: 2%;
	float: left;
	width: 22%;
	margin-left: 2%;
	margin-bottom: 1%;
	margin-top: 3%;
	padding-top: 5px;
}

#contentEditContent {
	margin-bottom: 10px;
	padding: 0;
	margin-top: -8px;
}

#contentEditContent p {
	font-size: 14px;
	color: #1D4D76;
	padding-top: -5px;
	/* [disabled]margin-bottom: -5px; */
	font-weight: normal;
	line-height: 20px;
}

#imgCenter {
	text-align: center;
	padding: 5%;
	margin-top: 3%;
}

#contentEditContent h1 {
	font-size: 14px;
	color: #1D4D76;
	padding-top: -5px;
}

#contentEditContent p img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 0%;
	margin-bottom: 5%;
}

#contentEdit h1 {
	font-size: 18px;
	color: #1D4D76;
	border-bottom-width: 2px;
	padding-bottom: 4px;
	margin-top: 2px;
}


#contentMain {
	clear: none;
	width: 100%;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0px;
	text-align: left;
}

#content1 p {
	font-size: 14px;
	line-height: 20px;
	margin-right: 5px;
}

#content1 a {
	color: #1A6994;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3;
}

#content1 a:hover a:active {
	color: #FF33CC;	
}

#content1 li {
	font-size: 14px;
	line-height: 20px;	
}

#content1 ul {
	margin-bottom: 10px;	
}

#content1 {
	clear: none;
	float: left;
	width: 41%;
	background-color: #FFFFFF;
	overflow: hidden;
	font-size: 13px;
	margin-top: 3%;
	margin-left: 2%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-right: 1%;
}

#content1 h1 {
	font-size: 24px;
	color: #1A6994;
	margin-top: 0px;
	border-bottom-color: #217DAE;
	margin-right: 10px;
}

#content1 h2 {
	font-size: 15px;
	color: #1A6994;
	line-height: 1.3;
	margin-top: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}

#content1 h3 {
	font-size: 13px;
	color: #1D4D76;
	line-height: 1.2;
	margin-bottom: -5px;
	margin-top: 4px;
	font-style: italic;
}

#content1 img {
	margin-right: 8px;
}

#content2 {
	float: right;
	background-color: #FFFFFF;
	width: 24%;
	clear: none;
	margin-top: 3%;
	margin-right: 3%;
	padding-right: 0px;
	padding-top: 0px;
	right: -5px;
}

#content2 h1 {
	font-size: 17px;
	color: #1A6994;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1A6994;
	padding-bottom: 2px;
	margin-bottom: -5px;
	margin-top: 2px;
	font-weight: bold;
}

#content2 ul {
	background-color: #FFFFFF;
	list-style-type: disc;
}

#content2 p {
	margin-bottom: 5%;
	line-height: 20px;
	font-size: 13px;
	color: #1D4D76;
}

#content2 li {
	text-align: left;
	list-style-position: outside;
	font-size: 14px;
	padding-top: 0px;
	line-height: 20px;
	color: #1D4D76;
	margin-bottom: 2px;
}

#content2 a {
	color: #1D4D76;
	text-decoration: underline;
	font-weight: normal;
}

#content2 a:hover a:active {
	color: #FF33CC;	
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #103956;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 10px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover{
	margin-bottom: 5px;
	color: #53AEDD;	
}

#footer p {
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	margin-top: 5px;
	font-weight: bold;
}

#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 31%;
	display: block;
	background-color: #FFFFFF;
}

#quote {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 31%;
	display: block;
	background-color: #FFFFFF;
}

.bottomMargin {
	height: auto;
	margin-bottom: 10px;
}

.RuleBelow {
	margin-right: 10px;
	margin-left: 15px;
}

.headRule {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #103955;
	text-align: left;
	margin-top: 0px;
	color: #1D4D76;
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 15px;
}

.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
	clear: none;
	vertical-align: top;
}

#picsNav {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}

#picLife {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #1a6994;
	text-align: center;
}

#picHealth {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #1D4D76;
	text-align: center;
}

#picBus {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #217DAE;
	text-align: center;
}

#picAuto {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #53aedd;
	text-align: center;
}

#picHome {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #278FC4;
	text-align: center;
}

#headerNav {
	width: 100%;
	background-color: #103956;
	text-transform: uppercase;
	margin-top: 125px;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}


#headerNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #103955;
}

#headerNav ul li {
	float: left;
	border-top: none;
	background-color: #103956;
}

#headerNav ul li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: #103955;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}

#headerNav ul li a:hover {
	background-color: #103956;
	padding: 8px 16px;
	color: #53AEDD;
}

#headerNav ul li:first-child {
    border-left: none;
}

#headerNav ul li:last-child {
    border-right: none;
}

.imgUp {
  padding-top: 0px;
  margin-top: -5px;
}

.center {
	text-align: center;
}

.headerLarge {
	font-size: 24px;
}

.tighterLines {
	line-height: 1;
	margin-bottom: 1%;
}

.xtraSpace {
	margin-bottom: 20px;
}

.claimList {
	line-height: 1.3;
	margin-bottom: 15px;
}

.listNoIndent {
	padding-left: 5%;
	list-style-position: outside;
}

.blueBold {
	font-weight: bold;
	color: #33CCFF;
}

.floatRight {
	float: right;
	clear: none;
	vertical-align: top;
}

.floatLeft {
	float: left;
	clear: none;
	vertical-align: top;
}

#contentEdit h2 {
	font-size: 18px;
	color: #1D4D76;
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
#contentEditHead h1 h2 {
	font-size: 18px;
	color: #1D4D76;
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
}

/* Widescreen Layout 1200 and below ****** Large devices, widescreen */
   @media only screen and (min-width : 1200px) {
	
.gridContainer {
	width: 83.5833%;
	margin: auto;
	background-color: #103956;
	padding: 0%;
}

#scrollDown {
	display: none;
}

#logo {
	float: left;
	margin-left: 0px;
	width: 45%;
	display: block;
	margin-top: 0px;
	text-align: left;
	padding-left: 0px;
}

#logo img {
	clear: none;
	float: left;
	margin-left: 0px;
	text-align: left;
	margin-right: 0px;
}

#phone {
	clear: none;
	float: right;
	width: 30%;
	text-align: right;
	font-size: 24px;
	color: #FFFFFF;
	line-height: normal;
	margin-right: 5px;
	margin-top: 0px;
}

#phone h1 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 25px;
	font-weight: 400;
}

#phone p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.3;
	margin-top: 5px;
	font-weight: normal;
}

#phone a {
	color: #FFFFFF;
	line-height: normal;
	margin-top: -5px;
}

.callUs {
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	vertical-align: baseline;
}

#address {
	width: 30%;
	text-align: right;
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.3;
	letter-spacing: 10%;
	float: right;
	margin-right: 0px;
}

#tagline {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 38.983%;
	display: block;
}

#rule {
	background-color: #278FC4;
	display: block;
	height: 5px;
	width: 100%;
	clear: both;	
}

#topNav {
	clear: none;
	float: left;
	width: 30%;
	display: block;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #103956;
}

#middleNav {
	clear: none;
	width: 
	display: block;
	right-margin: 0px;
	right-padding: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	vertical-align: top;
	background-color: #103956;
}

#middleNav img {
	height: auto;
	width: 100%;
	clear: none;
	float: right;	
}

#logoBanner {
	width: 100%;
	display: block;
	background-color: #999999;
	margin: 0;
	text-align: right;	
}

#midWrap {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-right: 0px;
	background-color: #1B6A93;
	border-top-width: medium;
	border-top-style: solid;
	text-align: center;
	overflow: hidden;
	height: auto;
}

#midWrap img {
	visibility: visible;	
}

#midPhoto {
	clear: none;
	right-margin: 10px;
	right-padding: 10px;
	left: 0px;
	height: auto;
	vertical-align: top;
	float: left;
	width: 72%;
	overflow: hidden;
	max-width: 100%;
	text-align: right;
}

#midPhoto img {
	max-width: 98%;
	margin-left: -15px;
	padding-top: 10px;
	float: right;
	text-align: right;
	vertical-align: bottom;
}

#middleNav {
	width: 100%;
	background-color: #103956;
	margin-top: 0px;
	text-transform: uppercase;
	text-decoration: none;	
}

#middleNav ul {
	text-align: right;
	display: inline;
	margin-right: -4px;
	list-style: none;
}

#middleNav ul li {
	font: bold 14px/18px sans-serif;
	text-decoration: none;	
	display: inline-block;
	width="100%"
	margin-right: -4px;
	position: relative;
	padding: 6px 18px 6px 0px;
	background-color: #103956;
	color: #FFFFFF;
}

#middleNav ul li:hover {
	color: #53AEDD;
	border-left-color: #103956;
	text-decoration: none;	
}

#contentEdit {
	text-align: left;
	padding-right: 10px;
	display: block;
	height: 100%;
	background-color: #E1E1E1;
	padding-left: 10px;
	vertical-align: top;
	padding-bottom: 2%;
	float: left;
	width: 22%;
	margin-left: 2%;
	margin-bottom: 1%;
	margin-top: 3%;
	padding-top: 5px;
}
#contentEditContent {
	/* [disabled]margin-bottom: 10px; */
	padding: 0;
	/* [disabled]margin-top: 10px; */
}

#contentEditContent p {
	font-size: 14px;
	color: #1D4D76;
	padding-top: -5px;
	/* [disabled]margin-bottom: -10px; */
	font-weight: normal;
	line-height: 1.3;
}

#imgCenter {
	text-align: center;
	padding: 5%;
	margin-top: 3%;
}

#contentEditContent h1 {
	font-size: 14px;
	color: #1D4D76;
	padding-top: -5px;
}

#contentEditContent p img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 0%;
	margin-bottom: 5%;
}

#contentEdit h1 {
	font-size: 18px;
	color: #1A6994;
	border-bottom-width: 2px;
	padding-bottom: 4px;
	margin-top: 2px;
	text-align: left;
}

#contentMain {
	clear: none;
	width: 100%;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0px;
	text-align: left;
}

#content1 p {
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}


#content1 a {
	color: #1A6994;
	text-decoration: underline;
	font-weight: bold;
}

#content1 a:hover a:active {
	color: #FF33CC;	
}

#content1 li {
	font-size: 14px;
	line-height: 20px;
}

#content1 ul {
	margin-bottom: 10px;
}

#content1 {
	clear: none;
	float: left;
	width: 41%;
	background-color: #FFFFFF;
	overflow: hidden;
	font-size: 13px;
	margin-top: 3%;
	margin-left: 2%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-right: 1%;
}

#content1 h1 {
	font-size: 24px;
	color: #1A6994;
	margin-top: 0px;
	border-bottom-color: #217DAE;
	margin-right: 10px;
}
#content1 h2 {
	font-size: 15px;
	color: #1A6994;
	line-height: 1.3;
	margin-top: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}

#content1 h3 {
	font-size: 13px;
	color: #1A6994;
	line-height: 1.2;
	margin-bottom: -5px;
	margin-top: 4px;
	font-style: italic;
}

#content1 img {
	margin-right: 8px;
}

#content2 {
	float: right;
	background-color: #FFFFFF;
	width: 24%;
	clear: none;
	margin-top: 3%;
	font-size: 12px;
	margin-right: 3%;
	padding-right: 0px;
	padding-top: 0px;
	right: -5px;
}

#content2 h1 {
	font-size: 18px;
	color: #1A6994;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1A6994;
	padding-bottom: 2px;
	margin-bottom: -5px;
	margin-top: 2px;
	font-weight: bold;
}

#content2 ul {
	background-color: #FFFFFF;
	list-style-type: disc;
}

#content2 p {
	margin-bottom: 5%;
	line-height: 20px;
	font-size: 14px;
	color: #1D4D76;
}

#content2 li {
	text-align: left;
	list-style-position: outside;
	font-size: 14px;
	padding-top: 0px;
	line-height: 20px;
	color: #1D4D76;
	margin-bottom: 2px;
}

#content2 a {
	color: #1D4D76;
	text-decoration: underline;
	font-weight: normal;
}

#content2 a:hover a:active {
	color: #FF33CC;	
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #1D4D76;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 10px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover{
	margin-bottom: 5px;
	color: #53AEDD;	
}

#footer p {
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	margin-top: 5px;
	font-weight: bold;
}

#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 31%;
	display: block;
	background-color: #FFFFFF;
}

#quote {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 31%;
	display: block;
	background-color: #FFFFFF;
}

.bottomMargin {
	height: auto;
	margin-bottom: 10px;
}

.RuleBelow {
	margin-right: 10px;
	margin-left: 15px;
}

.headRule {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #103955;
	text-align: left;
	margin-top: 0px;
	color: #1D4D76;
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 15px;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
	clear: none;
	vertical-align: top;
}

#picsNav {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	height: auto;
}

#picLife {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #1a6994;
	text-align: center;
}

#picHealth {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #1D4D76;
	text-align: center;
}

#picBus {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #217DAE;
	text-align: center;
}

#picAuto {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #53aedd;
	text-align: center;
}

#picHome {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #278FC4;
	text-align: center;
}

#headerNav {
	width: 100%;
	background-color: #103956;
	text-transform: uppercase;
	margin-top: 125px;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	display: block;
}

#headerNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #103955;
}

#headerNav ul li {
	float: left;
	border-top: none;
	background-color: #103956;
}

#headerNav ul li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: #103955;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}

#headerNav ul li a:hover {
	background-color: #103956;
	padding: 8px 16px;
	color: #53AEDD;
}

#headerNav ul li:first-child {
    border-left: none;
}

#headerNav ul li:last-child {
    border-right: none;
}

.imgUp {
  padding-top: 0px;
  margin-top: -5px;
}

.center {
	text-align: center;
}

.headerLarge {
	font-size: 24px;
}

.tighterLines {
	line-height: 1;
	margin-bottom: 1%;
}

.xtraSpace {
	margin-bottom: 20px;
}

.claimList {
	line-height: 1.3;
	margin-bottom: 15px;
}

.listNoIndent {
	padding-left: 5%;
	list-style-position: outside;
}

.blueBold {
	font-weight: bold;
	color: #33CCFF;
}

.floatRight {
	float: right;
	clear: none;
	vertical-align: top;
}

.floatLeft {
	float: left;
	clear: none;
	vertical-align: top;
}

#contentEdit h2 {
	font-size: 18px;
	line-height: 1.2;
	color: #1D4D76;
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
#contentEditHead h1 h2 {
	font-size: 18px;
	color: #1D4D76;
	margin-top: 25px;
	margin-bottom: -10px;
	font-weight: bold;
}
}
