/* GLOBAL STYLES ----------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: #F5FBFD;
	font: 14px Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}
#wrapper {
	width: 738px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	position:relative;
	display:block;
	background: #FFFFFF url(/lib/images/site/content_bg.gif) repeat-y left;
	padding:0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
/* Hack for clearing the content div so the wrapper extends
   to the bottom. Reference: http://www.positioniseverything.net/easyclearing.html 
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.footer {
	width:740px;
	height:25px;
	display:block;
	clear:both;
	font-size: 11px;
	text-align:center;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	}
a {
	text-decoration:underline;
	color:#9A450D;
	}
img {
	border:none;
}
a:hover {
	text-decoration:none;
	}
.masthead {
	width:740px;
	background-color:#F5FBFD;
	padding:0;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	}
.search {
	height:60px;
	text-align:right;
	}
.search input {
	width:135px;
	height:15px;
	background: #FFFFFF;
	border:none;
	border-top: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	padding:2px;
	margin-bottom:2px;
	}

/* HOMEPAGE STYLES ----------------------------------------------------------*/
.address {
	color: #FFFFFF;
	width:133px;
	float:left;
	height:121px;
	background: #A83A24;
	font-size: 13px;
	}
.feature {
	font-size: 16px;
	color: #FFFFFF;
	width:225px;
	float:right;
	height:96px;
	padding:10px 15px 15px 365px;
	background: #4D804D url(/lib/images/site/joinin.jpg) no-repeat left top;
	}
* html .feature  /* this selector recognized by IE only */
{
  width: 605px;   /* total width (only for IE5.x/Win) */
  w\idth: 225px;  /* content width (for other IE) */
}
.tours {
	margin:10px 115px 0 30px;
	color:#4D804D;
	}
.tours a {
	color:#4D804D;
	}
#nisc {
	bottom:1px;
	right:1px;
	position:absolute;
}

/* NAV STYLES ----------------------------------------------------------*/

.nav {
	height:37px;
	width:606px;
	margin-left:134px;
	}

/* SUBNAV STYLES ----------------------------------------------------------*/

#column {
	clear:left;
	width:160px;
	float:left;
	padding:0;
	margin:0;
	color: #EAEEF0;
	background-color: #9B1D04;
	background-image: url(/lib/images/site/events_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
#column .events {
	padding:0 10px 0 10px;
	font-size: 13px;
	}
#column a, .feature a, .address a {
	color:#FFFFFF;
	}
	
/* CONTENT STYLES ----------------------------------------------------------*/

#content {
	padding:0;
	margin:0 0 15px 0;
	width:577px;
	float:right;
	background: #FFFFFF url(/lib/images/site/hp_drawing.gif) no-repeat right bottom;
	position:relative;
	}
#content p {
	margin: 0 0 15px 0;
	}
	
#content ul {
	list-style: none;
	margin:0 0 0 0px;
	padding:0;
	}
#content li {
	background-color:#E9D9B8;
	padding:4px;
	margin:0 0 10px 0;
	font: 14px Arial, Helvetica, sans-serif;	
	}

h1 {
	color: #669966;
	margin:0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	}
h2 {
	color: #669966;
	margin:0 0 10px;
	padding: 0;
	font-size: 14px;
	}
	
/* ===================================================	
	PARASITE STYLES	
=================================================== */
#toolbar a {
	background: #FF7F00;
	padding: 2px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
