html,body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:verdana,sans-serif;
	width:100%;
}


h1 {
	font-size:1.7em;
}

h2 {
	font-size:1.4em;
	color: #9B3800;
}

h3 {
	font-size:1.2em;
	color: #88AA99;
}

table#layout {
	width: 100%;
	height: 100%;
	font-size: .9em;
}


/* MSIE PC FIX \*/
* html table#layout { height:auto; }
/* END MSIE PC FIX */


#header {
	height:160px !important;
	text-align:left;
}

#header_row {
background-image:url(../images/gradient.jpg);
padding:0;
margin:0;
height:150px !important;
}

#logo {
width:390px;
height:150px;

}

#left {
	width:180px !important;
	font-size:.8em;
	vertical-align:top;
	background-image:url(../images/side_gradient.jpg);
background-repeat:repeat-y;
}



td#left .leftmenu {
	margin:5px 0 0 0;
	padding:1px 4px 0 4px;
	width:10px;
}


td#left .leftmenu li {
	height:35px;
	line-height:35px;
	text-indent:5px;
	list-style-type:none;
	margin-bottom:10px;
	color:#fff;
	width:160px;
}


td#left .leftmenu span {
	height:35px;
	line-height:35px;
	text-indent:5px;
	list-style-type:none;
	margin-bottom:10px;
	background-color:#D4AD6B;
	color:#000;
	width:170px;
	font-weight: bold;
	
}

#contentarea {
	font-size:.9em;
	vertical-align:top;
	padding-left:5px;
	border-left:3px solid #000;
	border-top:3px solid #000;
	background-image:url(../images/wmark.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
    border-bottom:3px solid #000;
}


#contentarea img {
    margin: 2px 5px 3px 5px;
    border: 1px solid #000;
}

* html #content2 {
}

#content2 {
	font-size:.9em;
	vertical-align:top;
	padding-left:5px;
	border-left:3px solid #000;
	border-top:3px solid #000;
	background-image:url(../images/wmark.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
    border-bottom:3px solid #000;
}


a:link, a:visited {
	color:#9B3800;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.leftmenu a {
	width:170px;
	background-color:#000;
	border:1px solid #000;
}

.leftmenu a:link, .leftmenu a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
	font-weight:normal;
}

.leftmenu a:hover {
	display:block;
    background-color:#D4AD6B;
	color:#000;
}

.leftmenu a#active {
    background-color:#D4AD6B;
}

.leftmenu a#activesub {
    background-color:#88aa99;
}

.sub {
	margin-left:10px;
	border-left:5px solid #000;
}



.sub a {
	background-color:#666;
	width:155px;
	height:33px;
	line-height:33px;

}

li .sub {
	width:400px;
}

#footer {
	height:10px !important;
	text-align:center;
	font-size:.7em;
	background-image:url(../images/footer_gradient.jpg);
}

#footer a:link, #footer a:visited {
	color:#9B3800;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover {
	text-decoration:underline;
}
/* styling for tour dates */
#dates {
	width:50%;
	border:1px solid #000;
}
#dates td{
	height:80px;
	border:1px solid #000;
	padding-left:3px;
}
#dates .td_active{
	color:#fff;
	vertical-align:top;
}

#dates .td_active_header{
	height:80px;
	color:#9B3800;
	background-color:#D4AD6B;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}

#dates .td_header{
	color:#666;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	background-color:#eee;
	
}

#dates li{
	color:#fff;
	text-align:left;
	font-size:.9em;
}

* html #dates li {
	font-size:.85em;
}


#dates ul{
	padding-left:20px;
	margin:5px 0px 0px 20px;
	
	
}

span.caption  {
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	width: 290px;
}
span.hname  {
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	width: 290px;
}
span.hdesc  {
	text-align: center;
	font-size: .7em;
	font-weight: normal;
	width: 290px;
}