/* navigation */
div#flashHome_container {
	width: 890px;
}
div#flashHome {
	display: block;
	float: right;
	width: 42px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}
a.flashHome {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: black;
	text-decoration: none;
}
a.flashHome:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	padding: 4px;
	color: #7ac703;
	background: #538900;
	text-decoration: none;
}

div#nav_outer_container {
	width: 745px;
	margin: 0 auto;
	text-align: center;
}
div#nav_button1_container {
	position: absolute;
	left: 150px;
 	padding: 2px;
	width: 172px;
	margin: 0 auto;
	text-align: center;
        border: 1px solid #769d20;
}
div#nav_button2_container {
	position: absolute;
	left: 336px;
 	padding: 2px;
	width: 172px;
	margin: 0 auto;
	text-align: center;
        border: 1px solid #769d20;
}
div#nav_button3_container {
	position: absolute;
	left: 522px;
 	padding: 2px;
	width: 172px;
	margin: 0 auto;
	text-align: center;
        border: 1px solid #769d20;
}

div#nav_button4_container {
	position: absolute;
	left: 708px;
 	padding: 2px;
	width: 172px;
	margin: 0 auto;
	text-align: center;
        border: 1px solid #769d20;
}
div#nav_button {
`       display: block;
	width: 172px;
	height: 25px;
	background: url(images/button_bgnd.gif);
}
div#at_button {
`       display: block;
	width: 172px;
	height: 25px;
	background: #538900;
}

a.locationlink {
	line-height: 21px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: white;
	text-decoration: none;
}
a.locationlink:hover {
	line-height: 21px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #7ac703;
	text-decoration: none;
}

a.scenelink {
	line-height: 21px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
a.scenelink:hover {
	line-height: 21px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #7ac703;
	text-decoration: none;
}

/* v tour */
div#v_tour {
	text-align: center;
}
.vtourText1 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
.vtourText2 {
	line-height: 21px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #7ac703;
}
.vtourText3 {
	line-height: 22px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #7ac703;
}
.vtourText4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.vtourText5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

/* v tour thumbnails */
div#vtour-tn_container {
        clear: both;
	width: 730px;
	height: 95px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	background: #354759;
}
div#vtour-tn_img_container {
	float: left;
	width: 255px;
	padding-right: 10px;
	margin: 0 auto;
	text-align: center;
}
img.vtour-tn {
	width: 250px;
	height: 90px;
	border: 1px solid white;
}
div#vtour-tn_text {
	display: block;
	padding: 5px;
	text-align: right;
}
a.vtour-tn {
	text-decoration: none;
}
a.vtour-tn:hover div#vtour-tn_container {
        clear: both;
	width: 730px;
	height: 95px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	background: #333;
}

/* v tour tips */
div#tips_container {
        float: right;
        width: 640px;
        padding-right: 52px;
}
div#tips_container_reg {
        float: right;
        width: 427px;
        padding-right: 159px;
}
div#vtour_tips {
        display: block;
	width: 640px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #0E6FC4;
	color: #EEE;
}
div#vtour_tips_reg {
        display: block;
	width: 427px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #0E6FC4;
	color: #EEE;
}
a.nav_tips {
	display: block;
	width: 636px;
	padding: 2px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background-color: #EEE;
	color: #003;
}
a.nav_tips_reg {
	display: block;
	width: 423px;
	padding: 2px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background-color: #EEE;
	color: #003;
}

/* thumbnails */
div#thumbnail_gallery {
	width: 745px;
	margin: 0 auto;
	text-align: center;   
}
img.thumbnail {
	border: 4px double #769d20;
}

/* bottom navigation */
a.bottomLink {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #516272;
}
a.bottomLink:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

/* footer */
.creditsText {
	position: relative;
	left: 10px;
	top: -35px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
