/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.htm
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
}
#header {
	padding: 0px 0px 0px 0px;
	background: #fff url(header.gif) top left no-repeat;	
	width: 970px;
	margin: 0 0 2px 0;
	height: 110px;
	color: #fff;
	font-size: 100%;
}
#header h1 {
	font-size: 230%;
	color: #fff;
	margin-bottom: 3px;
}
body {
	background: #fff url(body_bg.gif) top left repeat;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: none;
}
#slider {

	float: left;
}
#thumbs {
	width: 180px;
	float: right;
}
#thumbs2 {
	width: 380px;
	float: right;
	padding-right: 30px;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1, h2, h3, h4, h5, h6 {
	color: #858a00;
}
h1 {
	font-size: 170%;
	color: #858a00;
	text-align: left;
	margin: 0px 2px 8px 0px;
	padding: 0px;
}
form {
	margin: 0;
}
.main {
	width: 970px;
	margin: auto;
	padding: 10px;
	background: #FFF;
	border-left: 1px solid #858a00;
	border-right: 1px solid #858a00;
}
.banner, .search_box {
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}

.banner {

}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFF;
}
.banner span {
	color: #D0D0D0;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
.menu {
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px dashed #999;
}
.menu_default a:hover {
	border-bottom: 1px dashed #333;
}

.menu_current  {
	border-bottom: 1px dashed #999;
	font-weight:bold;
}

.menu fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.menu legend {
	color: #603;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
#subnav {
 	width: 250px;
	float: left;
	padding-right: 20px;
	margin-top: 0.4em;
}
#subnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#subnav li {
	list-style-type: none;
	padding-bottom: 0.4em;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	border-bottom:5px solid #eee;
	background-color: #ccc;
}
.content {
	padding: 10px 10px 14px 10px;
	text-align: left;
	min-height: 200px;
}
.content_sub {
	padding: 10px 10px 14px 10px;
	text-align: left;
	min-height: 200px;
	margin-left: 250px;
}
.content ul, .content_sub ul {

}
.content a, .content_sub a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.content2 {
	padding: 50px 10px 14px 10px;
	text-align: left;
	min-height: 200px;
	width: 650px;
	margin-left: 250px;
}
.footer {
	background-color: #d2e145;
	clear: both;
	height: 90px;
/*	background-image: url(images/footer.jpg); */
/*	background-repeat: repeat-x; */
	font-size: 10px;
	color: #303717;
	text-align: right;
	line-height: 18px;
	font-size: 120%;
	padding: 5px;
	font-family: 'trebuchet ms';
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
.boximage {
	position: absolute;
  clip:rect(0px 66px 60px 0px);
	margin: 5px 5px 5px 5px;

}
.boximagewrapper {
  float: left;
  margin: 7px 5px 7px 5px;
  position: relative;
  width: 76px;
  height: 70px;
  border: 1px solid #000;
background-color:#000;
}
.boximage2 {
	position: absolute;
  clip:rect(0px 126px 126px 0px);
	margin: 10px 5px 5px 10px;

}
.boximage3 {

	margin: 10px 5px 5px 10px;
}
.boximagewrapper2 {
  float: left;
  margin: 7px 5px 7px 5px;
  position: relative;
  width: 146px;
  height: 146px;
  border: 1px solid #000;
background-color:#000;
}
.boximagewrapper3 {
  float: left;
  margin: 7px 5px 7px 5px;
  position: relative;
  width: 300px;
  height: 300px;
  border: 1px solid #000;
background-color:#000;
}
.boximagewrapper4 {
  float: left;
  position: relative;
  width: 200px;
height: 150px;
  margin: 7px 5px 7px 5px;
  border: 1px solid #000;
background-color:#000;
padding: 5px;
}
.boximage4 {
	position: absolute;
	margin: 10px 5px 5px 10px;
}

.boximagewrapper4 div {

}
.boximagewrapper4 a, .boximagewrapper4 a:link, .boximagewrapper4 a:visited {
color: #fff;
font-size: 100%;
}
.thumbbutton {
	padding: 10px 10px 9px 10px;
	background-color:rgb(175,175,175);
}




.nav2 {white-space:nowrap /*IE hack*/; float:left; width:970px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; background:rgb(225,225,225) url(menubg.gif) top left repeat; color:#fff; font-size:100%;} /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;
margin: 0px;
padding: 0px;
}
.nav2 ul li {float:left; margin: 0px; padding: 0px;}
.nav2 ul li a {display: block; border-right:solid 1px #fff; padding: 13px 15px 10px 15px; font-size: 90%; font-weight: bold; color: #fff;}
.nav2 ul li ul {display:none; border:none;}
.nav2 ul li a:hover {
	background-color:rgb(225,225,200);
}



.nav3 {white-space:nowrap /*IE hack*/; float:left; width:970px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; background:rgb(225,225,225) top left repeat; color:#000; font-size:80%;} /*Color navigation bar normal mode*/
.nav3 ul {list-style-type:none;
margin: 0px;
padding: 0px;
}
.nav3 ul li {float:left; margin: 0px; padding: 0px;}
.nav3 ul li a {display: block; border-right:solid 1px #fff; padding: 13px 15px 10px 15px; font-size: 100%; font-weight: bold; color: #000;}
.nav3 ul li ul {display:none; border:none;}
.nav3 ul li a:hover {
	background-color:rgb(225,225,200);
}

#logo {
		position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

