/**
 * $Id$
 * Website Baker template: simple
 * 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #656868;
}
body {
	background-color: #F3EED3; /* 333333; */
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
}
.header {
	background-color: #F3EED3;
	background-repeat: repeat-x; 
	background-position:0px -100px;
	vertical-align: top;
	text-align: center;
	color: #515230;
	height: 197px;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	border-width: 0px;
	font-size: 14pt;
	font-weight: bold;
	overflow: hidden;
}
.inner-headline {
	display: inline-block;
	font-size: 36px;
	width: 950px;
	text-align: right;
}
.headline {
	display: block;
	width: 100%;
	text-align: center;
}

td.footer ul li a {
	color: #FFFFFF;
}
td.footer ul li {
	display: inline;
	padding-left: 3px;
}
td.footer ul {
	list-style-type: none;
	padding: 0px;
	display: inline;
}

td.menu {
	color: #515230;
	padding: 2px;
	width: 150px;
	vertical-align: top;
	height: 100%;
}

.menu-0, .menu-0 a {
	color: #515230;
	font-weight:bold;
	display: inline-block;
	padding: 1px 15px;
	vertical-align: top;
	list-style-type: none;
	white-space:nowrap;
	text-decoration: none;
	margin-bottom: 0px;
}
ul.menu-1 {
	background-image: url('images/submenu.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 47px;
	display: inline-block;
	padding: 0px;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 0px;
	white-space: nowrap;
}
.menu-1, .menu-1 a {
	display: inline-block;
	color: #515230;
	font-weight:bold;
	font-size: 12pt;
	list-style-type: none;
	white-space: nowrap;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
}
.menu-parent a, .menu-current a {
	color: #A5A162;
	font-weight:bold;
}
.menu-2, .menu-3, .menu-2 a, .menu-3 a {
	color: #515230;
	font-weight:bold;
	font-size: 11pt;
	display: block;
	padding: 1px 8px;
	width: 150px;
	vertical-align: top;
	list-style-type: none;
	text-decoration: none;
	margin-bottom: 0px;
}

.highlight {
	background-color: #CCCC99;
}
.content {
	background-color: #F3EED3;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}
.content_table {
	width: 100%;
	text-align: center;
}
.content_td {
	color: #656868;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	padding: 10px 20px;
}
.sidebar {
	color: #FFFFFF;
	background-color: #88A088;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.footer {
	background-color: #515230;
 	color: #F3EED3;
	text-align: center;
	/* height: 250px; */
	width: 100%;
	padding:20px 6px 20px 6px;
}
td.footer {
	text-align: center;
}
.footer_table {
	width: 950px;
	text-align: center;
}
.footer_td {
	color: #F3EED3;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
	width: 25%;
}
.aggregator h3 {
	margin-left: 40px;
	display: list-item;
	font-weight: normal;
	font-size: 11pt;
}
#aggre_id {
	padding-top: 6px;
	list-style-type: disc;
	color: #000000;
}

.slider-bg {
	position: relative;
	top: -250px;
	left: 40px;
	display: block;
	width: 450px;
	height: 180px;
	padding: 10px 20px;
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	zIndex: 10000;
}
.slider-content {
	position: relative;
	top: -450px;
	left: 40px;
	display: block;
	width: 450px;
	height: 180px;
	padding: 10px 20px;
	color: #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
	zIndex: 10000;
}