body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6;
	background-color:#46659B;
	padding:0px;
	margin:0px;
	background-image:url(../images/main/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#8C171F;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

a img {
	border:none;
}

a:link,
a:visited {
	color:#7a131b;
}
a:hover {
	color:#51050b;
}

/* border */
#border {
	width:961px;
	width:1020px;
	margin:0px auto;
}

#shadow {
	width:1020px;
	width:961px;
	padding:0px 29px;
	background-image:url(../images/main/shadow.png);
	background-repeat:repeat-y;
}

/* top */
#top {
	background-color:white;
	width:961px;
}

#menu {
	width:961px;
	height:53px;
	background-image:url(../images/main/menu.jpg);
}

/* left */
#left {
	background-color:white;
	float:left;
	width:625px;
	height:100%;
}

#red_sep {
	float:left;
	background-color:#7C141F;
	background-image:url(../images/main/left_shadow.jpg);
	width:625px;
	height:22px;
}

#text {
	width:565px;
	text-align:left;
	padding:0px 30px 18px 30px;
}

.printer_friendly {
	float:right;
}


img.left {
	float:left;
	margin-left:-4px;
	margin-top:-4px;
	margin-right:20px;
	margin-bottom:20px;
}

/* right */
#right a:link,
#right a:visited {
	color:#794f26;
}
#right a:hover {
	color:#4e2d0d;
}

#right {
	background-color:#DCD0C2;
	text-align:left;
	float:left;
	width:336px;
	height:100%;
}


/* bottom */
#bottom {
	float:left;
	width:961px;
	height:78px;
	background-image:url(../images/main/bottom.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	height:48px;
	color:#D2DEF9;
	text-align:center;
}
#bottom a:link,
#bottom a:visited {
	color:#D2DEF9;
	text-decoration:none;
}
#bottom a:hover {
	color:white;
}

#bottom_shadow {
	float:left;
	width:1020px;
	height:28px;
	background-image:url(../images/main/bottom_shadow.png);
	color:#6F3E0F;
	font-size:12px;
	text-align:right;
	vertical-align:bottom;
}

#bottom_shadow .call_us {
	margin-right:47px;
	padding-bottom:4px;
	position:relative;
	top:-32px;
	padding-left:18px;
	background-image:url(../images/icons/call.gif);
	background-repeat:no-repeat;
	background-position:0px -1px;
}

#bottom_shadow .call_us strong {
	font-size:16px;
}

.facebook-link {
	display:inline;
	position:relative;
	top:2px;
}

/* PDFs */
a.pdf:link, a.pdf:visited {
	padding-left:30px;
	background-image:url(../images/icons/pdf.gif);
	background-repeat:no-repeat;
	padding-top:7px;
	padding-bottom:7px;
	background-position:0px 6px;
}
.pdfTable a:link, .pdfTable a:visited {
	padding-left:30px;
	background-image:url(../images/icons/pdf.gif);
	background-repeat:no-repeat;
	padding-top:7px;
	padding-bottom:7px;
	background-position:0px 6px;
}

#helios_notice {
	color:#597DC1;
	float:left;
	width:1020px;
	text-align:center;
	margin-bottom:30px;
}
#helios_notice a:link,
#helios_notice a:visited {
	color:#597DC1;
}
#helios_notice a:hover {
	color:#A3BCEB;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */
