@charset "utf-8";
/* Global Styles */

body{
	background: #f6f0e4;
	/* background: #fff; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

h1{font-size: 20px;margin: 0px; padding: 0px; color:#a93810}
h2{ font-size: 12px; margin: 0px; padding: 0px; text-transform: uppercase}
h3{ font-size: 12px; margin: 0px; padding: 0px}

form{}
label{float:left; width: 100px;}
a{color: #411a09 }
a:hover{}

a.disabled{color: #bbb}
.more-link{background: url(../images/arrows.gif) no-repeat center left; padding-left: 20px;}
.column{float: left}
.content{padding: 20px}
.clear{clear:both}

.grayBorder{border: solid 1px #ccc}
.box5{padding: 5px}

/* CSS Layout */

#container{width: 800px; margin:auto}
#pre-header{position: relative; height:40px}
#pre-header span{position: absolute}
#header{position: relative; background: url(../images/banner.jpg) repeat-x; height:80px; border-bottom: solid 1px #411a09}
#header span{position: absolute}

#menu{background: #eee url(../images/menu-fill.jpg) repeat-x; height:41px}
#menu ul{padding: 0px; margin: 0px; list-style-type: none}
#menu ul li{float: left; width: 120px; background: url(../images/menu_spacer.gif) no-repeat top right; border-right: solid 1px #eacaa4}
#menu ul ul{display:none}
#menu ul li a{display: block; text-align:center; color: #555; text-decoration:none; line-height: 41px; font-size:12px; font-family: "Myriad Pro", Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; margin-right: 0px;}
#menu ul li a:hover{background: #eacaa4}

#content_container{clear:both}

#side_menu{width: 215px; background: url(../images/side-menu-bottom.gif) no-repeat bottom center;}
#side_menu ul{ list-style-image:url(../images/bullet.gif); padding-left: 18px; margin:0px;}

#main{width: 585px; background: white}

#footer{position: relative; background: #8a684f; color: white; clear:both; height: 25px; padding: 10px; font-weight: bold; font-family:Tahoma, Arial, Helvetica, sans-serif;  font-size: 11px; line-height:25px}
#footer a{color: white; text-decoration: none}
#footer a:hover{text-decoration: underline}
#footer span{font-weight: normal; margin-left: 20px; position:absolute; right: 10px}

#footer ul{padding: 0px; margin: 0px; list-style-type: none}
#footer ul li{float: left;}
#footer ul li:after{content: " | ";}
#footer ul ul{display:none}
#footer ul li a{}
#footer ul li a:hover{}
/* CSS Layout */

.tour-box{padding: 10px; border: 1px solid #8a684f; background: #f4e8d6; margin-top:5px;font-size:16px; line-height: 30px; }
.tour-box:hover{
	background: #EDDABC;
}
.tour-box a{
	color: #411a09;
	text-decoration: none;
	font-weight: bold
}
.tour-box a:hover{
	color: #6F2C0F;
	text-decoration: underline;
}