html {
	overflow: -moz-scrollbars-vertical;
}

body
{
	margin: 15px 0 0 0;
	padding: 0;
	background-color: #A88D72;
	text-align: center;
	background-image: url('images/map.jpg'); background-repeat: repeat;
}

table  {
	border-collapse: collapse;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}
img  {
	border: 0;
	}
	
.center  {
	text-align: center;         /* ============= used to center three images on home page =========== */
}	
	
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #006600;
}
h2  {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000000;
}
h3  {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000000;
}
/* =========================== MAIN HOLDING TABLE ===================== */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #ffffff;
	border: 2px solid #006600;
}
/* ========================== HEADER CELL on header include ===================== */
.headercell {
	width: 900px;
	height: 108px;
	background-color: #E7DFC8;
	background-image: url('images/header.jpg'); background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

/* =========================== HEADER TABLE HOLDING TEXT ===================== */

.headertext {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 85px;
}
.lefttext {
	width: 215px;

}
.centertext {
	width: 450px;
	text-align: center;
	vertical-align: bottom;
}
.righttext {
	width: 235px;
	text-align: center;
	vertical-align: middle;
}
/* =============================== HEADER NAVIGATION CELL AND LINKS ====================== */
.navcell  {
	width: 900px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	border-top: 8px solid #006600;
	border-bottom: 8px solid #006600;
	background-color: #ffffff;
	color: #006600;
}

a:nav {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	
}
a:link.nav {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:visited.nav {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:hover.nav {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
	color: #A40000;
	text-decoration: none;
	font-weight: bold;

}
a:active.nav {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
	color: #A40000;
	text-decoration: none;
	font-weight: bold;
}


/* ========================================== NORMAL LINKS =============================== */

a {
	color: #006600;
	text-decoration: underline;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #A40000;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: underline;
}

/* ================================ CONTENT CELL ============================ */

.contentcell {
	padding: 20px;
	text-align: left;
	vertical-align: top;
}

/* =================================== SERVICES PAGE ============================== */

.services  {
	width: 860px;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
}

.title  {
	text-align: center;
	font-weight: bold;
}

.servicesl  {
	width: 215px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

.servicesc  {
	width: 559px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

.servicesr  {
	width: 86px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
/* ================================== FOOTER cell and nav ========================== */

.footer  {
	width: 980px;
	height: 30px;
	background-color: #006600;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;	
}

a:foot {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a:link.foot {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited.foot {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover.foot {
	color: #000000;
	text-decoration: underline;

}
a:active.foot {
	color: #FFFFFF;
	text-decoration: underline;
}

.bot  {
	width: 900px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	background-color: white;
}