
#map {
	width: 100%;
	overflow: hidden;
	position:relative;
	margin-top: 0px;

}

#outer	{
	background-image:url(img/bg.png);
	background-repeat: repeat-x;
	width:100%;
	background-position: center;
}

#wrapper {
	width: 980px;
	overflow: hidden;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(img/bg.png);
	background-repeat: repeat-x;
	background-position: center;
	padding-right: 10px;
	padding-left: 15px;
}



#mapnavigation {
	width: 300px;;
	height:400px;
	z-index:1000;
	position:relative;
	margin-top: -400px;
	margin-left:12%;
	background-image:url(img/mapbg.png);
	background-repeat:no-repeat;
	background-position: center;
	float:left;
	text-align:center;
}
.mascot {

	z-index:1999;
	position:relative;
	margin-top: -200px;
	height:200px;
	float:left;

}


#searchform {
	padding:20px;
	padding-top:30px;
}

select {
	padding:10px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;	
}

#mapnavigation2 {
	width: 300px;;
	height:400px;
	z-index:1000;
	position:relative;
	margin-top: -400px;
	margin-right:12%;
	background-image:url(img/mapbg.png);
	background-repeat:no-repeat;
	background-position: center;
	float:right;
	text-align:center;
}

.navtext {
	color:#FFF;
	
}
.mascot2 {

	z-index:1999;
	position:relative;
	margin-top: -200px;
	height:200px;
	float:right;

}
#searchform2 {
	padding:20px;
	padding-top:30px;
}

h1 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size:20px;
	color:#FFF;
	padding:8px;
}

h2 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size:18px;
	color:#CCC;
	padding-bottom:8px;
}
h3 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size:17px;
	color:#000;
	padding-bottom:8px;
}

.title{
	background-image:url(img/header.png);
	height:40px;
	width:960px;
	margin-top:18px;
	margin-bottom:6px;
	
	
}
#divider{
	width:100%;
	height:20px;
	background-color:#6C0;
	background-image:url(img/divider.png);
	background-repeat:repeat-x;
}

#featuredcontainer{
	width:960px;
	height:200px;
	
}

.featured{
	width:320px;
	float:left;
	text-align:center;
}



a {
	color:#090;
}
a:visited{
	color:#090;
}

