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

body {
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

a:link {
	color: #174171;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}

#body-container {
	width:750px;
	margin-left:30px;
	margin-right:30px;
}

#body-container-right {
	float:right;
	margin-right:-10px;
	width:274px;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-left: 10px;
}

.bodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.bodyCopyBoldBlue {
	font-weight:bold;
	color: #174171;
}

.bodyCopyBoldBlueLarge {
	font-size:16px;
	font-weight:bold;
	color: #005077;
}

#sidebox {
	width:235px;
	margin-left:20px;
	margin-right:20px;
}

.sidebodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #15406B;
}

.sidebodyCopyLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #15406B;
}

.sidebodyCopySmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000;
}


#footer {
	font-size:14px;
	text-align:center;
	width:750px;
	margin-left:30px;
	margin-top:20px;
	margin-right:30px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}


img.right {
	float:right;
	padding-left: 15px;
	padding-bottom: 10px;
}

img.left {
	float:left;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	color: #174171;
	margin-bottom: -10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:bold;
	color: #174171;
	margin-bottom:-10px;
}

.BARwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #FFF;
}

IMG.centerImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


h1.entry-title {
	margin-bottom: 10px;
}

.lead_form_wrap {
position: relative;
margin-top: 15px;}

.lead_form {
width: 450px;
min-height: 200px;
background: #D7D2CA;
position: relative;
z-index: 100;
padding: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-o-box-shadow: 0px 3px 4px #000;
-moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

.top_header_wrap{position:relative; width:770px; margin:0 auto;}
.top_header{position:absolute; text-decoration:none; color: #174171; left: 500px;
top: -23px;}
.top_header ul {float:left; list-style-type:none; text-decoration:none;}
.top_header li {float:left; text-decoration:none; list-style-type:none; color: #174171;}
.top_header li a:visited {color: #174171;}
.top_header li a:hover {color: #174171;}