/*  This stylesheet contains the color specific elements for blue.  */

a {
	color: #57afcf;
}

a:hover {
	text-decoration: underline;
 color: #57afcf;
}

hr {
	color: #57afcf;
}

.left_line {
	border-left-color: #00528f;
}
acronym:hover, abbr:hover {
	color: #00528f;
}

#header {
	background: url(../img/header_blue.jpg) no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 122px;
}
#header .accent {
	color: #00528f;
}


#navbar {
	width: 800px;
	height: 30px;
	position: absolute;
	top: 122px;
	margin: 0;
	background-image: url(../img/navbar_matrix.jpg);
	background-repeat: no-repeat;
	padding: 0;
}

#body #navbar img {
	position: absolute;
	top: 0px;
	right: 0px;
}
#body #spacer {
	height: 30px;
}



#navbar li {
	float: left;
}

#navbar li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
	background: url(../img/navbar_matrix.jpg);
	text-indent: -999px;
	top: 0px;
	width: 372px;
	position: absolute;
	left: 0px;
}

li#navbar_hom a {
	left: 0;
	width: 66px;
	background-position: 0 0;
}

li#navbar_sto a {
	left: 66px;
	width: 98px;
	background-position: -66px 0;
}

li#navbar_frm a {
	left: 164px;
	width: 130px;
	background-position: -164px 0;
}
li#navbar_pol a {
	left: 294px;
	width: 78px;
	background-position: -294px 0;
}

li#navbar_hom a:hover {
	background-position: 0 -30px;
}

li#navbar_sto a:hover {
	background-position: -66px -30px;
}

li#navbar_frm a:hover {
	background-position: -164px -30px;
}

li#navbar_pol a:hover {
	background-position: -294px -30px;
}

#body_hom li#navbar_hom a {
	background-position: 0 -60px;
}

#body_frm li#navbar_frm a {
	background-position: -164px -60px;
}

#body_pol li#navbar_pol a {
	background-position: -294px -60px;
}

#footer a:hover {
	color: #00528f;
}.classPhone {
	font-size: 1.6em;
}
.policySegment {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #00528f;
	margin-bottom: 1em;
}
#body_pol #body #content_main .policySegment p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#body_frm #body #navSpacer {
	position: relative;
	top: 122px;
	left: 388px;
}
