@charset "utf-8";
/* CSS Document */

.mainContent {
	position:absolute;
}

.flashContent {
	margin-left:-22px;
}

.fullColumnText {
	width: 662px;
	margin-right: 24px;
	margin-left: 24px;
}

.halfColumnText {
	width: 458px;
	margin-left: 24px;
	float:left;
}

.sidebarText {
	width: 185px;
	left: 502px;
	top:0;
	position:absolute;
}

.purpleIntroText {
	color:#660099;
	font-size: 14px;
	line-height: 20px;
}

/* MAP WIDGET */
/*-----------------------------------------*/
.mapWidget {
	width:485;
	height:420;
	margin-top:12px;
	margin-bottom:12px;
	position:relative;
}

#map {
	left:21px;
	top:35px;
	position:absolute;
	width:415px;
	height:350px;
}

.widgetBackground {
	margin-left:-14px;
	width:485;
	height:420;
}

/* Video WIDGET */
/*-----------------------------------------*/
.videoWidget {
	width:485;
	height:319;
	margin-top:12px;
	margin-bottom:12px;
	position:relative;
}

#YouTube {
	left:21px;
	top:35px;
	position:absolute;
}

.videoBackground {
	margin-left:-14px;
	width:485;
	height:319;
}


