@charset "utf-8";

/* underlying 
---------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #262626;
	background: url(../i/bg.png) repeat-x;
}

a {
	color: #021f2d;
}

a:hover {
	color: #000000;
}


/* Rewrites 
-------------*/

h1 {
	color: #333333;
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 12px;
}

h2 {
	font-size: 18px;
}

h3 {
	color: #021f2d;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 6px;
}


/* framework
--------------*/

#hold {
	width: 947px;
	margin: 0px auto;
}

#masthead {
	position: relative;
	height: 119px;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 43px;
	left: 0px;
}

#logo img {
	border: none;
}

#nav {
	position: absolute;
	left: 275px;
	top: 38px;
	list-style: none;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
	height: 18px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#nav a.selected {
	color: #3e8ea5;
	background: url(../i/nav-caret.gif) no-repeat bottom center;
}

#nav a:hover {
	color: #3e8ea5;	
}

#phone {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 287px;
	height: 20px;
	overflow: hidden;
	font-size: 11px;
	color: #3e8ea5;
	background: url(../i/phone-tab.png) no-repeat;
	text-align: center;
	padding-top: 7px;
}


/* Overall
------------*/

#body {
	clear: left;
	margin-top: 8px;
	position: relative;
	background: url(../i/home-content-bg.gif) repeat-y;
	min-height: 262px;
	width: 619px;
}

#body-top, #body-bottom {
	position: absolute;
	left: 0px;	
	width: 619px;
	height: 6px;
}

#body-top {
	background: url(../i/body-619-top.png) no-repeat;
	top: -6px;
}

#body-bottom {
	background: url(../i/body-619-bottom.png) no-repeat;
	height: 6px;
	bottom: -6px;
}

#body-inner {
	position: absolute;
	bottom: 0px;
	left: 4px;
	width: 611px;
	background: url(../i/body-inner-bg.jpg) repeat-x bottom;
	height: 144px;
}

#body-content {
	position: relative;
	width: 578px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 10px;
}

#body-content h2, #sidebar-bluefade-content h2 {
	margin: 0px;
	margin-bottom: 6px;
	color: #439fb5;
}

#body-content h2.line, #sidebar-bluefade-content h2.line {
	padding-top: 16px;
	border-top: 1px solid #c8c8c8;
}

#body-content p {
	margin: 0px;
	margin-bottom: 12px;
	line-height: 20px;
}

#body-breaker {
	clear: right;
	height: 1px;
	font-size: 1px;
	margin-bottom: -10px;
}

#body-content a {
	color: #3e8ea5;
	text-decoration: none;
}

#body-content a:hover {
	color: #000000;
	text-decoration: underline;
}

#inner-header {
	float: left;
	width: 599px;
	height: 41px;
	padding-left: 20px;
	padding-top: 12px;
	background: url(../i/inner-header-bg.png) no-repeat;
	margin-bottom: 12px;
}

#inner-header h1 {
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
}

#sidebar-bluefade {
	margin-top: 6px;
	float: right;
	position: relative;
	width: 290px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 49px;
	padding-bottom: 40px;
	min-height: 200px;
	background: url(../i/sidebar-322-bluefade-bg.png) repeat-y;
	color: #000000;
}

#sidebar-bluefade p {
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	margin-bottom: 12px;
}

#sidebar-bluefade ul, #sidebar-bluefade li {
	margin: 0px;
	padding: 0px;
}

#sidebar-bluefade li {
	font-size: 12px;
	line-height: 18px;
	margin-left: 18px;
	margin-bottom: 10px;
}

#sidebar-bluefade-top, #sidebar-bluefade-bottom {
	position: absolute;
	left: 0px;
	height: 87px;
	overflow: hidden;
	width: 322px;
}

#sidebar-bluefade a {
	text-decoration: none;
}

.success-stories #sidebar-bluefade a { display: block; }
.success-stories #sidebar-bluefade a img { display: block; }

#sidebar-bluefade a:hover {
	text-decoration: underline;
	color: #3e8ea5;
}

#sidebar-bluefade-top {
	top: -6px;
	background: url(../i/sidebar-322-bluefade-top.png) no-repeat;
}

#sidebar-bluefade-bottom {
	bottom: -6px;
	background: url(../i/sidebar-322-bluefade-bottom.png) no-repeat;
}

#sidebar-bluefade-content {
	position: relative;
}



/* Home 
---------*/

#sidebar-teal {
	margin-top: 6px;
	float: right;
	position: relative;
	width: 282px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	height: 256px;
	background: url(../i/sidebar-322-teal-bg.png) repeat-y;
	color: #ffffff;
}

#sidebar-teal p {
	line-height: 18px;
	margin: 0px;
	margin-bottom: 12px;
}

#sidebar-teal-top, #sidebar-teal-bottom {
	position: absolute;
	left: 0px;
	height: 6px;
	overflow: hidden;
	width: 322px;
}

#sidebar-teal-top {
	top: -6px;
	background: url(../i/sidebar-322-teal-top.png) no-repeat;
}

#sidebar-teal-bottom {
	bottom: -6px;
	background: url(../i/sidebar-322-teal-bottom.png) no-repeat;
}

#sidebar-blue {
	margin-top: 8px;
	float: right;
	position: relative;
	width: 282px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	height: 252px;
	background: url(../i/sidebar-322-blue-bg.png) repeat-y;
	color: #000000;
}

#sidebar-blue p {
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	margin-bottom: 12px;
}

#sidebar-blue-top, #sidebar-blue-bottom {
	position: absolute;
	left: 0px;
	height: 6px;
	overflow: hidden;
	width: 322px;
}

#sidebar-blue-top {
	top: -6px;
	background: url(../i/sidebar-322-blue-top.png) no-repeat;
}

#sidebar-blue-bottom {
	bottom: -6px;
	background: url(../i/sidebar-322-blue-bottom.png) no-repeat;
}

#sidebar-blue-inner {
	position: absolute;
	bottom: 0px;
	left: 3px;
	width: 316px;
	background: url(../i/sidebar-322-blue-inner-bg.png) repeat-x bottom;
	height: 249px;
}

#sidebar-blue a {
	color: #021f2d;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-blue-content {
	position: relative;
}

#sidebar-blue-content img {
	position: absolute;
	right: -16px;
	bottom: -16px;
}

#sidebar-white {
	margin-top: 8px;
	float: right;
	position: relative;
	width: 282px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	height: 252px;
	background: url(../i/sidebar-322-blue-bg.png) repeat-y;
	color: #000000;
}

#sidebar-white p {
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	margin-bottom: 12px;
}

#sidebar-white h3 {
	font-size: 18px;
}

#sidebar-white-top, #sidebar-white-bottom {
	position: absolute;
	left: 0px;
	height: 6px;
	overflow: hidden;
	width: 322px;
}

#sidebar-white-top {
	top: -6px;
	background: url(../i/sidebar-322-blue-top.png) no-repeat;
}

#sidebar-white-bottom {
	bottom: -6px;
	background: url(../i/sidebar-322-white-bottom.png) no-repeat;
}

#sidebar-white-inner {
	position: absolute;
	bottom: 0px;
	left: 3px;
	width: 316px;
	height: 249px;
}

#sidebar-white a {
	color: #021f2d;
	font-weight: bold;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 501;
}

#sidebar-white-content {
	position: relative;
	height: 252px;
}

#sidebar-white-content img {
	position: absolute;
	z-index: 500;
	right: 12px;
	bottom: -5px;
}

body.home #body {
	padding: 0px;
	padding-top: 60px;
	min-height: 0px;
	height: 202px;
	padding-left: 35px;
	padding-right: 35px;
	width: 549px;
}

body.home #body-content {
	width: auto;
	padding: 0px;
	color: #333333;	
}

body.home #body p {
	line-height: 20px;
}


/* General
------------*/

.blue {
	color: #021f2d;
}

.large {
	font-size: 14px;
}

.white {
	color: #ffffff;
}

.lightblue {
	color: #3e8ea5;
}

.line {
	border-top: 1px solid #d2d2d2;
	padding-top: 20px;
	clear: left;
}

.quote {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Georgia, Times, serif;
	font-style: oblique;
	font-weight: bold;
	line-height: 24px;
	color: #021f2d;
}

#sidebar-bluefade p.quote {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 24px;
}

.quote-author {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Georgia, Times, serif;
	text-align: right;
}

#sidebar-bluefade p.quote-author {
	margin-left: 20px;
	margin-right: 20px;
}

.fixed-width {
	width: 75px;
	display: block;
	float: left;
}



/* Footer 
-----------*/

#footer {
	color: #021f2d;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 20px;
}
