 
body  {
	background: #001201;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003300;
	font-weight:bold;
	text-align: center;
}

h2 {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	color: #333333;
}

h3 {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	font-weight:bold;
}

h6 {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

a:link, a:visited {
	color: #4f7544;
	text-decoration: none;
	border: none;	
}

a:hover {
	color :#AF7897;
}

a img {
	text-decoration: none;
	border: none;
	}
	
	
.gear a:link {text-decoration:none; color:#4F7544;}
.gear a:visited {text-decoration:none; color:#4F7544;}
.gear a:active {text-decoration:none; color:#4F7544;}
.gear a:hover {text-decoration:none; color:#AF7897;}
.gear p {text-align:center}

.footer a:link {text-decoration:none; color:#FFFFFF;}
.footer a:visited {text-decoration:none; color:#FFFFFF;}
.footer a:active {text-decoration:none; color:#FFFFFF;}
.footer a:hover {text-decoration:none; color:#FFFFFF;}
.footer p {text-align:center}

.sidebar a:link {text-decoration:none; color:#FFFFFF}
.sidebar a:visited {text-decoration:none; color:#FFFFFF;}
.sidebar a:active {text-decoration:none; color:#FFFFFF;}
.sidebar a:hover {text-decoration:none; color:#FFFFFF; background-color:#4F7543;}
.sidebar td {width:200px; height:50px; font-size:14px;}
	
ul.fly {
	margin-left: 30px;
	list-style-image: url(../images/fly.jpg);
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}	

p.disclaimer {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#F00;
}

th.rates {
	background-color:#4f7544;
	font-weight:bold;
	text-align:center;
}

td.pageHead {
	text-align: left;
}

td.testimonial {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.photoCredit {
	color: #FFF;
	font-size: x-small;
	text-align: right;
	margin-left: 10px;
	line-height: 2px;
	margin-right: 10px;
}
.video {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: underline overline;
	letter-spacing: 1.2em;
	text-align: center;
}

.twoColFixLtHdr #container {
	width: 990px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #372519;
	padding: 0 px 0 px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#topNav {
	background-color: #CC9933;
	/*#336699*/
}

#test1 {
	position:absolute;
	left:720px;
	top:220px;
	width:350px;
	height:220px;
	z-index:1;
	background-color: #FFFFFF;
	vertical-align: middle;
	border-color: #4F7544;
	border-style: inset;
	border-width: 5px;
}
#test2 {
	position:absolute;
	left:350px;
	top:220px;
	width:350px;
	height:630px;
	z-index:2;
	background-color: #FFFFFF;
	border-color: #4F7544;
	border-style: inset;
	border-width: 5px;
}

#test3 {
	position:absolute;
	left:350px;
	top:880px;
	width:720px;
	height:210px;
	z-index:3;
	border-color: #4F7544;
	border-style: inset;
	border-width: 5px;
}

#seasonsOnTheFly{
	margin: 0 10px 0 30px; 
	border: 1px solid #000000;
	background-color:#FFFFFF;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: #372519;
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 20px 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 15px;
	

} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#372519;
	font-size: 12px;
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1;
	text-align: left;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]#topNav {
	background-color: #AE7995;
}
