﻿body {
    margin: 0 0 15px 0;
    padding: 0;
    min-width: 779px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-style: normal;
	font-weight: normal;
    color: #07526a;
    background-color: #E1D9C5;
}

p, td, ol, ul  {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

p.mission {
	margin-bottom: -10px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13pt;
}

.services {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10.6pt;
}

.footnav-serif{
	font-family: Times New Roman, Times, Serif;
	font-style:italic;
	font-size: 14pt;
	color:white;
}

.footnav-sans {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: white;
	font-style: normal;
	font-size: 10pt;
}

.footer-head {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px #a6966a solid;
	color: #a6966c;
}

a:link {
	text-decoration: none;
	color: #07526a;
}

a:visited {
	text-decoration: none;
	color: #07526a;
}

a:active {
	text-decoration: none;
	color: #07526a;
}

a:hover  {
  	text-decoration: underline;
}



/*Layout Styles*/



#main
{
    width: 779px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: white;
    }

#masthead {
	width: 779px;
	height: 130px;
    background-color: #07526a;
}

#top_nav {
	width: 779px;
	height: 28px;
	text-align: left;
    background-color: #c4b58c;
}

#divcontent {
    margin: 0 0 0 0;
    padding: 5px 0 10px 0;
    width: auto;
    text-align: left;
    min-width: 779px;
    max-width: 779px;
}

#footnav {
	width: 779px;
	height: 32px;
	text-align: left;
	color: white;
	background-image: url('images/layout/footnav-back.gif');
	background-repeat:repeat-x;
    padding: 2px 0 2px 0;
}

#footnav a {
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#footer {
	clear: both;
	width: 779px;
	margin: 0;
	padding: 5px 0 5px 0;
}

#contact a {
	margin: 0;
	height: 36px;
	}

#contact a:hover img {
    visibility: hidden;
}

.nav_contact{
	background: url('images/layout/contact-us-over.gif'); 
}

#news ul {margin: 0; list-style: none;}
#news li {background-image: url('/images/layout/bullet.gif'); background-repeat: no-repeat; background-position: left; padding-left: 10px;}

