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

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#banner {
	width: 965px;
	height: 270px;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 5px;
}

#flashHolder {
	float: left;
	width: 750px;
	height: 270px;
}

#listing {
	background-color: #363636;
	width: 195px;
	height: 250px;
	padding: 10px;
	float: left;
}

#listing h3{
	margin-top: 10px;
}

#listing h4{
	display: inline;
}

#listing a:hover{
	color: #FFFFFF;
}

.eventListingItem {
	border-bottom: #464646 1px solid;
	margin-bottom: 5px;
}

#features {
	width: 965px;
	height: 210px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 8px;
	border-bottom: #898989 1px solid;
}

#highlights {
	width: 605px;
	height: 210px;
	float: left;
}

#highlightsLeftBorder {
	height: 210px;
	width: 14px;
	float: left;
	background: url(../images/page-elements/features-left-border.png) no-repeat;
}

#highlightsCentre {
	height: 210px;
	width: 575px;
	float: left;
	background: url(../images/page-elements/features-centre.png) repeat-x;
}

#highlightItem1 {
	width: 286px;
	height: 202px;
	margin-top: 3px;
	border-right: #CCCCCC 1px solid;
	float: left;
}

#highlightItem2 {
	width: 287px;
	height: 202px;
	margin-top: 3px;
	float: left;
}

#highlightItem1 img {
	float: left;
}

#highlightItem2 img {
	float: left;
	margin-left: 17px;
}

#highlightItem1 h3 {
	width: 260px;
	margin-top: 12px;
	margin-bottom: 3px;	
	padding: 5px;
	background-color: #363636;
}

#highlightItem2 h3 {
	width: 260px;
	margin-top: 12px;
	margin-left: 17px;
	margin-bottom: 3px;
	padding: 5px;
	background-color: #363636;
}

.featureDetails {
	margin-left: 8px;
	width: 160px;
	float: left;
}

.viewDetails {
	color: #005b7f;
	float: right;
}

.viewDetails:hover {
	color: #898989;
}

.featureTitle {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #005b7f;
}

.featureTitle:hover {
	color: #898989;
}

.featureDate {
	margin-top: 0px;	
}

#highlightsRightBorder {
	height: 210px;
	width: 16px;
	float: left;
	background: url(../images/page-elements/features-right-border.png) no-repeat;
}

#signup {
	width: 360px;
	height: 210px;
	float: left;
}

#signupLeftBorder {
	height: 210px;
	width: 16px;
	float: left;
	background: url(../images/page-elements/signup-left-border.png) no-repeat;
}

#signupCentre {
	height: 210px;
	width: 331px;
	float: left;
	background: url(../images/page-elements/signup-centre.png) repeat-x;
}

#signupCentre ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 10px;
}

#signupCentre li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: #464646 1px solid;
	padding-left: 25px;
	background: url(../images/page-elements/sign-up-bullets.png) no-repeat 3px 10px;
}

.bottomListItem {
	border-bottom: #464646 1px solid;
}

#signupRightBorder {
	height: 210px;
	width: 13px;
	float: left;
	background: url(../images/page-elements/signup-right-border.png) no-repeat;
}

#signupPopUp {
	width: 405px;
	height: 235px;
	background-color: #363636;
	padding: 15px;
}

#signupPopUp a {
	color: #555555;
}

#signupPopUp a:hover {
	color: #CCCCCC;
}

.signupBtn {
	float: right;
	background: url(../images/page-elements/signup-button.png) 0px 0px no-repeat;
	width: 58px; 
	height: 24px;
	cursor: pointer;
	margin-left: 5px;
}

.signupBtn:hover {
	background: url(../images/page-elements/signup-button.png) 0px -24px no-repeat;
}

.signupBtn span {
	display: none;
}