/********* Valley View Style Sheet ***************/

body {	font: normal 14px/16px arial, sans-serif;
	background-color: #fff;
	color: #000}

#page {
	width: 80%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;}

#frame {
	float: left;
	margin-left: 35px;
	margin-top: 0px;}

img {	position: relative;
	border: solid 0px yellow;
	z-index: 0;}

img.left {
	padding-left: 35px;}

img.right {
	float: right;
	padding-left: 40px;
	left:-30px;
	top: -20px;}

p {	padding-left: 35px;
	padding-right: 35px;
	margin: 0px 0px 15px 0px;}

a {	font: normal 15px/17px arial, sans-serif;
	text-decoration: none;}

a:visited {
	color: red;}
a:link {
	color: red;}
a:hover {
	font: bold 13px/17px arial, sans-serif;
	color: gray;}
a:active {
	color: blue;}

h1 { 	font: bold 20px/22px arial, sans-serif;}

h4 {	display:inline;
	padding-left: 35px;
	padding-right: 35px;}

ul.plain {
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 5px;
	margin: -15px 0px 15px 0px;}

ul.plain li {
	padding: 0px;
	margin: 0px 0px 10px 25px;}

/************************ shadow box styles ***********************/

div.content {
	clear: both;
	width: 90%;
	background:url(art/top_left.gif) top left no-repeat;
	border: solid 0px yellow;}

div.content h2 {
	font: bold 20px/22px arial, sans-serif;
	background:url(art/top_right.gif) top right no-repeat;
	padding: 35px 40px 30px 60px;
	margin: 0px;}

div.contentBody {
	background:url(art/right_border.gif) top right repeat-y;
	margin: 0px;
	margin-top: -0px;
	padding: -50px;
	border: solid 0px yellow;}

div.contentFooter {
	background:url(art/bottom_left.gif) bottom left no-repeat;
	clear: both;}

div.contentFooter p {
	font: normal 12px/14px arial, sans-serif;
	text-align: right;
	background:url(art/bottom_right.gif) bottom right no-repeat;
	display: block;
	padding: 35px 60px 35px 45px;
	margin: -17px 0 0 0;
	border: solid 0px yellow;}

/************** new menu styles******************/

#menu {	position: relative;
	height: 125px;
	margin-bottom: 0px;
	float: left;
	z-index: 1;}

div.hide {
	position: relative;
	top: 0px;
	height: 125px;
	overflow: hidden;
	z-index: 0;}

#menu ul {
	float: left;
	padding: 0;
	margin: 0px;
	list-style: none;
	width: 175px;}

#menu li {
	position: relative;
	float: left;}
	
li ul {	position: absolute;
	top: 100px;
	left: 25px;
	width: 100px;
	background: url(art/pool-water.gif) bottom left no-repeat;
	display: none;}

#menu li ul a {
	display: block;
	padding: 0px 5px 5px 5px;
	text-decoration: none;
	border-bottom: 0;
	font: normal 15px/17px arial, sans-serif;
	color: blue;}

#menu li ul a:visited {
	color: blue;}

#menu li ul a:link {
	color: #000;}

#menu li ul a:hover {
	color: #fff;
	padding-left: 1px;
	border-left: solid 3px yellow;
	border-right: solid 3px yellow;}

#menu li ul a:active {
	color: #fff;
	border-left: solid 3px yellow;
	border-right: solid 3px yellow;}

/* Fix IE. Hide from IE Mac \*/
* #menu html ul li { float: left; }
* #menu html ul li a { height: 1%; }
/* End */

#menu li:hover ul, li.over ul {
	display: block;}

#menu li ul img {
	top: -0px;}

#menu li ul li {
	width: 100px;}



/*end of file*/