@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1000px;
	background-color: #2b2b2b;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	padding-top: 5px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#wrapper #address {
	height: 91px;
	float: left;
}
#wrapper   #footer {
	clear: both;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
}
#wrapper #navbar {
	float: right;
	padding-top: 57px;
}
#wrapper #logo {
	height: 107px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #main_content {
	clear: both;
	color: #FFFFFF;
}
#wrapper #headerimg {
	clear: both;
	height: 220px;
}
a:hover {
	color: #FF0033;
}

#wrapper #profileimage {
	float: right;
}
#wrapper  #after_profileimage_content {
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
}
#wrapper #main_content #loc_map {
	width: 600px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#wrapper #main_content #contact_info {
	width: 350px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#wrapper #main_content #about_content {
	width: 960px;
	margin-top: 20px;
	margin-left: 20px;
}
#wrapper #main_content #history {
	margin-left: 20px;
	margin-top: 20px;
}

#wrapper #main_content #mission {
	width: 200px;
	float: left;
	margin-left: 69px;
	margin-top: 130px;
	height: 176px;
	padding: 5px;
	background-image: url(../images/table_shadow.gif);
}

#wrapper #main_content #building_img {
	float: right;
	width: 500px;
	margin-right: 140px;
	margin-top: 75px;
	background-image: url(../images/building_shadow.gif);
	padding-right: 10px;
	padding-bottom: 10px;
}
#wrapper #main_content #memberof {
	clear: both;
	float: left;
	height: 100px;
	width: 1000px;
	padding-top: 100px;
}
a {
	color: #00CCFF;
}
#wrapper #main_content #thank_email {
	margin-left: 20px;
	margin-top: 20px;
}
#wrapper #main_content #flashbox {
	height: 600px;
	width: 800px;
	border: medium solid #000000;
	margin-left: 100px;
	margin-top: 10px;
}
#wrapper #commercial_example {
	float: left;
	width: 500px;
	padding-top: 20px;
}
#wrapper #residential_example {
	float: right;
	width: 500px;
	padding-top: 20px;
}
