@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5C2605;
	background-color: #E7E2C7;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #5C2605;
	text-align: left;
}
h2 {
	font-size: 12px;
	color: #5C2605;
	text-align: left;
	padding-top: 10px;
}
h2 a {
	font-size: 14px;
	color: #CC6600;
	}
h3 {
	font-size: 13px;
}
h4 {
	font-size:12px;
	margin-top: 5px;
	margin-bottom: -13px;
	}
ul {
    padding:0;
    margin:0;
}
li {
    padding:0;
} 
img {
	border:none;
}
a {
	font-size: 12px;
	color: #5C2605;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5C2605;
}
a:hover {
	color: #5C2605;
}
a:active {
	text-decoration: none;
	color: #5C2605;
}
td {
	line-height: 18px;
}
/* ============  Container ============ */
.twoColFixLtHdr #container {
	width: 760px;
	/*margin: 0 auto;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#E7E2C7;
	margin-top: 20px;
	background-repeat:repeat-y;
} 
.twoColFixLtHdr #wrap {
	position: relative;
	}
/* ============  Header ============ */

/* header */
.twoColFixLtHdr #header {
	position: relative;
	background-image: url(../images/brdr_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 10;
	padding-top: 20px;
	height: 81px;
	}
.twoColFixLtHdr #container #wrap #header .float {
	padding-left: 100px;
	padding-bottom: 23px;
}

/* banner */
.twoColFixLtHdr #banner {
	padding: 0;
	position: relative;
}

	
 /* header menu */
#menu {
	width: 760px;
	height: 24px;
	position: relative;
	background-image: url(../images/bg_menu.jpg);
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#menu li, #menu a {
    height: 24px; display: block;}
#home {left: 8px; width: 40px;}
#about {left: 88px; width: 58px;}
#gallery {left: 187px; width: 85px;}
#locations {left: 322px; width: 62px;}
#contact {left: 427px; width: 70px;}

#home a:hover {
    background: transparent url(../images/bg_menu.jpg)
    -8px -24px no-repeat;}
#about a:hover {
    background: transparent url(../images/bg_menu.jpg)
    -88px -24px no-repeat;}
#gallery a:hover {
    background: transparent url(../images/bg_menu.jpg)
    -187px -24px no-repeat;}
#locations a:hover {
    background: transparent url(../images/bg_menu.jpg)
    -315px -24px no-repeat;}
#contact a:hover {
    background: transparent url(../images/bg_menu.jpg)
    -417px -24px no-repeat;}
			


/* ============  SideBar ============ */   
 
 /* sidebar */  
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	padding: 13px 20px 0px 0px;
	color: #506609;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
	}
.twoColFixLtHdr #sidebar1 li {
	background: url(../images/bullet.jpg) left top no-repeat;
	padding-left: 0px;
	padding-bottom: 10px;
	text-align: left;
	color: #5C2605;
	line-height: 30px;
}	
.twoColFixLtHdr #sidebar1 a {
	color: #5C2605;
	text-decoration:none;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #5C2605;
	text-decoration:underline;
	font-weight: bold;
}

/* ============  SubMenu ============ */   
 
 /* submenu */  
.twoColFixLtHdr #submenu {
	float: right;
	width: 165px;
	padding: 15px 10px 0px 10px;
	color: #CC6600;
	text-align: left;
}
.twoColFixLtHdr #submenu ul {
	list-style: none;
	line-height: 40px;
	}
.twoColFixLtHdr #submenu li {
	list-style: none;
	line-height: 40px;
	color: #506609;
	font-weight: bold;
	}	
.twoColFixLtHdr #submenu a {
	color: #CC6600;
	text-decoration:none;
	font-weight: bold;
}
.twoColFixLtHdr #submenu a:hover {
	color: #393120;
	font-weight: bold;
}

/* mainContent - for pages with submenu on left */  
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 190px;
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 10px;
}  
.twoColFixLtHdr #mainContent ul {
	list-style: none;
	padding-top: 10px;
	padding-left: 20px;
	}
.twoColFixLtHdr #mainContent li {
	background: url(../images/bullet.jpg) left top no-repeat;
	padding-left: 30px;
	padding-bottom: 20px;
	text-align: left;
}
.twoColFixLtHdr #mainContent ul li ul {
	list-style: none;
	padding-top: 10px;
	}
.twoColFixLtHdr #mainContent ul li ul li {
	line-height: 18px;
	background: none;
	padding-left: 0px;
	margin-left: 0px;
	}


/* fullContent - for page without left sidebar */  
.twoColFixLtHdr #fullContent {
	margin: 0 0 0 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
	padding-top:10px;
}  
.twoColFixLtHdr #fullContent ul {
	list-style: none;
	padding-top: 10px;
	padding-left: 20px;
	}
.twoColFixLtHdr #fullContent li {
	background: url(../images/bullet.jpg) left top no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
	text-align: left;
}



/* ============  Footer ============ */
/* footer */
.twoColFixLtHdr #footer {
	height:68px;
	background-image: url(../images/brdr_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size:9px;
	text-align: center;
	color: #9A8D45;
}
.twoColFixLtHdr #footer a {
	margin: 0;
	padding: 10px 0;
	font-size:9px;
	text-align: center;
	color: #9A8D45;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover {
	margin: 0;
	padding: 10px 0;
	font-size:9px;
	text-align: center;
	color: #9A8D45;
	text-decoration: underline;
}


/* ============  Floats ============ */

/* floats */
.fltrt {
	float: right;
	margin-left: 8px;
	padding: 10px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ============  Formatting ============ */
.tbox img {
	border: thin solid #FFFFFF;
	margin-bottom: 5px;
	}
.tbox img:hover {
	border: thin solid #5C2605;
	margin-bottom: 5px;
	}
.smalltext {
	font-size: 10px;
	}
.tdline {
	background-image:url(../images/line.jpg);
	background-position:top;
	background-repeat: no-repeat;
	}