﻿/** {margin:0; padding:0;}*/





/*LAYOUT */


#header1
{
	width: 940px;
}



.Meganav
{
	display: none;
	list-style: none;
	margin: 0;
	height: 1%;
	padding: 0;
	overflow: hidden;
	font: bold 14px Geneva, Tahoma, sans-serif;
	text-transform: uppercase;
	background: url(../images/bg-nav.gif) no-repeat; /*z-index: 2;*/
}
.Meganav li
{
	float: left;
	margin: 0 1px 0 -1px;
	background: url(../images/separator-nav.gif) no-repeat 0 0;
	padding: 0 0 0 1px;
}
.Meganav li a
{
	color: #069;
	display: block;
	cursor: pointer;
}
.Meganav li a:hover
{
	background: url(../images/bg-nav-l.gif) no-repeat 0 100%;
	text-decoration: none;
}
.Meganav li a span
{
	display: block;
	padding: 23px 25px;
}
.Meganav li a:hover span
{
	background: url(../images/bg-nav-r.gif) no-repeat 100% 100%;
}





/* -------- Push-Down Navigation -------- */
#sheetHolder
{
	width: 940px;
	height:312px;
	display: none;
	position: relative;
	background-color: #f1f1f1;
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	border-top: 1px solid #fff;
	padding-left:-20px;
}
.sheet
{
	display: none;
	z-index: 1000;
	padding-left: -20px;
	padding-bottom:20px;
	position: relative;
	width: 940px;
	height: 312px;
}
.sheet h2
{
	text-indent: -9999em;
	font-size: 0;
	height: 0;
}
.sheet ul
{
	float: left;
	width: 790px;
	padding: 15px 0 0 10px !important;
}
.sheet ul li
{
	float: left;
	display: block;
	list-style-type: none;
	margin: 0 5px 5px 0;
	width: 160px;
	height: 80px;
	padding: 0 10px 0 0;
	background: #f1f1f1 url(/shared-content/images/sheet-item-bg.gif) left top no-repeat;
	font-size: 11px;
}
.sheet ul li h3
{
	margin: 0;
}

.sheet ul li a
{
	display: block;
	padding: 2px 0 0 15px;
	color: #0099CC; /*3c6489;*/
	margin-bottom: 0;
	font-size: 13px;
	width: 160px;
}
/*
.sheet ul li a:hover
{
	color: #039; 
}*/
.sheet ul li p
{
	padding: 0 0 10px 15px !important;
	margin: 0 0 5px 2px;
	color: #036;
}

.sheetPhoto
{
	float: right;
	width: 200px;
	height: 290px;
	margin: -5px -90px 0 0;
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	border: 0px solid #cfcfcf;
}


#government-photo
{
	background-image: url(../images/Aug1_050274.jpg);
}
#residents-photo
{
	background-image: url(../images/Streetcar.jpg);
}
#visitors-photo
{
	background-image: url(../images/NOCVB-UT_163.jpg);
}
#business-photo
{
	background-image: url(../images/MCC_Julia_Street_Exterior_Entrance.jpg);
}
#employment-photo
{
	background-image: url(../images/Govt.jpg);
}
#education-photo
{
	background-image: url(../images/Mardi_Gras_Jester.jpg);
}
