/*  Page essentials		*/
body {
margin: 0;
padding: 0;
color: #FFFFFF;
background: #000000;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#container{
	width: 870px;
/*	float: left;*/
	padding: 10px;
}

#header_logo {
	width: 600px;
	overflow: hidden;
	position: absolute;
	left:0;
	top:0;
}

#maincontent {
	width: 600px;
	float: left;
}

#maincontentnooverlay{
	float: left;
	width: 600px;
	margin-top: 100px;
}

#sidebar {
	float: left;
	padding-left: 3px;
	width: 240px;
}

#sidebarcontent {
	width: 230px;
	padding-top: 0px;
}

#sidebar_prap {
	text-align: center;
}

#button {
	color: #E1B611;
	background-color: #323232;
	width: 230px;
}

#button ul {
   margin : 0;
   padding : 0;
   list-style-type : none;
	 background-color: #000000;
	 color: #E1B611;
}

html>body #button li {margin-bottom: 10px;}

#button li a {
	font: bold 11px Verdana, Arial;
	color: #E1B611;
	background-color: #323232;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 10px;

	border-top : 1px solid #eaedf4;
	border-left : 1px solid #eaedf4;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
}

#button li a:hover {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #323232;
	text-decoration : none;
	padding: 10px 0 10px 10px;

	border-top : 1px #668E3C solid;
	border-left : 1px #668E3C solid;
	border-bottom : 1px #f8f9fb solid;
	border-right : 1px #f8f9fb solid;
}

#button a.current{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #323232;
	text-decoration : none;
	padding: 10px 0 10px 10px;

	border-top : 1px #668E3C solid;
	border-left : 1px #668E3C solid;
	border-bottom : 1px #f8f9fb solid;
	border-right : 1px #f8f9fb solid;
}

#sidebar_news{
	margin:0 0 20px 0;
}

#footer {
	float: left;
	background-image: url('/images/footer_background.jpg');
	background-repeat: no-repeat;
	background-position: left;
	width: 850px;
	height: 102px;
	overflow: hidden;
	text-align: center;
/*	line-height: 16px;*/
	font-size:10px;
}

#footer ul {
	margin: 0;
	padding: 0;
	cursor: default;
	color: #FFFFFF;
	background-color: #000000;
}

#footer li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #FFFFFF;
}

#footer li.first{
 border: 0;
}

#footer li.last{
}

#footer li a {
	text-decoration: none;
	padding: 5px 7px 0px 9px;
	background-color: #000000;
	color: #FFFFFF;
}

#footer li a:visited, a:link, a:hover{
	color: #FFFFFF;
	background-color: #000000;
}

#footericons {
	float: left;
	margin-top:60px;
	vertical-align:bottom;
	padding-left: 10px;
}

#footermdglogo {
	float: right;
	margin-top:60px;
	vertical-align:bottom;
	padding-right: 10px;
}

#footerdetails {
	padding-right: 10px;
	border-right: 1px solid #778;
	margin-top: 60px;
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	float: left;
}

/*** Just for Looks ***/
form {
	border: 0; margin: 0; padding: 0;
}

input, select, textarea {
	margin: 0;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

img {
	border: 0; margin: 0; padding: 0;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	font-family: Verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	border: 0;
	padding: 0;
	color: #E1B611;
	background-color: #000000;
 	text-decoration: none;
}

a:visited {
	color: #E1B611;
	background-color: #000000;
	 text-decoration:none;
}

a:hover {
	text-decoration: none;
}

/*** IE Fix ***/
img.transparent {
	behavior: url("/css/pngbehavior.htc");
}

h1 {
	font-size:24px;
	background: transparent;
	font-weight: bold;
}

h2 {
	background: transparent;
	font-size:20px;
	font-weight: bold;
}
h3 {
	background: transparent;
	font-size:18px;
	font-weight: bold
}

fieldset {
	width:300px;
	height:auto;
	padding:5px;
}

/*** Page styles ***/
.box {
	width: 580px;
	float:left;
	margin: 5px;
}

.box strong {
	color: #668E3C;
	background-color: #000000;
	background: transparent;
	font-weight: bold;
}

.box hr {
	width:98%;
}

.box .label {
	float: left;
	width: 50px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.box, .left {
	float: left;
	width: 40%;
}

.box, .right {
	width: 55%;
	float: left;
}

.box, .wide {
	float: left;
	width: 100%;
}

.center {
	text-align: center;
}

.green {
	color: #668E3C;
	background: transparent;
}

.gold {
	color: #E1B611;
	background: transparent;
}

.bold {
	font-weight: bold;
}

.largeFont {
	font-size: 18px;
}
