* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/background.jpg) repeat #123;
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
}

#master_container {
	background: url(../images/contentbackground.jpg) no-repeat;
	z-index: 997;
}

a {
	outline: none;
}

/*** Mulhall Logo ***/

#header_logo {
	background: url(../images/logo.png) no-repeat 500px 0;
	height: 389px;
}

/*** Nav Menu ***/

#nav_container {
	width: 100%;
	background-color: rgba(20,39, 56, 0.60);
	*background-color: rgb(20,39,56);
	*filter: Alpha(Opacity=60);
	height: 84px;
	z-index: 1;
	top: 0;
	*left: 0;
	position: fixed;
}

#nav_container #nav {
	*width: 960px;
	*margin: 0 auto;
}

#nav_container #nav ul {
	list-style: none;
	margin-left: 444px;
	padding-top: 25px;
}

#nav_container #nav ul li {
	display: inline;
	float: left;
	padding-left: 19px;
}

#nav ul li a.home_nav {
	background: url(../images/home_nav.png) no-repeat;
	display: block;
	height: 32px;
	text-indent: -99999px;
	width: 51px;
}

#nav ul li a.home_nav {
	background: url(../images/home_nav.png) no-repeat;
	display: block;
	height: 32px;
	text-indent: -99999px;
	width: 51px;
}

#nav ul li a.history_nav {
	background: url(../images/history_nav.png) no-repeat;
	display: block;
	height: 32px;
	text-indent: -99999px;
	width: 74px;
}

#nav ul li a.info_nav {
	background: url(../images/info_nav.png) no-repeat;
	display: block;
	height: 32px;
	text-indent: -99999px;
	width: 39px;
}

#nav ul li a.apparel_nav {
	background: url(../images/apparel_nav.png) no-repeat;
	display: block;
	height: 32px;
	text-indent: -99999px;
	width: 78px;
}

#nav ul li a.schedule_nav {
	background: url(../images/schedule_nav.png) no-repeat;
	display: block;
	height: 32px;
	text-indent: -99999px;
	width: 84px;
}

#nav ul li a.contact_nav {
	background: url(../images/contact_nav.png) no-repeat;
	display: block;
	height: 32px;
	text-indent: -99999px;
	width: 76px;
}

/**** Info ****/

.acc h2 a, .acc h2 a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
}

.acc p {
	margin: 0;
}

/**** Schedule ****/

#schedule ul {
	list-style: none;
	margin-top: 10px;
}

/*** Cat Div Element ***/
.cat_div {
	margin-top: 34px;
}

.cat_div p {
	line-height: 1.2em;
	margin-top: 15px;
	background-color: rgba(20,39, 56, 0.60);
	*background-color: rgb(20,39,56);
	*filter: Alpha(Opacity=60);
	padding: 3px 0;
}

.cat_div p img {
	float: left;
	padding: 0 5px 0 5px;
}

.cat_div p a, cat_div p a:visited {
	color: #fff;
	background-color: rgb(20,39,56);
	text-decoration: underline;
}

.cat_div p.tuffy {
	height: 164px;
}

/*** Header Images ***/
h1.botm {
	background: url(../images/backonthemap_header.png) no-repeat 0 85px;
	display: block;
	height: 216px;
	margin-top: 33px;
	text-indent: -99999px;
	width: 631px;
}

h2#history_link {
	background: url(../images/history.png) no-repeat 0 85px;
	display: block;
	height: 133px;
	text-indent: -99999px;
	width: 109px;
}

h2#info_link {
	background: url(../images/info.png) no-repeat 0 85px;
	display: block;
	height: 133px;
	text-indent: -99999px;
	width: 58px;
}

h2#apparel_link {
	background: url(../images/apparel.png) no-repeat 0 85px;
	display: block;
	height: 133px;
	text-indent: -99999px;
	width: 113px;
}

h2#schedule_link {
	background: url(../images/schedule.png) no-repeat 0 85px;
	display: block;
	height: 134px;
	text-indent: -99999px;
	width: 125px;
}

h2#contact_link {
	background: url(../images/contact.png) no-repeat 0 85px;
	display: block;
	height: 133px;
	text-indent: -99999px;
	width: 110px;
}

h2#sponsors_header {
	background: url(../images/sponsors.png) no-repeat 0 85px;
	display: block;
	height: 133px;
	text-indent: -99999px;
	width: 125px;
}

/**** Form ****/

.contact p {
	background: none;
}

.contact p input {
	width: 295px
}

.contact p {
	margin-top: 10px;
}
.contact p textarea {
	width: 615px;
}
.contact p input, .contact p textarea {
	background-color: rgba(20,39,56, 0.60);
	*background-color: rgb(20,39,56);
	border: rgba(100, 100, 100, 0.30) solid 1px;
	*border: rgb(100,100,100);
	*filter: Alpha(Opacity=60);
	color: #fff;
	padding: 5px;
}

/***** Sponsors *****/

#sponsors img {
	margin-top: 10px;
}

/**** Footer ****/

#footer {
	padding: 25px 0;
}

#footer p a {
	color: #fff;
	text-decoration: underline;
}