/* CSS Document */
body
{
    background-color:    #ffffff;
    color: #000000;
    font-size:           11px;
    font-family:         Trebuchet, Verdana, Sans-Serif;
    margin:              0pt;
    padding:             0pt;
    text-align:          left;
}

body a{
text-decoration:underline;
color:#2a8bb8;}
p.subhead
{
    color: #2a8bb8;
    font-size:           16px;
  	line-height: 17px;
  	font-weight: 800;
    font-family:         Trebuchet, Verdana, Sans-Serif;
    margin-right:        0px;
    padding:             0pt;
    text-align:          left;
    display:block;
}
.isubhead
{
    color: #808080;
    font-size:           14px;
  	line-height: 15px;
 	font-weight: 800;
    font-family:         Trebuchet, Verdana, Sans-Serif;
    margin-right:        0px;
    padding:             0pt;
    text-align:          left;
}

ul li {
list-style-image:url(images/bullet.gif);
list-style-position: outside;
padding-left:0px;
padding-bottom:5px;
}

#none{
text-decoration:none;
}

#combox{
background-image:url(images/community_box.gif);
background-repeat:no-repeat;
background-position:top center;
padding-top:45px;
padding-left:60px;

color:#FFFFFF;
width:310px;
height:150px;}
#combox a{ color:#FFFFFF;
text-decoration:underline;}

.difcolor{
color:#ed6920;
font-weight:bold;}

#servicesbox{
	background-image:url(images/weeklyservices.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:45px;
	padding-left:40px;
	color:#FFFFFF;
	height:201px;
	display: compact;
	position: absolute;
	left: 376px;
	top: 39px;
	width: 454px;
}

#servicesbox a{color:#FFFFFF;
text-decoration:underline;}

#contactbox{
background-image:url(images/contact.gif);
background-repeat:no-repeat;
background-position:top left;
padding-top:35px;
padding-left:20px;
color:#FFFFFF;
width:400px;
height:220px;}

#contactbox a{color:#FFFFFF;
text-decoration:underline;}
.directions li{
list-style:decimal;}

.hide {
display:none;
}
/* Jeff's fix for IE bug */
div.main
{
	position:relative;
	top:130px;
	left:144px;
	z-index:1;
	width:750px;
	text-align:left;
	background-image:url('images/mainbg.gif');
	background-repeat:repeat-y;
	padding-left:275px;
	margin-bottom:118px
}
html>body div.main {
	width:650px;
	z-index: inherit;
}
