@charset "utf-8";

body  {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 10pt;
	background: #aaafab;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

a:link { color: #43432c; text-decoration: none; }
a:visited { color: #43432c; text-decoration: none; }
a:hover { color: #6b6bff; text-decoration: none; }
a:active { }

p {text-indent: 2em;}

h1 { color: #43434f; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }
h2 { color: #43434f; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }
h3 { color: #43434f; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; }
.policylinks { font-size: 10pt; }

.headblurb {
    font-size: 14pt;
}

.twoColHybLtHdr #container { 
	width: 740px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #ddd;
	text-align: left;
} 

.twoColHybLtHdr #header { 
    position: relative;
	background: #fff; 
	border-bottom: 1px solid #ddd;
} 

.twoColHybLtHdr #header #hdr-logo {
    float: left;
	padding: 15px 0px 15px 30px;
}

.twoColHybLtHdr #header #hdr-contact {
    float: left;
    padding-top: 40px;
    padding-left: 80px;
    font-size: 12pt;
    color: #666;
}

.twoColHybLtHdr #header #hdr-contact .name {font-size: 14pt; padding-bottom: .5em;}
.twoColHybLtHdr #header #hdr-contact .address {padding-bottom: .5em;}
.twoColHybLtHdr #header #hdr-contact .phone {padding-bottom: .2em;}
.twoColHybLtHdr #header #hdr-contact .email {font-size: 10pt;}
.twoColHybLtHdr #header #hdr-contact .email a:link {color: #888;}
.twoColHybLtHdr #header #hdr-contact .email a:visited {color: #888;}
.twoColHybLtHdr #header #hdr-contact .email a:hover {color: #888;}

.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #sidebar1 {
	float: left; 
    padding-top: 25px;
	width: 160px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
.twoColHybLtHdr #sidebar1 #navlinks {
	margin-left: 20px;
    margin-right: 10px;
}
.twoColHybLtHdr #sidebar1 #navlinks ul {left: 0; margin: 0; padding: 0; list-style-type: none;}
.twoColHybLtHdr #sidebar1 #navlinks li {margin: 0; padding: 0; padding-bottom: 1em; font-size: 12pt;}
.twoColHybLtHdr #sidebar1 #navlinks a:link { color: #43432c; text-decoration: none; }
.twoColHybLtHdr #sidebar1 #navlinks a:visited { color: #43432c; text-decoration: none; }
.twoColHybLtHdr #sidebar1 #navlinks a:hover { color: #6b6bff; text-decoration: none; }
.twoColHybLtHdr #sidebar1 #navlinks a:active { }

.twoColHybLtHdr #mainContent { 
	margin: 0 30px 0 160px;
    padding-left: 20px;
    padding-top: 25px;
    color: #444;
	border-left: 1px solid #ddd;
} 

.twoColHybLtHdr #footer { 
	padding: 0 20px;
	background:#fff;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.headblurb {
    font-size: 14pt;
}

.contact-content {font-size: 12pt;}
.contact-content .business {font-size: 14pt; padding-bottom: .5em;}
.contact-content .name {padding-bottom: .5em;}
.contact-content .address {padding-bottom: .5em;}
.contact-content .phone {padding-bottom: .2em;}
.contact-content .email {font-size: 10pt;}
.contact-content .map {padding-top: 4em;}

body#emailDisclaimer {background: #fff; text-align: left; margin-left: 1em; margin-right: 1em;}
#emailDisclaimer p {text-indent: 0;}
#emailDisclaimer #disclaimerContent {}
#emailDisclaimer #disclaimerActions {margin-left: 2em;}
#emailDisclaimer #btnAccept {margin-right: 3em;}

