:focus {
	outline: 0;
}

A {
	color: #000;
}

A, ADDRESS, BODY, BUTTON, DIV, FIELDSET, FORM, H1, H2, H3, HTML, IMG, LABEL, LI, OL, P, TEXTAREA, UL {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

ADDRESS {
	font-style: normal;
	line-height: 1.2em;
}

BODY {
	font-size: small;
}

BODY, INPUT, TEXTAREA {
	font-family: Times;
}

BUTTON {
	margin-left: 4px;
	width: 120px;
}

H1 {
	font-size: 2em;
	margin-bottom: 10px;
}

H1, H2 {
	color: #0c2577;
	font-weight: bold;
	padding-top: 20px;
}

H1, H2 {
	clear: both;
}

H2 {
	font-size: 1.5em;
	font-variant: small-caps;
	margin-bottom: 6px;
}

H3 {
	font-variant: small-caps; 
}

H3.announcement {
	background-color: #ffcc66;
	color: #000033;
	margin: 10px auto 10px auto;
	padding: 10px;
	width: 400px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

IMG {
	display: block;
}

IMG.pr, IMG.team {
	border: solid 2px #800603;
	margin-top: 8px;
	padding: 2px;
}

IMG.pr {
	float: right;
	margin-left: 10px;
}

IMG.team {
	float: left;
	margin-right: 10px;
}

INPUT {
	height: 20px;
	width: 200px;
}

INPUT, TEXTAREA {
	border: solid 1px #666;
	font-size: 1.2em;
	padding: 2px;
}

LABEL {
	display: inline-block;
	line-height: 2em;
	vertical-align: top;
	width: 120px;
}

LI {
	list-style: none;
}

LI, P {
	line-height: 1.8em;
}

OL, UL {
	list-style: none;
}

P {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: justify;
}

SPAN.offset {
	display: block;
	margin-left: 20%;
}

UL.bulletPoints LI {
	list-style: square;
	margin-left: 40px;
	text-align: left;
}
 
.affiliates { 
	margin-bottom: 10px;
	width: 50%;
}

.affiliates {
	float: left;
}

.affiliates UL LI {
	list-style: square;
	margin-left: 10%;
}

#body {
	padding: 0 30px;
	text-align: justify;
}

#container {
	background-color: #fff;
}

#emailForm {
	margin-bottom: 10px;
}

#emailForm LI {
	margin-bottom: 4px;
}

#error, #success {
	display: none;
}

.field {
	font-size: 1.1em;
}

#footer {
	background-color: #eaeaea;
	border-top: solid 2px #666699;
	clear: both;
	color: #333366;
	font-size: smaller;
	padding: 10px 15% 10px 15%;
}

#footer A {
	color: #333366;
}

#footer P {
	line-height: 1.1em;
	margin-bottom: 0px;
	margin-top: 8px;
	text-align: center;
}

#footer LI, #footer UL {
	display: none;
}

#header {
	background-color: #800603;
}

#footer LI, #header UL {
	display: none;
}
 
.hidden {
	display: none;
}

.isNotValid {
	border-right: solid 4px #ff0000;
	color: #ff0000;
	font-weight: bold;
	margin-right: 2px;
	width: 116px;
}

#mapForm LABEL {
	color: #ccc;
	font-size: 1.2em;
	font-weight: bold;
	left: 4px;
	position: absolute;
	top: -2px;
}

#mapForm LI {
	float: left;
	position: relative;
}

#mapForm #directionsMap {
	background-color: #f5f5f5;
	height: 300px; 
	margin-top: 4px;
	width: 100%;
}

#mapForm #startingPoint {
	width: 600px;
}

#services {
	margin: 0 auto;
	text-align: left;
	width: 90%;
}

#services .column {
	float: left;
	width: 33%;
}

#services .column UL LI {
	list-style: square;
	margin-left: 20px;
	margin-right: 10px;
}

.spacer {
	clear: both;
}