/* HTML Defaults */

body {
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #005ea9;
}
a:hover, a:active {
	text-decoration: none;
	color: #70bf54;
}
img {
	border: none;
}

/* Main Container */

#container {
	width: 100%;
	min-width: 960px;
	float: left;
}
.clear {
	clear: both;
}

/* Header */

#header {
	white-space: nowrap;
	height: 150px;
	width: 100%;
	float: left;
}
#header h1, #header p, #header ul {
	margin: 0;
}
#header li {
	list-style: none;
}
#logo, #logo h1, #logo a {
	height: 150px;
	width: 300px;
	float: left;
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
}
#logo h1 {
	font-size: 100%;
}
#logo a {
	text-indent: -9999px;
}
#tagline {
	display: none;
}
#contact {
	background: #70bf54 url(../images/header_tagline.png) no-repeat left top;
	height: 78px;
	margin-left: 300px;
}
#contact p {
	background: url(../images/header_contact.png) no-repeat 295px 36px;
	height: 42px;
	padding: 36px 0 0 295px;
}
#contact a {
	display: block;
	text-indent: -9999px;
	height: 34px;
	width: 190px;
}
#contact strong {
	display: none;
}
#nav {
	background: url(../images/dots_h.png) repeat-x left bottom;
	height: 30px;
	padding: 10px 0;
}
#nav li {
	font-size: 110%;
	line-height: 30px;
	font-weight: bold;
	text-transform: lowercase;
	float: left;
}
#nav a {
	float: left;
	padding: 0 16px;
}
#nav a:hover {
	text-decoration: none;
	color: #fff;
	background: #005ea9;
}
#home #navhome, #why #navwhy, #services #navservices, #pricing #navpricing, #about #navabout, #contactus #navcontact {
	color: #70bf54;
}

/* Footer */

#footer {
	line-height: 1.2em;
	color: #fff;
	white-space: nowrap;
	background: #005ea9;
	width: 100%;
	float: left;
	clear: both;
}
#footer form {
	margin: 0;
}
#footer fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#footer ol, #footer p {
	margin: 0;
	padding: 0;
}
#footer p {
	padding: 3px;
}
#footer ol li {
	list-style: none;
}
#footer a {
	color: #70bf54;
}
#newsletter {
	font-size: 92%;
	width: 700px;
	float: left;
	padding: 10px;
}
#newsletter ol {
	float: left;
}
#newsletter ol li, #newsletter p {
	float: left;
	margin-right: 4px;
}
#newsletter input {
	margin-left: 5px;
}
#newsletter a {
	font-size: 85%;
}
.newsletterinput {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	width: 130px;
	padding: 4px;
	border: none;
}
.newsletterbutton {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #fff;
	background: #005ea9;
	margin-right: 5px;
	padding: 2px;
	border: solid 1px #fff;
}
#copyright {
	font-size: 67%;
	float: right;
	padding: 10px;
}
#disclaimer {
	font-size: 75%;
	line-height: 1.2em;
	color: #666;
	clear: both;
	padding: 10px;
}

/* Content */

#content {
	width: 100%;
	float: left;
	clear: both;
	padding: 20px 0 40px 0;
}
#content h2 {
	font-size: 250%;
	line-height: 1.1em;
	font-weight: normal;
	color: #70bf54;
	text-transform: lowercase;
	margin-top: 0;
}
#content ul {
	margin-left: 0;
	padding-left: 0;
}
#content ul li {
	background: url(../images/bullet.png) no-repeat left .5em;
	padding: .2em 0 .2em 20px;
	list-style: none;
}
#bodytext {
	padding: 0 375px 0 25px;
}
#home #content {
	background: url(../images/photo_front.jpg) no-repeat right bottom;
	min-height: 260px;
}
#why #content {
	background: url(../images/photo_why.jpg) no-repeat right top;
}
#services #content {
	background: url(../images/photo_services.jpg) no-repeat right top;
}
#pricing #content {
	background: url(../images/photo_pricing.jpg) no-repeat right top;
}
#about #content {
	background: url(../images/photo_about.jpg) no-repeat right top;
}
#contactus #content {
	background: url(../images/photo_contact.jpg) no-repeat right top;
}
#home #bodytext {
	padding: 0 0 0 25px;
}
#intro {
	background: url(../images/dots_v.png) repeat-y right top;
	width: 30%;
	float: left;
	padding-right: 20px;
}
#introservices {
	width: 30%;
	float: left;
	padding-left: 20px;
}
#introservices h2 {
	font-size: 200%;
	margin: .5em 0 0 0;
}
