/* CSS Document */
/* Global Content */

body {
	color: #000;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(../images/bgr.png);
	background-repeat: repeat-x;
	background-color: #000;	
}

	
.page {
	background-color: #FFF;
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	
}

h1 {
	font-size: 2em;
	font-weight: normal;
        margin: 0 0 .5em 0;	
}

h2 {
	font-size: 1.7em;
	margin: 0 0 1em 0;
}

h3 {
	font-size: 1.5em;
	margin: 0 0 1 em 0;
}

p {
	margin: 0 0 .75em 0;
}

a {
	color: #4700fd;
	text-decoration: none;
}

a:hover {
	color: #645c78;
}

footer {
	background-color: #CCC;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.promo h2 {
	font-size: 1.1em;
	margin: 0;
}

.promo h3 {
	font-size: 1em;
	margin: 0;
}

.promo p {
	line-height: 1.2em;
	font-size: .9em;
	margin-bottom: .5em;
}

.promo {
	background-repeat: no-repeat;
	
	
}

.promo.one {
	background-image: url(../images/oa1.jpg);

	
}

.promo.two {
	background-image: url(../images/ppa1.jpg);
	
}

.promo.three {
	background-image: url(../images/bb2.jpg);
	
}

.promo.four {
        background-image: url(../images/contactus.png);

}

.clearfix {
	clear: both;
	line-height: 1px;
}

nav a {
	color: #4700fd;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight:bold;
	font-size: .9 em;
	
}

nav a:hover {
	color: #645c78
}

.center {
	text-align: center;
}

.bullets {
	list-style-position: outside;
	list-style-type: disc;
	font-size: .9em;
	line-height: 1em;
}
.orderedlist {
	font-size: .9em;
	line-height: 1em;
}

.municipalitylist {
	font-size: .9em;
	line-height: 1em;
	list-style-type: none;
}

.red {
	color: #F00;
}
.contactform {
	background-color: #CCC;

}

.location {
	background-color: #CCC;
	text-align: center;
}
