/* Main Sections 
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #3B3B3B;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}

#content {
	text-align: center;
	width: 801px;
	color: black;
	padding: 0px 0px 35px 0px;
}

#wrapper {
	width: 801px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
}

#top, #bottom {
	float: left;
	width: 801px;
	height: 5px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#top {
	background: transparent url(images/top.gif) no-repeat;
}

#bottom {
	background: transparent url(images/bottom.gif) no-repeat;
}

#box {
	float: left;
	width: 801px;
	background: transparent url(images/middle.gif) repeat-y;
	padding: 0;
	margin: 0;
	background-color: white;
}

#headingcontent {
	padding: 0px 0px 36px 0px;
	height: 130px;
	top: 20px;
}

*html #headingcontent {
	height: 166px;
	he\ight: 130px;
}

img#homewriting {
	float: left;
	margin-top: 85px;
}

img#grouplogo {
	float: right;
}

img#hometitles {
	margin-top: 39px;
	margin-bottom: 39px;
}

img#hometitles {
	border-style: none;
}

#leftwriting {
	float: left;
	padding-bottom: 39px;
	width: 210px;
	padding-left: 20px;
	padding-right: 8px;
}

*html #leftwriting {
	width: 238px;
	w\idth: 190px;
}

#centerwriting {
	float: left;
	padding-bottom: 39px;
	width: 302px;
	padding-left: 18px;
	padding-right: 14px;
}

*html #centerwriting {
	width: 334px;
	w\idth: 302px;
}

#rightwriting {
	float: left;
	padding-bottom: 39px;
	width: 186px;
	padding-left: 12px;
	padding-right: 30px;
}

*html #rightwriting {
	width: 228px;
	w\idth: 186px;
}

#leftwriting, #centerwriting, #rightwriting {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

/* Footer 
------------------------------------------------------------------------- */

#footer {
	padding-left: 21px;
}

img#telephone {
	float: left;
	margin-top: 21px;
}

*+html img#telephone {
	margin-top: -10px;
}

*html img#telephone {
	margin-top: -9px;
}

#email {
	float: left;
	margin-top: 21px;
	padding-left: 16px;
	background-image: url(images/emailhover.png);
	background-position: -400px -400px;
	background-repeat: no-repeat;
}

*+html #email {
	margin-top: -10px;
}

*html #email {
	margin-top: -10px;
}

#email a {
	background-image: url(images/email.png);
	width: 224px;
	height: 13px;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
}

#email a:hover {
	background-image: url(images/emailhover.png);
	width: 224px;
	height: 13px;
	background-repeat: no-repeat;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
