

body {
    font-family: arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #666;/*grey*/
	background-color: #DEDEDE;/*white*/
}

#wrapper {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	/*height: 100%;*/
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: 850px;
	height: 144px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}


#greenbar{
	width: auto;
	height: 25px;
	background-color: #68C44B;
	padding: 5px 15px 0px 15px;
	color: #fff;
	font-weight: bold;
}

.telephone{
	width: auto;
	float: right;
}

#topmenu{
	width: auto;
	height: 35px;
	padding: 5px 15px 0px 15px;
	text-align: right;
	font-weight: bold;
	background: #fff;
}

#topmenu a{
	color: #339933; /*green*/
	text-decoration: none;
}

#topmenu a:hover{
	color: #666;/*grey*/
	text-decoration: none;
}

/*////////////////////////////
	MENU AREA
////////////////////////////*/

#menu{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
	width: 170px;
	float: left;
	font-size: 90%;
	font-weight: bold;
}

#menu p{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 120%;
	border-bottom: 1px solid #666;
}
			
*html #menu p{ padding: 5px 0px 5px 0px;}
			
#menu a{
	color: #339933; /*green*/
	text-decoration: none;
}

#menu a:hover{
	color: #666;/*grey*/
	text-decoration: none;
}
				

/*////////////////////////////
	CONTENT
////////////////////////////*/

#content{
	padding: 0px 0px 20px 0px;
	background-color: #fff;/*white*/
	text-align: left;
	width: 850px;
	min-height: 450px;
	float: left;
}
			
* html #content { height: 400px;}
						
.innercontent{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	float: right;
	width: 620px;
}		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/
#footerwrapper {
	width: 850px;
	background-color: #fff;/*white*/
	height: auto;
	float: left;
	margin: 0px;
}

#footerlogo{
	height: 52px;
	background-image:    url(images/footer_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: right;
	margin: 0px 15px 0px 15px;
}


		
#copyright {
	font-family: arial, helvetica, sans-serif;
	padding: 0px 15px 10px 15px;
	margin: 0px 0px 20px 0px;
	font-size: 80%;
	height: auto;
	text-align: right;
}

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans-serif;
	color: #666;/*grey*/
	font-size: medium;
	font-weight: bold;
}


h2{
	font-family: arial, helvetica, sans-serif;
	color: #666;/*grey*/
	font-size: small;
	font-weight: bold;
}  

  

/*////////////////////////////
	LINKS
////////////////////////////*/

a{
	color: #339933; /*blue */
	text-decoration: underline;
}

a:visited{
    color: #339933; /* grey */
	text-decoration: underline;
}

a:hover{
    color: #339933;  /* grey */
	text-decoration: none;
}

/*////////////////////////////
	OTHER
////////////////////////////*/

img{
	border: none;
}

ul{
	list-style-type: image;
	list-style-image:   url(images/bulletpoint.gif);
}

.small
{
	font-size: 80%;
	width: 19em;
}

.left{
	float: left;
	margin-right: 10px;
}

.right{
	float: right;
	margin-left: 10px;
}

#map{
	border: 1px solid #666;
}