/*** RESET ****/
body, html, h1, h2, h3, h4, p, form, ul, ol, li{ padding:0px; margin:0px; }
ul,ol { list-style: none; }
table { border-collapse: collapse; }
body, html { width:100%; height:100%; }
fieldset,img { border: none; }
a{ outline:none; text-decoration:none; }

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#site{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	min-width:960px;
	min-height:620px;
}

#bgr{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
}


#logo{
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-480px;
	width:185px;
	height:124px;
	z-index:100;
}

#nav{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-480px;
	width:960px;
	height:30px;
	z-index:20;
}

.navcell{
	float:right;
	margin-left:25px;
	height:30px;
	line-height:30px;
	background-image: url(images/navcell.png);
	background-repeat: repeat-x;
	background-position: 0px -30px;
}

.navcell-on{
	float:right;
	margin-left:25px;
	height:30px;
	line-height:30px;
	background-image: url(images/navcell-on.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

a.nav{
	color:#333333;
	font-weight:bold;
	display:block;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}

a.nav-on{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}

#left{
	margin-top:60px;
	float:left;
	width:500px;
	padding-bottom:40px;
}

#right{
	margin-top:220px;
	float:right;
	width:400px;
	padding-bottom:40px;
	min-height:250px;
}

#footer{
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	margin-top:-31px;
	height:30px;
	background-image: url(images/textbgr.png);
	background-repeat: repeat;
	z-index:10;
	border-top: solid 1px #FFFFFF;
}

#terms{
	float:left;	
	line-height:30px;
	height:30px;
	color:#666666;
	margin-left:20px;
	font-size:10px;
}

#smartarts{
	position:absolute;
	top:0px;
	left:100%;
	margin-left:-229px;
	width:219px;
	height:30px;
}

#trapdoor{
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-570px;
	margin-top:220px;
	width:617px;
	height:340px;
	z-index:10;
}

#flash{
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-570px;
	margin-top:220px;
	width:617px;
	height:340px;
	z-index:20;
}

#smalltv{
	position:absolute;
	top:54px;
	left:50%;
	margin-left:180px;
	width:160px;
	height:130px;
}

#smalltv-still{
	position:absolute;
	top:54px;
	left:50%;
	margin-left:180px;
	width:160px;
	height:130px;
	display:none;
}

#textdiv{
	position:absolute;
	width:400px;
	height:auto;
	padding:20px;
	padding-bottom:10px;
	background-image: url(images/textbgr.png);
	background-repeat: repeat;
	border:solid 1px #FFFFFF;
	z-index:10;
}

#navbgr{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	background-image: url(images/navbgr.png);
	background-repeat: repeat;
	z-index:10;
	border-bottom: solid 1px #D9D698;
}

#mapholder{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-280px;
	margin-left:-100px;
	width:600px;
	height:500px;
	padding:10px;
	background-image: url(images/textbgr.png);
	background-repeat: repeat;
	border:solid 1px #FFFFFF;	
	z-index:0;
}

#map{
	width:600px;
	height:500px;
	border:solid 1px #FFFFFF;
}

#gallery{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	width:1120px;
	height:680px;
	max-width:70%;
	max-height:80%;
	z-index:1000;
	padding:2px;
	border:solid 1px #FFFFFF;
	display:none;
}

#swf{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#closegallery{
	position:absolute;
	top:-17px;
	left:0px;
	width:100%;
	text-align:right;
	height:17px;
}

#closegallery a{
	color:#FFFFFF;
}
#closegallery a:hover{
	color:#FFFA91;
}

#mask{
	-moz-opacity:.60; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); 
	opacity:.60;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:999;
	display:none;
}

#gallthumbs{
	position:absolute;
	width:200px;
	height:auto;
	padding:20px;
	padding-bottom:10px;
	background-image: url(images/textbgr.png);
	background-repeat: repeat;
	border:solid 1px #FFFFFF;
	z-index:10;
	top:50%;
	left:50%;
	margin-left:180px;
	margin-top:-20px;
}

.gtholder{
	width:100%;
	margin-bottom:10px;
}

.gtimg{
	float:left;
	width:60px;
	border:solid 1px #FFFFFF;
	padding:2px;
	margin-right:10px;
}

.gttitle{
	float:left;
	width:115px;
}


h1{
	color:#777100;
	margin-bottom:8px;
	font-size:14px;
}

h2{
	font-size:12px;
	margin-bottom:2px;
}

p{
	line-height:18px;
	margin-bottom:10px;
}

a{
	color:#938B00;
	font-weight:bold;
}

a:hover{
	color:#645F00;
}

a.footer{
	color:#666666;
	text-decoration:underline;
}

a.footer:hover{
	color:#333333;
}

ul{
	margin-bottom:15px;
	margin-top:4px;
}

li{
	margin-bottom:5px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height:16px;
}

.tt{
	background-color:#938B00;
	color:#FFFFFF;
	font-weight:bold;
}
.tb{
	border:solid 1px #938B00;
	margin-bottom:10px;
}