/* CSS Document */

/* Copyright 2008.
------------------------------------------------*/

body {
	background:#fff;
	font-family:Helvetica, Arial, Sans Serif;
	font-size:15px;
	text-align:left;
	margin:0 0 20px 0;
	padding:0;
	color:#02437d;
}

/* Base styles
---------------------------------------------- */
p, div, table, select, option, label, form, fieldset, legend, h1, h2, h3, a {
	font-family:Helvetica, Arial, Sans Serif;
}

#onepage #left-side p {margin:10px; }


h1 {
	font-size: 1.15em;
	font-style:italic;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

p, input, select, textarea, label, form {
	font-size: 1em;
}

.small {
	font-size: .9em;
}

.medium {
	font-size: 1em;
}

.large {
	font-size: 1.2 em;
}

a, a:link {
	color:#279cec;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

a:visited  {
	text-decoration:underline;
	color:#333;
}

img, a img {
	border: none;
}

hr.blue { border:2px #daeffd solid; }


br {
	font-size:5px;
}


/* Layout
---------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper {
	width:850px;
	padding:0px; 
	background:url(../images/bg-shadow-bottom.gif) bottom center no-repeat;
	margin:0 auto;
}

#main {
	width:840px;
	padding:0px 0px 0px 7px;
	margin:0px auto;
	background:url(../images/bg-shadow-left.jpg) top left repeat-y;
	border-right:2px solid #e0e5ef;
}


div#header {
	height:163px;
	background:url(../images/bg-header-gradient.gif) right bottom repeat-x #98cff5;
	text-align:left;
}

div#header-image{
	padding:1px 23px 0px 0px;
}

#content-holder {
	background:url(../images/bg-bar-gradient-blue.jpg) top left repeat-y #083e94;
	padding:0px 0px 33px 0px;
}

#content {
	background:url(../images/bg-header-bar.jpg) top left no-repeat #fff;
	padding:3px 0 0 0;
	min-height:335px;
}

#onepage #content { background-color:#EFF9FF; }

#left-side {
	width:50%;
	margin:0px;
}

#onepage #left-side { width:28%; }


div#main-copy {
	background:url(../images/bg-bar-gradient-blue.jpg) top left repeat-y #a6d8f9;
	padding:0 0 33px 0;
	width:100%;
}

p.main-copy {
	background:#fff;
	padding:15px 10px 15px 10px;
	margin:0px;
}

#testimonial-holder {
	margin: 0px auto;
	padding:0px;
	background: #fff !important;
}

#testimonial-holder tr, #testimonial-holder td {
	background:#fff !important;
}

#testimonial-holder td {
	padding:10px 10px 10px 10px;
	vertical-align:top;
	text-align: center;
}

#testimonial-holder td.divide {
	background:url(../images/bg-divider-blue.jpg) right no-repeat;
	padding:0px 10px 0px 10px;
}

p.testimonial {
	font-size:13px;
	text-align: left;
}

img.testimonial-pic {
	width:150px;
	height:58px;
}

img.testimonial-pic-long {
	width:206px;
	height:85px;
	padding:0 8px;
}

#right-side {
	width:47.25%;
	background:url(../images/bg-short-form-gradient.gif) top left repeat-x #4aabee;
	padding:0px 10px 0px 10px;
	border-left:3px solid #d1e3ef;
	min-height: 360px;
}

#onepage #right-side {
	 width:69%; 
	 min-height:600px;
	 background:url(../images/bg-long-form-gradient.gif) bottom left repeat-x #C9E6F9;
	 padding:0 10px; }

div#form-holder{
	background:url(../images/bg-arrow-blue.png) top center no-repeat;
	padding:15px 0 0 0;
}

#onepage div#form-holder { background:none; padding-top:10px; }

#footer {
	margin:0 auto;
	width:847px;
	text-align:left;
	font-size:.9em;
	text-align:center;
	color:#8F8F8F;
}

#nav-bottom a {
	border-right:1px dotted #8F8F8F;
	padding:0 16px 0 15px;
	color:#8F8F8F;
	text-decoration:none;
}

#nav-bottom a:hover, #nav-bottom a:active {
	text-decoration:underline;
}

#copyright {
	padding-left:15px;
}

.left {
	float:left;
}

.right {
	float:right;
}