﻿body {

   background-color: #bec6cc;
   color:white;
   font: 12px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;   
}

#container {
	width: 800px;
    margin: 0 auto;
    position:relative;
	padding: 0 10px 0 10px;
	text-align: left;
}

#container #header div#headerimage
    {
    font-size: 11px;
    height: 200px;
    background: url('../images/header2.png') no-repeat;
    margin: 0;
    width: 800px;
    color: #fff;
}

#container #header #headerimage #title {
	color: white;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-left: 200px;
	padding-top: 72px;
	line-height: 40px;
}

#main {
	margin-top: -13px;
	margin-left: -5px;

}

#main #content .top {
	background: url('../images/content_top.png') no-repeat left bottom;
	width: 610px;
	height: 12px;
	
}

#main #content .bottom {
	background: url('../images/content_bottom.png') no-repeat;
	width: 605px;
	height: 17px;
}

#main #content {
	
	margin-left: 195px;
	width: 605px;
}

#main #content #text {
background: url('../images/content_space.png');
	padding-top: 0;
	margin: 0;
	min-height: 270px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* for Internet Explorer */
/*\*/
* html #text {
height: 350px;
}
/**/


div.big, h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	color: white;
}

div.big {
	font-size: 20px;
}

#main #content #text {
	font-size: 15px;
}

#main #content #text img {
	border: none;
}

#main #content #text img.border {
	border-color: black;
	border: 1px solid black;
}
 
#main #content #text h1 {
	font-size: 15px;
	border-bottom: 1px solid white;
	margin-right: 15px;
	
}

#main #content #text h2 {
	font-size: 14px;
}

#main #content #text h3 {
	font-size: 13px;
}

#main #content #text h4 {
	font-size: 12px;
}

#main #content #text h5 {
	font-size: 11px;
}

#main #content #text p {
	margin: 0;
}

#main #content #text a {
	color:white;
	text-decoration: none;
}

#main #content #text a:hover {
	color:white;
	text-decoration: underline;
}


#main #content #text table {
	border-collapse: collapse;
}

#main #content #text table tr {

}

#main #content #text table tr td, #main #content #text table tr th {
border: 1px solid black;
}

#main #content #text table.noborder tr td, #main #content #text table.noborder tr th {
border: none;
}

#main #content #text table tr th {
background-color: #C0A561;
color: #white;
text-align: center;
}


/* NAVIGATION */
#main #nav {
padding: 0;
width: 200px;
left:20px;
position:absolute;
top:184px;
}

#main #nav .top {
	background: url('../images/nav_top.png') no-repeat left bottom;
	width: 184px;
	height: 14px;
	padding: 0;
	margin: 0;
}

#main #nav .bottom {
	padding: 0;
	background: #006498 url('../images/nav_bottom.png') no-repeat;
	width: 184px;
	height: 16px; 
}

#main #nav ul {
	width: 184px;
	margin: 0;
	padding: 0;
	
	
}

#main #nav ul li {
	margin: 0;
	list-style: none;
	height: 24px;
	width: 12px;
	font-size: 11px;
}


#main #nav ul li a, #main #nav ul li:hover a
	{
	background: url('../images/nav_content.png');
	padding-left: 8px;
	color: #F3FFE2;
	font-size: 15px;
	float: none;
	height: 24px;
	width: 175px;
	line-height: 24px;
	text-decoration: none;
	margin:0px 0px 0px 0px;
	display: block;
	}

#main #nav ul li a:hover {
	
	background: #e85a1d url('../images/nav_content_hover2.png');
	color: white;
	width: 175px; 
}

#main #nav ul li.active, #main #nav ul li.active a, #main #nav ul li.sub a.active {
	background: #e85a1d url('../images/nav_content_hover3.png');
	color: white; 
	font-weight: bold;
}





/* FOOTER */

#footer {
	margin-top: -1px;
	margin-left: 14px;
}

#footer .top {
	background: url('../images/footer.png') no-repeat;
	width: 780px;
	height: 45px;
/*
	padding: 0;
*/
}

#footer .bottom {
	padding: 0;
	background: transparent url("../images/layout/footer_bottom.png") no-repeat;
	width: 800px;
	height: 10px;
	margin-bottom: 20px;
}

#footer .content {
	background: url('../images/footerlogo.jpg') no-repeat 740px 0px;
	width: 800px;
	height: 20px;
}

#footer .content #mininav {
	padding-right: 70px;
	padding-top: 2px;
	text-align: right;
	margin-top: -37px;
	color: white;
}

#footer .content #mininav a {
	font-size: 13px;
	color: white;
	text-decoration: none;
}

#footer .content #mininav a:hover {
	text-decoration: underline;
}


