/*HTML*/
body {
	background-repeat:no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 22px;
	color: #585443;
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	text-align:center;
	background-color: #FFF;
	background-image: url(/gfx/bg.jpg);
	}

a {
	color: #C36B39;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
    }

#login.input
{
	font-family: Tahoma, Geneva, sans-serif;
}

p a { 
	border-bottom: 1px solid #dfdfdf;
		font-size:11px;
	}

h1 {
	color: #4D4637;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding:5px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

h2 a {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em, cite {
	font-style: italic;
}

sup {
	line-height: 1em;
	font-size: 80%;
}

#container 
{
	text-align:left;
	margin: 0 auto;
	width:1050px;
	height:900px;
}

/*LAYOUT*/

#headline
{
	width:100%;
	height:5px;
	background-color: #004317;
	margin-left:0px;
	margin-right:0px;
}

#header
{
	width: 1031px;
	background-image: url(../gfx/header.jpg);
	background-repeat:repeat-x;
	height:240px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9A6F3A;
	border-bottom-color: #0F521F;
	border-left-color: #9A6F3A;
}

#navigation
{
	background-color: #CDE2A7;
	height: 55px;
}

#content-left {
	float:left;
	padding:5px;
	width:250px;
}


#content {
	float:left;
	padding:5px;
	width:500px;
	margin-right:10px;
}
#content-right {
	float:left;
	width:240px;
	margin-right:10px;
}

.button
{
	padding:5px;	
}

.tdbutton
{
	padding:2px;	
}


/*LIST*/
form.form-design fieldset {
  margin-top:10px;
  margin-bottom: 10px;
}
form.form-design legend {
  padding: 0 2px;
  font-weight: bold;
}
form.form-design label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.form-design fieldset ol {
  margin: 0;
  padding: 0;
}
form.form-design fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.form-design fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.form-design fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.form-design fieldset fieldset label {
  display: block;
  width: auto;
}
form.form-design em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.form-design label {
  width:250px; /* Width of labels */
}
form.form-design fieldset fieldset label {
  margin-left: 250px; /* Width plus 3 (html space) */
}

/*MENU*/
ul.dropdown  {
	text-align:center;
	float:left;
	width:100%;
	list-style-type: none;
	color: #FFF;
	margin-top:0px;
	margin-left:0px;
	padding-left:5px;
}
ul.dropdown li  {
	font-weight: bold;
	float: left;
	zoom: 1;
	list-style-type: none;
	color: #505847;
	width:100px;
	text-align:center;
	margin-right:10px;
}
ul.dropdown a:hover { color: #D2F4F9; }
ul.dropdown a:active  { color: #ffa500; }
ul.dropdown li a  {
	display: block;
	color: #2E3831;
	font-weight: bold;
}
ul.dropdown li ul a  {
	display: block;
	color: #495641;
}
ul.dropdown li:last-child a { border-right: none; }
ul.dropdown li.hover,ul.dropdown li:hover  {
	color: #2E3632;
	background-color:#95C043;
	position: relative;
	border: 1px solid #2B3930;
}
ul.dropdown li.hover a  {
	color: #1D241C;
}

ul.dropdown ul {visibility: hidden; position: absolute; top: 100%; left: -30%; }
ul.dropdown ul li{
	font-weight: normal;
	color: #fff;
	float: none;
	background-color: #CDE2A7;
	border: 1px solid #2B3930;
	margin-top:2px;
	width:100px;
}
ul.dropdown ul li a{ border-right: none; width: 100%; display: inline-block; color:#FFF;} 

ul.dropdown ul ul 	{ left: 80%; top: 0; }
ul.dropdown li:hover > ul{ visibility: visible; }

#jbanner {
	list-style-type: none;
	text-align:center;
}
