@charset "UTF-8";
/* CSS Document */

/* Begin Global whitespace reset */
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End Global whitespace reset */



body {
	font-family: Arial, Helvetica, sans-serif;	
	color: #001f6a;
	background-color: #020938;
	}
	
#wrapper  {
	width: 955px;
	height: 708px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image:url(images/home-Final.jpg);
	background-repeat: no-repeat;
	}
#logoHolder {
	position: absolute;
	top: 5px;
	left: 0px;
}
#topAlert {
	position: absolute;
	top: 90px;
	left: 350px;
}
	
#infoText {
	float: left;
	width: 400px;
	height: 367px;
	padding-left: 55px;
	padding-top: 330px;
}

p.infoText {
	font-size: .93em;
	line-height: 1.3em;
	padding-bottom: 1em;

}

a:link, a:visited {
	color: #001f6a;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	}
	
#rightColumn {
	width: 310px;
	height: 690px;
	float: left;
	padding-left: 157px;
	padding-top: 28px;
}

#emailBox  {
	width: 300px;
	height: 230px;
	float: left;	
	}
	
p.emailBox {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 1.4em;

}



p.small {
	font-size: .7em;
	padding-top: .7em;
}


#beWaterWise {
	width: 200px;
	height: 295px;
	float: left;
	padding-left: 50px;
	padding-top: 15px;
	}

p.beWaterWise {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: .7em;

}

	
#conservationLinks {
	width: 300px;
	height: 300px;
	float: left;
	clear: left;
	padding-left: 0px;
	padding-top: 0px;
}

