/* ------------------------------------------------------------------
 * GLOBAL
 * ------------------------------------------------------------------ */
html, body {
	height: 100%;
}
form {
	margin: 0;
	padding: 0;
}
.label {}
.label_required {
	color: #F00;
	font-weight: bold;
}
.bigger {
	font-size: 16px;
}
.smaller {
	font-size: 10px;
}
.fine_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.white {
	color: #FFF;
}
.black {
	color: #333;
}
.red {
	color: #F00;
}
.strike {
	text-decoration: line-through;
}
.zero {
	border: none;
	margin: 0;
	padding: 0;
}
hr {
	border: 0;
	border-top: 1px solid #d8e5ea;
	padding: 0;
}
a img {
	border:none;
}
a { 
	color: #497eae;
	text-decoration: none;
}
a:hover { 
	color: #d08418;
	text-decoration: none;
}

/* ------------------------------------------------------------------
 * LOCAL
 * ------------------------------------------------------------------ */
p {
	margin-top: 0;
}
h1 {
	border-bottom: 1px solid #d0e0ee;
	color: #034e93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	margin-top: 0;
	padding-top: 2px;
}
h1.sidebar {
	border-bottom: 1px solid #d0e0ee;
	color: #034e93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 2px;
}

h2 {
	color: #034e93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	padding: 0;
}
h3 {
	color: #034e93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/* ------------------------------------------------------------------
 * LAYOUT SKELETON
 * ------------------------------------------------------------------ */
body {
	background-color: #2186b6;
	color: #01102b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
}
#header_wrapper {
	background: url(/images/misc/header_bkgd.gif) no-repeat top center;
	height: 122px;
}
#header {
	background: url(/images/misc/nav_top_shadow.png) no-repeat bottom center;
	height: 122px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}
#logo {
	height: 57px;
	left: 30px;
	position: absolute;
	top: 30px;
}
#quote_box {
	position: absolute;
	right: 30px;
	top: 18px;
}
#nav {
	bottom: 0;
	height: 38px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 26px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#columns_wrapper {
	background: #a4dfea url(/images/misc/col_wrapper_bkgd.gif) no-repeat top center;
	overflow: auto;
	width: 100%;
}
#home_columns {
	margin: 0 auto;
	overflow: auto;
	width: 960px;
}
#columns {
	background: url(/images/misc/col_bkgd.png) repeat-y top center;
	margin: 0 auto;
	overflow: auto;
	width: 960px;
}
#columns_bottom {
	margin: 0 auto;
	padding-bottom: 25px;
	width: 960px;
}
#main_wrapper {
	margin-left: 383px;
}
#main_columns {
	overflow: auto;
}
#home_main {
	xheight: 1%; /* 3px jog bug IE(win); see #left_sidebar */
	margin: 0;
}
#home_pool_wrapper {
	background: url(/images/misc/home_pool.jpg) no-repeat top center;
	height: 450px;
	margin: 0;
	padding: 0;
	position: relative;
}
#home_pool_copy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	right: 47px;
	top: 145px;
	width: 275px;
}
#three_callouts_wrapper {
	background: url(/images/misc/three_callouts_bkgd.gif) repeat-y top center;
	height: 1%;
	margin: 0;
	overflow: auto;
	padding: 0;
	width: 960px;
}
#three_callouts {
	height: 1%;
	margin: 0;
	overflow: auto;
	padding-left: 58px;
}
#three_callouts p {
	color: #01102b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#callout_one {
	float: left;
	padding: 0;
	width: 256px;
}
#callout_two {
	float: left;
	margin-left: 38px;
	padding: 0;
	width: 256px;
}
#callout_three {
	float: left;
	margin-left: 38px;
	padding: 0;
	width: 256px;
}
#three_callouts_bottom {
	margin: 0 auto;
	padding-bottom: 25px;
	width: 960px;
}
#main {
	xheight: 1%; /* 3px jog bug IE(win); see #left_sidebar */
	margin: 0;
	padding: 30px 50px 20px 20px;
}
#main hr {
	margin-bottom: 1em;
}
#footer_wrapper {
	background: url(/images/misc/footer_bkgd.gif) no-repeat top center;
	height: 197px;
}
#footer {
	color: #d0f4ff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	padding-top: 55px;
}
#contact_ext {
	cursor: pointer;
}

/* ------------------------------------------------------------------
 * LEFT SIDEBAR
 * ------------------------------------------------------------------ */
#left_sidebar {
	float: left;
	xmargin-right: -3px; /* 3px jog bug IE(win); see #main */
	padding: 0 0 0 30px;
	width: 353px;
}
#left_sidebar_callout_wrapper {
	background: url(/images/misc/left_sidebar_callout_bkgd.gif) repeat-y top center;
}
#left_sidebar_callout {
	margin: 0 49px;
}
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subnav ul li {
	border-bottom: 1px solid #d0e0ee;
	color: #034e93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 6px 0;
}
#subnav ul li a.active {
	border-bottom: 1px solid #d0e0ee;
	color: #d08418;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 6px 0;
}
#subnav ul li.last {
	border: none;
}