body,td,th {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
}
body {
	margin: 0;
	background: url(../images/bg.gif) top center repeat-x;
}
ul, li, p {
	margin: 0; padding: 0;
}

/* TAB INDICATING CURRENT PAGE */
body#home a#h, body#home a#h:hover {
	background:url(../nav/tabs_01.gif) no-repeat right center;
}
body#homeowners a#ho, body#homeowners a#ho:hover {
	background:url(../nav/tabs_02.gif) no-repeat right center;
}
body#propertymanagers a#pm, body#propertymanagers a#pm:hover {
	background:url(../nav/tabs_03.gif) no-repeat right center;
}
body#businessowners a#bo, body#businessowners a#bo:hover {
	background:url(../nav/tabs_04.gif) no-repeat right center;
}
body#seniors a#sr, body#seniors a#sr:hover {
	background:url(../nav/tabs_05.gif) no-repeat right center;
}
body#ecofriendly a#ef, body#ecofriendly a#ef:hover {
	background:url(../nav/tabs_06.gif) no-repeat right center;
}

/* BANNER PHOTO */
#logo {
	width: 750px;
	display:block;
}
body#home #logo {
	background: #333333 url(../images/home-banner.jpg) top right no-repeat;
}
body#homeowners #logo {
	background: #333333 url(../images/homeowners-banner.jpg) top right no-repeat;
}
body#propertymanagers #logo {
	background: #333333 url(../images/propertymanagers-banner.jpg) top right no-repeat;
}
body#businessowners #logo {
	background: #333333 url(../images/businessowners-banner.jpg) top right no-repeat;
}
body#seniors #logo {
	background: #333333 url(../images/seniors-banner.jpg) top right no-repeat;
}
body#ecofriendly #logo {
	background: #333333 url(../images/eco-banner.jpg) top right no-repeat;
}

#container {
	margin: 10px auto;
	border: 1px solid #000000;
	width: 750px;
	background: url(../images/bg-pattern.jpg) top left repeat-y;
}
/* COLORED BACKGROUNDS */
body#homeowners #container {
	background-color: #bad4e3;
}
body#propertymanagers #container {
	background-color: #E1D5FB;
}
body#businessowners #container {
	background-color: #dde0f2;
}
body#seniors #container {
	background-color: #BDE1E1;
}
body#ecofriendly #container {
	background-color: #c3d57C;
}

#content a {
	color: #00703c;
}
#content a:hover {
	color: #000000;
}
#footer {
	clear: both;
	font-size: 0.7em;
	color: #cccccc;
	padding: 10px;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #dedede;
	border-bottom: 1px solid #dedede;
}
#content {
	clear: both;
	float: left;
	font-size: 1.3em;
	padding: 20px 20px 20px 0px;
	line-height: 130%;
	width: 730px;
}

#springlist {
	float: left;
	padding-bottom: 20px;
	padding-left: 300px;
	font-size: 1.3em;
	width: 200px;
	}
	
#summerlist {
	float: left;
	padding-bottom: 20px;
	font-size: 1.3em;
	width: 200px;
	}
	
#falllist {
	float: left;
	padding-bottom: 5px;
	padding-left: 300px;
	font-size: 1.3em;
	width: 200px;
	}
	
#winterlist {
	float: left;
	padding-bottom: 5px;
	font-size: 1.3em;
	width: 200px;
	}
	
body#home #content {
	width: 570px;
}
body#home #content p, body#ecofriendly #content p {
	padding-bottom: 5px;
	padding-left: 170px;
}
#content p {
	padding-bottom: 5px;
	padding-left: 300px;
}
#content address {
	clear: both;
	text-align: center;
	padding: 10px 0 0 170px;
	font-style:normal;
}
#phone h2 {
	float: left;
	margin: 0 0 0 50px;
	padding: 0 10px 10px 0;
	height: 77px;
	width: 225px;
	text-indent: -20000em;
}
img.phone {
	float: left;
	margin: 0 0 0 50px;
	padding: 0 10px 10px;

}
body#home img.first {
	float: left;
	margin: 0 0 0 50px;
	padding: 20px 5px;
}
body#home img.pics {
	float: left;
	margin: 0;
	padding: 20px 5px;
}
img.first {
	clear: both;
	float: left;
	margin: 0 0 0 170px;
	padding: 30px 5px;
}
img.pics {
	float: left;
	margin: 0;
	padding: 30px 5px;
}

/* DIFFERENT COLORED PHONE BOXES */
body#home #phone h2 {
	background:url(../images/phone-home.gif) no-repeat left center;
}
body#homeowners #phone h2 {
	background:url(../images/phone-homeowners.gif) no-repeat left center;
}
body#propertymanagers #phone h2 {
	background:url(../images/phone-purple.gif) no-repeat left center;
}
body#businessowners #phone h2 {
	background:url(../images/phone-yellow.gif) no-repeat left center;
}
body#seniors #phone h2 {
	background:url(../images/phone-blue.gif) no-repeat left center;
}
body#ecofriendly #phone h2 {
	background:url(../images/phone-ecofriendly.gif) no-repeat left center;
}

#container hr.invisible {
	display:none;
}
img#divider {
	margin: 20px 0 0 260px;
}
body#home img#divider {
	margin: 20px 0 20px 180px;
}

#sidebar {
	float: right;
	width: 160px;
	padding-top: 20px;
	font-size: 1.1em;
}
#sidebar h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 1.4em;
	margin: 0;
	padding: 0 20px 5px 0;
}
#sidebar h2 {
	border-bottom: 1px solid #00703c;
	margin: 10px 10px 5px 0;
}
#sidebar h3 {
	padding-bottom: 20px;
}	
#sidebar ul {
	list-style-image:url(../images/nut.gif);
	padding: 0 20px 10px 20px;
}
#sidebar li {
	padding: 0;
}