/*global styles*/
body {
	margin: 0;
	padding: 0;
	letter-spacing: 1pt;
	font-family: Tw Cen MT;
	text-align: center;
}

#container {
	display: block;
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#wrapper {
	display: block;
	width: 960px;
	margin: 15px 0;
	margin: 0 auto;
}
#clear {
	clear:  both;
}

/*tr tours global styles*/
#vrmain #secondary {
	width: 466px;
}

#vrmain #primary .content {
	width: 480px;
}
#home #primary .content {
	width: 600px;
}
#home #secondary {
	width: 330px;
}
/*header content area*/
#header {
	display: block;
	height: 500px;
	position: relative;
}

#header #main-nav {
	display: block;
	position: absolute;
	left: 290px;
	top: 150px;
	width: 700px;
}
#header #main-nav ul {
	display: block;
	padding: 0;
	margin: 0;
}
#header #main-nav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#header #main-nav ul li a {
	padding: 4px 5px;
	margin: 0 5px;
	text-decoration: none;
	color: #000;
	border-right: #7ea737 solid 2px;
	font-family: Tw Cen MT;
	text-transform: uppercase;

}
#header #main-nav ul li a:hover {
	text-decoration: underline;
}

#header #main-nav ul li.last a {
	border-right: 0;
}

#header #viewer {
	display: block;
	border-bottom: #83495c solid 2px;
	border-top: #83495c solid 2px;
}
#header #viewer #words {
	width: 252px;
	height: 216px;
	margin: 10px 0;
}
#header #viewer #pics {
	width: 655px;
	height: 216px;
	position: absolute;
	top: 220px;
	left: 305px;
	margin: 10px 0;
}

#header #viewer img {
	width: 960;
	border: 0;
}


/*primary content area*/
#primary {
	display: block;
	float: right;
	font-size: 14px;
}
#primary .content {
	display: block;
	width: 650px;
	margin: 0 auto;
}

#primary li {
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0;
	display: block;
}
#primary h3 {
	color: #7ea737;
}
#primary a {
	color: #7ea737;
	text-decoration: none;
}
#primary a:hover {
	text-decoration: underline;
}

/* photo gallery */

.gallery img {
	width: 158px;
	border: 0;
}


/*secondary*/
#secondary {
	display: block;
	float: left;
	width: 295px;
}

#secondary img {
width: 291px;
border: none;
}
#secondary .vrtour {
	border-bottom: #83495c solid 2px;
	border-top: #83495c solid 2px;
	display: block;
}
#secondary .vrtour h4 {
	margin: 3px 0;
}
#secondary .vrtour a {
	color: #981B1F;
}

#secondary .vrtour .item {
	float: left;
	margin: 0 10px;
}
#secondary .vrtour img {
	width: 151px;
}
#home #secondary .vrtour img {
	width: 105px;
}

h1.page-title {
	font-size: 18px;
	font-weight: normal;
	border-right: #7ea737 solid 2px;
	text-align: right;
	padding: 0 5px;
	text-transform: uppercase;
}

/*footer*/
#footer {
	display: block;
	width: 960px;
	border-bottom: #7ea737 solid 2px;
	margin: 0 auto;
}
#footer .contact {
	display: block;
	font-size: 18px;
}	
#footer .contact li {
	list-style-image: none;
	list-style-type: none;	
	text-align: right;
}