/* CSS Document */


BODY {
	background: #dedede url(../img/bgbluegrad.png) repeat-x;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
}

UL { list-style-type: none; }

IMG { border: none; }


#logo {
	z-index:3;
	margin-right: 1em;
}

#merrittlogo {
	z-index: 3;
	margin: 5em 0 0 0;
}

#title {
	position: absolute;
	z-index: 9;
	left: 201px;
	top: 122px;
	}
	
#head {
	position: relative;
	z-index: 9;
	left: 1em;
	bottom: 1em;
	}
	
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	}
	
#menu li {
	position: relative;
	font-weight: bold;
	width: 150px;
	line-height: 2.5em;
	color: #black;
	clear: both;
	margin: .3em 0 .3em 0;
	font-size: 0.8em;
}
		
#menu li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	}

#menu li a:hover {
background-color:#97B1C4; color: white;}


#eventinfo {
	width: 700px;
	height: 325px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}

#eventinfo P {
	margin: 0 0 .5em 0em;
}
#eventinfo h1 { margin: 0 0 .5em 0em;}
#eventinfo h2 { margin: 0 0 .5em 0em;}
#eventinfo h3 { margin: 1em 0 .5em 0; }

#city {
	position: absolute;
	left: -64px;
	z-index: 2;
	top: 950px;
}

#banner {
	clear: both;
	padding: 2em 0 2em 1em;
}
#sidebar {
	padding: 0 1em  0 1em;
	text-align: center;
	width: 150px;
	float: left;
}

#links {
	text-align: left;
	font-size: .8em;
	margin: 0;
	padding: 0;
}
#links LI { margin-top: .5em; }


FORM { font-size: .8em; width: 100%;}
FORM TABLE { width: 100%; border: thin solid gray; }
FORM TABLE TD { padding: .25em 0 0 .25em; vertical-align: top; }

.sup { font-size: .8em; position: relative; bottom: .3em; }
.sub { font-size: .8em; position: relative; bottom: -.3em; }
.red { color: red; }
.center { text-align: center; }

TABLE TR.sqlreport { font-family: Georgia, "Times New Roman", Times, serif; font-size: .9em; }
TABLE TR.sqlreport TD { padding-right: 1em; }

