BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	padding:0px;
	margin:0px;
	text-align:center;
}

A {
	color: #575A5F;
	text-decoration:underline;
}

INPUT, SELECT {
	border: 1px solid #7F9DB9;
	border-right: 1px solid #EFF3F8;
	border-bottom: 1px solid #EFF3F8;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #575A5F;
	line-height: 12px;
	padding: 3px;
}

.bodyContent {
	text-align:center;
	background-color: #000000;
}
.small {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearSpace {
	clear:both;
}
.clearSpaceNone {
	clear:both;
	height: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}
.blue {
	background-color:  #D4E2F1;
}
.lightblue {
	background-color: #EFF3F8;
}

div#main {
	background-color: #FFFFFF;
	width: 954px;
	text-align: left;
	margin:auto;
}

#xxlNavigation {
	padding-left: 3px;
}

#xxlHeaderNavigation {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 184px;
	background-image:url(../img/nav_background.gif);
	background-repeat: repeat-x;
}

#xxlLeftCol {
	float:left;
	width: 173px;
	height: 500px;
	margin-right: 7px;
	margin-left: 2px;
	background-color:#F1F2F4;
	padding-bottom: 10px;
}
	#xxlQuickNav {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	#xxlContact {
		padding-left: 10px;
		padding-right: 10px;
		font-size:  10px;
		line-height:13px;
		margin-bottom: 30px;
	}
	#xxlBanner {
		text-align:center;
		margin-bottom: 30px;
	}
	#xxlCopyright {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 10px;
	}

#xxlCenterCol {
	float:left;
	width: 575px;
	overflow:hidden;
}

#xxlRightCol {
	float:right;
	width: 186px;
	height: 500px;
	margin-left: 7px;
	overflow:hidden;
}




.xxlLeadingArticle {
	float:left;
	width: 380px;
	margin-right: 10px;
}
.xxlHomeArticle {
	float:left;
	width: 185px;
	margin-right: 10px;
}
.detailArticle {
	padding-top: 10px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
}
.detailTitle {
	padding: 14px;
	padding-right: 0px;
}
.detailPunchline {
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	color: #36353A;
	font-size: 12px;
}
.detailText {
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
}
.detailLink {
	padding-left: 14px;
	padding-bottom: 14px;
}
#detailGeoPath {
	padding: 14px;
	padding-bottom: 5px;
}
.detailPanorama, .detailPanorama1 {
	float:right;
	margin-right: 7px;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
}

.detailPanorama1 {
	float:left;
}

.detailPanoramaDescription {
	padding: 2px;
}

.detailPanoramaDescription1 {
	padding: 2px;
	width:575px;
}

.detailLine, .detailLineBlue {
	clear:both;
	margin-top: 5px;
	border-top: 1px solid #FFFFFF;
	height: 0px;
	line-height:0px;
}
	.detailLineBlue {
		border-top: 1px solid #EFF3F8;
	}
	
	


/* GALLERY */
#gallery {
	text-align:center;
	overflow:hidden;
}
	.gHolder {
		float:left;
		width: 25%;
		text-align:center;
	}
	.gImgHolder IMG {
		border: 5px solid #FFFFFF;
	}
	.gNavtitle {
		display:none;
	}
	.gPagesel {
		margin-bottom: 10px;
		text-align:right;
	}
	.gThumbtitle {
		padding-top: 5px;
	}
