
#PageMiddle{
	background-image:none;
}

#PageFooter{
	background-image:url(../gfx/PageFooter_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#PageMiddleInner{
	border:0;
}


#MainFeature{
	width:762px;
	height:228px;
	overflow:hidden;
	margin:0;
	padding:0;
}


#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 ul li{
	list-style:none;
	display:block;
	width:auto;
	heigth:auto;
	float:left;
	padding-bottom:10px;
	border-bottom:dashed 1px #cccccc;
}

#Spots ul li.Odd{
	margin-left:0px;
}

#Spots ul li.Even{
	margin-left:10px;
}


#Spots ul li a{
	display:block;
	width:240px;
	height:auto;
	overflow:auto;
	
	margin:0;
	padding:0;
	
	text-decoration:none;
	
	background-image:url(../gfx/Spot_Label_bg_v02.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}


#Spots ul li a span.Heading{
	display:block;
	width:240px;
	height:27px;
	margin:0;
	padding-top:7px;
	
	text-align:center;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
}

#Spots ul li a span.Image{
	display:block;
	width:73px;
	height:73px;
	margin:0;
	padding:0;
	float:left;
}

#Spots ul li a span.Text{
	display:block;
	padding-top:10px;
	padding-right:10px;
	margin:0;
	color:#606060;
}

#Spots ul li a:hover span.Text{
	color:#71B6DA;
}


/* General read more item */

span.ReadMore{
	display:block;
	margin-top:0px;
	margin-right:10px;
	padding-right:11px;
	float:right;
	clear:both;
	background-image:url(../gfx/Arrow_Small_E.gif);
	background-repeat:no-repeat;
	background-position:center right;
	color:#71B6DA;
	text-decoration:none;
}









/* 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;
}







