@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

*:focus {
	outline: none;
}

body {
	background: url(images/banditos-bg.gif) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 218px;
	margin-bottom: 18px;
	position: relative;
}

#home-link {
	height: 150px;
	width: 100%;
	display: block;
}

#top-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 970px;
	height: 40px;
}

#top-nav ul {
	list-style-type: none;
}

#top-nav li {
	float: left;
}

#top-nav a {
	float: left;
	display: block;
}

#top-nav a#home {
	width: 93px;
	height: 40px;
	background: url(images/tab-home.gif) top left;
}

#top-nav a#home:hover {
	background: url(images/tab-home.gif) bottom left;
}

#top-nav a#current-projects {
	width: 225px;
	height: 40px;
	background: url(images/tab-current-projects.gif) top left;
}

#top-nav a#current-projects:hover {
	background: url(images/tab-current-projects.gif) bottom left;
}

#top-nav a#home:hover {
	background: url(images/tab-home.gif) bottom left;
}

#top-nav a#biographies {
	width: 171px;
	height: 40px;
	background: url(images/tab-biographies.gif) top left;
}

#top-nav a#biographies:hover {
	background: url(images/tab-biographies.gif) bottom left;
}

#top-nav a#contact-us {
	width: 170px;
	height: 40px;
	background: url(images/tab-contact-us.gif) top left;
}

#top-nav a#contact-us:hover {
	background: url(images/tab-contact-us.gif) bottom left;
}

#top-nav a#sponsor-us {
	width: 167px;
	height: 40px;
	background: url(images/tab-past-projects.gif) top left;
}

#top-nav a#sponsor-us:hover {
	background: url(images/tab-past-projects.gif) bottom left;
	color: #FFF;
}


#top-nav a#workshops {
	width: 142px;
	height: 40px;
	background: url(images/tab-workshops.gif) top left;
}

#top-nav a#workshops:hover {
	background: url(images/tab-workshops.gif) bottom left;
}

#top-nav span {
	display: none;
}

#main-content {
	background: #FFF;
	overflow: hidden;
}

#main-content p {
	width: 290px;
	font-size: 11px;
	line-height: 140%;
	color: #666;
	padding-bottom: 15px;
	margin-left: 60px;
}

#main-content a {
	color: #e75d00;
	font-weight: bold;
	text-decoration: none;
}

#main-content a:hover {
	text-decoration: underline;
}

#left-col {
	padding: 30px;
	float: left;
	background: #FFF;
	width: 455px;
}

#left-col p#press-release {
	margin-left: 0!important;
	background: url(images/pdf.png) no-repeat;
	height: 31px;
	line-height: 31px;
	padding: 0  0 0 35px;
	margin-top: 10px;
}

#right-col {
	float: left;
	background: #FFF;
	width: 455px;
}

#right-col #title {
	padding: 40px 0 15px 23px;	
}

#right-col .title {
	font-weight: bold;
	font-size: 14px;
}

#imageScroller ul, #imageScroller li {
	list-style-type: none;	
	background: #FFF;
}

#footer {
	clear: both;
	background: #FFF;
	height: 70px;
	background: url(images/footer.gif);
	margin-bottom: 20px;
}

#footer span {
	display: none;
}

#footer a {
	display: block;	
	height: 39px;
	width: 275px;
}

#footer a#email {
	background: url(images/email.gif) no-repeat top left;
	height: 39px;
	width: 275px;
	float: right;
	display: block;	
	margin-top: 15px;
}

#footer a#email:hover {
	background: url(images/email.gif) no-repeat bottom left;

}
