* {
	padding: 0;
	margin: 0;
}

#center {
	margin: 0 auto;
	width: 950px;
}

#header {
	background: url('images/header-bg.gif') repeat-x;
	height: 114px;
}

#header img {
	margin: 15px;
	margin-left: 40px;
}

#navigation {
	color: #ffffff;
	font-size: 0.75em;
}

#navigation ul {
	margin: 73px 40px 0 0;
	display: block;
	list-style-image: none;
	list-style-type: none;
	width: 728px;
}

#navigation li {
	margin-right: 3px;
	float: left;
}

#navigation li a {
	display: block;
	width: 101px;
	height: 41px;
	color: #ffffff;
	text-decoration: none;
	text-indent: -9999px;
	outline: 0;
}

/* sets up each tab with a unique three-panel image */
#navigation li#home { background: #1d68a6 url('images/nav-home.gif') 0 0; }
#navigation li#home:hover { background: #599ad0 url('images/nav-home.gif') 0 82px; }
#navigation li#home.active { background: #fefefe url('images/nav-home.gif') 0 41px; }

#navigation li#about { background: #1d68a6 url('images/nav-about.gif') 0 0; }
#navigation li#about:hover { background: #599ad0 url('images/nav-about.gif') 0 82px; }
#navigation li#about.active { background: #fefefe url('images/nav-about.gif') 0 41px; }

#navigation li#maintenance { background: #1d68a6 url('images/nav-maintenance.gif') 0 0; }
#navigation li#maintenance:hover { background: #599ad0 url('images/nav-maintenance.gif') 0 82px; }
#navigation li#maintenance.active { background: #fefefe url('images/nav-maintenance.gif') 0 41px; }

#navigation li#residential { background: #1d68a6 url('images/nav-residential.gif') 0 0; }
#navigation li#residential:hover { background: #599ad0 url('images/nav-residential.gif') 0 82px; }
#navigation li#residential.active { background: #fefefe url('images/nav-residential.gif') 0 41px; }

#navigation li#commercial { background: #1d68a6 url('images/nav-commercial.gif') 0 0; }
#navigation li#commercial:hover { background: #599ad0 url('images/nav-commercial.gif') 0 82px; }
#navigation li#commercial.active { background: #fefefe url('images/nav-commercial.gif') 0 41px; }

#navigation li#community { background: #1d68a6 url('images/nav-community.gif') 0 0; }
#navigation li#community:hover { background: #599ad0 url('images/nav-community.gif') 0 82px; }
#navigation li#community.active { background: #fefefe url('images/nav-community.gif') 0 41px; }

#navigation li#contact { background: #1d68a6 url('images/nav-contact.gif') 0 0; }
#navigation li#contact:hover { background: #599ad0 url('images/nav-contact.gif') 0 82px; }
#navigation li#contact.active { background: #fefefe url('images/nav-contact.gif') 0 41px; }

#shadowbar {
	clear: both;
	height: 11px;
}

#shadowbar img {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

/* moves the shadow underneath the active tab */
#shadowbar img.none { display: none; }
#shadowbar img.home { left: 158px; }
#shadowbar img.about { left: 262px; }
#shadowbar img.maintenance { left: 366px; }
#shadowbar img.residential { left: 470px; }
#shadowbar img.commercial { left: 574px; }
#shadowbar img.community { left: 678px; }
#shadowbar img.contact { left: 782px; }

#content {
	width: 950px;
	background: #ffffff;
}

#content p {
	font: 0.75em Helvetica, Arial, sans-serif;
	color: #555555;
	line-height: 2em;
	margin-bottom: 20px;
}

#content li, #content li li {
	font: 12px Helvetica, Arial, sans-serif;
	color: #555555;
	line-height: 1.5em;
	margin-left: 40px;
}

#contentCenter {
	margin: 0 auto;
	width: 755px;
	border: 1px solid #d7d7d7;
	border-bottom: none;
}

#contentCenterText {
	padding: 0 80px;
	background: url('images/content-bg.gif') repeat-x;
}

#contentCenterText.lessPadding {
	padding: 0 0 0 80px;
}

#contentLeft {
	margin: 0 20px 0 40px;
	width: 547px;
	border: 1px solid #d7d7d7;
	/*border-bottom: none;*/
}

#contentLeftText {
	padding: 0 60px;
	background: url('images/content-bg.gif') repeat-x;
}

#contentRight {
	margin: 0 40px 0 20px;
	float: right;
}

#contentRight img {
	display: block;
	border: none;
}

#craigslist {
	width: 289px;
	background: #ffffff url('images/craigslist-listings-bg.gif') repeat-x;
}

#craigslist p {
	font-size: 0.6em;
	line-height: 1.5em;
	margin: 10px;
}

#footer {
	margin-top: 75px;
	background: url('images/footer-bg.gif') repeat-x;
	height: 69px;
}

#footer p {
	font-size: 0.6em;
	line-height: 1.5em;
	margin: 15px 0 0 15px;
	float: left;
}

#footerPage {
	padding-left: 100px;
	/*margin: 0 auto;*/
}

body {
	background: #6ba7db url('images/body-bg.gif') repeat-x;
	font: 1em Helvetica, Arial, san-serif;
}

h2 {
	font: 2em Helvetica, Arial, sans-serif;
	color: #599ad0;
	font-weight: 100;
	margin-bottom: 1em;
}

h3 {
	font: 1em Helvetica, Arial, sans-serif;
	color: #599ad0;
	font-weight: bold;
}

small {
	font: 0.6em Helvetica, Arial, sans-serif;
	color: #555555;
}

strong {
	color: #1c68a6;
}

ul, ol { margin-bottom: 15px; }
ul ul { margin-bottom: 0; margin-left: 15px; }

.border {
	border: 1px solid #d7d7d7;
	margin-bottom: 25px;
}
.border2 {
	border: 1px solid #d7d7d7;
	margin-bottom: 0;
}

.clearFix {
	clear: both;
	content: ".";
	height: 0;
	display: hidden;
}

.center {
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}