/**
 * $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.
*/
html {
margin:0;
padding:0;
line-height:1.2em;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url('images/page_back.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	line-height:1.2em;
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #369;
	text-decoration: none;
}

#page {
width:770px;
text-align:left;
margin: 0 auto;
margin-left: 0 auto;
margin-right: 0 auto;
color: #333333;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size:12pt;
float:middle;
}

.clear {
clear:both;
}

#header {
background-image:url('images/banner.png');
width:770px;
height:140px;
background-repeat: no-repeat;
background-position: top center;
padding:0px;
margin:0px;
}

#header_left{
width:170px;
float:left;
height:140px;
padding:0px;
margin:0px;
}

#header_right {
width:570px;
height:140px;
float:right;
text-align:right;
}

#content {
background-image: url('images/content_back.png');
width:770px;
background-repeat: repeat-y;
background-position: top center;
margin:0px;
padding:0px;
}

#content_inside {
padding-left:45px;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}

ul.menu{
	background-image:url('images/nav_bg.jpg');
	background-repeat: repeat-x;
	display: block;
	list-style-type: none;
	height:30px;
	width:680px;
	line-height: 30px;
}

.menu li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	height:30px;
}


.menu a:link, .menu a:visited, .menu a:active {
	color: #052e60;
	text-decoration: none;
}
.menu a:hover {
	color: #4d73a2;
	text-decoration: none;
}
.menu_current {
	color:#4d73a2;
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #036;
	color: #FFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFF;
}
.content {
	padding: 10px;
	background-color: #FFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
#footer {
	background-image:url('images/foot_back.png');
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	width:770px;
	height: 35px;
	color: #000;
	font-size:9pt;
}