@charset "UTF-8";
/* CSS Document */

body {
	font: 100% "Trebuchet MS", Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	margin: 0px 0px 12px;
	padding: 0px;
}

h1 {
	margin: 0px 0px 10px;
	padding: 15px 0px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
h2 {
	margin: 0px 0px 2px;
	padding: 0px;
	font-size: 14px;
	font-weight: 500;
}
#container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/valparaiso_landscaper.jpg) no-repeat 0px 10px;
	height: 738px;
	position: relative;
}
#logo {
	height: 71px;
	width: 262px;
	position: absolute;
	left: 45px;
	top: 48px;
}
#info {
	width: 970px;
	position: absolute;
	left: 0px;
	top: 700px;
	background: #FFFFFF;
	font-size: 14px;
	height: 20px;
	filter: Alpha(Opacity=80);
	opacity:.80;
	text-align: center;
}
#copyright {
	width: 970px;
	position: absolute;
	left: 0px;
	top: 752px;
	background: #FFFFFF;
	font-size: 11px;
	color: #666666;
	text-align: right;
}
#nav {
	width: 510px;
	left: 456px;
	top: 148px;
	position: absolute;
	z-index: 101;
}
.back1 {
	background: #FFFFFF;
	filter: Alpha(Opacity=80);
	opacity:.80;
	z-index: 1;
	position: absolute;
	height: 36px;
	width: 100px;
	left: 0px;
	top: 0px;
}

.front1 {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
}
.back2 {
	background: #FFFFFF;
	filter: Alpha(Opacity=80);
	opacity:.80;
	z-index: 1;
	position: absolute;
	height: 36px;
	width: 100px;
	left: 0px;
	top: 36px;
}
.front2 {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 36px;
}
.back3 {
	background: #FFFFFF;
	filter: Alpha(Opacity=80);
	opacity:.80;
	z-index: 1;
	position: absolute;
	height: 36px;
	width: 100px;
	left: 0px;
	top: 72px;
}
.front3 {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 72px;
}
.back4 {
	background: #FFFFFF;
	filter: Alpha(Opacity=80);
	opacity:.80;
	z-index: 1;
	position: absolute;
	height: 36px;
	width: 100px;
	left: 0px;
	top: 108px;
}
.front4 {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 108px;
}
#mainmenu {
	width: 510px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#mainmenu a {
	height: 28px;
	width: 100px;
	text-align: center;
	display: block;
	padding-top: 8px;
	background: #FFFFFF url(images/tabs.jpg) no-repeat 0px 50px;
	text-transform: uppercase;
	font: 600 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
#main1 {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 36px;
}
#main1 a:hover {
	background: url(images/tabs.jpg) -1px 0px;
}
#main2 {
	position: absolute;
	left: 102px;
	top: 0px;
	overflow: hidden;
	height: 36px;
}
#main2 a:hover {
	background: url(images/tabs.jpg) -103px 0px;
}
#main3 {
	position: absolute;
	left: 204px;
	top: 0px;
	overflow: hidden;
	height: 36px;
}
#main3 a:hover {
	background: url(images/tabs.jpg) -205px 0px;
}
#main4 {
	position: absolute;
	left: 306px;
	top: 0px;
	overflow: hidden;
	height: 36px;
}
#main4 a:hover {
	background: url(images/tabs.jpg) -307px 0px;
}
#main5 {
	position: absolute;
	left: 408px;
	top: 0px;
	overflow: hidden;
	height: 36px;
}
#main5 a:hover {
	background: url(images/tabs.jpg) -409px 0px;
}
.submenu a {
	height: 100%;
	width: 100px;
	text-align: center;
	display: block;
	padding-top: 8px;
	text-transform: uppercase;
	font: normal 13px Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	color: #000000;
}

.submenu a:hover {
	background: #FFFFFF;
}
#submenu1 {
	left: 0px;
	
}
#submenu2 {
	left: 0px;
}
#submenu3 {
	left: 0px;	
}
#submenu4 {
	left: 0px;
}
#submenu5 {
	left: 0px;
}
.submenu {
	width: 100px;
	position: absolute;
	top: 38px;
}
