@charset "utf-8";
/*RESET AND BASICS*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	overflow-y: scroll;
}
a {
	text-decoration: none;
	outline: none;
}
a img {
	border: 0;
	background: none;
}
img {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.alignCenter {
	text-align: center;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/*end reset and basics*/

.purple {
	color: #333366;
	font-weight: bold;
}
.green {
	font-size: 1.5em;
	color: #090;
}
.hours {
	margin-left: 50px;
}
textarea:focus, input:focus {
	border: 2px solid #090;
}
textarea:hover, input:hover {
	background: #ccccff;
	border: 2px solid #090;
}
body {
	font-family: Arial, Helvetica, san-serif;
	color: #333;
}
h1 {
	font-size: 2em;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.5em;
	font-variant: small-caps;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.25em;
	margin-bottom: 20px;
	font-style: italic;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 20px;
	font-style: italic;
}
h6	{
	font-size: .6em;
	line-height: 1.2em;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 20px;
}
a {
	color: #00cc00;
}
#page-wrap {
	margin: 0 auto;
	width: 100%;
}
#upper-header {
	background-color: #fff;
	height: 190px;
	width: 960px;
	margin: 0 auto;
}
#upper-header h1 {
	font-size: 70px;
	color: #00cc00;
	margin-left: 20px;
}
#upper-header h2 {
	margin-left: 20px;
}
#upper-header form {
	float: right;
	margin-top: 20px;
}
/*header for index page*/
#header-wrap {
	background: #333366 url(images/gradient.gif) repeat-x top center;
	height: 320px;
	width: 100%;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
}
#header {
	height: 300px;
	clear: both;
	margin: 0px auto;
	width: 960px;
}
/*header for all other pages*/
#header-wrap2 {
	background: #333366;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	height: 150px;
	width: 100%;
}
#header2 {
	height: 150px;
	clear: both;
	margin: 0 auto;
	width: 960px;
}
#header2 h1 {
	color: white;
	font-size: 2.0em;
	line-height: 130px;
	margin-left: 40px;
}
#header img {
	padding: 5px;
	border: 1px solid white;
}
#header h2 {
	color: white;
	font-size: 2em;
	padding-top: 90px;
	line-height: 1.5;
}
#slideshow {
	float: left;
	margin: 20px 0 0 40px;
}
#header-content {
	float: right;
	width: 450px;
}
#nav {
	margin-bottom: -1px;
	height: 30px;
	width: 100%;
	text-align: center;
}
#nav ul {
	text-decoration: none;
	height: 30px;
	margin-top: -30px;
}
#nav li {
	background: #333366;
	display: inline;
	padding: 10px 15px;
	border-right: 3px solid #00cc00;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
#nav li:hover, #nav li:active {
	background: #00cc00;
	border-right: 3px solid #333366;
}
#nav a {
	color: white;
}
blockquote {
	margin: 30px;
	padding: 20px;
	border: 4px solid #00cc00;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}
.firstblockquote {
	margin-top: 0;
}
blockquote a {
	color: #00cc00;
	text-decoration: underline;
}
#main-content-wrap {
	margin: 0 auto;
	width: 960px;
	overflow: auto;
	background: transparent url(images/purplegradientbg.gif)repeat-y top center;
/*		-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;*/
	
	
	}
#main-content {
	background: white;
	width: 600px;
	padding: 20px;
	margin: 0 0 0 0;
	float: left;
	min-height: 500px;
}
#main-content form {
	margin-left: 20px;
}
#main-content label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
}
#main-content form div {
	margin: 10px;
}
#main-content table {
	width: 95%;
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
#main-content td {
	padding: 5px;
	line-height: 1.5em;
	border: 1px solid #ccc;
}
#main-content h1 {
	border:	4px solid #6633cc;
	font-size: 1.75em;
	padding: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}
#main-content h2 {
}
#main-content a {
	text-decoration: underline;
}
#main-content ul {
	list-style-type: square;
	list-style-position: inside;
}
#main-content li {
	margin: 0 0 10px 20px;
}
#main-content li:last-child {
	margin-bottom: 20px;
}
#feature {
	background-color: #ccccff;
	float: right;
	margin: 0 0 0 0;
	padding: 20px 20px 0 20px;
	width: 280px;
	border-bottom: medium solid gray;
	
}
#feature h2 {
	margin-bottom: 20px;
}
#feature img {
	padding: 2px;
}
#feature a {
	text-decoration: underline;
}
#sidebar {
	background-color: #ccccff;
	float: right;
	margin: 0 0 0 0;
	padding: 20px 20px 0 20px;
	width: 280px;
	
}
#sidebar h2 {
	margin-bottom: 20px;
}
#sidebar ul {
	list-style-type: square;
	list-style-position: inside;
}
#sidebar li {
	margin: 0 0 10px 20px;
}
#sidebar li:last-child {
	margin-bottom: 20px;
}
#sidebar ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 20px;
}
#footer {
	background-color: #333366;
	clear: both;
	padding: 30px;
	text-align: center;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
}
#footer li {
	color: white;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
}
#footer li:last-child {
	border-right: none;
}
#footer p {
	color: white;
	margin-top: 10px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
body#home li#homenav, body#about li#aboutnav, body#services li#servicesnav, body#howitworks li#howitworksnav, body#endorsements li#endorsementsnav, body#pricing li#pricingnav, body#contact li#contactnav, body#faq li#faqnav {
	background: #00cc00;
	border-right: 3px solid #333366;
}
#upper-header object {
	margin-top: 20px;
	margin-left: 20px;
}
.question {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #00cc00;
	clear: both;
	margin-right: 20px;
}
.answer {
	color: #333366;
	padding: 10px;
}
dl {
	clear: both;
	margin: 0 0 60px 0;
}
dt {
	border-left: 4px solid #00cc00;
	border-bottom: 4px solid #00cc00;
	padding: 10px;
	background: white;
	position: relative;
	font-style: italic;
	position: relative;
	display: block;
	width: 80%;
	height: auto;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
dd.answer {
	background: white;
	position: relative;
	width: 80%;
	float: right;
	visibility: inherit;
}
dd.answer div {
	padding: 0 10px 10px 10px;
	border-left: 6px solid #dedede;
	border-right: 4px solid #dedede;
	border-bottom: 4px solid #dedede;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.answer-tab {
	background: url(images/answer-tag.png);
	display: block;
	text-indent: -9999px;
	width: 105px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	bottom: -58px;
	left: 10px;
}
#main-content div.a {
	margin-top: 10px;
	margin-left: 60px;
}
#main-content div.q {
	margin-top: 10px;
	font-style: italic;
}

