﻿body {
	background: #000000;
	color: #303030;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

a {
color:#505050;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

/*** Main container ***/

#container {
	background: url('images/bgGreen1.jpg') repeat-x;
	color: #303030;
	margin: 0 auto 0 auto;
	width: 780px;
	padding: 0;
	text-align: left;
}

/*** Header section ***/

#branding {
	background: url('images/tree2.jpg') no-repeat;
	color: #ffffff;
	height: 250px;
	text-align: right;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
}
#branding h1 {
	font-weight: normal;
	font-size: 2.4em;
	margin: 0;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	color: #336600;
}

#branding h2 {
	font-weight: normal;
	font-size: 1.6em;
	color: #336600;
	text-align: right;
	margin: 0;
	padding-top: 20px;
	padding-right: 20px;

}
#branding h3 {
	font-size: 1.5em;
	color: #F8F9FA;
	text-align: left;
	padding-top: 70px;
	padding-left: 20px;
	font-weight: normal;
}

/*** Horizontal menu ***/

#mainmenu {
    float: left;
    margin-bottom: 25px;
    width: 770px;
}

#mainmenu ul {
	font-size:16px;
	margin:0;
	padding:0;
}

#mainmenu li {
	float:left;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}

#mainmenu a {
	border-right: 1px solid #b0b0b0;
	color: #000000;
	display: block;
	font-size: 0.7em;
	padding: 11px 10px 10px;
	text-transform: uppercase;
}

#mainmenu a:hover {
	background: #f0f0f0 url('images/bgMenuhoverGreen.jpg') repeat-x left top;
	color: #505050;
	text-decoration: none;
}

#mainmenu a.current {
    background: #f0f0f0 url("images/bgMenuhoverGreen.jpg") top left repeat-x;
    color: #505050;
    text-decoration: none;
}

/*** Content wrap ***/

#wrap {
	clear: both;
	font-size: 0.9em;
	padding: 0;
	background-color: #F0F0F0;
}

/*** Sidebars ***/

#details {
	padding: 15px 10px 10px 0;
	width: 185px;
	float: right;
}

#details h1 {
	color: #505050;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px 5px;
}
#details h2 {
font-size: 14px;
margin:0 0 20px;
}

#details p {
font-size: 11px;
line-height: 1.4em;
margin: 0 0 16px 10px;
}

#sidebar {
	margin: 0 10px 0 0;
	padding: 15px 10px 10px;
	width: 165px;
	float: left;
}

#sidebar h1 {
	color: #505050;
	font-weight: bold;
	margin: 0 0 12px;
	font-size: 16px;
}

#sidebar h2 {
font-size: 14px;
margin:0 0 20px;
}

#sidebar p {
font-size: 11px;
line-height:1.4em;
margin:0 0 16px 10px;
}



.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
background:#e8e9ea;
border:1px solid #b0b0b0;
color:#606060;
display:block;
margin-top:8px;
padding:5px 4px 4px 10px;
position:relative;
text-transform:uppercase;
width:140px;
}

.active {
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
text-decoration:none;
}

.nav:hover {
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
text-decoration:none;
}

.sub {
font-size:0.8em;
letter-spacing:1px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
width:125px;
}

/*** Content ***/

#maincontent {
	margin: 0px 200px 0px 200px;
	background-color: #fafcff;
	border: 1px solid #909090;
	color: #2a2a2a;
	padding: 15px 20px 5px;
	font-size: 11px;
}

#maincontent h1 {
background-color:inherit;
color:#606060;
font-size:16px;
font-weight:bold;
margin:0 0 15px;
padding:0;
}

#maincontent h2 {
background-color:inherit;
color:#606060;
font-size:14px;
font-weight:bold;
margin:0 0 15px;
padding:0;
margin-bottom:10px;
}


.imageleft {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px;
padding:5px;
}

.imageright {
border:1px solid #b0b0b0;
float:right;
margin:5px 15px;
padding:5px;
}



/*** Footer ***/

#footer {
background:#8b8b8b url("images/bg_footer.jpg") top left repeat-x;
clear:both;
color:#d0d0d0;
font-size:0.7em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Misc ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

hr.letsmeetatbottom {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}


/* Reserved and unused elements and selectors
#maincontentalt {margin:0 200px 0 20px;}

#maincontentalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}
#maincontentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}
#maincontentalt h1,#maincontentalt h2 {
background-color:inherit;
color:#606060;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}
#maincontentalt {
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
padding:15px 20px 5px;
}


*/
/* CSS layout is based on a template created by Andreas Viklund - http://andreasviklund.com */

/* End */




