﻿body {
	height:auto;
	min-height:100%;
}

html {
	height:auto;
	min-height:100%;
}

body {
	font-family:Verdana, Tahoma;
	font-size:0.8em;
	color:black;
	margin:8px 0 8px 0;
	padding:0;
}

div#main_container {
	margin:0 auto 0 auto;
	width:950px;
	height:auto;
	min-height:100%;
	position:relative;
}

div#header {
	height:34px;
	width: 950px;
	margin-bottom:6px;
	clear:both;
	position:relative;
	background-image: url('../images/title_bar.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#title {
	font-family:Verdana, Tahoma;
	font-size:1.8em;
	color:#004f5a;
	font-weight:normal;
	position:absolute;
	left:8px;
	bottom:4px;
}

#phone {
	font-family:"Arial Narrow";
	color:gray;
	font-size:0.8em;
}

* html #phone {
	 font-size:10px;
}

ul.nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right:8px;
	bottom:2px;
	float:left
}

ul.nav li {
	float:left;
	border-left: 1px gray dotted;
}

ul.nav a {
	display:block;
	padding:9px 5px 9px 5px;
	text-decoration:none;
	color:#004f5a;
	font-size:0.8em;
	text-align:center;
}

ul.nav a.current {
	background:silver url('/inc/button.png') repeat-x scroll left top;
}

ul.nav a.normal:hover {
	color:#51b948;
}

div#flash_ahh {
	width:950px;
	height:1px;
	background-color:white;
	border: 1 green dotted;
	margin: 4px 0 4px 0;
	clear:both;
	text-align:center;
}

h1 {
	clear:both;
	color:#004f5a;
	font-weight:bold;
	font-size:1.25em;
}

h2 {
	color:#51b948;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom: 4px;
	margin-top: 1px;
}

h3	{ 
	color: #505050;
	font-size: 1.0em;
	font-weight:bold;
}

a {
	color:#004f5a;
	text-decoration:none;
}

a:hover {
	color:#51b948;
	text-decoration:underline;
}

p {
	margin: 2px 0 2px 0;
}

.spacer {
	height:100%; width:1px; float:right;
}

.pale_green {
	color:#51b948;
}

.dark_green {
	color:#004f5a;
}

.right {
	text-align:right;
}

.bold {
	font-weight:bold;
	color:black;
}

.smaller {
	font-size: 0.8em;
}


.clear {
	clear:both;
}

a.rss_link img {
	border:0;
	float:right;	
}

div#footer {
	height:34px;
	width: 950px;
	margin-top:6px;
	clear:both;
	position:relative;
	bottom:0;
	background-image: url('../images/title_bar.png');
	background-repeat:no-repeat;
	background-position:left top;
}

div#copyright {
	position:absolute;
	right:8px;
	top:8px;	
}

div#site_links {
	position:absolute;
	left:8px;
	top:8px;
	color:gray;
}

form {
	margin-bottom: 0px;
}

div.help {
	background-color:#FFFFCC;
	border:1px gray solid;
	margin:4px;
	clear:both;
	padding:2px;
	font-size: 0.8em;
	color:gray;
}

.warning { 
	border:1px solid #D9261C; 
	padding:8px; 
	color: #FF0000; 
	font-size:0.8em; 
	font-weight:bold; 
	background-color:#DEE8E3;
	margin-bottom:4px;
}

table.normal {
	empty-cells:show;
	border-collapse:collapse;
}

table.normal th {
	text-align:left;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:top;
	padding:4px;
}

table.normal td {
	vertical-align:top;
	padding:4px;
}

a.external {
	text-decoration:none;
	background-image:url('../icons/globe.png');	
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:18px;
	padding-right:0;
	display:block;
}

ul.horizontal {
	padding-left:8px;
	padding-right:8px;
	list-style-type:square;
	margin:10px;
}

ul.horizontal li {
	font-size:0.7em;
	padding:1px 0 0 0;
}


div#sub_footer {
	width: 950px;
	margin-top:6px;
	clear:both;
	text-align:center;
	font-size:0.8em;
	color:silver;
}


div#sub_footer a {
	color:gray;
	text-decoration:none;
}