@charset "UTF-8";
/* CSS Document */
* {margin: 0; border: none; padding: 0;}

#wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

body {
	background: #00b6c9 url(images/bgBurst.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;	
	background-attachment: fixed;
	font-family: "Lucida Grande", Verdana, "Sans-serif";
	font-size: 14px;
	line-height: 125%;
	color: #00728F;
	margin: 0 auto;
}

p {
	padding-bottom: 10px;
}

#header {
	padding-top: 66px;	
	width: 900px;
	height: 135px;
	margin: auto;
	float: left;
}

#content {
	width: 900px;
	background: #FFF;
	position: relative;
	float: left;
	padding-top: 20px;
}

#icon {
	float: left;
	background:#FFF;
	width: 250px;
	height: auto;
}

#text {
	background:#FFF;
	width: 570px;
	height: 100%;
	float: left;
	text-decoration: none;
	text-align:left;
	border: none;
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0;
}



#footer {
	background: url(footer.gif) no-repeat;
	width: 900px;
	height: 65px;
	float: left;
	margin:0 auto;
	text-align: center;
	padding-top: 85px;
	font-size: 13px;
}
	
a {
	color: #00b5c9;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #BCBEC0;
	text-decoration: none;
	border: none;
}

h1 {
	font-size:16px;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #7ac142;
}

h2 {
	color: #7ac142;
	font-weight: 300;
	font-family: "Futura", "Lucida Grande", Verdana, "Sans-serif";
	padding-top: 20px;
}

h2 a {
	color:#7ac142;
}

ul {
	padding-bottom: 10px;
}

.nav p { color: #81DB78;}
.nav a {color: #81DB78;}
.nav a:hover {color: #FFF;}

.small {font-size: 11px;}
.small p {color:#89E2F6;}
.small a {color:#9FF;}
.small a:hover {color:#FFF;}

</script>
