@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	background: #0636b9 url(/images/bg.gif) left top repeat-x;
}

/* typography */
p,h1,h2,h3,h4,h5,h6,ol,ul {
	margin-top: 0;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	margin-bottom: .2em;
	font-weight: normal;
}
h3 {
	color: #54556a;
	font-size: 1.1em;
	margin-bottom: 5px;
}
p,ol,ul {
	margin-bottom: .75em;
}
small {
	font-size: .9em;
}
a, a:active, a:visited {
	color: #0033cc;
}
a:hover {
	color: #669900;
}
img {
	border: 0;
}
input, select, textarea {
	border: 1px solid #b9d5ec;
}



/* page layout */
#container {
margin: 0;
padding: 0;
width: 930px;
}
#left {
	float: left;
	width: 215px;
	height: 400px;
	background: url(/images/left.jpg) no-repeat;
}
#logolink {
	display: block;
	height: 100px;
	text-decoration: none;
}
#testimonials {
	position: absolute;
	top: 400px;
	left: 10px;
	width: 195px;
}
#leftfooter {
	position: absolute;
	top: 560px;
	left: 10px;
	width: 195px;	
}
#leftfooter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color:#CCCCCC;
	font-size: 1.0em;
	text-align: center;
	line-height: 1.5em;
}
#leftfooter li {
	margin: 0;
	padding: 0;
}
#leftfooter a {
	color: #000;
	text-decoration: none;
}
#leftfooter a:hover {
	text-decoration: underline;
}
#main {
	float: left;
	width: 680px;
	min-height:600px;
	height:auto !important;
	height:600px;
	background: #fff;
	padding: 10px 15px;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}
#header {
	margin-bottom: 10px;
}
#cta {
	background: #98cf54;
	border: 2px solid #679d24;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	padding: 8px 25px;
	text-transform: uppercase;
	float: left;
}
#search {
float: right;
}
#query {
	width: 200px;
}
#mainshadow {
	background: transparent url(/images/mainshadow.gif) 215px 0 no-repeat;
}

/*navigation */
#nav {
	background: #464758;
	padding: 6px 0;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	display: inline;
	padding: 0 30px;
}
#nav li.last {
	padding: 0;
}
#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}


/* common styles */
.column1 {
	float: left;
	width: 330px;
	margin-right: 20px;
}
.column2 {
	float: left;
	width: 330px;
}
.green {
	color: #669900;
}
.blue {
	color: #0033cc;
}
.phone {
	background:url(/images/phone.gif) left center no-repeat;
	padding-left: 25px;
}
.box {
	border: 1px solid #b9d5ec;
	padding: 7px 15px;
}
.center {
	text-align: center;
}
.left {
	float: left;
	margin: 0 10px 0 0;
}
.right {
	margin: 0 0 0 10px;
	float: right;
}
.hr {
	background: url(/images/hr.gif) left center repeat-x;
	font-size: 1px;
	line-height:1px;
	height: 15px;
	padding: 8px 0;
	clear: both;
}

/* clearfix hack - don't remove */
.clearfix:after, #container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, #container {display:inline-block;}
* html .clearfix, * html #container {height:1%;}
.clearfix, #container {display:block;}
.clear {clear:both;}


