@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin:  0;
	background-color: #69C;
	background-image: url(images/background.gif);
}

#banner {
	height: 125px;
	width: 100%;
	background-color: #668fe1;
	background-image: url(images/foamimage.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#tagline {
	background-color: #336;
	height: 20px;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
	
	
#tagline p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size: small;
	font-style: italic;
	color: #CFF;
	letter-spacing: .3em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}


#navigation {
	background-image: url(images/squeegy2.jpg);
	width: 225px;
	height: 438px;
	position: absolute;
	top: 166px;
	left: 1px;
	background-color: #E0EFF6;
	background-repeat: no-repeat;		
}

#navigation ul {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 30px;
	line-height: 150%;	
}
li {
	text-align: left;
	font-weight: 600;
}

 #navigation ul li a:link {
	color: black;
	display: block;
}

 #navigation ul li a:visited {
	color: navy;
}

 #navigation ul li a:hover {
	color: white;
	background-color: #336;
}

 #navigation ul li a:active {
	color: aqua;
	background-color: navy;
	
}


#bodycontent {
	position: absolute;
	left: 230px;
	width: 720px;
	height: 433px;
	top: 170px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 125%;
	font-size: 12px;
}
#wrapper #bodycontent h2,h3,h4, p {
	padding-left: 10px;
	padding-right: 20px;
}

#wrapper #bodycontent h2 {
	line-height: 125%;	
	
}




.feature {
	float: right;
	padding: 10px;
}

.feature2 {
	float: right;
	padding: 60px 20px 20px 20px;
}

.feature3 {
	float: right;
	padding: 90px 20px 20px 20px;
}

.feature4 {
	padding-right: 120px;
}



#wrapper
{
	width: 950px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 750px;
	border: 1px solid #000;

	}
#footer {
	margin: 0px;
	height: 30px;
	width: 100%;
	position: absolute;
	background-color: #336;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #cff;
	color: black;
	background-image: url(images/footer_fade.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 5px;
	left: 0px;
	bottom: 0px;
}


#footer a:link {
	display: inline;
	color:black;
	
}

#footer a:visited {
	color: #6CF;
}

#footer a:hover {
	color: white;
}

#footer a:active {
	color: aqua

}
#wrapper #bodycontent ul li {
	font-size: 13px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
}
