html { background: none; overflow-y: scroll; }
body {
	 background: #222222 url('/assets/images/bg_1280b.png') no-repeat fixed 50% 0;
	 margin: 0;
	 padding: 0;
	 font-family: Verdana, Arial, Helvetica, sans-serif;font-weight:normal;
	 font-size: 12px;
	 color: #333333;
	 }

h1 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 20px;
	color: #F66922;
	margin: 0 0 10px 0;
	}

.orange_h2 { color: #F66922; font-size: 12px; font-weight: bold; }
.blue_h2   { color: #4BA5DA; font-size: 12px; font-weight: bold; }

.homeCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}

.reallySmall {
	font-size: 9px;
}

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 14px;
	}
.bodyCopyNLS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}

.wrapper { color: #222; margin: 0  auto; position: relative; width: 980px; }

.home_page_left {
	float: left;
	width: 242px;
}
.home_page_right {
	float: right;
	width: 679px;
}

#header {
	height: 117px;
	position: relative;
}
	#logo {
		float: left;
	}
	#slogan {
		font-size: 11px;
		font-style: italic;
		left: 302px;
		position: absolute;
		top: 35px;
	}
	#phone {
		bottom: 22px;
		color: #FFF;
		font-size: 16px;
		font-weight: bold;
		position: absolute;
		right: 5px;
	}

#nav {
	background: #D0E6F4 url('images/nav_bg.png') repeat-x top;
}
	#nav .link {
		display: inline-block;
		float: left;
		font-size: 13px;
		line-height: 18px;
	}
	#nav .link a, #nav .link a:visited, #nav .link a:hover {
		color: #777;
		display: inline-block;
		padding: 10px 18px;
		text-decoration: none;
	}
	#nav .link a:hover {
		color: #3C5185;
	}
	#nav .sep {
		background: url('images/nav_sep.png') no-repeat;
		display: inline-block;
		float: left;
		height: 38px;
		width: 2px;
	}


.body_wrap {
	background: #FFF;
	min-height: 300px;
	padding: 10px 19px 19px 19px;
}


.footerNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align:left;
	line-height: 18px;
	padding: 6px 5px 6px 5px;
	}
.footerNav  a:link    { color: #333333; }
.footerNav  a:active  { color: #333333; }
.footerNav  a:visited { color: #333333; }
.footerNav  a:hover   { color: #FFFFFF; }

.promo_disclaimer {
	color: #444;
	font-size: 11px;
	margin: 20px 0;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
