body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #BF944D;
}
* {
	margin: 0px;
	padding: 0px;
}
#bg{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	width: 784px;
}
#wrapper {
	padding: 8px;
}
#wrapper #topInfo {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#wrapper #topInfo p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.4em;
}
#wrapper #topInfo #topInfoLeft {
	float: left;
	padding-right: 10px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BF944D;
}
#wrapper #topInfo #topInfoRight {
	float: left;
	margin-left: 10px;
	width: 115px;
}
#wrapper #nav, #subNav, #subNavCP {
	background-repeat: repeat-x;
	height: 33px;
	padding-right: 5px;
}

#wrapper #nav {
	background-image: url(images/bg_links.jpg);
	float: left;
	width: 762px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#wrapper #subNav {
	background-image: url(images/moreC.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 626px;
	padding-left: 136px;

}
#wrapper #subNavCP {
	background-image: url(images/moreCP.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 571px;
	padding-left: 191px;

}

#wrapper #nav ul, #subNav ul, #subNavCP ul {
	list-style-type: none;
}
#wrapper #nav li {
	float: left;
	font-size: 13px;
	color: #EBEBEB;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	padding-top: 9px;
	padding-bottom: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #565656;
}
#wrapper #subNav li, #subNavCP li {
	float: left;
	font-size: 10px;
	color: #EBEBEB;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	padding-top: 9px;
	padding-bottom: 7px;
}
#wrapper #nav li.current {
	background-image: url(images/currentTab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper #nav li:first-child {
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #181818;
}
#wrapper #nav li a {
	color: #E1E1E1;
	text-decoration: none;
	margin-top: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#wrapper #subNav li a, #subNavCP li a {
	color: #2179A4;
	text-decoration: none;
	margin-top: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#wrapper #nav li a:hover {
	color: #FFFFFF;
}
#wrapper #content {
	margin-top: 10px;
}
#wrapper #content h1 {
	color: #640606;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.5em;
}
#wrapper #content h2 {
	color: #BB8938;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
}
#wrapper #content h3 {
	color: #BB8938;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
}
#wrapper #content p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
}
#wrapper #content a {
	color: #2179A4;
}
#wrapper #content .leftImage {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 5px;
}
.images {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#wrapper #content #services {
	margin-top: 15px;
}
#wrapper #content #services ul {
	list-style-type: none;
}
#wrapper #content #services li {
	display: block;
	float: left;
	margin-top: 10px;
	width: 200px;
}
#wrapper #content #services #centeImage {
	margin-right: 84px;
	margin-left: 84px;
}
#wrapper #content #services h3 {
	font-size: 1em;
	color: #640606;
	line-height: 1.5em;
}
#wrapper #content #services p {
	font-size: 0.6em;
	color: #333333;
	line-height: 1.5em;
}
#wrapper #content #services a {
	color: #2179A4;
}
#wrapper #content #leftColumn {
	float: left;
	width: 545px;
	margin-right: 10px;
}
#bg #wrapper #content #leftColumn li {
	margin-left: 30px;
	font-size: 0.9em;
	color: #333333;
	margin-top: 5px;
}
#wrapper #content #rightColumn {
	float: left;
	background-color: #FAF6EB;
	width: 200px;
	border: 1px solid #E5DBBC;
	padding: 5px;
}
#wrapper #content #rightColumn h1 {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000000;
	padding-bottom: 5px;
}
#wrapper #content #rightColumn p {
	font-size: 0.8em;
	line-height: 1.5em;
}
#wrapper #content #map {
	float: left;
	height: 483px;
	width: 468px;
}
#wrapper #content #locationsListing {
	float: left;
	width: 273px;
	margin-left: 10px;
}
#wrapper #content #locationsListing ul {
	list-style-type: none;
}
#bg #wrapper #content #locationsListing li {
	line-height: 1.5em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#bg #wrapper #content #locationsListing li a {
	text-decoration: none;
	font-size: 0.8em;
}
.communityInfo {
	color: #990000;
}
#wrapper #content #rightColumn .images {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
#wrapper #content #rightColumn ul {
	list-style-type: none;
	margin-top: 10px;
}
#wrapper #content #rightColumn li {
	padding-bottom: 30px;
	font-size: 0.9em;
	color: #333333;
}
#footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 784px;
}
div.clearfloats {
	clear:both;
}
#bg #wrapper #content blockquote {
	margin-left: 20px;
}