
/*----Structural DIVs----*/


/*----Other DIVs----*/

#introText {
	width: 800px /*800px*/;
	padding: 40px 0 0 0;
}

.leftCol {
	width: 489px /*489px*/;
	float: left;
	background: url(images/backgrounds/leftCol.gif) no-repeat top left;	
	margin: 10px 0 0 30px;
	display: inline;
}

.rightCol {
	width: 269px /*300px*/;
	float: left;
	padding: 10px 0 40px 0;
	display: inline;	
}

.eventsContainer {
	background: url(images/backgrounds/events.gif) repeat-x 0 475px;	
	padding: 0 0 40px 25px;
	border-bottom: 2px solid #76510b;
}

/* Use this style to override both leftCol and eventsContainer */
.noBorder {
	background: #000 !important;
	border: 0 !important;
}

.text {
	width: 722px /*740px*/;
	margin: 0 0 0 30px;
	float: left;
	padding: 30px 18px 10px 0;
}

.borders {
	border-top: 1px solid #f3a839;
	border-bottom: 1px solid #f3a839;
	margin-top: 40px	
}

.separator {
	background: url(images/backgrounds/separator.gif) no-repeat;
	height: 1px;
	width: 442px;
}

.eventInfo {
/*	background: url(images/backgrounds/separator.gif) no-repeat bottom left;*/
	padding: 35px 0 20px 5px;
}

.last {
	background: transparent;
}

.eventInfoOutsideBox {
	padding-left: 35px;
}

/*----Typography----*/

.eventTitle {
	font: normal 23px/30px palatino, georgia,'Times New Roman', times, serif;
	color: #edc874;
	width: 315px;
}

.eventConferenceName {
	font: normal 19px/25px palatino, georgia,'Times New Roman', times, serif;
	color: #edc874;
	text-transform: uppercase;
}

.eventLocation {
	font: bold 21px/25px palatino, georgia,'Times New Roman', times, serif;
	color: #edc874;
}

.eventDate {
	font: normal 24px/25px palatino, georgia,'Times New Roman', times, serif;
	color: #fff;
	margin-bottom: 30px;
}

/*----Links----*/

#introText a,
.text a {
	color: #6f9cfe;
	text-decoration: none;
}

#introText a:hover,
.text a:hover {
	color: #fcb93d;
}	

.more {
	font-size: 23px;
	line-height: 30px;
}

/*----- Image Styles -----*/

.photoRight {
	float: right;
	margin: 0 0 15px 0px;
}

.map {
	margin-left: 125px;
}

/*----- In-Page Headers ------*/

.events1 {
	height: 26px;
	width: 758px;
	background: url(images/inPageHeaders/upcomingEvents.gif) no-repeat;
	margin-bottom: 5px;
	border-bottom: 1px solid #efa946;
	padding-bottom: 10px;
	margin-left: 30px; 
}

.events2 {
	height: 26px;
	width: 758px;
	background: url(images/inPageHeaders/recentEvents.gif) no-repeat;
	margin: 20px 0 5px 0;
	border-bottom: 1px solid #efa946;	
	padding-bottom: 10px;
	float: left;
	margin: 40px 0 20px 30px; 	
	display: inline;
}