/* CSS Document */
#header {
	background-image: url(../images/top_headerBG.gif);
	background-repeat: repeat-x;
	height: 135px;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 135px;
	margin-left: 15px;
	position: relative;
}
ul#navigation{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	top: 110px;
	left: 210px;
}
ul#navigation li{
	float:left;
	/*position:relative;*/
	width: 110px;
	height: 20px;
	text-align: center;
	padding: 0px;
}
ul#navigation li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#home #homeNav a{
	color: #4D2E00;
}
#about #aboutNav a{
	color: #4D2E00;
}
#projects #projectsNav a{
	color: #4D2E00;
}
#events #eventsNav a{
	color: #4D2E00;
}
#resources #resourcesNav a{
	color: #4D2E00;
}
#contact #contactNav a{
	color: #4D2E00;
}
/*------------------------------------------------------------------*/
#home #quote{
	position: absolute;
	height: 84px;
	width: 553px;
	/* width:500px; */
	top: 0px;
	left: 300px;
	background-image: url(../images/quotes/home.jpg);
	background-repeat: no-repeat;
}
#about #quote{
	position: absolute;
	height: 75px;
	width: 400px;
	top: 0px;
	left: 350px;
	background-image: url(../images/quotes/about.jpg);
	background-repeat: no-repeat;
}
#contact #quote{
	position: absolute;
	height: 81px;
	width: 455px;
	top: 25px;
	left: 350px;
	background-image: url(../images/quotes/contact.jpg);
	background-repeat: no-repeat;
}
#events #quote{
	position: absolute;
	height: 60px;
	width: 380px;
	top: 0px;
	left: 350px;
	background-image: url(../images/quotes/events.jpg);
	background-repeat: no-repeat;
}
#projects #quote{
	position: absolute;
	height: 75px;
	width: 525px;
	top: 0px;
	left: 300px;
	background-image: url(../images/quotes/projects.jpg);
	background-repeat: no-repeat;
}
#resources #quote{
	position: absolute;
	height: 81px;
	width: 400px;
	top: 20px;
	left: 350px;
	background-image: url(../images/quotes/resources.jpg);
	background-repeat: no-repeat;
}

