/**
 * $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.html
 * @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 {
	background-color: #89B63D;
padding: 0;
	margin: 0;
		font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}
a:link, a:visited, a:active {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #46A348;
	height: 1px;
	width: 90%
	text-align:center;
}
h1 {
	border-bottom: 1px solid #f90;
	color: #f90;
	text-align: left;
	margin: 0px 2px 8px 2px;
	font-family: georgia, times, serif;
	font-size: 24pt;
	font-weight: normal;
	padding-bottom:10px;
	
}

h2{color: #46A348;
font-size: 16pt;
	font-weight: normal;
 }
form {
	margin: 0;
}
.main {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
}
.banner{
	height: 184px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
}

#title {margin: 0 auto;
width:460px;
position:relative;
top:125px;
padding-left:70px;
margin-bottom:7px;
}


.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;
}

#sidebar{width:220px;

	float: left;

	margin: 0px;
	margin-top: 30px;
	padding-left: 20px;
	display:inline;
	border-left: 0px solid #ccc;

	}
	
	#sidetext{width:180px;
	margin:10px;
	color:#fff;}
	
	#sidetext a{color:#fff;}

.menu {

	width: 180px;
	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;
	color:#fff;
	font-weight:bold;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px solid #fff;
	font-weight:bold;
}
.menu_default a:hover {
	border-bottom: 1px solid #fff;
	color:#fc0;
	font-weight:bold;
}

.menu_current  {
	border-bottom: 1px solid #fff;
font-weight:bold;
	color:#fc0;
}

.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;
}
#contenttop {	background-image: url(images/contenttop.jpg);
	background-repeat: no-repeat;}
	
.content {
display:inline;
float:left;

	width:460px;

padding: 0px 10px 14px 20px;
	text-align: left;
	line-height:140%;
clear:right;
}

#sidebar2{width:136px;
	float: right;
	margin: 0px;
	margin-top: 270px;
	padding-right: 22px;
	display:inline;
	border: 0px solid #ccc;
font-size: 11px;
text-align: center;
font-style: italic;
	color: #fff;
}
.footer {
	

	color: #46A348;
	text-align: center;

}

.footer a {
	

	color: #46A348;
	text-align: center;

}

.break {clear:both;}
