body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000;
}

#outerHeader {
	margin: 0 auto;
	background: url(../images/outerHeaderBG.jpg) repeat-x;
	
}

#header {
	min-height: 143px;
	width: 770px;
	margin: 0 auto;
	background: url(../images/headerBG.jpg) no-repeat;
}


#outerContent {
	background: #fff url(../images/outerContentBG.jpg) repeat-x;
	min-height: 300px;

}

#contentWrapper {
	width: 770px;
	padding-top: 8px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	width: 410px;
	margin: 0 auto;
}

#content img {
	border: 1px solid #000;
}

#leftcol {
	width: 150px;
	float: left;
	padding-top: 14px;
}

#rightcol {
	width: 150px;
	float: right;
	color: #4e4845;
}

#forest {
	margin: 20px 0;
}

#outerFooter {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
	background: #8c9c81 url(../images/outerFooterBG.jpg) bottom repeat-x;
	min-height: 40px;
	border-top: 1px solid #251212;
}

#footer {
	width: 770px;
	margin: 0 auto;
	font-size: 85%;
}


#footer p {
   float: right;
	 clear: right;
}
#footer a {
	color: #000;
}

/********** text elements ******************/

h1, h2, h3 {
	font-size: 140%;
	color: #000;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

.left {
	float: left;
	margin: 5px 8px 0 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/********** header navigation *********************/
#header {
	padding-top: 1px;
}

#header ul {
  margin: 114px 0 0 0;
  padding: 2px 0 0 0;
  list-style-type: none;
  font-size: 75%;
 }
  
#header li {
  float: right;		
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 2px 0 3px;
  margin: 0 1px;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.gif") no-repeat top left;
  padding: 3px 12px 3px 16px;
	padding: 3px 8px 3px 12px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #000;
}
  
#header #current {
  background-image: url("../images/right_on.gif");
}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #000;
  padding-top: 6px;
  padding-bottom: 1px;
}

/********* Side Navigation ********************/

#leftcol {
	height: 432px;
	background: url(../images/collage.jpg) top no-repeat;
}
/*#leftcol ul {
	list-style-type: none;
	padding: 0 0 100px 0;
	margin: 0;
	background: url(../images/falcon.jpg) bottom no-repeat;
}*/

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #5F6B56;
	padding: 2px 3px;
	border: 1px solid #666;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #B7BFB0;
}
	
	/********* form ********************/
label {
	color: #000;
}

input {
	background-color: #ff9602;
	border: 1px solid #000;
	margin-bottom: 4px;
}

.button {
	background-color: #000;
	border: 1px solid #ff9602;
	color: #ff9602;
	padding: 2px 4px;
}

/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}





table.slideshow {
	margin: 30px auto;
	border-collapse: collapse;
}

table.slideshow td {
	padding: 5px;
}

table#rates {
	margin: 30px auto;
	border-collapse: collapse;
	border: 1px solid #333;
}
table#rates tr.odd {
	background-color: #ccc;
}
table#rates tr.even {
	background-color: #eee;
}
table#rates th {
	padding: 5px;
	text-align: center;
	background-color: #666;
	color: #fff;
}
table#rates td {
	padding: 5px;
	text-align: right;
}

/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 60px;
}

#outerStrap {
	height: 185px;
}

 #outerContent {
	height: 300px;
}

#content {margin-left: -20px;}
#leftcol {margin-right: 20px;} 
 /**/