
#PageMiddle{
	background-image:none;
}

#PageFooter{
	background-image:url(../gfx/PageFooter_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#PageMiddleInner{
	border:0;
}


#MainFeature{
	width:780px;
	height:234px;
	overflow:hidden;
	margin:0 0 0 -9px;
	padding:0;
}

#MainFeature #flash_container{
	width:780px;
	height:234px;
	overflow:hidden;
}


#MainFeature .fallback{
	width:470px;
	margin:60px 0 0 50px;
}

.fallback h1{
	font-size:30px;
	font-weight:bold;
	letter-spacing:-1px;

}

.fallback a{
	font-size:14px;
	color:#000;
	text-decoration:none;
}

.fallback a:hover{
	color:#666;
}

#LeftColumn{
	width:522px;
	height:auto;
	overflow:auto;
	float:left;
	margin-top:18px;
	padding-right:9px;
	border-right:dashed 1px #cccccc;
}

#RightColumn{
	width:230px;
	height:auto;
	overflow:auto;
	float:left;
	margin-left:0px;
	margin-top:18px;
	padding:0;
}

/* Left column items on home page */

#Summary{
	margin:0;
	padding-top:10px;
	padding-left:20px;
	padding-right:40px;
	padding-bottom:12px;
	float:none;
	clear:both;
}

#Summary p{
	font-size:12px;
	margin-bottom:9px;
	line-height:18px;
}

/* Spots */

#Spots{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin:0;
	margin-left:18px;
	float:none;
	clear:both;
}

#Spots ul{
	list-style:none;
	margin:0;
	padding:0;
}

#Spots li{
	list-style:none;
	display:block;
	width:auto;
	heigth:auto;
	float:left;
	padding-bottom:10px;

	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	
}

#Spots li.Odd{
	margin-left:0px;
}

#Spots li.Even{
	margin-left:10px;
}

#Spots li:hover{
	opacity: 0.75;
}

#Spots li a{
	display:block;
	width:240px;
	height:auto;
	overflow:auto;
	margin:0 10px 0 0;
	padding:0;
	text-decoration:none;
}

#Spots li p{
	display:block;
	margin-top:2px;
	padding:5px 12px;
	color:#444;
	border-top:dashed 1px #cccccc;
}






/* Exceptions to news listing on Home */ 

div#News{
	margin-top:10px;
	padding-left:15px;
	padding-right:15px;
}


div.Listing li span.Heading{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin:0;
	padding-bottom:6px;
	font-size:13px;
	color:#1d88cb;
	font-weight:normal;
}




