@charset "utf-8";

/*****************
Remove default margins, paddings
******************/
/*background-color:#554f42;*/

* {
margin:0;
padding:0;
}

body {
	background-color:#554f42;
	font-size:0.8em;
	line-height:1.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
}


a:link {
	color: #660000;
	text-decoration: none;
	padding: 0;
	text-align: left;
	font-weight:500;
}
a:visited {
	color: #660000;
	text-decoration: none;
	padding: 0;
	text-align: center;
	font-weight:500;
}

a:active {
	color: #B00000;
	text-decoration: none;
	text-align: center;
	font-weight:600;
}

a:hover {
	color: #FF6633;
	text-decoration: none;
	padding: 0;
	text-align: center;
	font-weight: bold;
}


h1 {
	margin:0;
	font-size: 1.3em;
	color: #808040;
	padding-left:50px;
	margin: 0px;
}	

h2 {  margin:0;
	font-size: 1.1em;
	color: #CB6600;
	}

h3 {   margin:0;
	font-size: 1em;
	color: #CB6600;
	}

h4 {
	font-size:.9em;
	color: #330000;
	font-weight: bold;
	margin: 0px;
}
	
h5 {
	font-size:1.3em;
	color: #808040;
	font-weight: 700;
	margin: 0px;
	display: inline;
}

h6 {
	font-size:.8em;
	color: #808040;
	margin: 0px;
	display: inline;
}

.six {
	font-size:.8em;
	color: #808040;
	margin: 0px;
	display: inline;
}
/*LAYOUT*/

#pagewrapper {
	margin:auto;
	width:780px;
	color: black;
	}

#header {
	clear:both;
	height: 165px;
	width:780px;
	margin-bottom:0px;
	margin-right:auto;
	background-repeat: no-repeat;
	background-image: url(images/headerbg2.gif);
	margin-left: auto;
	background-color: #554F42;
	margin-top: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu {
	clear:both;
	padding-top: 90px;
	margin-left: 80px;
}


#main{
	width:780px;
	margin-right: auto;
	margin-left:auto;
	margin-bottom: 0px;
	margin-top:0px;
	background-color: #fff;
	background-position: 0px 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#maintour{
	width:780px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left:auto;
	margin-bottom: 0px;
	margin-top:-14px;
	background-color: #fff;
	background-image: url(images/road2.gif);
}

/* #info {
	width:780px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left:auto;
	margin-bottom: 0px;
	margin-top:-14px;
	padding-left:40;
	background-color: #fff;
}*/
	

#footer  {
	width:780px;
	background:#F9F5BF;
	margin-right: auto;
	margin-left:auto;
	margin-bottom: 0px;
	margin-top:0px;
	font-size: 0.8em;
	text-align: left;
	line-height: 1em;
	height: 165px;
	background-image: url(images/footer2.gif);
	}



/*MARGINS*/

div#content p {
	color:#333333;
	line-height: 1.4em;
	font-size: 1em;
}

p.margin	{margin-left: 15px;
			margin-right:15px;
			margin-top:  10px;
}

p.margin2	{margin-left: 820px;
			margin-right:40px;
			margin-top:  10px
}

p.margin3	{margin-left: 50px;
			margin-right:50px;
			margin-top:  10px
}

/*BULLETS*/

ul.none {list-style-type: none;
list-style-position: inside;
}

li.indent   {
	padding-left: 2.9em;
	margin-top:1.4em;
	margin-left:2.6em;
	font-weight:600;
	color:#666666;
	margin-right: 2.6em;
	list-style: none;
}


li.indent2   {
	padding-left: 4.9em;
	margin-top:0.2em;
	margin-left:25em;
	margin-right: 2.6em;
}

li.inline {
	font-size:0.9em;
	display: inline;
	padding-left: 18px;
	padding-right: 10px;
	border-right: 1px #066;
	font-weight:500;
	color:#666666;
	margin-top: 0px;
  }

li.first {
  font-size:.9em;
  display: inline;
  padding-left:83px;
  padding-right: 0px;
  border-right: 0px;
  } 

/*POSITIONING IMAGES*/


.headerimage
{
	float:left;
	margin-top:30px;
	margin-left:30px;
	margin-right: 50px;
}

.logo
{
	position:fixed;
	top:1px;
	margin-left:0px;
	z-index:100;
}

.floaterl
{
	float:left;
	margin-right:15px;
	margin-left:55px;
	margin-top:93px;
	border:solid 0px #333333;
}

.map
{
	float:left;
	margin-left:10px;
	padding-right: 10px;
	font-size: 9em;
}

.geronimo {
	margin-top: -30px;
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.t1  {
	margin-left:80px;
	margin-top:86px;
	float: left;
	margin-right: 12px;
}	

.image {
	margin: 30px;
}

/*table with anchor links for tour advice*/

table.bg     {
	background-color:#fff;
	font-size:0.9em;
	font-weight:600;
	color:#666666;
	text-align: center;
	border-collapse: collapse;
	
}
/* ????*/


content div.hr {
	height:1px;
	width:60%;
	border:0;
	background-color:#069;
	margin:5px;
	padding:0px;
	text-align:center;
}
	

.contentwithmargins {
	margin-right: 40px;
	margin-left: 40px;

}

.tour_table {
	font-weight: bold;
	text-align: center;
}

.tour_table_currentpage {
	font-weight: bold;
	text-align: center;
}

.tour_table_currentpage a {
	color: #FF6633;
}


/*h1a {
	font-size: 1.3em;
	color: #663200;
	margin=left:100;
	margin: 0px;
	font-weight: bold;
}
#headerhome {
	clear:both;
	height: 260px;
	width:780px;
	margin-bottom:0px;
	margin-right:auto;
	background-repeat: no-repeat;
	background-image: url(images/headerbg2.jpg);
	margin-left: auto;
	background-color: #554F42;
	margin-top: 30px;
}
.homecontent {
	margin-right: 80px;
	margin-left: 80px;
}

#homebg {
	background-image: url(images/homepage_bg.jpg);
	background-repeat: no-repeat;
	width:780px;
	height: 642px;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	}
	
.quote {
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
}*/


.tour_table a {
	font-weight: bold;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
}

#rwcontent {
	margin-right: 50px;
	margin-left: 50px;
	height: 100%;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

