/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004970;
	text-align: left;
	background-color: #F2F2F2;
	margin: 0px;
}
li {
	padding-bottom: 10px;
}

/* Link Styles */

a {
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #004970;
	text-decoration: underline;
}
a:active {
	color: #004970;
	text-decoration: none;
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 17px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 25px;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003e5f;
	margin: 0px;
	padding: 3px;
}
h5 {
	font-size: 11px;
	color: #000000;
	margin-bottom: 2px;
}
h6 {
	font-size: 10px;
	color: #000000;
}

.pics {
	margin: 0px 5px 0px 0px;
	border: 1px solid #CCCCCC;
}
.twoCols {
	float: left;
	width: 50%;
}
.headRow {
	background-color: #EFEFEF;
}
.borderRight {
	border-right: 1px dotted #000000;
}
a.menuItem {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}
a.menuItem:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuItem:hover {
	color: #004970;
	text-decoration: none;
}
a.menuItem:active {
	color: #004970;
	text-decoration: none;
}
.menuCell {
	padding-left: 10px;
	padding-right: 10px;
}
.link1 {
	background-color: #003e5f;
	height: 8px;
	border-right: 2px solid #FFFFFF;
	width: 150px;
}
.link2 {
	background-color: #355e85;
	height: 8px;
	border-right: 2px solid #FFFFFF;
	width: 150px;
}
.link3 {
	background-color: #A2B8C2;
	height: 8px;
	width: 150px;
	border-right: 2px solid #FFFFFF;
}
.link4 {
	background-color: #D7E3E7;
	height: 8px;
	width: 150px;
}
.hotLink {
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}
.phoneBig {
	font-size: 17px;
	font-weight: normal;
	padding-left: 5px;
}
.formCell {
	border-bottom: 1px solid #A2B8C2;
}
.questionCell {
	border-bottom: 1px solid #A2B8C2;
}

.smallText {
	font-size: 9px;
}
.headRow {
	background-color: #003e5f;
	font-weight: bold;
	color: #FFFFFF;
}
.oddRow {
	background-color: #D7E3E7;
}
.table1 {
	border: 1px solid #003e5f;
}
/* DIV IDs */

#shadow {
	background-image: url(../images/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 769px;
	line-height: 120%;
	background-color: #FFFFFF;
}
#logo {
	width: 769px;
	text-align: left;
	padding: 37px 0px 0px 20px;
}
#headerShadow {
	background-image: url(../images/header_shadow.gif);
	height: 73px;
	background-repeat: no-repeat;
	background-position: center;
}
#header {
	background-color: #FFFFFF;
	height: 123px;
	background-image: url(../images/hll_header_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 1px solid #7a8d95;
}
#tagline {
	text-align: left;
	position: relative;
	left: 20px;
	top: 30px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 150%;
}
#menu {
	color: #000000;
	background-color: #A2B8C2;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #7a8d95;
}
#content {
	background-color: #ffffff;
	padding: 10px;
}
#fullContent {
	background-color: #ffffff;
	padding: 0px 10px 20px 10px;
	text-align: left;
	line-height: 150%;
}
#footerShadow {
	background-image: url(../images/footer_shadow.gif);
	height: 68px;
	background-repeat: no-repeat;
	background-position: center;
}
#footer {
	width: 763px;
	border-top: 1px solid #CCCCCC;
	color: #7a8d95;
	font-size: 9px;
	padding: 3px;
	text-align: right;
}
