body {
    margin: 0; padding: 0;
	background-image:url('../img/bg.gif');
	background-repeat: repeat-y;
	background-color: #E6E6E6;
}
body,p,div {
    font-family: "Trebuchet MS", Arial, sans;
}

img {
    margin: 0; padding: 0; border: 0;
}

a img {
    border: 0;
}

p a, li a, td a{
    border-bottom: 1px dotted;
}

a, a:visited, a:active {
    text-decoration: none;
    color: #800000;
}

p{
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

a.align-right{
	float: right;
	border-bottom: 1px dotted;
}

ul.textlist{
	padding: 0;
	list-style: none;
}

ul.textlist li{
	margin: 0em 0 1.2em 0.2em;
}

ul.textlist li:before {
	content: "\00BB \0020";
}

#header {
    margin: 0 0 0 11px; padding: 0;
    border-bottom: 3px solid silver;
    height: 84px;
	width: 981px;
	background-image: url(../img/banner.png);
	background-repeat:no-repeat;
	background-position:right top;
	position: relative;
}

#container {
	margin: 3px 4px;
	width: 960px;

}

#container-left{
	float: left;
	width: 145px;
	margin: 0;
	font-size: 0.8em;
}

#container-center{
	float: left;
	margin-bottom: 18px;
	width: 100%;
}

#container-right{
	float: left;
	margin: 0;
}

#content {
    margin: 10px 0 0 18px;
    font-size: 0.8em;
    overflow: auto;
    display: block;
	width: 100%;
}

#content p{
	font-family: Arial;
}

.feature-left-large {
	clear: both;
	float: left;
	width: 63%;
}

.feature-left-small {
	clear: both;
	float: left;
	width: 34%;
}

.feature-right-large {
	float: right;
	width: 63%;
}

.feature-right-small {
	float: right;
	width: 34%;
}

.feature-left {
	clear: both;
	float: left;
	width: 48%;
}

.feature-right {
	float: right;
	width: 49%;
}

.feature-mini {
	float: left;
	width: 46%;
	margin-right: 2%;
}

.border-left {
	border-left: 1px double #ccc;
	padding-left: 1.8em;
}

#footer-logos{
	float:right;
	margin-top: 35px; 
	margin-right: 0px
}

#footer {
	clear:both;
	float: left;
	padding: 0;
	margin: 25px 0 0 20px;
	border-top: 1px solid silver;
	width: 100%;
	height: 65px;
}

img#logo {
    position: absolute;
    top: 20px;
	left: 10px;
	width: 112px;
	z-index: 254;
}

ul#menu-top{
	position: absolute;
	top: 65px;
	left: 135px;
	margin:0;
	padding: 0;
	font-size: 13px;
	z-index: 250;
}

ul#menu-top li{
	padding-right: 1em;
	display:block;
	float: left;
}

ul#menu-top li a{
	padding: 7px 5px 3px 7px;
	color: black;
	font-weight: bold;
	border-bottom: 0px solid silver;
}

ul#menu-top li a:hover, ul#menu-top li a.active{
	color: #ffffff;
	background-color: #800000;
	border-bottom-color: #900000;
}

#sub-link-bar {
	position: relative;
	top: 67px;
	left: 0px;
	min-height: 25px;
	border-bottom: #dddddd 1px solid;
	background-color: #800000;
}

#menu-top li .sub-links li {
	float: left;
	padding: 0;
}

#menu-top li .sub-links li a{
	padding: 7px 5px 3px 7px;
	color: #ffffff;
	font-weight: normal;
	border: none;
}

#menu-top li .sub-links li a:hover{
	border: none;
}

.sub-links {  
    position: absolute;  
	padding: 0;
    width: 100%;  
	height: 26px;
    top: 24px;  
    text-align: left;  
    left: 0px; 
}  

#container-left h2{
	border: none;
	margin: 5px;
}

.menu2{
	margin-top: 10px;
}

ul.menu2, ul.menu2 ul{
	list-style: none;
	padding: 0;
	width: 98%;
}

.menu2 li{
	margin-left: 5px;
	border-bottom: 1px solid black;
}

.menu2 ul li{
	margin: 0 0 3px 0;
	border: none;
}

.menu2 ul li a{
	padding: 0 0 0 5px;
	border: none;
	color: black;
}

.menu2 ul li a:hover{
	border-left: 3px solid #800000;
	padding: 0 0 0 2px;
}

h1.graybox{
	width: 975px;
	margin-top: 5px;
	padding: 0.5em 0.2em 0.5em 0.9em;
	border: 1px solid #ccc;
	background-color: #800000;
	font-size: 1.35em;
	color: white;
}

h1{
	font-size: 1.3em;
}

h2{
	clear: both;
	border-bottom: 1px solid #ccc;
	font-size: 1.25em;
	margin: 0.8em 0 0.8em 0;
}

h3{
	clear: both;
	font-size: 1.2em;
	margin: 0.3em 0 0.3em 0;
}

h4{
	font-size: 1.15em;
	margin: 0 0 0.3em 0;
}

h2 a, h2 a:visited {
    text-decoration: none;
    color: #000000;
}

h2 a:hover{
	border-bottom: 2px solid #800000;
}

#footer p{
	margin-top: 5px;
	font-size: 9pt;
	color: silver;
}

#footer a {
	color: silver;
}

div#info {
    float: right;
    font-size: 0.8em;
}
div#info img {
    margin: 0.7em 2em;
}

.previewbox div.previewbox-item{
	width: 47%;
	float: left;
	margin: 1% 2% 0 0;
}
.previewbox div.previewbox-item a{
	color: black;
	float: left;
}

.previewbox div.previewbox-item a:hover{
	text-decoration: underline;
}

.previewbox div.previewbox-item h4 {
	clear: none;
	width: 80%;
    padding: 0;
    font-size: 1.4em;
	margin-top: 0.5em;
}


.previewbox div.previewbox-item p {
}

.previewbox div.previewbox-item img {
	width: 150px;
	height: 115px;
	border: 0;
	float: left;
	margin-right: 15px;
}

.previewbox div.previewbox-item a.openlink{
	clear:both;
	float: right;
	font-size: 0.9em;
	border-bottom: 1px dotted #800000;
	color: #800000;
}

.previewbox div.previewbox-item a.openlink:hover{
	text-decoration: none;
}

.previewboxsmall {
	margin-top: 1.5em;
}

.previewboxsmall .previewbox-item{
	float: left;
	margin-bottom: 1em;
}

.previewboxsmall .previewbox-item h4{
	font-size: 0.9em;
}

.previewboxlist {
	margin-left: 1em;
	padding: 0 1em 0 0.5em;
}
.previewboxlist .previewbox-item{
	display:list-item;
}

.box {
	border: 1px solid #dddddd;
	padding: 10px 12px 10px 12px;
	margin: 0 0 5px -10px;
	color: #000000;
	height: 79px;
}

.box:hover, .box-active {
	background-color: #800000;
	color: #ffffff;
	border: 1px solid #eee;
}

#map {
    width: 574px;
    height: 430px;
    border: 1px solid black;
}


