@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, img, a, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
	}

p#topnav {
	width: 731px;
	margin: 8px auto;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	}
	
p#topnav a {
	color: #fff;
	text-decoration: none;
	}
	
p#topnav a:hover {
	color: #06b0fe;
	}
	
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 751px;
	background: #fff url(images/background.gif) repeat-y left top;
	border-bottom: 4px solid #06b0fe;
	}

a.home {
	background: url(images/header.jpg) no-repeat left top;
	width: 751px;
	height: 125px;
	display: block;
	overflow: hidden;
	}

a.home h1,
a.home h2 {
	display: none;
	}

ul#nav {
	width: 135px;
	padding: 0 12px 10px 17px;
	float: left;
	height: 500px;
	}

ul#nav li {
	list-style: none;
	display: inline;
	}

ul#nav li a {
	display: block;
	height: 25px;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #000;
	}
	
ul#nav li a:hover,
ul#nav li a.on {
	background-position: left bottom;
	}

ul#nav li a span {
	display: none;
	}

ul#nav li.n_about a { background-image: url(images/n_about.gif); }
ul#nav li.n_services a { background-image: url(images/n_services.gif); }
ul#nav li.n_maps a { background-image: url(images/n_maps.gif); }
ul#nav li.n_performance a { background-image: url(images/n_performance.gif); }
ul#nav li.n_why a { background-image: url(images/n_why.gif); }

ul#nav li ul {
	display: block;
	border-bottom: 1px dotted #000;
	font: normal 10px/11px Arial, Helvetica, sans-serif;
	padding: 10px 0 1px;
	}

ul#nav li ul li {
	display: block;
	margin: 0 0 9px;
	}
	
ul#nav li.n_about ul li a,
ul#nav li.n_services ul li a,
ul#nav li.n_maps ul li a,
ul#nav li.n_performance ul li a,
ul#nav li.n_why ul li a {
	background: none;
	border: none;
	display: inline;
	height: auto;
	text-decoration: none;
	color: #000;
	}	
	
ul#nav li ul li a:hover,
ul#nav li ul li a.on {
	color: #07b0fe;
	}

#content {
	float: left;
	width: 550px;
	padding: 5px 0 10px 10px;
	}
	
h3 {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color: #06b0fe;
	margin: 0 0 10px;
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	}
	
h3 span {
	display: none;
	}

h4 {
	font: bold 12px/11px Arial, Helvetica, sans-serif;
	color: #06B0FE;
	margin: 0 0 10px;
	}

h4 span {
	display: none;
	}

#content table {
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	width: 550px;
	}

#content table th {
	text-align: center;
	padding: 10px 0 5px;
	font-weight: bold;
	border-bottom: 1px solid #07b0fe;
	vertical-align: bottom;
	}

#content table td {
	padding: 3px 2px;
	width: 25%;
	border-bottom: 1px dotted #ccc;
	vertical-align: bottom;
	text-align: center;
	}
	
#content table.poptable td {
	vertical-align: top;
	}
	
#content table.poptable tr.light td {
	border-bottom: 1px dotted #eee;
	}

#content table.poptable tr.regen td {
	background: #ff6;
	}


p,
#content ul,
#content ol {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	}

#content li {
	margin: 0 20px;
	}

p a,
#content li a {
	color: #06b0fe;
	}

div.feature {
	background: #f1f0ee;
	width: 268px;
	border: 3px solid #fff;
	border-top: 0;
	float: left;
	padding: 3px 0 5px;
	}
	
.feature img {
	float: left;
	width: 119px;
	margin: 0 10px 0 3px;
	display: inline;
	}

.feature h4 {
	display: none;
	}
	
.feature p {
	float: left;
	width: 130px;
	margin: 10px 0 0;
	}
	
.feature p.button {
	clear: both;
	margin: 5px 0 0;
	width: auto;
	height: 18px;
	white-space: nowrap;
	}

.feature p.button a {
	display: block;
	float: left;
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	padding: 4px 12px 0 5px;
	color: #fff;
	background: #07b0fe url(images/button.gif) no-repeat right center;
	height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
p#footer {
	background: #b8b6aa url(images/footer.gif) no-repeat 570px center;
	border-top: 6px solid #fff;
	border-bottom: 2px solid #000;
	clear: both;
	margin: 0;
	height: 52px;
	padding: 10px 196px 0 0;
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	}
	
p#footer a {
	color: #fff;
	}
	
p#footer span,
p#footer span a {
	color: #e7e5dc;
	}
	
