/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #C6C6DD;
}

#wrapper {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	border: 1px solid #999;
	background-color:#FFFFFF;
}

#header {
	margin: 0;
	padding:0;
	text-align: right;
}

#header img {
	border: 1px solid #000;
	margin:0;
	padding:0;
}

#content {
	margin: 5px;
}

#content p {
	line-height: 1.8em;
	font-size: 110%;
}

#footer {
	clear:both;
	font-size: 0.8em;
	text-align: center;
	border: medium solid #AEA87C;
	padding: 5px;
}

#nav {
	width:194px;
	margin:0;
	padding:0;
	margin-top: 20px;
	list-style-type: none;
	border: medium solid #AEA87C;
}

#nav li {
	border-bottom: 1px solid #999;
	padding:0;
	margin:0;
	list-style-type: none;
	line-height: 40px;
}

#nav li a {
	text-decoration: none;
	padding-left: 40px;
	margin:0;
	color: #ffffff;
	display:block;
	background: #3D5D78 url(img/navbullett.gif) no-repeat 10px center;
}

#nav li a:hover {
	background: #78A1C4 url(img/navbullettover.gif) no-repeat 10px center;
}

#nav li.currentlink a {
	background: #78A1C4 url(img/navbullettover.gif) no-repeat 10px center;
}

#lcol {
	padding-top: 10px;
	width: 72%;
	float: left;
	clear: left;
	margin-bottom: 15px;
}
#designed {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 0.9em;
	color: #000;
	margin-top: 10px;
}

#rcol {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}
#contactinfo {
	text-align: center;
	border: thin solid #AEA87C;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	background-color: #FFFFFF;
}
#content h2 {
	font-weight: bold;
	font-size: 140%;
	color: #000000;
	text-decoration: underline;
}
#content h1 {

	font-weight: bold;
	font-size: 160%;
	color: #000000;
	text-decoration: underline;
}
#admininf {
	margin-left: 10px;
	line-height: 1.8em;
	margin-bottom: 20px;
	clear: left;
}
#admininf span {
	float: left;
	width: 35%;
	height: auto;
} 

.adright {
	float: left;
	width: 300px;
}
#admininf p.row {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.highlight {
	border: 1px solid #AEA87C;
	padding: 10px;
	background-color: #FBF5CC;
	list-style-type: none;
	margin: 10px 0px 0px;
	text-align:left;
}

.highlight span{
	margin:5px;
	margin-left:0;
	margin-top:10px;
	text-align:center;
}

#list li{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.8em;
}
.hbg {
	background: #FFFFFF url(img/home-bg.gif) no-repeat 90% 70%;
}

.vmbg {
	background-image: url(img/vmbg.gif);
	background-repeat: no-repeat;
	background-position: 90% 80%;
}

.pcbg {
	background: #FFFFFF url(img/pcbg.gif) no-repeat 100% 80%;
}

.adbg {
	background: #FFFFFF url(img/adminbg.jpg) no-repeat 70% 70%;
}
.hcwh {
	background: #FFFFFF url(img/hcwhbg.gif) no-repeat 70% 85%;
}

ul#links {

	list-style-type:none;
	margin-bottom: 10px;
	width:500px;
}

ul#links li {
	width: 200px;
	float:left;
	margin: 0 15px 0 15px;
	padding:0;
	text-align:center;
}
#links p {
	padding-bottom: 20px;
	text-align:center;
}
#links p img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.center, span.center {
	text-align:center;
}

img {
	border:0;
}

table td, tr {
	padding:5px;
}

.mapinfo {
	float:left;
	left:10px;
	width: 127px;
	background-color:#FFFFCC;
	color:#000;
	padding:5px;
	border:1px solid #000;
	z-index:1;
}

#infobox {
	border: 1px solid #AEA87C;
	padding: 10px;
	background-color: #FBF5CC;
	list-style-type: none;
	margin: 10px 0px 0px;
	display:block;
	color:#000;
}

.areaover {
	display:block;
}

.area {
	display:none;
}

.none {
	color:#000;
}

.map {
	float:left;
	width:281px;
	margin:0;
	padding:0;
}

.clear {
	clear:left;
}

table {
	background-color:#FFFFCC;
	border:1px solid #999;
	font-size:0.9em;
}

td {
	padding:10px;
}

tr.headrow {
	border:1px solid #000000;
	color:#000;
}

.highlight img {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#content p.bluetext {
	color:#006699;
	font-weight:bold;
	text-align:center;
	font-size:1.5em;
	text-decoration:underline;
}