	body {
	margin:0;
	padding:0;
	color:#000000;
	text-align:center;
	background-image: url(images/newbodybk.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	font-family:Futura, Century Gothic, AppleGothic, sans-serif;
	background-color: #9E9E9E;
}
 html>body {
	font-size: 12px;
	height:100%;
 }
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
 margin:0;
 padding:0;
 } 
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	
	word-spacing:-0.125em
			color: #464D5C;
}

h1 {
	width:90%;
	font-size: 145%;
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 5px;
	margin-left:25px;
	color: #587D00;
	height: 35px;
	line-height: 2.4em;
	border-bottom-style:dotted;
border-bottom-color:#587D00;
border-bottom-width:1px;

}



h2 {
	font-size: 145%;
	line-height: 2.4em;
	margin-top: 0;
	margin-bottom: 1em;
	background-image: url(images/sideatabtop2.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 0px;
	color: #587D00;
}

h3 {
	font-size: 135%;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}

h4 {
	font-size: 125%;
	line-height: 1em;
	margin-top: 1.2em;
	margin-bottom: .5em;
	border-bottom-style: none;
	font-weight: bold;
	color: #26A9E0;
}


h5 {
	font-size: 115%;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom-style: none;
	font-weight: bold;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 780px;
	background: url(images/newcontentbk.gif) repeat ;
		
}
#header {
	
	background-image: url(images/newoldaddresstopheader.jpg);
	height: 503px;
}

#side-a {
	float: left;
	width: 232px;
	margin-right:10px;
margin-top:-105px;
	
}

#side-b { 
	float: left;
	width: 496px;
	height: 1% /* Holly hack for Peekaboo Bug */;
margin-top:-105px;
	margin-left:25px;
	margin-right:10px;
	
}

#footer {
	clear: both;
	background: #26A9E0;
	width:760px;
	margin-left:10px;
	
}
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(images/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(images/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(images/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
}
/* all A tags whose HREF attribute starts with #top */
a[href ^="#top"] {
	padding-right: 18px;
    background: transparent url(images/icon_top.gif) no-repeat center right;
   
}
#index .index, #services .services, #directions .directions, #forms .forms, #contact .contact, #meet .meet, #office .office
{
	background-image:url(images/newarrow.gif);
background-position: center bottom;
background-repeat:no-repeat;
	color:#F4EFDC;
}
.clearleft{clear:left;}
.clearright{clear:right;}
.clearboth{clear:both;}
p {
	margin-top: 0.5em;
	margin-bottom:1.5em;
	margin-left: 0em;
	padding-left: 0;
	line-height: 1.5em;
	margin-right: 0.5em;
	text-align: left;
}
cite{ font-family:Cambria, Georgia, Times, Times New Roman, serif    ;}
ul {
  margin-top: 0.35em;
  margin-left: 1.5em;
  padding-left: 0;
}
li {
  line-height: 1.5em;
}
dl {
  margin-top: 0.35em;
}
dt {
  text-indent: -0.5em;
  color: #339;
  margin-top: 1em;
}
dd {
  margin-top: 0.35em;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.5em;
}

#footercontent {
	text-align: center;
	border:0;
	margin-bottom: 0px;
		padding-top: 8px;
	margin-left:0px;
}

#footercontent ul {
	margin: 0;
	padding: 2px 0 2px 0;
	list-style: none;
	line-height: 0px;
}

#footercontent li {
	display: inline;
}

#footercontent a {
	text-decoration: none;
	color: #E8E8E8;
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: .9em;
	font-weight: normal;
	
	padding-right: 4px;
	
	padding-left: 4px;
		border-right-style:dotted;
border-right-color:#F4EFDC;
border-right-width:1px;
	}

#footercontent a:hover {

	color:#587D00;
	
	
}
.pagedesk{text-align:center;
	color: #F4EFDC;
	padding-top: 2px;
	font-size: .9em;}
.pagedesk a {color: #F4EFDC;
	text-decoration: none;
}
.floatleft{float:left;}
.floatright{float:right;}

ul.sitemap {
	list-style-type: none;
	margin-left: 75px;
	padding-left: 0;
	font-weight: normal;
}

ul.sitemap li {
	padding-left: 1.1em;
	margin-top: 2px;
}

ul.sitemap li a {
	margin-left: -1.1em;
	padding-left: 1em;
	background-color: transparent;
	background-image: url(images/icon_webdev.gif);
	background-repeat: no-repeat;
	background-position: -2px center;}

ul.sitemap li ul {
	background-color: transparent;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: -1.4em 0 0 -1.6em;
	padding: 1.4em 0 0 0.6em;
}


ul.sitemap li a.parent {
	background-color: transparent;
	background-image: url(images/plus.gif);
background-repeat: no-repeat;
	background-position: 1px center;
}

ul.sitemap li ul li {
margin-left: 1cm;
padding-left: 10px;
}
#topmenu {
	text-align: center;
	border:0;
	margin-bottom: 0px;
	height: 50px;
	padding-top: 8px;
	margin-left:0px;
}

#topmenu ul {
	margin: 0;
	padding: 2px 0 2px 0;
	list-style: none;
	line-height: 0px;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	text-decoration: none;
	color: #F4EFDC;
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: 1.2em;
	line-height: 4.1em;
	padding-top: 17px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	font-weight: normal;
	font-variant: small-caps;
	border-right-style:dotted;
border-right-color:#133463;
border-right-width:1px;
	}

#topmenu a:hover {
background-image:url(images/newarrow.gif);
background-position: center bottom;
background-repeat:no-repeat;
	color:#F4EFDC;
	
}

#noline  {border-right-style:none;}

#noline ul {border-right-style:none;}

#noline li {border-right-style:none;}

#noline a {border-right-style:none;}
#side-a ul {
	margin: 0px 0px 0px 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}
#side-a li {
	margin-bottom: 30px;
		color: #587D00;
text-decoration:none;
	margin: 0;
	padding: 8px 0px 8px 24px;
	
	
}
#side-a li a {
margin-bottom: 30px;
margin: 0;
	padding: 4px 0px 4px 20px;
	font-weight: normal;
	color: #587D00;
	text-decoration:none;
	font-size:115%;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;

}








#side-a li a:hover {
text-decoration:underline;
	color:#26A9E0;
	background-image: url(images/bulletover.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}

#side-a li ul {
	margin: 0px;
	padding: 0px;
}
#side-a li li {
	margin: 0;
	padding: 8px 0px 8px 15px;
	border-bottom: 1px solid #DFDFDF;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
}
#side-a li li a {
	font-weight: normal;
}

#side-a li li a:hover {
color:#BA9B65;
}

.date{margin-left:75px;
margin-bottom:26px;}

#slideshow{padding-top:37px;
padding-left:279px;
}
.address{font-size:11px;
font-weight:bold;
text-align:left;
margin-left:40px;}

.top{font-size:10px;
font-weight:bold;
font-style:italic;
margin-top:0px;

}
.top a{ color:#587D00;
}
.servicesp{margin-bottom:1px;}