/**
 * $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 {
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f1610;
}
body {
	background-color: #FFFFFF;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h4, h5, h3{
	margin: 5px 0px 5px 0px;
}
h3 { font-size:16px;
     font-weight:600;
	 font-stretch: narrower;
     color:#441E0F;
	 font-family: Arial, Helvetica, sans-serif;
	 margin: 5px 0px 5px 0px;
}
.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
#topmenu2 {width: auto;display:block;clear:both; background-color: #E9E9E9;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_men {position: absolute; margin-left: 20px;background:#555;}
#header_men li {line-height: normal;}
ul#header_men  {z-index: 10; clear: both;}

#nav {
	float: left;
	border-top: 0;
	padding: 5px 35px 0 0;
	font-size: 10px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #FFF; text-align: center; font-weight: normal;}
#nav ul li a {display: block; color: #FFF; padding: 1px 20px 1px 20px; margin: 0; text-decoration: none; border-right:solid #666 1px;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus { color: #D38400;}
#nav li a:active, #nav ul li a.active {}

/* Current page Customisations*/
#nav li.menu-current a		{}
#nav li.menu-current a		{} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11em; margin: 0; display: none; text-transform: none; border: 1px solid # 000; border-top: 0;}
#nav .menu li ul li {width: 11em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11em; padding: .6em .1em .6em .4em; background: #FFF; color: #000; border: 0; height: auto; font-style: normal;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #000; background: #D38400; border: 0;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}

#footer-inner {
	float: right;
	width: 775px; height: 70px;
	background: url(gfx/footer-bg.gif) repeat-x;
	}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


/* end menu */

.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}
