body {
	background: #8094D2 url('images/topgradBG.gif') top left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #131D75;	
}

h1 {
	font-size: 182%;
	color: #383cdd;
}

#pageBG-1 {
	overflow: hidden;
}

#verticalcolumn {
	background: url('images/pageBGtile.gif') repeat;
	width: 880px;
	margin: auto;
	border: 2px solid #332279;
	border-width: 0 2px;
	overflow: hidden;
}
p, table, ol, ul, blockquote {
}
#header {
	background: url('images/headerBGtile.gif') repeat-x left top;
	height: 129px;
}
#sitetitle {
	margin: 0; padding: 0;
	background: url('images/siteHeader.jpg') no-repeat left top;
	height: 129px;
	width: 871px;
	overflow: hidden; /* This is absolutely necessary for IE to not wrap the content under the huge line height with narrower window sizes */
	font-size: .1em; line-height: 1000px;
}
#middle {
	overflow: hidden;
}
#sidebar {
	background: url('images/sidebarBG.jpg') no-repeat left top;
	width: 221px;
	float: left;
}
	#sidebar ul, #sidebar ul li {
		list-style: none; margin: 0; padding: 0;
	}
	#sidebar ul {
		margin: 30px 20px 150px 0;
		font-size: 138.5%;
	}
	#sidebar ul li {
		list-style: none;
		text-align: center;
		margin: 25px 0;
	}
	#sidebar a {
		color: #005665;
		text-decoration: none;
	}
	#sidebar a:visited {
		color: #0B5057;
	}
	#sidebar a:hover {
		color: #007A88;
		text-decoration: underline;
	}
#content {
	width: 620px;
	margin: 30px 0 20px 250px;
	line-height: 1.4em;
	overflow: visible;
}
	#contentleft {
		width: 224px;
		float: left;
		margin-left: -10px;
	}
	#contentright {
		width: 390px;
		margin-left: 230px;
	}
	#contentbelow {
		margin: 20px 100px;
	}
		
#footer {
	clear: both;
	background: url('images/bottomBGtile.gif') repeat-x left top;
	height: 208px;
}
#footer p {
	padding: 100px 15px 15px 15px;
	text-align: center;
	color: #fff;
	font-size: 108%;
}

.home .home, .home .home:hover,
.about .about, .about .about:hover,
.testimonials .testimonials, .testimonials .testimonials:hover, 
.coverage .coverage, .coverage .coverage:hover, 
.contact .contact, .contact .contact:hover {
	color: #007A88 !important;
}



/* -------------------------------------
	TEXT STYLES
 ------------------------------------- */

#content p {
	margin-right: 25px;
}
p.centered {
	text-align: center;
}
.bluedark { color: #363964; }
.bluemed { color: #6071C3; }
.bluelight { color: #C8CEEA; }
.blue2dark { color: #383CDD; }
.blue2med { color: #6C77DB; }
.blue2light { color: #B5FDFB; }

.px11 { font-size: 85%; }
.px12 { font-size: 93%; }
.px13 { font-size: 100%; }
.px14 { font-size: 108%; }
.px15 { font-size: 116%; }
.px16 { font-size: 123.1%; }
.px17 { font-size: 131%; }
.px18 { font-size: 138.5%; }
.px19 { font-size: 146.5%; }
.px20 { font-size: 153.9%; }
.px21 { font-size: 161.6%; }
.px22 { font-size: 167%; }
.px23 { font-size: 174%; }
.px24 {	font-size: 182%; }
.px25 { font-size: 189%; }
.px26 { font-size: 197%; }

.reallybig { font-size: 250%; }

p.testimonialcredit {
	margin: -8px 0 1.3em 25px;
	font-style: italic;
}
p.coveragelist {
	line-height: 1.5em;
	margin-left: 30px;
}
p.contactinfo {
	line-height: 1.5em;
	margin-left: 30px;
	font-size: 138.5%;
}

/* -------------------------------------
	IMAGE STYLES
 ------------------------------------- */

.bordered { border: 2px solid #3D45A9; }