@charset "utf-8";
/* CSS Document */


body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #000;
	text-align: center;
	margin: 0 !important;
	padding: 0;
	background-image: url(../images/woodTile.jpg);
	}
	
/* headers */
h2, h3, h4, h5, h6 { 
	color: #663300; 
	margin: 0; 
	font-weight: normal;
	}
h2 { font-size: 2.5em; padding: 40px 0 10px; }
h3 {
	font-size: 2.3em;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
h4 { font-size: 1.7em; padding: 15px 0 0px; }

/* text */
p, li, dt, dd, th, td, code { font-size: 1.15em; line-height: 1.8em; }
p { margin: 10px 0 20px; }
acronym { cursor: help; }

/* links */
a { text-decoration: underline; }
a:hover { text-decoration: none; }



/* lists */
ul {
	margin: 20px 0;
	padding: 0 0 0 15px;
	list-style-type: square;
	}
ul li { color: #D90040; }
ul li span { color: #000; }	

/* set centre content area 
width & properties */	
#header div,
#banner div div,
#body div,
#footer div { 
	width: 1000px; 
	margin: 0 auto; 
	text-align: left;
	position: relative;
	}
#header div div,
#banner div div div,
#body div div,
#footer div div { 
	min-height: 1%;
	margin: 0; 
	padding: 0;
	}	
	
/* clearing floats on all divs 
that have an id (IE ignores this) */
div:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}	
	


/* list of links */
ul.links {
	margin: 10px 0 20px;
	padding: 0;
	list-style-type: none;
	}
ul.links li { padding: 0.2em 0; }


	
/* ---------------------------------------------------------------- **
** Header
** ---------------------------------------------------------------- */
#header div {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}

/* logo */
#header h1 {
	margin: 0;
	width: 112px;
	height: 146px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	}
#header h1 a {
	text-indent: -9999px;
	outline: none;
	display: block;
	height: 100%; 
	}	
	
/* navigation */
#header ul {
	list-style-type: none;
	margin: 0 0 0 163px;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 10px;
	}	
#header ul li { display: inline; margin: 0 0 0 2em; white-space: nowrap; }	
#header ul li a { color: #170a01; font-size: 1.3em; text-decoration: none; }	
#header ul li a:hover {
	color: #FFFFFF;
	text-decoration: overline;
	font-weight: normal;
}	
#header ul li a:active { color: ##e6b275 ; text-decoration: overline; font-weight: normal; }	

#navLine {
	margin: 0;
	width: 1000px;
	height: 146px;
	background-image: url(../images/navBar_tile.jpg);
	background-repeat: repeat-x;
	}

/* subnav */
/*#header ul#subnav { top: 3.67em; bottom: auto; }
#header ul#subnav li { font-size: 0.8em; }*/

/* ---------------------------------------------------------------- **
** Main
** ---------------------------------------------------------------- */

#main div div { background-image: none; color: #999999; font-size: 1.3em; padding-bottom: 30px; }

#home #main div div { min-height: 270px; padding-right: 350px; padding-bottom: 0; width: 430px; }
* html #home #main div div { height: 270px; }
#home #main span {
	width: 386px;
	height: 289px;
	position: absolute;
	right: -100px;
	bottom: -15px;
	z-index: 2;
	background-image: url(../images/photos.png);
	background-repeat: no-repeat;
	}

#main h2 { 
	color: #fff; 
	font-weight: bold; 
	font-size: 2em; 
	line-height: 1.1em; 
	padding-top: 40px; 
}
#main p { line-height: 1.3em; }
#main ul.btn { margin-left: 130px; }
* html #main ul.btn { margin-left: 70px; }

#contactInfo {
	float: right;
}


/* ---------------------------------------------------------------- **
** Footer
** ---------------------------------------------------------------- */
#footer {
	margin-top: 35px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}

#footer div { min-height: 256px; padding-bottom: 4em; }
* html #footer div { height: 256px; }
* html #footer div div { height: 1%; }
#o2 { 	width: 75px !important;
	float: right;
	}	

.column1 {
	width: 230px !important;
	float: left;
}

.column2 {
	width: 75% !important;
	float: right;
}	
.column2 img {
	border: 6px solid #e6b275;
	margin: 3px;
}

.column3 {
	width: 75% !important;
	float: right;
}	
.column3 img {
	border: 6px solid #e6b275;
	margin: 3px;
	float: left;
}
.column3 p {
	margin: 10px;
	padding: 10px;
}

input, textarea			{
	border: 1px solid #000000;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	background-color: #663300;
			}
			

input .feature {
		margin: 0 10px;
		padding-left: 5px;
		}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background-image: url(../images/macFFBgHack.png);
	background-repeat: repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



