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

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	}

/*POSITIONING*/

body {
	text-align:center;
	}
#container {
	margin:0 auto;
	text-align:left;
	width:900px;
	}
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
#banner {
	width:900px;
		position:relative;
		}
#banner h1 {
	width:900px;
	height:75px;
	line-height:75px;
	font-size:28px;
	color:#303333;
	}
.tagline {
	position:absolute;
	right:0;
	bottom:-5px;
	font-size:14px;
	color:#D1EB23;
	}
#main_nav {
	width:900px;
	height:20px;
	line-height:20px;
	float:left;
	background-image:url(../images/menu/backround_line.jpg);
	background-repeat:repeat-x;
	margin:0 0 30px 0;
	text-transform:uppercase;
	}
#info {
	width:900px;
	float:left;
	}
#footer {
	width:900px;
	height:20px;
	background:url(../images/menu/backround_line.jpg) repeat-x;
	}
/*SUCKERFISH DROPDOWN*/

#nav a:active, a:link, a:visited {
	display: block;
	width: 100px;
	color:#6F6F6A;
}

#nav a:hover {
	background:url(../images/menu/background_hover.jpg) repeat-x;
	color:#000000;
	}
#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
	height:20px;
	text-indent:10px;
	background-image:url(../images/menu/backround_line.jpg);
	background-repeat:repeat-x;
}
#nav li ul {  /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	width: 900px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a{  /* second-level lists link.  adding just a bit more height to the link for ease of navigation.... */
	width:100px;
	height:30px;
	display:block;
	}


#nav li:hover ul, #nav li.sfhover ul {  /* lists nested under hovered list items */
	left: auto;
}
#content {
	clear: left;
}

/*END OF SUCKERFISH DROPDOWN STYLES*/


/*EVENTS STYLES*/
#events {
	width:675px;
	}
#events h1 {
	margin:0;
	padding:0;
	font-size:20px;
	color:#666666;
	font-weight:100;
	}
#events ul {
	list-style:none;
	padding:0;
	margin:0;
	width:300px;
	float:left;
	}
/*horizontal rule for events page*/
.rule {
	width:500px;
	height:1px;
	float:left;
	margin:15px 0 15px 0;
	border-bottom:1px dotted #999999;
	}
/*END OF EVENTS STYLES*/

/*CONTACT STYLES*/

#contact ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#contact_image {
	margin:0 0 10px 0;
	}
.credit {
	color:#666666;
	font-size:11px;
	letter-spacing:.01em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	}
	
/*END OF CONTACT STYLES*/


/*#about_work STYLES*/

#about_work {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
#about_work ul {
	list-style:none;
	margin:0;
	padding:0;
	}

/*END OF #about_work STYLES*/

.clear {
	clear:both;
	}