﻿
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body 
{

    margin: auto;
	background: #585532;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

table
{
    border: 1px none #585532;
        height: 184px;
}

hr
{
    color: #585532;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	text-align:justify;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal Verdana, sans-serif; font-size: 25px;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

h3 {
	font: bold 12px Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right; top: 10px;}

/* header */
.header 
{
    background: #707048;
	height:auto;
}

/* structure */
.container {
	border-top: none;
}

.main {
	background: #a7a76e;
}

.main .left {width: 70%;}
.main .right {width: 30%;
    height: 191px;
}

.content {
	padding: 16px;
    text-align: left;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #707048;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #707048;}
.nav a {
	background: url(img/nav.gif);
	border-right: 1px solid #585532;
	color: #CCC;
	float: left;
	font:  1em Lucida Sans Unicode, Verdana,sans-serif;
	line-height: 35px;
	width: 125px;
}
.nav a:hover {
	background:url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav 
{
    margin-top: 5px;
	background: #707048;
	padding: 12px;
	top: 5px;
	margin-bottom: 5px;
	margin-right: 7px;
	margin-left: 5px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #a7a76e;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #585532;}

/* sub-navigation */
.subnav2 
{
    color:#666;
    margin-top: 5px;
	padding: 12px;
	top: 5px;
	margin-bottom: 5px;
	margin-right: 7px;
	margin-left: 5px;
}
.subnav2 h1 {padding-top: 8px;}
.subnav2 ul {margin: 0;}
.subnav2 li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav2 li a {
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav2 li a:hover {color: #707048;}


.subPic
{
    background: #a7a76e;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;
}
/* footer */
.footer 
{
	background: #707048;

	padding: 3% 3% 1%;
	top: 5px;
}
.footer ul {
	margin: 0;
}
.footer li {
	list-style: none;
}
.footer li a {
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #333;}
.footer a:hover {
	color: #a7a76e;

}

.col3,.col3center {
	float: left;
	width: 31%;
}


/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
    padding: 5px;
    height: 100%;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 110px;
}

.hoverbox li
{
	background: #707048;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}

/* =Hoverbox News Code
----------------------------------------------------------------------*/

.hoverboxNews
{
	cursor: default;
	list-style: none;
    padding: 3px;
    height: 100%;
}

.hoverboxNews a
{
	cursor: default;
}

.hoverboxNews a .preview
{
	display: none;
}

.hoverboxNews a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverboxNews img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverboxNews li
{
	background: #707048;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverboxNews .preview
{
	border-color: #000;
	width: 150px;
	height: 110px;
}
