body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#holder {
	width: 760px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -380px;
}

/* Header ------------ */

#header {
	width: 760px;
	float: left;
	height: 87px;
	border-bottom: 19px solid #CC0000;
}

#logo {
	width: 200px;
	float: left;
	height: 87px;
}

#utilities {
	float: left;
	height: 47px;
	width: 550px;
	text-align: right;
	padding: 10px 10px 0 0;
}

#utilities img {
	margin: 0 0 0 5px;
}

#navholder {
	float: left;
	height: 30px;
	width: 560px;
}

#topnav {
	float: left;
}

#topnav a {
	padding: 0 4px 0 4px;
	display: block;
	color: #24517D;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	line-height: 30px;
}

#topnav a:hover {
	color: #FFFFFF;
	background-color:#24517D;
}

#topnavon {
	float: left;
	line-height: 30px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	background-color: #CC0000;
}

#topnavon a {
	padding: 0 4px 0 4px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/* Splash ------------ */

#homeSplash {
	width: 760px;
	float: left;
	height: 227px;
	border-bottom: 19px solid #6D1514;
	background-image: url(splashpic.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 20px 0 0 0;
}

#homeSplash p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #24517D;
	padding: 0 5px 0 250px;
}

#homeSplash h1 {
	font-size: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin: 0 5px 0 20px;
}

#homeSplash h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #24517D;
	margin: 0 5px 0 20px;
}

/* titlebar ------------ */

#titlebar {
	width: 760px;
	float: left;
	border-bottom: 1px solid #6D1514;
	line-height: 36px;
}


#titlebar h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 0;
	margin: 0;
}

/* hpBanner ------------ */

#hpBanner {
	width: 720px;
	float: left;
	background-color: #1b7099;
	border-bottom: 1px solid #6D1514;
	padding: 10px 20px;
}


#hpBanner h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
}

#hpBanner .title {
	color: #FF6666;
	font-size: 18px;
}

#hpBanner a {
	color: #FFFFFF;
	text-decoration: none;
}

#hpBanner a:hover {
	color: #FF6666;
	text-decoration: underline;
}


/* Leads ------------ */

#homeLeads {
	width: 760px;
	float: left;
	border-bottom: 1px solid #6D1514;
}

#strand1 {
	width: 252px;
	float: left;
	height: 140px;
	border-right: 1px solid #6D1514;
}

#strand2 {
	width: 254px;
	float: left;
	height: 140px;
}

#strand3 {
	width: 252px;
	float: left;
	height: 140px;
	border-left: 1px solid #6D1514;
}

#homeLeads h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#strand1 p, #strand2 p, #strand3 p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0 20px 0 20px;
}

#strand1 h2, #strand2 h2, #strand3 h2 {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #24517D;
	margin: 10px 20px 0 20px;
}

#strand1 a, #strand2 a, #strand3 a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #24517D;
	text-decoration: none;
}

#strand1 a:hover, #strand2 a:hover, #strand3 a:hover {
	color: #6D1514;
}

/* Logos ------------ */

#homeLogos {
	width: 760px;
	float: left;
	padding: 10px 0 10px 0;
	text-align: center;
}

/* Footer ------------ */

#footer {
	width: 760px;
	float: left;
	height: 37px;
	border-top: 1px solid #6D1514;
}

#copy {
	width: 250px;
	float: left;
	height: 37px;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#legal {
	width: 260px;
	float: left;
	height: 37px;
	text-align: center;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #24517D;
}

#legal a, #copy a, #commun a {
	color: #24517D;
	text-decoration: none;
}

#legal a:hover, #copy a:hover, #commun a:hover {
	color: #6D1514;
}


#commun {
	width: 250px;
	float: left;
	height: 37px;
	text-align: right;
	line-height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #24517D;
}

/* content ------------ */

#contentArea {
	width: 760px;
	float: left;
	background-image: url(strip_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#lhc {
	width: 190px;
	float: left;
	padding: 0 0 30px 0;
}

#subpic {
	width: 190px;
	float: left;
	text-align: center;
}

#banner {
	width: 160px;
	float: left;
	text-align: left;
	margin: 10px 0;
	padding: 15px;
	background-color: #196F98;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#banner:hover {
	background-color: #24517D;
}

#banner h1 {
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 0.4em 0;
	font-size: 1em;
}

#banner p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 0.8em; 
}

#banner a {
	color: #66CCCC;
	text-decoration: none;
}

#banner a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#subnav {
	width: 190px;
	float: left;
	border-top: 1px solid #cc0000;
}

#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#subnav li {
	margin: 0;
}

#subnav li a {
	display: block;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	color: #6D1515;
	background-color: #FFFFFF;
	font-size: 0.8em;
	font-family: Arial;
	width: 185px;
	border-bottom: 1px solid #CC0000;
}

html>body #subnav li a {
	width: auto;
}

#subnav li a:hover {
	background-color: #DAD58A;
	color: #24517D;
	border-bottom: 1px solid #24517D;
}

.subnavon {
	display: block;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6D1515;
	font-size: 0.8em;
	font-family: Arial;
	width: 185px;
	border-bottom: 1px solid #CC0000;
}

#content {
	width: 510px;
	float: left;
	padding: 25px;
}

#content h1 {
	font-size: 1.4em;
	font-family: Trebuchet MS, Arial;
	color: #333333;
	padding: 0;
	margin: 0;
}

#content h2 {
	font-size: 0.9em;
	font-family: Arial;
	color: #333333;
	line-height: 1.5em;
}

#content p, #content li, #content td, #content blockquote {
	font-size: 0.8em;
	font-family: Arial;
	color: #333333;
	line-height: 1.6em;
}


#content a {
	color: #24517D;
	text-decoration: none;
}

#content a:hover {
	color: #6D1514;
	text-decoration: underline;
}

.callout {
    border: 1px solid #DDDDDD;
    background-color: #EEEEEE;
	width: 134px;
	padding: 8px;
}
  
.callout :last-child { 
    margin-bottom: 0; 
}

.callout p {
    margin: 0; 
	padding: 0;
}

.right { 
    float: right;
	margin: 10px 0 20px 20px;
}

hr {
color: #CC0000;
background-color: #CC0000;
height: 1px;
border: 0;
margin: 25px 0 25px 0;
}

.sub {
margin-left: 25px;
}

.redbg {
background-color: #F9EAEA;
}

.bluebg {
background-color: #E8F0F4;
}

#content textarea {
	width: 500px;
}

#content p.red {
	color: #CC0000;
}

#content h2.red {
	color: #CC0000;
}

.contactbox {
width: 360px;
}

