body, html, h1, h2, h3, h4, h5, h6, p, table, form { margin: 0px; padding: 0px; }

body {
	background: #373334;
	color: #686666;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.4em;
}

a:link { color: #3b547a; }
a:visited { color: #505e74; }
a:active, a:hover { color: #28657d; }

h2 {
	color: #57739c;
	font: bold 180% Calibri, Helvetica, Arial, sans-serif;
	margin: 0px 0px .5em 0px;
}

h3 { font-size: 100%; }

p { margin: 0px 0px 1em 0px; }

#container {
	background: #8294b5 url('images/pagebg.gif') repeat-y;
	width: 870px;
	margin: 0px auto;
	text-align: left;
}

#top {
	background: #7db6cb url('images/topright.gif') no-repeat top right;
	height: 84px;
	width: 870px;
	position: relative;
}
	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px;
	}
		#logo a {
			display: block;
			width: 274px;
			height: 84px;
			background: url('images/logo.gif') no-repeat;
			text-indent: -9999px;
		}

	#menu {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		left: 274px;
		top: 44px;
	}
		#menu li { display: inline; }
		
		#menu a {
			display: block;
			height: 40px;
			background: url('images/menu.gif') no-repeat;
			text-indent: -99999px;
			float: left;
		}
		
		#menu_home a { width: 100px; }		
		#menu_services a { width: 110px; background-position: -100px 0px; }
		#menu_people a { width: 100px; background-position: -210px 0px; }
		#menu_contact a { width: 105px; background-position: -310px 0px; }
		#menu_news a { width: 85px; background-position: -410px 0px; }
		
		#menu_home a:active, #menu_home a:hover, #page_home #menu_home a { background-position: 0px -40px; }
		#menu_services a:active, #menu_services a:hover, #page_services #menu_services a { background-position: -100px -40px; }
		#menu_people a:active, #menu_people a:hover, #page_people #menu_people a { background-position: -210px -40px; }
		#menu_contact a:active, #menu_contact a:hover, #page_contact #menu_contact a { background-position: -310px -40px; }
		#menu_news a:active, #menu_news a:hover, #page_news #menu_news a { background-position: -410px -40px; }
#content {
	width: 870px;
	background: url('images/pagebgtop.jpg') no-repeat;
	position: relative;
	padding: 25px 145px 25px 310px;
	min-height: 400px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 415px;
}
	html>body #content { width: 415px; }
	
#footer {
	position: relative;
	width: 870px;
	height: 30px;
	background: url('images/footerbg.jpg') repeat-y;
	color: #fff;
	font-size: 90%;
}

#special {
	position: absolute;
	left: 35px;
	top: 5px;
}
	#special a:link, #special a:visited {
		color: #6c7c93;
		text-decoration: none;
	}
	
	#special a:hover { color: #fff; }
	
#copyright {
	position: absolute;
	left: 310px;
	top: 5px;
}

/* page specific */
.GMapEZ { margin-bottom: 1em; }

.sig {
	background: url('images/sig.gif') no-repeat;
	width: 50px;
	height: 30px;
	text-indent: -9999px;
}

.news {
	margin: 0px; padding: 0px; list-style: none;
}
	.news li {
		border-bottom: solid 1px #ccc;
		margin-bottom: 1em;
	}
	
	