/* CSS Document */

/* Layout */
html
{
height: 100%;
}

body{
	height:100%;
	font-size:70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	text-align:center;
	color: #333333;
	background-image:url(images/tile.jpg);
	background-repeat:repeat-x;
	background-color: #d3d8dc;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:780px;
	position: relative;
	min-height: 100%;
}

* html #wrapper
{
	height: 100%;
	margin:0 auto;
	text-align:left;
	width:780px;
	background-color:white;
}

#content{
	width:780px;
	margin:0;
	padding:0;
	background-color:#d3d8dc;
	padding-bottom:34px;
}

#header{ background:#000}


#homeleft{
	float:left;
	width:499px;
	padding-right:20px;
}

#bodleft{
	float:left;
	width:110px;
	height:300px;
	top: 0px;
}

#rightmain{ float:right; width:538px}
#middle{
	float:left;
	width:548px;
	padding:0px;
	margin-left: 20px;
}
#homeright{
	float:right;
	width:260px;
}
#staffleft{
	float:left;
	width:499px;
	padding-right:20px;
	height: 120px;
}
#staffright{
	float:right;
	width:260px;
	height: 120px;
}

#right{
	float:right;
	width:519px;
}


#left{
	float:left;
	width:259px;
}

#map{float:left; padding-top:54px;}

	#footer{
	background-image:url(images/footer.jpg);
	position: relative;
	width:100%;
	height:24px;
	padding-top:10px;
	margin-top:-34px;
	text-align:center;
	color:#FFFFFF;
	}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover { 
	text-decoration:none;
	color:#ffffff;
}


li {
	list-style-position: outside;
	margin-top: 10px;
}


a:link, a:active, a:visited {
	text-decoration:none;
	color:#004B84;
}

a:hover {
	text-decoration:none;
	color:#black;
}

/* classes */
.clear{ clear:both}
.bodytext{margin-left:20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {margin:0px; padding:0px; display:inline;}
h6 {
	line-height:24px;
	margin:0px;
	padding:0px;
	font-size: 100%;
	text-align:right;
	display:block;
}
h4 {
	padding:0px;
	display:inline;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* navigation main */
#nav{ 
}

