/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 14px;
}
#nav {
	padding: 5px;
	padding-left: 42px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #BBEAFB;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
	margin-right: 45px;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	color: #000000;
	font-size: 11px;
}
.indent {
	margin-left: 35px;
}



/* layout boxes */

#top {
	width: 785px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	min-height: 20px;
	padding-bottom: 20px;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#header {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 255px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
		#header h1{
			padding: 0px;
			width: 755px;
			background-image: url(images/header.gif);
			background-repeat: no-repeat;
			background-position: left top;
			margin: 0px;
			height: 204px;
			}
		#header h1 span {
			display:none
			}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #98DFF9;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
	text-align: center;
}
#content {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#content p {
	margin-left: 20px;
	margin-right: 0px;
}

/*-- nav-bar --*/

#mainNav {
	width: 755px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEBED7;
}
#mainNav ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 755px;
	list-style-type: none;
	background-image: url(images/navBGround.gif);
	background-repeat: repeat-x;
}
#mainNav li{
	float: left;
	vertical-align: middle;
}
#mainNav a{
	line-height: 2em;
	color: #000000;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 4px;
	padding-right: 0.7em;
	padding-bottom: 4px;
	padding-left: 0.7em;
	background-image: url(images/navDivider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
}
#mainNav ul .first a{
	background: none;
	padding-left: 20px;
}
#mainNav ul .first a:hover{
	background: none;
	text-decoration: none;
	color: #BB0011;
}
#mainNav a:hover {
	text-decoration: none;
	color: #BB0011;
}

#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 15px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 42px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 500px;
	float: right;
	display: inline;
}
#main {
	margin-top: 20px;
	padding-left: 42px;
}

#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #000066;
	text-decoration: none;
}
.break {
	clear: both;
	height: 1px;
}
#staff {
	float: left;
	list-style-type: none;
}
#staff li {
	float: left;
	display: block;
	text-align: center;
	margin: 3px;
	padding: 5px;
	font-size: .8em;
	width: 200px;
}
#staff li .name {
	color: #BB0011;
	font-size: 1.2em;
	font-weight: bold;
}
#staff li img {
	margin: 3px;
	border: 2px solid #B8CEE1;
}
.contact {
	width: 300px;
	border-width: 1px;
	border-color: #92DAF5;
	border-style: solid;
}
