/**

 * $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,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #171d1f;
	background-image:url(images/BG.png); background-repeat:repeat-x;
}

body {

	background-color: #FFF;

	margin: 0;

}

a:link, a:visited, a:active {

	color: #1119f6;

	text-decoration: none;

}

a:hover {

	color: #1119f6;

	text-decoration: none;

}

hr {

	margin: 5px 0px 5px 0px;

	color: #603;

	border: 0;

	border-top: 1px solid #603;

	height: 1px;

	width: 580px;

}

h1 {
	font-size: 20px;
	color: #174a58;
	margin:0 0 0 0;
	padding:0 0 0 0;

}
h2 {
	font-size: 18px;
	color: #174a58;

}
h3 {
	font-size: 16px;
	color: #174a58;
	text-align:left;
	margin-top:30px;
}
h4 {
	font-size: 14px;
	color: #174a58;
	text-align:left;
}
h5 {
	font-size: 12px;
	color: #174a58;
	border-bottom-color: #666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:left;
}
h6 {
	font-size: 10px;
	color: #174a58;
	text-align:left;
	margin:0 0 0 0;
}

form {

	margin: 0;

}

.header{
	margin-top:-10px;
	width: 100%;
	height:10px;
	
}

.main {

	width:900px;
	overflow:hidden;
	padding:0 0 0 0;
	margin: 0 auto;
	background-color:#FFF;
	border:#CCC thin solid;


}

.right-bar{
	float:right;
	width:200px;
	padding-right:10px;
	padding-left:5px;
	text-align:justify;
	border-left-color:#006;
	border-left-style:solid;
	border-left-width:1px;
	min-height:300px;
}





.banner {

	width: 880px;

	padding-left: 20px;

	float: left;

	height: 200px;

	background-image: url(images/banner.png);

	background-repeat: no-repeat;

	font-size: 20px;

	font-weight: bold;

	color: #FFF;

	padding-top: 0px;
	
	margin-bottom:0px;
}

.banner-text{
	width: 100%;
	padding-left:100px;
	padding-top:0px;
	font-size:28px;
	font-weight:bold;
	text-shadow: #333 2px 2px 2px;

	
}

.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;

}



/*** Navigation Bar ***/
.nav{
	float:left;
	width:900px;
	background-image: url(images/nav-bar.png); background-repeat:no-repeat;
	height:30px;
	margin-bottom:10px;
}

#nav {
	float: inherit;
	clear: left;
	height:30px;
	color: #080466;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;

}
#nav ul li a {
	font: bold 14px/24px Trebuchet ms;
	display: block;
	padding-right: 12px;
	padding-left: 16px;
	text-align: center;
	color: #080466;
	}
#nav ul li a:hover {
	background: url(images/nav-bar-over.png) repeat-x top;
	text-decoration: none;
	color: #fff;
	height:30px;
}
#nav ul li#active {
	text-decoration: none;
	background: url(images/nav-bar-over.png) repeat-x top;
}
#nav ul li#active a {
	color: #fff;
}


.content {

	float:left;
	width:650px;
	padding-left: 10px;
	padding-right:10px;
	text-align:justify;


}

.footer {

	background-color: #FFF;

	clear: both;

	height: 20px;

	background-image: url(images/footer.jpg);

	background-repeat: repeat-x;

	font-size: 10px;

	color: #666;

	text-align: center;

	line-height: 18px;
	
	margin-top: 20px;

}

.powered_by {

	text-align: center;

	font-size: 10px;

	padding-top: 2px;
	
	margin:auto;

}