html {
	background: #3097D1 url(images/bkgndHm.jpg) repeat-x;
}

#wrapper {
	
}
#header {
	background-image: url(images/head.png);
	height: 118px;
	list-style-type: none;
	position: relative;
}

#header ul{
	list-style-type: none;
}

#header li {
	float: left;
	
	}

#header li a {
	position: absolute;
	background: url(images/topmenu.png); 
	top: 0;
	height: 118px;
	width: 185; 
	text-indent: -9999px;
	overflow: hidden;
	}
	
li#home a{
	background-position: 0 0;
	height: 118px;
	width: 189px;
	left: 0px;
}
li#camarillo a{
	background-position: -188px 0;
	height: 118px;
	width: 183px;
	left: 189px;

} 
li#oxnard a{
	background-position: -379px 0;
	height: 118px;
	width: 191px;
	left: 372px; 

}
li#Simi a{
	background-position: -566px 0;
	height: 118px;
	width: 187px;
	left: 563px;

}
li#Oaks a{
	background-position: -753px 0;
	height: 118px;
	width: 190px;
	left: 750px;

}
li#camarillo a:hover{
	background-position: -188px 120px;
	height: 118px;
	width: 183px;
	left: 189px;

} 
li#oxnard a:hover{
	background-position: -379px 120px;
	height: 118px;
	width: 191px;
	left: 372px; 

}
li#Simi a:hover{
	background-position: -566px 120px;
	height: 118px;
	width: 187px;
	left: 563px;

}
li#Oaks a:hover{
	background-position: -753px 120px;
	height: 118px;
	width: 190px;
	left: 750px;

}

#skip {
	background: url(images/footMn.jpg)
	font: "Courier New", Courier, monospace;
	background: none;
	text-align: center;
	color: #FFF;
	background: none;
	line-height: 2;
}

#skip a{
	font: "Courier New", Courier, monospace;
	color: #FFF;
	text-decoration: none;
	}
#flash {
	padding-top: 9px;
}
