html, body	{
	background-color: #e8d8bf;
	margin: 0;
	text-align: center;
		}

p, td {
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 150%
	}
	
.red {color: #C00}
		
h1, h2, h3 {
	color: #48618e;
	font-family: Verdana;
	}

h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	margin: 0 0 -10px 0;
	}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #48618e;
	}
	
.contact_phone {
	font-size: 12px;
	font-weight: bold;
	}

.text, .texthome li, .newstext {
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 150%;
		}
		
.newstext {
	padding: 20px;
	}

.text ul {
	list-style-type: square;
		}

.texthome ul {
	list-style-image: url(../images/decorative-bullet.gif);
	list-style-type: square;
		}
		
.sitemap1 p {
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 150%
		}
		
.sitemap2 p {
	padding-left: 15px;
		}
		
p a:link	{color: #48618E; text-decoration: none}
p a:visited	{color: #666; text-decoration: none}
p a:hover	{color: #fff; background-color: #48618e; text-decoration: none}

li a:link	{color: #48618E; text-decoration: none}
li a:visited	{color: #666; text-decoration: none}
li a:hover	{color: #fff; background-color: #48618e; text-decoration: none}


.boldred {
	color: #C00;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	float: right;
		}
		
.footer p {
	color: #333;
	font-family: Verdana;
	font-size: 9px;
	margin: 0;
	text-align: right;
		}

.footer h1 {
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: right;
		}

.footer a:link {
	color: #333;
		}

.footer a:hover {
	color: #fff;
	background: #48618e;
		}
		
.thumbcontain, .thumbcontain360, .staffthumb {
	text-align: center;
	width: 180px;
	float: left;
	padding: 10px 0 0 0;
	line-height: 150%;
	}

.staffthumb {
	width: 190px;
	height: 275px;
	}

.thumbcontain360 {
	width: 360px;
	}
	
.thumbcontain h1 {
	color: #000;
	font-size: 10px;
	line-height: 100%;
	padding: 0;
	margin: 0;
	}

.thumbcontain p, .thumbcontain a:link {
	color: #000;
	font-size: 10px;
	line-height: 100%;
	padding: 0;
	margin: 0;
	line-height: 140%;
	}
	
.thumbcontain a:hover {
	color: #fff;
	}
	
#button a:link {
	color: #fff;
	text-decoration: none;
	}

#button {background:#71ab3d;
	width:100px;
	text-align:center;
	font-family: Verdana;
	font-size: 11px;
	padding:4px;
	}

#button a:hover {color:#c1e3ec;
	}

p.quote {
	background:#c1e3ec;
	text-align:center;
	font-style:italic;
	padding:20px;
	}

.overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 1300px;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);

}
	
