* { margin: 0; padding: 0; }
* { xborder: 1px solid #00ff00; }

body {
	background: #ffffff;
	color: #000000;
	font: 76%/1.5 Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

p, blockquote, table, ol, ul, .section {
	font-size: 1em;
	margin-bottom: 1ex;
	padding-bottom: 1px; /* prevent colapsing */
}

td {
	vertical-align: top;
}

blockquote {
  margin-left: .5in;
  margin-right: .5in;
}

li {
  margin-left: .5in;
}

a, a:visited {
  color: #0000ff;
  text-decoration: none;
}

a:active,a:hover {
  color: #0000ff;
  text-decoration: underline;
}

a img { border: 0; }

/* headings */
h1 {
  font: normal 1.8em Georgia, serif;
  margin-bottom: 1ex;
}

h2 {
	font: normal 1.5em Georgia, serif;
	margin-bottom: 1ex;
	padding: 0;
	font-variant: small-caps;	
}

h3 {
	font: bold 1.3em Georgia, serif;
	color: #44881b;
	padding-bottom: 1ex;
}


h4 {
	font: bold 1.1em Georgia, serif;
	color: #44881b;
	margin: 1ex 50px 0 50px;
	padding: 1ex 4px 4px 0;
	border-top: 1px solid #ddffdd;
	text-indent: -50px;
}

/* layout divisions */
#shadow_container {
	width: 780px;
	margin: auto;
	background: url("../images/bg.gif") 0 0 repeat-y;
	text-align: left;
}

#shadow_bottom {
	height: 10px;
	background: url("../images/bottom-shadow.gif") 0 0 no-repeat;
	width: 780px;
	margin: auto;
}

#container {
	position: relative;
	margin: 0 10px 0 10px;
	background: #ffffff;
	color: #000000;
	width: 760px;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
#footer * { margin: 0; padding: 0; }

#intro {
	background: url("../images/header.gif") 0 0 no-repeat;
}

#pageheader {
	text-indent: -5000px;
	padding: 0;
	height: 85px;
}

/* Main navigation bar */
#aboutbar {
	font: bold 1.1em "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

#aboutbar * { margin: 0; padding: 0; }
#aboutbar ul { list-style: none; }
#aboutbar li { display: inline; }

#aboutbar li a {
	display: inline;
	text-align: center;
	width: 160px;
	height: 35px;
	padding: 8px 20px 0px 20px;
}

#aboutbar li a:hover {
	padding: 8px 20px 0px 20px;
	height: 33px;
}

#main {
	border-top: 1px solid #9a9a9a;
}
#main .inner {
	padding: 10px;
}

.clear {
	clear: both;
}

.center { text-align: center; margin: auto; }
.right { text-align: right; }

.strong {
	margin-top: 1em;
	text-align: center;
	color: #ffff00;
	font-weight: bold;
}
.strong strong { text-decoration: underline; }

table { width: 100%; }
td { text-align: center; }


#altcontact {
	float: right;
}

.testimonial {
	margin-bottom: 2em;
}

.testimonial .sig {
	width: 20em;
	margin-left: .5in;
	text-indent: -1em;	
	padding-left: 1em;
}

.shut-eye {
	font-weight: bold;
	color: #0099FF;
}

.float-right {
	float: right;
	margin-left: 1ex;
}

.tinytext {
	font-size: .85em;
}