body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #444444;
}


/* text */
H1 {
	font-size: 30px;
	line-height: 32px;
	color: #9900CC;
	font-weight: normal;
	margin: 0px 0px 16px 0px;
}
H2 {
	font-size: 16px;
	line-height: 19px;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
H3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}
H4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
P,OL,UL {
	margin: 0px 0px 12px 0px;
}
UL {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}
LI {
	margin: 0px;
	padding: 5px 0px 5px 25px;
	background-image: url(images/check_green.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

A:link,A:visited {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
A:hover,A:visited.hover {
	color: #99CC00;
	text-decoration: underline;
	font-weight: bold;
}

IMG {
	border: 0px;
}
HR {
	clear: both;
	height: 1px;
	background-color: #99CC00;
	border: none;
	margin: 20px 0px 20px 0px;
}


/* Forms */
input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #444444;
	padding: 2px;
}
fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
.required {
	color: #C00;
}
#contactform,#contactform P {
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #444444;
}
.ff_short {
	width: 50px;
}
.ff_med {
	width: 150px;
}


/* This is in here to help the divs clear correctly in firefox */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* sections */
#container {
	position: relative;
	text-align: left;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#content,#header,#nav,#footer,#intro,#stories {
	clear: both;
	position: relative;
	text-align: left;
	margin: 0px 0px 0px 5px;
	width: 980px;
}
#header {
	height: 75px;
	margin: 15px 0px 15px 5px;
}
#nav {
	height: 50px;
}
#footer {
	border-top: 1px solid #99CC00;
	height: 50px;
	margin: 10px 0px 0px 5px;
}
#content {
	padding-top: 30px;
	padding-bottom: 10px;
}
#intro {
	height: 250px;
}
#stories {
	height: 260px;
}
.content_left {
	position: relative;
	float: left;
	width: 660px;
	margin-left: 20px
}
.content_right {
	position: relative;
	float: right;
	width: 250px;
}
.content_right h4 {
	text-align: center;
}
.servicemagic {
	margin-top: 20px;
	text-align: center;
	width: 250px;
}



/* header */
#logo {
	position: absolute;
	top: 0px;
	left: 20px;
}
#cta {
	position: absolute;
	top: 18px;
	right: 20px;
}

/* nav */
.navItem {
	position: relative;
	float: left;
}

/* footer */
#copyright {
	position: absolute;
	top: 10px;
	left: 10px;
}
#spanish {
	position: absolute;
	top: 10px;
	right: 10px;
}
#footer p {
	font-size: 11px;
	line-height: 15px;
	color: #777;
}


/* columns */
.col1 {
	float: left;
	width: 300px;
	margin: 0px 10px 10px 20px;
}
.col2 {
	float: left;
	width: 300px;
	margin: 0px 10px 10px 20px;
}


/* services table */
.header {
	background-color: #0099FF;
	color: #FFFFFF;
}
.row1 {
	background-color: #f2f2f2;
}
.row2 {
	background-color: #FFFFFF;
}
.selected {
	color: #0099FF;
	font-size: 16px;
}



/* quote */
.quote {
	background-color: #99cc00;
	background-image: url(images/bg_green_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.quote h3 {
	font-size: 15px;
	line-height: 19px;
	color: #FFF;
	padding: 20px 20px 20px 20px;
	background-image: url(images/bg_green_top.png);
	background-position: top;
	background-repeat: no-repeat;
}


/* home page */
#intro_left {
	position: relative;
	float: left;
	width: 650px;
}
#intro_right {
	position: relative;
	float: right;
	width: 320px;
	height: 250px;
	background-image: url(images/bg_blue.png);
	background-repeat: no-repeat;
}
#intro_right h2 {
	margin: 25px 20px 5px 20px;
}
#intro_right p {
	font-size: 13px;
	line-height: 17px;
	margin: 0px 20px 10px 20px;
	color: #FFF;
}
#intro_right h4 {
	text-align: center;
}

#story_home,#story_deep,#story_green {
	position: relative;
	text-align: left;
	float: left;
	width: 320px;
	height: 260px;
	background-repeat: no-repeat;
}
#story_home {
	margin: 0px 10px 0px 0px;
	background-image: url(images/story_home.png);
}
#story_deep {
	margin: 0px 10px 0px 0px;
	background-image: url(images/story_deep.png);
}
#story_green {
	margin: 0px 0px 0px 0px;
	background-image: url(images/story_green.png);
}
#stories h3 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	margin: 148px 20px 10px 20px;
}
#stories h4 {
	font-size: 13px;
	line-height: 17px;
	margin: 0px 20px 0px 20px;
}

