body {
  background: #fff;
  color: #000;
	font-size: 100%;
}

h1 {
	margin: 0;
	font-size: 150%;
}
h2 {
	margin-top: .2em;
	margin-bottom: .5em;
	text-align: center;
	font-size: 140%;
}
h3 {
	margin-bottom: .5em;
	font-size: 125%;
}
h4 {
	margin-bottom: .5em;
	font-size: 110%;
}
h5 {
	margin-bottom: .2em;
	font-size: 105%;
}

p {
	margin-top: 1em;
	margin-bottom: 0;
}

ol ul {
	list-style: disc;
}
ul ul {
	list-style: circle;
}
ul ul ul {
	list-style: square;
}


a {
	color: #009;
	background-color: transparent;
}
a:visited {
	color: #555;
	background-color: transparent;
}
a:hover,
a:focus,
a:active {
	color: #900;
	background-color: transparent;
}
a img {
	border-width: 0;
}

img {
	vertical-align: middle;
}


/* adjust margins */
p + h2 {
	margin-top: 1em;
}


h3 + h4, h4 + h5,
h5 + p {
	margin-top: 0;
}

h3 + p,
h4 + p,
p + ul,
p + ol,
li>ul,
li>ol {
	margin-top: .5em;
}
li p {
	margin-bottom: 1em;
}
.split h3 {
	margin-top: 0;
}



.wrapper {
  margin: auto;
  background: #000;
  color: #fff;
  width: 750px;
	padding-bottom: 1px;
}


.header {
	overflow: hidden;
	zoom: 1;
}
.header ul {
	margin: 0;
	padding: 0 15px;
	list-style: none;
	font-size: 110%;
	text-transform: uppercase;
	line-height: 1.5;
}
.header li {
	margin: 0;
	padding: 0;
	float: left;
	width: 24%;
}
.header #home {

}
.header #about {
	text-align: center;
	width: 25%;
}
.header #svcarea {
	float: right;
	text-align: center;
	width: 25%;
}
.header #contact {
	float: right;
	text-align: right;
}
.header a {
	background-color: #000;
	color: #ffc;
}
.header img {
	border-width: 0;
}


.main {
	clear: both;
	background: #000;
	color: #fff;
	margin: 0 20px 0 8px;
	overflow: hidden;
	zoom: 1;
	border-right: 2px solid #bbb;
	border-left: 2px solid #ffc;
	position: relative;
}

#content {
	background: #fff;
	color: #000;
	border: 15px solid #bbb;
	margin: 0 150px 0 12px;
	padding: .1em 20px 1em 20px;
	min-height: 370px;  /* navbar height */
}
#content li {
	margin-bottom: .5em;
}



/* tables */
table {
	clear: left;
}
td, tbody th {
	vertical-align: top;
	padding: .2em .5em .2em 0;
	text-align: left;
}
.split td {
	width: 50%;
	padding: 0;
}


/* navigation */
.nav {
	float: right;
	width: 150px;
	padding-bottom: 80px;
	margin-bottom: 1em;
	background: #bbb url(images/logo.gif) 50% 99% no-repeat;
	color: #000;
	zoom: 1;
	position: relative;
}
.nav h2 {
	text-align: center;
	margin: 0;
	border: 1px solid #999;
}
.nav ul {
	margin: 0;
	padding: 1px;
	border: 1px solid #999;
	list-style: none;
	font-size: 110%;
	font-variant: small-caps;
}
.nav li span,
.nav li a {
	display: block;
	background: #B8B088 url(images/nav-off.jpg) repeat-y;
	color: #000;
	border: 1px solid #999;
	text-decoration: none;
	zoom: 1;
}
.nav li a:hover,
.nav li a:active,
.nav li a:focus {
	background: #E8E0A8 url(images/nav-on.jpg) repeat-y;
	color: #000;
}
.nav a img {
	border-width: 0;
}

/* misc rules */
.sponsor {
	clear: right;
	float: right;
	width: 154px;
	text-align: center;
}
.sponsor img {
	margin: 5px;
	border-width: 0;
}

.GCD {
	text-align: center;
	padding-bottom: 1em;
}
.GCD p {
	margin: 0;
}
.GCD big {
	font-size: 175%;
	font-weight: bold;
}
.GCD small {
	display: block;
	margin-bottom: 1em;
}

.hilite {
	font-size: 80%;
	text-align: center;
}
.clear {
	clear: both;
}

.sidebar {
	position: absolute;
	width: 150px;
	background: #000;
	color: #ffc;
	top: 550px;
	right: 0;    /* under navbar */
}
.sidebar a {
	background: #000;
	color: #ff0 !important;
}
.sidebar p {
	padding-left: 4px;
}

.skiplinks {
	position: absolute;
	top: -10em;
	left: 0;
}


ul.locations {
	clear: left;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	overflow: hidden;
}
#content ul.locations li {
	width: 10em;
	float: left;
	margin: 0 0 .2em 0;
	padding-left: 0;
}
#content ul.zipcode li {
	width: 5em;
}

/* IE6 min-height \*/
* html #content {
	height: 12em;
	width: 477px;
	overflow-x: hidden;
} /* end */

/* IE6 fix width \*/
* html #content ul.locations li {
	width: 9.9em;
} /* end */

