@charset "UTF-8";
* {
	margin: 0px;
	padding:0px;
}

html * {
	margin: 0px;
	padding:0px;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #002541;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #002541;
	margin-bottom: 8px;
}
#container {
	height: auto;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#header {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	float: left;
	height: 258px;
	width: 955px;
}

#header #logo {
	float: left;
	height: 97px;
	width: 132px;
	margin-left: 20px;
	margin-top: 103px;
	background-color: #000000;
}
#header #strapline {
	background-color: #000000;
	height: 35px;
	width: 955px;
	float: left;
}

#header #straplineText {
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 1.4em;
	padding-left: 20px;
	padding-top: 3px;
}

#header #strapline img { display: none; }

#header #topNav { display: none; }


#main {
	height: auto;
	width: 955px;
	float: left;
}

.boldGreen {
	font-weight: bold;
	color: #228129;
}
#leftBar { display: none; }
#rightBar { display: none; }

#content {
	float: left;
	height: auto;
	width: 895px;
	font-size: 1.1em;
	padding: 30px;
}
#content p { padding-bottom: 1em; }

#content ul {
	padding-bottom: 1em;
	padding-left: 2em;
	list-style-type: square;
}
#content a, #leftBar #contactUs a {
	color: #228329;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover, #leftBar #contactUs a:hover { text-decoration: underline; }

#footer { display: none; }

#testimonials p { margin-bottom: 1em; }
#container #main #sidePic {
	float: right;
	width: 210px;
	margin-top: 20px;
	height: 340px;
	display: none;
}
.textBox {
	border: 1px solid #A7AEBC;
	font-weight: bold;
	color: #3C9142;
	height: 20px;
	width: 300px;
}
.textArea {
	border: 1px solid #A7AEBC;
	font-weight: bold;
	color: #3C9142;
	height: 60px;
	width: 300px;
}
.button {
	height: 20px;
	width: 60px;
	border: 1px solid #A7AEBC;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #228329;
}
.photoHolder {
	height: 350px;
	width: 130px;
	margin-right: 16px;
	float: left;
}

.photoHolder2 {
	height: 400px;
	width: 130px;
	margin-right: 16px;
	float: left;
	display: none;
}
.department {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #002541;
	clear: both;
	display: none;
}

.photoHolder a { display: none; }
#profile {
	height: auto;
	width: 400px;
	padding: 10px;
}

#profile p { margin-bottom: 1em; }

#profile ul {
	padding-bottom: 1em;
	padding-left: 2em;
	list-style-type: square;
}

#footer2 {
	width: 895px;
	padding: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}

#footer2 p { margin-bottom: .5em; }

