body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-smooth:always;
	
	margin:0pt auto; /*center in FF*/
	*text-align: center; /* to correct the centering IE bug*/
	width:762px;
	position:relative;
	border-left:3px solid #333;
	border-right:3px solid #333;
	xborder:1px solid red;
	background-image:url(images/ui/map.jpg);
	
}




/*header stuff --------------------------------------*/

#header{
	width:762px;
	height:164px;
	margin:0;
	padding:0;
	background-image:url(images/ui/headerBg.jpg);
	background-repeat:no-repeat;
}

#logo{
	position:relative;
	left:0px;
	*left:-160px;
	
}

#headerRight{
	position:relative;
	float:right;
	xleft:345px;
	x*left:173px;

}


ul{
	xborder:1px solid #303393;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:762px;
	height:37px;
	
	background-image:url(images/ui/navBg.gif);
	background-repeat:repeat-x;
	clear:both;
	
	xborder:1px solid red;
}

ul li{
	float:left;
	margin:0;
	padding:0;
	color:#ffffff;
}

ul a{
	display:block;
	xwidth:93px;
	line-height:27px;
	text-decoration:none;
	color:#fff;
	text-align:center;

	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	white-space:nowrap;
	
	xborder-right:1px solid white;
	padding:5px 16px 5px 15px;
}



ul .first a{
	background:none;
}

ul a:hover{
	color:#ffcc00;
	text-decoration:none;
}


ol{
	list-style:decimal-leading-zero;
}

/*content stuff --------------------------------------*/

#content{
	float:left;	
	width:762px;
	background-color:#fff;
	background-image:url(images/ui/bodyBg.gif);
	background-repeat:repeat-y;
	
	xborder:1px solid red;
}



#content .left{
	float:left;
	width:334px;
	xpadding-right:8px;
	background-image:url(images/ui/videoBg.gif);
	background-repeat:no-repeat;
	xborder:1px solid red;
}




#content .right{
	float:left;
	width:420px;
	*text-align:left;
	background-image:url(images/ui/rightBg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	xborder:1px solid red;
}



#content .full{
	float:left;
	width:754px;
	
	*text-align:left;
	background-image:url(images/ui/fullBg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	clear:both;
}



#contactLeft{
	xborder:1px solid #999999;
	width:325px;
	float:left;	
	padding:0;
	margin:0 0 0 0;
	clear:left;
}


#contactRight{
	xborder:1px solid #999999;
	width:350px;
	float:right;	
	padding:0;
	margin:0 0 0 0;
}

#contactFull{
	xborder:1px solid #999999;
	float:left;	
	padding:0;
	margin:0 0 0 0;
	clear:both;
	width:745px;
}







#myAccordion{
	width:710px;
	xheight:370px;
	
	padding-left:18px;
	xborder:1px solid red;
}

#myAccordion dt {
	
	font-size:13px;
	line-height:px;
	font-weight:bold;
	padding:3px 3px 3px 3px;
	cursor:pointer;
	background-color:#333333;
	color:#FFFFFF;
	border-bottom:1px solid #fff;
	
}

#myAccordion dd {
	
	font-size:12px;
	display:block;
	xheight:700px;
	overflow-x:auto;
	overflow-y:auto;

	xborder-left:3px solid #fe0000;
	margin-top: 10px;
	margin-bottom: 10px;
	xpadding-left:5px;
	xborder:1px solid red;
	margin-left:-5px;
}

#myAccordion dd img{
	float:right;
	border:2px solid #333;
	padding:3px;
	margin:0 0 0 5px;
}

#myAccordion dd img.ccard{
	float:left;
	border:none;
	xpadding:3px;
	margin:0 0 0 5px;
}

#myAccordion dd img.lnks{
	float:none;
	text-align:center;
	border:none;
	xpadding:3px;
	margin:0 0 0 5px;
}

#videoDiv{
	margin-top:12px;
	margin-left:6px;
	*margin-left:1px;
	height:280px;
	width:320px;
	xborder:1px solid red;
}

#vidTable{
	margin-top:12px;
	width:334px;
	height:94px;

	background-image:url(images/ui/videoSelectBg.gif);
	background-repeat:no-repeat;
	
	xborder:1px solid yellow;
}

#vidTable th{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-top:15px;
}

table.tourTable{
	margin-left:18px;
	*margin-left:0px;
	*margin-top:15px;
	xbackground-image:url(images/ui/tableBg.gif);
	xbackground-repeat:repeat-x;
	border:2px solid #333;
	width:350px;
}

table.tourTable th{
	background-color:#333;
	white-space:nowrap;
	vertical-align:top;
	color:#FFFFFF;
	
	
}

table.tourTable td{
	border-bottom:1px solid #333;
	
}

h1{
	padding-left:17px;
	*padding-top:12px;
	font-size:22px;
}

h3{
	padding-left:12px;
	margin:0;
}



p{
	padding-left:12px;
	margin:8px;
}
	
p.intro{
	padding-left:22px;
	font-size:12px;
}
		

#var{
	background-color:#333;
	border-color:#3c3c3c;
	border-style:solid;
	color:#CCCCCC;
	width:120px;
}

/*logo stuff-----------------------------------------------------*/

div.logo{
	padding-left:20px;
	xborder:1px solid red;
	margin-top:-20px;
	text-align:center;
}


/*footer stuff-----------------------------------------------------*/

#footer{
	clear:both;
	width:762px;
	height:37px;
	position:relative;
	margin:0pt auto; /*center in FF*/
	*text-align: center;  /*to correct the centering IE bug*/
	border-bottom:10px solid #ffcc00;

}

#footer a{
	line-height:27px;
	xcolor:#303393;
	text-decoration:none;
	padding:0 8px 0 8px;
	font-size:11px;
}

#footer a:hover{
	line-height:27px;
	xcolor:#fff;
}

#footer ul a{
	display:block;
	line-height:10px;
	text-decoration:none;
	color:#666666;
	text-align:center;
	font-size:9px;
	margin:0;
	padding:0;
	white-space:nowrap;
	padding:22px 21px 5px 21px;
}

#footer ul a:hover{
	color:#ffcc00;
	text-decoration:none;
	line-height:10px;
}


a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#ffcc00;
	}
	
.links{
	margin-left:0pt auto;
	margin-right:0pt auto;
	text-align:center;
	xborder:1px solid red;
	height:465px;
}

.tours{
	padding-left:24px;
    padding-bottom:4px;
    border:none;
}


#siteby{
    background-color:#333333;
    text-align:right;
    color:#FFFFFF;
    font-size:9px;
    padding-right:5px;
    color:#777;
}

#siteby a{
	color:#ffffff;
    text-decoration:none;
}
