html, body, 
margin: 0; /* zeroes the margins on the body */
padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
border: 0; /* zeroes off any existing border */
}

img
{display:block}

body {
	background-color: #e5e4e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	background-image: url(../images/page_BG.gif);
	background-repeat: repeat-x;
}



a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9eb237;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9eb237;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}


.divider
{
	clear: both;
	margin: 0;
	padding: 0;
}


/* CONTAINER
-------------------------------------------------------------------- */

#container
{
	margin: 47px auto 30px auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* HEADER
-------------------------------------------------------------------- */

#pageTop
{
	margin: 0 0 1px 0;
	background-image: url(../images/page_top.gif);
	background-repeat: no-repeat;
	padding: 0px 1px 0 0;
	/*border: solid 1px #000000;*/

}

#banner
{
	margin: 0 0 0 0;
	padding: 0 1px 0 1px;
	width: 748px;
}

#logo
{
	text-align: center;
	width: 240px;
	float: left;
	display: inline;
	margin: 20px 0 20px 24px;
	/*border: solid 1px #000000;*/

}

#menu
{
	margin: 0 0 1px 0;
	float: right;
}
.menuItem
{
	float: left;
	margin: 0 0 0 1px;
	width: 120px;
	/*border: solid 1px #000000;*/
}

#greyLine
{
	clear: both;
	background-color: #878b8e;
	margin: 0 0 0 1px;
	/*border: solid 1px #000000;*/
}

#mainImg
{
	text-align: center;
	width: 523px;
	float: left;
	margin:  0 1px 0 0;
	/*border: solid 1px #000000;*/

}

#strapLine
{
	width: 224px;
	float: left;
	margin: 0 0 0 0px;
}

/* Nav Top 
----------------------------------*/


#contentContainer
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 750px;
}

#mainContent
{
	text-align: center;
	width: 749px;
	float: left;
	margin: 0 0 0 0;
	background-image: url(../images/content_BG.gif);
	background-repeat: no-repeat;
	padding: 0 0 30px 0;
	/*border: solid 1px #000000;*/

}

#contact
{
	width: 208px;
	float: left;
	margin: 0 0 0 0px;
	padding: 80px 0 0 18px;
	background-image: url(../images/contact_BG.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	color: #666666;
	font-size: 12px;
}

#content
{	
	margin: 40px 0 0 0;
	padding: 0 30px 0 30px;
	font-size: 12px;
	text-align: left;
	line-height: 22px;
	display: inline;
	color: #666666;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.tel
{
	font-size: 14px;
	font-weight: bold;
}

#content h1
{
	margin: 0 0 14px;
	font-size: 18px;
	color: #b5d220;
	font-weight: normal;
}



#content h2
{
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #b5d220;
}

#content h3
{
	margin: 0 0 12px;
	font-size: 10pt;
	color: #C85E0A;
	font-weight: lighter;
	line-height: 13px;
}

#pageEnd
{
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 750px;
	margin: 0 0 0 0;

}
#footer
{
	padding: 7px 0 0 0;
	font-size: 10px;
	text-align:center;
	color:#fff;

}
#footer ul
{
	margin: 0;
	padding: 5px 5px 5px 17px;
}

#footer li
{
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
}

#footer li a, #footer li a:link, #footer li a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
}

.menuBorder {
border-right: solid 1px #fff;
}

#footer li a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #879e0c;
}


#footer a, #footer a:link, #footer a:visited
{
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
}

#footer a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #879e0c;
}