@charset "UTF-8";
/* CSS Document */

body {
	font-family: verdana, geneva, sans-serif;
	background: #fff url("../images/page-bg.gif") 0 117px repeat-x;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #06c;
	margin: 1em auto;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: slategray;
	margin: 1em auto;	
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 1em auto;
	}

p, ul {
	font-size: 12px;
	color: #000;
	line-height: 1.25em;
	margin-bottom: 1em;
}

ul li, ol li {
margin-bottom: .5em;
}

ul li ul {
margin-top: .5em;
}

dl dt, dl dd {
font-size: 12px;
}

dl dt {
font-weight: bold;
}

dl dd {
margin-left: 2em;
}

#content dl dd {
margin-bottom: 1em;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #5283ff;
}

#clc h1 a {
	display: block;
	width: 221px;
	height: 45px;
	background: url("../images/clc221x45.gif") top left no-repeat;
	text-indent: -999em;
}

#hls {
text-align: center;
}

#mhls h1 {
	display: block;
	float: right;
	width: 221px;
	height: 45px;
	background: url("../images/mhls.gif") top left no-repeat;
	text-indent: -999em;
}

#nav {
font-family: arial, sans-serif;
font-size: 12px;
}

#bserv_nav .at {
color: #000;
font-weight: bold;
}

#content {
margin-bottom: 75px;
}

#copyright p, #ehl p {
color: #666;
font-size: 10px;
}

#copyright span {
font-size: 9px;
font-weight: bold;
}

#ehl {
padding-left: 40px;
background: #fff url("../images/ehocopy.jpg") top left no-repeat;
}

.content_padding {
padding: 10px;
}

.container_12 {
padding-top: 20px;
background: #fff url("../images/container-bg.gif") 0 117px no-repeat;
}

.sectionheader {
border-bottom: 1px dashed #ccc;
}

/* quote */

blockquote {
padding: 10px;
background: #06c;
}

blockquote p {
color: #fff;
}

cite {
display: block;
text-align: right;
font-size: 11px;
color: #06c;
font-style: normal;
}

/* updates for form */

form table td, dl.faq table td {
padding: 5px;
}

form ul, form ul li {
list-style: none;
}

.note {
font-size: 11px;
color: #666;
}

.buttons {
background: #ccc;
border-top: 1px solid #999;
padding: 5px;
}

/* faqs */

dl.faq dd {
margin-left: 0;
margin-top: 1em;
margin-bottom: 3em;
}

ul.faq li {
margin-bottom: 1em;
}

/* call out */

.callout h4 {
font-size: 12px;
margin-bottom: 0;
}

.callout {
margin-top: 30px;
padding: 10px;
background: #ffc;
border: 1px solid #fc0;
text-align: center;
}

.gray {
border: 1px solid #ccc;
background: #f0f0f0;
}

/* cool buttons */

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
