/* CSS Document */

html,body{
	height:100%;
	font-size:82%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url(images/tile_sub.jpg);
	background-repeat: repeat-x;
	background-color: #555555;

}
#wrapper{
	width:798px;
	margin: 0 auto;
}
#navheader{
	text-align:left;
	height:100px;
	background-image:url(images/navheader.jpg);
}
#header{
	height:99px;
	background-image:url(images/subheader.jpg);
}	
#homeheader{
}
/* Navigation_______________________________________________________________________________ */
	#navheader ul {
	margin:0px;
	padding-top: 70px;
}
	#navheader li{
	font-size:85%;
	display: inline;
}
#navheader a, #navheader a:visited {
	text-decoration:none;
	color:#cfcfcf;
	width:136px;
}
#navheader a:hover, #navheader a:active, #navheader a.active {
	text-decoration:none;
	color:#488aab;
}
.active{
	color:#488aab;
}
#content{
	background-image:url(images/contenttile.jpg);
	background-color:#FFFFFF;
	text-align:left;
	background-repeat:repeat-x;
	padding-top:20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom:20px;
	height: 100%;
}

#title {
	float:right;
	margin-bottom:10px;
}
#titlesub {
	float:right;
	margin-top: 57px;
	margin-right: 40px;
}
#left {
	margin:20px 0px 0px 0px;
	float:left;
	width:265px;
	}
#right {
	margin:20px 0px 0px 0px;
	float:right;
	width:450px;
	}
.clear {
	clear:both;
}
.photofloat{
	float:left;
	margin:0px 20px 20px 0px;
}

.google_map {
    border: 1px solid #134C67;
    width: 425px !important;
    height: 350px !important;
}
h2 {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 115%;
}

h3 {
	padding:10px 0 10px 0;
	margin:5px;
	text-align:right;
	font-size:100%;
	color:#000000;
	border-bottom:1px solid #999999;
	background-image: url(images/smalllogo.gif);
	background-repeat: no-repeat;
}
#staff{
	width:100%;
	height: 220px;
}

.stafftext{
	background-image:url(images/staff_tile.jpg);
	background-repeat:repeat-x;
}

a, a:visited {
	text-decoration:underline;
	color:#083346;
	width:136px;
}
a:hover, a:active,  {
	text-decoration:underline;
	color:#083346;
}
h4 {
	padding:10px 0 10px 0;
	font-size:100%;
	color:#000000;
	margin: 0px;
}
.special {
	color:#488aab;
	font-size: 90%;
}
#rightimage {
	margin:20px 0px 0px 0px;
	float:right;
}
#leftimage {
	float:left;
	margin: 0px 20px 0px 0px;
}
