@import url(main.css);

#homeBlock {
	background-image: url(/images/ui_homeBkg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: visible;
	margin-bottom: 50px;
}

#intro {
	position: relative;
	top: 310px;
	left: 26px;
	overflow: auto;
}

#intro p {
	font-size: 10px;
	margin: 0 0 5px 0;
}

#intro a:link, #intro a:visited { color: #AD6E1D; }
#intro a:hover, #intro a:active { color: #000000; }
#features { margin: 0 -9px 0 0; }

#features img { margin: 0;
}

#featuredEvent {
	padding: 45px 20px 10px 73px;
	background-image: url(/images/ui_homeExhibitBkg.gif);
	background-repeat: no-repeat;
	position: relative;
}

#featuredEvent h2 { display: none; }

#featuredEvent h3 {
	margin: 0;
	color: #34495B;
	font-size: 14px;
}

#featuredEvent h4 {
	margin: 2px 0 0 0;
	font-size: 10px;
	text-transform: uppercase;
}

#featuredEvent p {
	margin: 5px 0 5px 0;
	font-size: 10px;
}

#featuredEvent a {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#featuredEvent a:link, #featuredEvent a:visited { color: #7D8F6C; }
#featuredEvent a:hover, #featuredEvent a:active { color: #000000; }

#featuredEvent img {
	float: right;
	margin: 0 0 5px 10px;
	border-color: #999999;
	border-width: 2px;
	border-style: solid;
}

#events {
	padding: 0px 10px 10px 75px;
	background-image: url(/images/ui_homeEventsBkg.gif);
	background-repeat: repeat-y;
}

#events a:link, #events a:visited { color: #AD6E1D; }
#events a:hover, #events a:active { color: #000000; }
#events h2 { display: none; }

#events p.date {
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
}

#events p.event {
	margin: 0 0 5px 0;
	font-weight: bold;
}
