
/*
 * public.css
 *
 * 2008.06.19 T.Wright - Page created, client-sepecific defines were
 * moved out of base
 */

h1 {
	color: #02314c;
}

h2 {
	color: #02314c;
	padding: 0;
}

h3 {
	color: #02314c;
	font-size: 0.8em;
}

h4 {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #02314c;
}	

a:hover {
	text-decoration: underline;
	color: #728a97;
}

.footer a:hover {
	color: #8b8f9b;
	text-decoration: none;
}

.footer {
	color: #02314c;
}

ul {
	list-style-type: disc;
	padding: 0 2em;
}


ul#site_menu {
	list-style-type: none;
	width: 140px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	border-top: 1px solid #abb6bd;
}

ul#site_menu li {
	padding: 0.25em 0;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom: 1px solid #abb6bd;
}

ul#footer_links {
  width: 100%;
  list-style: none;
  display: inline; 
}

ul#footer_links li:first-child:before{
  content: "";
  margin-right: 0;
}

ul#footer_links li:before{
  content: "\2022";
  margin-right: 0.1875em;
}

ul#footer_links li{
  display: inline;
  margin-left: -0.25em;
  /*padding: 0;*/
}

form div.field {
  width: 42em;
}

form div.field label {
    height: 100%;
}

body {
	background-image: url('../images/mainbg.jpg');
	background-position: center;
}

address {
	margin: 0 0 0 1.5em;
}

address:first-line {
	margin-left: -1.5em;
}

.contentArea a {
	text-decoration: underline !important;
}
