﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}

#masthead {
	text-align: center;
	width: 800px;
	border: 1px solid;
	background-color:white;
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#content {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
		background-color: #d4d8bd;
	border: 1px solid;
	padding: 10px;
		

}
#head {
	width: 780px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:transparent;
}

#maptab{
	border: none;
	background-repeat: no-repeat;
}
#maptab img{ 
border:none;
	
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px solid;
	background-color: #d4d8bd;
	}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
#navlogo
{
 position:relative;	
}
/* Navigation Styles 
 
*/
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#content a {
	color: #503750;
	text-decoration: underline;
	border: none;
}
#content a:hover {
	color: #402640;
	text-decoration: none;
}
#content map img{
	border:none;
	text-decoration:none;
	color:none;
}

/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	font-size: x-small;
}
.blackborder
{
	border: 1px black solid;
}
/* CSS Document */

#mainContentContainer {
	width:580px;
	position:relative;
	margin-top:0px;
	margin-left:20px;
	font-family:Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	display:inline;
	}
	
#mainContentContainer a:hover{
 background-color:none;
 }
	
#mainContentContainer p{
	line-height:20px;
	}
	
#mainContentContainer ol li{
margin-bottom:10px;
}


.newHeader {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:10px;
	text-align:center;
	}
	
.fullSection {
 background-image:url('../images/contentBg.png');
 background-repeat:repeat-x;
 background-position:bottom;
 padding:5px 20px 15px 10px;
 }
 
 
.fullSection a{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
 }

.fullSection a:hover{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0066CC;
	text-decoration:underline;
	background-color:none;
 }
 
 
 .clearer {
 	clear:both;
	height:1px;
	margin-top:-1px;
	}
	
.sectionHeader1 {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#0066CC;
	border-bottom:1px dotted #ccc;
	margin-bottom:0px;
	}
	
	
.sectionHeader2 {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0066CC;
	border-bottom:1px dotted #999;
	margin-bottom:0px;
	margin-top:15px;
	}
	
.marquisRight {
	float:right;
	width:230px;
	background-color:#eee;
	border-top:5px solid #D1D1C0;
	border-bottom:5px solid #D1D1C0;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:25px;
	padding:10px 20px 10px 20px;
	color:#666666;
	}
	
	
.marquisRight h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
	}
	
.marquisRight ul {
	list-style:none;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	}

.marquisRight li {
 padding-bottom:5px;
 padding-top:5px;
 border-bottom:1px dotted #ccc;
	}
	
.marquisRight a {
	color:#0066CC;
	text-decoration:none;
	}
	
.marquisRight a:hover {
	color:#FF0000;
	text-decoration:none;
	background-color:none;
	}
	
/*ol {
	margin-left:10px;
	}*/
	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:250;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:180;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:157px;
padding:7px 0;
color:#000;
background:#d4d8bd;
text-decoration:none;
margin-right:0px;
border:1px white solid;
text-align:center;

}
/* style the links hover */
.menu :hover{
color:#444;
background:#949e7c;


}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:157px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
