html, body {
	margin:0;
	padding:0;
}
body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a {
	color: #0095b6;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
td p {
	line-height: 1.3em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	margin: 4px 0 2px 0;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
	text-align: center;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
h3	{
	font-family: "Georgia", "Palentino", serif;
	font-size: 20px;
	text-decoration: bold;
	color: #0095b6;
}

h4 {
	font-family: "Georgia", "Palentino", sans-serif;
	font-size: 18px;
	color: #0095b6;
	text-align: center;
	text-decoration: none;
}

h5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 0px 0;
	font-size: 14px;
	color: #0095b6;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

/* special font and size for text surrounding logo on index page */
h6 {
	font-family: "Georgia", "Palentino", serif;
	margin: 0 0 10px 0;
	font-size: 40px;
	color: #0095b6;
	text-align: center;
	text-decoration: none;
  letter-spacing:5px;
}

/* special font and size for heading text on history page inside table */
.date {
	font-family: "Georgia", "Palentino", serif;
	margin: 0 0 0px 0;
	font-size: 18px;
	color: #0095b6;
	text-align: right;
	vertical-align:top;
	text-decoration: none;
}


td div#vr {
	background-color: #0095b6;
	height: 350px;
	width: 4px;
}

.reditalic	{
	font-size: 12pt;
	font-weight: normal;
	font-style:italic;
	color: #8c052c;
	padding:0;
}

.red	{
	font-size: 12pt;
	font-weight: normal;
	font-decoration:bold;
	color: #8c052c;
	padding:0;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	/*overflow-x: auto;*/
}
div#page {
	width: 1000px;
	background-color: #fff;
	margin: 10px auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#header {
	margin: 10px auto;
	text-align: center;
}
div#container {
	padding: 0 20px 20px 20px;
	text-align: left;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	font-size: 11px;
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
div#footer #visitlinks {
	font-size:12px;
	margin-bottom:6px;
}
.crpoint	{
	cursor:pointer;
}
/* Image box styles */
#container .imageright, #container .imageleft	, #container .imagebox	{
	-moz-box-shadow: 3px 3px 6px 0px #000; /* Firefox */
	-webkit-box-shadow: 3px 3px 6px 0px #000; /* Safari and Chrome */
	box-shadow: 3px 3px 6px 0px #000;
	border:solid 1px #000;
}
#container .imageright	{
	float:right;
	margin:0px 0px 10px 6px;
}
#container .imageleft	{
	float:left;
	margin:0px 10px 10px 0px;
}
#container .imagebox	{
	align: center;
	margin:0px 10px 10px 10px;
}
#container div.floatclear	{
	clear:both;
}

/* Map Styles */
#dmap	{
	margin:0 auto;
	display:block;
	width:900px;
	height: 680px;
	border: 8px #ddd solid; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 8px 8px 5px #aaa; /* Firefox */
	-webkit-box-shadow: 8px 8px 5px #aaa; /* Safari and Chrome */
	box-shadow: 8px 8px 5px #aaa;
}

/* Table Sort Styling */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	color: #ffffff;
	background-color: #003366;
	border: 1px solid #660066;
	font-size: 9pt;
	padding: 4px 20px 4px 4px;
}
table.tablesorter thead tr .header {
	background-image: url(members/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #003333;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#dce3ea;
}
table.tablesorter tbody tr.even td {
	background-color:#ffffff;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(members/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(members/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #660033;
}

/* Estimate Steps Styling */
.estepthis, .estepother	{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
}
.estepthis	{
	color:#444;
}
.estepother	{
	color:#bbb;
}
/* Form Styling */
#formwrapper	{
	width:900px;
	margin: 12px auto 0px auto;
}
/*#formwrapper input:focus	{outline:2px solid #0c1975;}*/
#formwrapper	form#formenclosure	input {
	margin:2px;
	border: #800 solid 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
#formwrapper	form#formenclosure input.sactive {
	border: #080 solid 3px;
	/*font-size: 14px;*/
}
#formwrapper .label	{
	text-align: right;
	vertical-align: top;
	color: #444;
	font-size: 12px;
	font-weight: normal;
}
#formwrapper .required	{
	text-align: center;
	color: #dc143c;
	font-size: 12px;
	font-weight: normal;
}
#formwrapper .input	{
	color: #444;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
#formwrapper .readonly	{
	text-align: left;
	vertical-align: top;
	color: #444;
	font-size: 12px;
	font-weight: bold;
}#formwrapper .plain	{
	text-align: left;
	vertical-align: top;
	color: #444;
	font-size: 12px;
}
#formwrapper input, #formwrapper textarea	{
	color: #444;
	font-size: 12px;
}
#formwrapper select	{
	font-size: 14px;
}
#formwrapper textarea	{
	margin: 10px 0px;
	vertical-align: top;
}
#formwrapper fieldset	{
	border: 1px #dc143c solid;
	text-align: left;
	vertical-align: top;
}
#formwrapper legend	{
	color: #0095b6;
	font-style: italic;
	font-size: 10pt;
}
/* endorsement popup */
div#endopopup	{
	border: 4px #888 solid;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-moz-box-shadow: 8px 8px 5px #444; /* Firefox */
	-webkit-box-shadow: 8px 8px 5px #444; /* Safari and Chrome */
	box-shadow: 8px 8px 5px #444;
	
	display: none;
	position: fixed; 
	top: 1000px;
	left: 1000px; 
	width: 410px; 
	height: 120px;
	padding: 4px;
	background-color: #ffffff;
	z-index: 10;  
	text-align: center;
	font-size: 10px;
}
div#endopopup	h4 {
	margin: 5px 5px 5px 5px; 
	font-size:16px;
	color:#444;
	font-weight:bold;
}
/* Server, js messages */
#responsemessage, #responsemessage2	{
	color: #AA0000;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px;
}
#responsemessage	.errortext, #responsemessage2	.errortext	{
	color: #AA0000;
}
#responsemessage	.successtext, #responsemessage2	.successtext {
	color: #009900;
}
/* Hide stuff when printing */
@media print
{
  div#header, div#buttonbar, span.estepother, span.estepthis, button.ezbutton {
		display:none;
	}
}
