@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}
#TopWrapper{
	clear:both;
	width:100%;
	height: 600px;
	background-color:#858633;
	background-image:url(../_images/BG_Trees.gif);
	background-repeat:repeat-x;
}
#PhotoSorter{
	margin:0px auto;
	height:350px;
	width:960px;
}
#MainNav {
	width:960px;
	height:171px;
	margin:0px auto;
	clear:both;
	background-image:url(../_images/Homepage_Nav_BG.png);
}
#MainNav ul{
	float:left;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#MainNav ul li{
	float:left;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#MainNav ul li a{
	float:left;
	display:block;
}
#MainNav ul li a span{
	display:none;
}

#MainNav ul li a.PeakView{
	background-image:url(../_images/Homepage_Nav_PeakView.png);
	background-repeat:no-repeat;
	width:196px;
	height:171px;
}
#MainNav ul li a.PeakView:hover{
	background-image:url(../_images/Homepage_Nav_PeakView-Over.png);
	background-repeat:no-repeat;
}
#MainNav ul li a.TheLodge{
	background-image:url(../_images/Homepage_Nav_TheLodge.png);
	background-repeat:no-repeat;
	width:195px;
	height:171px;
}
#MainNav ul li a.TheLodge:hover{
	background-image:url(../_images/Homepage_Nav_TheLodge-Over.png);
	background-repeat:no-repeat;
}
#MainNav ul li a.Welcome{
	background-image:url(../_images/Homepage_Nav_Welcome.png);
	background-repeat:no-repeat;
	width:195px;
	height:171px;
}
#MainNav ul li a.Welcome:hover{
	background-image:url(../_images/Homepage_Nav_Welcome-Over.png);
	background-repeat:no-repeat;
}
#MainNav ul li a.TheBridge{
	background-image:url(../_images/Homepage_Nav_TheBridge.png);
	background-repeat:no-repeat;
	width:190px;
	height:171px;
}
#MainNav ul li a.TheBridge:hover{
	background-image:url(../_images/Homepage_Nav_TheBridge-Over.png);
	background-repeat:no-repeat;
}
#MainNav ul li a.Dcotas{
	background-image:url(../_images/Homepage_Nav_Dcotas.png);
	background-repeat:no-repeat;
	width:184px;
	height:171px;
}
#MainNav ul li a.Dcotas:hover{
	background-image:url(../_images/Homepage_Nav_Dcotas-Over.png);
	background-repeat:no-repeat;
}

#WelcomeBlock{
	margin:0px auto;
	width:900px;
	clear:both;
}
#WelcomeBlock p{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
}

#WelcomeBlock a{
	color:#FFF;
	text-decoration:underline;
}
#WelcomeBlock a:hover{
	color:#3E415E;
	text-decoration:none;
}
#google_translate_element a{
	color:#333;	
	text-decoration:none;
}
#BottomWrapper{
	float:left;
	clear:both;
	width:100%;
	min-height:600px;
	background-color:#340100;
	background-image:url(../_images/Homepage_FooterBanner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#FooterTitle{
	margin:50px auto 15px auto;
	height:25px;
	/*background-image:url(../_images/CWRvt_Logo_Homepage.png);*/
}
#FooterTitle p{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
}
#FooterTitle a{
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}
#FooterTitle a:hover{
	color:#858633;
	text-decoration:none;
}

#FooterTitle span{
	font-size:14px;
}

#Footer{
	float:left;
	clear:both;
	width:100%;
	color:#858633;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
}
#Footer a{
	color:#858633;
	text-decoration:underline;
}
#Footer a:hover{
	color:#FFF;
	text-decoration:none;
}

