body{
	padding:0;
	background-color:#E9E9E9;
	margin-top:5px;
	margin-bottom:0px;
	background-image:url(../gfx/PageBG.jpg);
	background-repeat:repeat-x;
}


#PageContainer{
	width:797px;
	height:auto;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	

}


#PageHeader{
	width:797px;
	height:63px;
	margin:0;
	padding:0;
	float:none;
	clear:both;
	background-image:url(../gfx/TopBar.gif);
	background-repeat:no-repeat;
}

#Logo{
	display:inline;
	width:105px;
	height:47px;
	margin:0;
	padding:0;
	float:left;

}

#TopNav{	
	display:inline;
	width:600px;
	height:19px;
	overflow:hidden;
	margin-top:40px;
	margin-right:10px;
	float:right;

}



#LanguageLink{
	width:auto;
	height:auto;
	float:right;
	margin-right:20px;
	margin-top:37px;
	margin-bottom:10px;
}

#PageMiddle{
	width:797px;
	height:auto;
	margin:0px;
	padding:0px;
}

#PageTopDivider{
	width:797px;
	height:10px;
	margin:0px;
	padding:0px;
	background-image:url(../gfx/PageTopDevider.gif);
	background-repeat:no-repeat;
	
}


#PageBottomDivider{
	clear:both;
	width:797px;
	height:10px;
	margin:0px;
	padding:0px;
	background-image:url(../gfx/PageBottomDeviderStandard.gif);
	background-repeat:no-repeat;

}

#PageFooter{
	width:797px;
	height:30px;
	margin:0px;
	padding:0;
	padding-top:10px;
	clear:both;
	text-align:center;
	background-color:#2D2D2D;
	background-image:url(../gfx/PageFooterBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;

}

#LeftColumn{
	width:200px;
	height:400px;
	overflow:hidden;
	float:left;
	margin:0;
	margin-left:14px;
	padding:0;
	background-color:#FAFAFA;
}





#MiddleColumn{
	width:542px;
	height:100%;
	overflow:hidden;
	float:left;
	margin:0;
	margin-left:0px;
	padding:0;
	background-color:#FFFFFF;
}



#ContentContainer{
	margin:40px;
	margin-top:20px;
	padding:0;
}

#MainContent{
	width:340px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0;
}



#RightColumn{
	float:left;
	width:250px;
	height:auto;
	overflow:hidden;
	margin:0;
	margin-left:5px;
	padding:0px;
}

#RightColumnQuoteSection{
	float:left;
	display:box;
	clear:both;
	width:210px;
	height:auto;
	overflow:hidden;
	background-color:#343434;
	padding:20px;

}
#RightColumnSectionDevider{
	float:left;
	display:box;
	clear:both;
	width:250px;
	height:16px;
	overflow:hidden;
	background-image:url(../gfx/RightColumnSectionDevider.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#RightColumnSubSection{
	float:left;
	display:box;
	clear:both;
	width:250px;
	height:100%;
	overflow:hidden;
	background-color:#ADADAD;
	background-image:url(../gfx/RightColumnBg.gif);
	background-repeat:repeat-x;
	background-position:top left;

}
#RightColumnContent{
	margin:25px;
}









/*
***************************************
	News and event listings
***************************************
*/

div.Listing ul{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
}

div.Listing ul li{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	
	float:none;
	clear:both;
	
	margin-bottom:10px;
	padding-bottom:10px;
	
	border-bottom:dashed 1px #cccccc;
}

div.Listing ul li a, div.Listing ul li span.nolink{
	display:block;
	width:auto;
	height:auto;
	text-decoration:none;
}

div.Listing ul li a{
	cursor:pointer;
}

div.Listing ul li a:link, div.Listing ul li a:visited{
	color:#636a39;
}

div.Listing ul li a:hover, div.Listing ul li a:active{
	color:#969b66;
}

div.Listing ul li.Selected{
}




/* Heading */

div.Listing li span.headline{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin:0;
	padding-bottom:5px;

	font-family:arial,verdana,helvetica,sans-serif;
	font-size:14px;
	margin-bottom:1px;
	text-decoration:none;
	color:#D9E321;
	
	
	
}
#RightSpot li span.headline{
font-family:arial,verdana,helvetica,sans-serif;
	font-size:18px;
	margin-bottom:5px;
	text-decoration:none;
	color:#B3BB1B;
	font-weight:normal;
	line-height:20px;


}

div.Listing ul li a:hover span.headline, div.Listing ul li a:active span.headline{
	color:#D9E321;
}

div.Listing li.Selected span.headline{
	color:#FFFFFF;
}



/* Dates */

div.Listing li span.date{
	color:#FFFFFF;
	font-weight:bold;
	padding-right:5px;
}

div.Listing li a:hover span.date{
	color:#FFFFFF;
}

div.Listing li.Selected span.date{
	color:#DDDDDD;
}



/* Text */

div.Listing li span.text{
	color:#FFFFFF;
	text-decoration:none;
}

div.Listing li a:hover span.text{
	color:#FFFFFF;
	text-decoration:none;
}

div.Listing li.Selected span.text{
	color:#FFFFFF;
	text-decoration:none;
}


/* Image */

div.Listing li span.Image{
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;

	float:left;
	clear:left;
	
	margin-top:4px;
	margin-right:5px;
	margin-bottom:2px;
}

div.Listing li span.Image img{
	display:block;
	width:50px;
	height:50px;
}


/* ReadMore */

div.Listing li a span.readmore{
	display:block;
	width:auto;
	height:auto;
	
	margin-top:5px;
	padding-right:13px;
	
	color:#CDC71E;
	
	background-image:url(../gfx/Arrow_Small_E.gif);
	background-repeat:no-repeat;
	background-position:center right;
}

div.Listing li a:hover span.readmore{
	color:#CDC71E;
}






/* More items */

div.Listing li.MoreItems{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-image:url(../gfx/Arrow_ReadMore.gif);
	background-repeat:no-repeat;
	background-position:15px 1px;
	padding-left:30px;
}

div.Listing li.MoreItems a{
	display:block;
	width:auto;
	height:auto;
	text-decoration:none;
	cursor:pointer;
	color:#636a39;
}

div.Listing li.MoreItems a:hover{
	color:#969b66;
}













/*
***************************************
	NavigationTracker
***************************************
*/

#NavigationTracker{
	width:auto;
	height:19px;
	margin-top:0px;
	margin-bottom:20px;
	padding:0;
	clear:both;
}

#NavigationTracker ul{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	border:0;
}

#NavigationTracker li{
	list-style:none;
	display:block;
	width:auto;
	height:19px;
	float:left;
	font-size:11px;
	color:#A6A6A6;
	margin:0;
	padding:0;
	border:0;
	
	background-image:url(../gfx/Navigation/SiteTrackArrow.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	
}

#NavigationTracker li.FirstItem{
	background-image:url();

}

#NavigationTracker li.FirstItem a{
	padding-left:0px;
	color:#A6A6A6;
}

#NavigationTracker a{
	display:block;
	float:left;
	width:auto;
	height:13px;
	margin:0;
	padding-left:18px;
	border:0;
	text-decoration:none;
	color:#A6A6A6;
}

#NavigationTracker a:hover{
	color:#CDC71E;
}


#NavigationTracker span.Selected{
	display:block;
	float:left;
	width:auto;
	height:13px;
	padding-left:18px;
	/* color:#649cb4; */
	
}








/*
***************************************
	Spot listing on possibly all pages
***************************************
*/

#Spotlist{
	padding-bottom:12px;
	
	background-image:url(../gfx/Spotlist_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#Spotlist div.GenericLabel{
	margin-top:48px;
	margin-bottom:12px;
}

#Spotlist ul{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
}

#Spotlist ul li{
	display:block;
	width:100%;
	height:auto;
	overflow:auto;
	list-style:none;
	
	margin-top:5px;
	margin-bottom:1px;
	padding:0;
	border:0;
	
	font-size:11px;
	
	background-image:url(../gfx/ArrowReadMoreNewsRed.gif);
	background-repeat:no-repeat;
	background-position:4px 0;
}

#Spotlist ul li a{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;

}

#Spotlist ul li a span.Name{
	display:block;
	margin:0;
	padding-left:16px;
}

#Spotlist ul li.Selected a span.Name{
	color:#b30135;
}

#Spotlist ul li a span.Text{
	display:none;
	margin:0;
	padding-left:16px;
}





#InstructionsTop1, #InstructionsTop2, #InstructionsTop3{
	width:370px;
	height:46px;
	background-image:url(../gfx/Instructions_1top.gif);
	background-repeat:no-repeat;
	
}

#InstructionsTop2{
	background-image:url(../gfx/Instructions_2top.gif);
}

#InstructionsTop3{
	background-image:url(../gfx/Instructions_3top.gif);
}

#Instructions1Content, #Instructions2Content, #Instructions3Content{
	width:278px;
	height:auto;
	padding:0;
	padding-left:46px;
	padding-right:46px;
	background-image:url(../gfx/InstructionBg.jpg);
	background-repeat:no-repeat;
}








