﻿/*
 *Annual report purple: #371551
 *Banner blue: #383085 
*/

html {
	height: 100%;
}
html * {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

body {
	height: 100%;
	background-color: #E8E8E8;
	background-color: #dbe2e7;
	background-image:url("/images/maingradient.jpg");
	background-repeat: repeat-x;
	background-position: top;
	/*background-color: #003366;*/
	/*background-image: url("/images/marble.jpg");*/
	
	
}

#wrapper{
margin-left: auto;
margin-right:auto;
width:960px;
	-moz-box-shadow: 0px 2px 2px 2px #667;
	-webkit-box-shadow: 0px 2px 2px 2px #667;
        box-shadow: 0px 2px 2px 2px #667;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}


#main {
/*border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;*/
/*margin-right: 1em;*/
width: auto;
/*background-color: #003366;*/
background-color: white;
color: black;
font-weight: normal;
font-family: Helvetica, sans-serif;
font-size: 14px;
min-height:700px;
}

div#header {
	/*min-height: 84px;*/
	margin-bottom: -3px;
}

#main h1 {
font-size: 1.4em;
}

div.nav {
	height:56px;
	width:auto;
	} 

div#news {
position: relative;
float: right;
display: block;
font-size: .8em;
width: 13em;
background-color: white;
right: 0px;
top: 34px;
padding-top: 0px;
border-left: 1px solid #6B6B6B;
border-top: 1px solid black;
border-bottom: 1px solid #6B6B6B;
}
#news p {
margin-left: .2em;
margin-right: .2em;
margin-bottom: .8em;
text-align: left;
}

#leftcol{width: 723px; float: left; background-color: white;padding: 0 0 30px 0; }
/*#middlecol{width: 315px; float: left; border: 1px solid black; margin:1px;}*/
#rightcol{width: 235px; float: left; background-color: transparent; color: white;}
#rightcol li a {text-decoration: none; border-bottom: none; }

#leftcol li
{
	list-style-position:outside;
	margin-left: 40px;
	line-height: 1.3em;
	margin-bottom: .2em;
}

.subpagemenu {
	width: 100%;
	/*background-color: white;*/
	color: #333;
	background-color: #E8E7CE;
	list-style-type: none;
	display: block;
}

.subpagemenu li {
width: auto;
/*width:228px;
height:35px;*/
display: block;
padding-left: 10px;
padding-top:5px;
padding-bottom:5px;
margin-top: 10px;
font-size: 12pt;
font-weight: bold;
text-align: left;
border-bottom:1px solid #1b2252;
background-image:url('/images/rightnav_bg.jpg');
/*background: #9F998B;
	background: -moz-linear-gradient(top, #1b2252, #9F998B);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b2252), to(#9F998B));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2252', endColorstr='##9F998B');

	/*background: -moz-linear-gradient(top, #9F998B, #9F998B);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9F998B), to(#9F998B));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9F998B', endColorstr='##9F998B');*/
	/*-moz-box-shadow: 0px 0px 5px 5px #bbb;
	-webkit-box-shadow: 0px 0px 5px 5px #bbb;
        box-shadow: 0px 0px 5px 5px #bbb;*/
}
.subpagemenu li:hover {
background: #9F998B;
background-image:url('/images/rightnav/rightnav1.jpg');
	/*background: -moz-linear-gradient(top, #383085, #9F998B);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#383085), to(#9F998B));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383085', endColorstr='##9F998B');*/
}
.subpagemenu li a, .subpagemenu li a:hover, .subpagemenu li a:visited {
	color: white;
	text-shadow: 1px 1px 1px #000000;
	display: block;
}

.widgetbox{
width:auto;
float: left;
overflow: hidden;
margin: 10px;
}
#slide1 * {
	list-style-type: none;
	list-style-position: outside;
	margin-left:0px !important;
}


/*#news h1 {
	text-align: center;
	font-size: 1em;
	background-color: #003366;
	/*background-image: url("/images/menu.jpg");*/
	/*background-position: left;
	background-repeat: repeat-x;
	color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}*/

a#rss {text-decoration: none !important;} 

div.guideline { 
	margin-left: 4em;
	margin-right: 4em;
	font-size: .8em;
	border: 1px dotted black;
	background-color: #bcd;
}


/**************************************
 *
 *Begin main content text formatting
 *
 *Put your main content CSS here
 *
 ***************************************/
p {
	text-align: justify;
	/*font-size: .8em;*/
	line-height: 1.3em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;

}

p.right {
	text-align: right; 
}

p.center {
	text-align: center;
}

#main h1 {
background-color: white;
height: 56px;
text-align: left;
margin-left: 20px;
}

#main h2 {
	color: black;
	font-size: 1.3em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 1.5em;
	border-bottom: 1px solid black;
	padding-bottom: .2em;
	margin-bottom: .5em;
	clear: left;
}

#main h3 {
	font-size: 1.15em;
	margin-left: 20px;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: 1px solid #D7D7D7;
}

#main h4 {
	font-size: 1em;
	margin-left: 3em;
}

p cite {
	font-style: normal;
	text-decoration: underline;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
img.biophoto {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border:1px outset black;
	-moz-box-shadow: 3px 3px  3px #444;
	-webkit-box-shadow: 3px 3px  3px #444;
        box-shadow: 3px 3px  3px #444;
}

a:link { 
color: #003366;
background-color: transparent;
text-decoration: none;
border-bottom: 1px solid #003366;
}

a:hover { 
color: #6699CC;
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #6699CC;
}

a:visited { 
color: #336699;
background-color: transparent;
border-bottom: 1px solid #336699;
}

a:visited:hover { background-color: transparent; }
 
a.imglink, a.imglink:visited, a.imglink:hover, a.imglink:visited:hover { border-bottom: none;}

.municip, .inventory {
margin-left: 20px;
width: 100%;
}
.municip tr td, .inventory tr td{
	height: 2em;}
.inventory th {
	text-align: left;
}

.webcast {
margin-left: 20px;
width: 100%;
margin-bottom: 20px;
}
/********************************
 *End main text formatting
 *
 *
 *
 *
 *
 *******************************/

a.home:link { 
color: #bfbfbf;
background-color: transparent;
border-bottom: none;
text-decoration: none;
}

a.home:hover { 
color: #bfbfbf;
background-color: transparent;
text-decoration: none;
border-bottom: none;
}

a.home:visited { 
color: #bfbfbf;
background-color: transparent;
border-bottom: none;
text-decoration: none;
}

a.home:visited:hover { background-color: transparent; }

label.error {
	color: red;
	}

hr {
	margin-left: 3em;
	margin-right: 3em;
}

address {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	margin-left: 4em;
}

div.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


div#footer {
	height:28px;
	/*padding-bottom:5px;*/
	padding-top:10px;
	width: 960px;
	background-color: white;
	background-image:url("/images/hr_grey.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	clear:both;

}

a.image:active {
	text-decoration: none;
	border: none;
	background-color: transparent;
}

a.image:hover {
	text-decoration: none;
	border: none;
	background-color: transparent;
}

a.image {
	text-decoration: none;
	border: none;
	background-color: transparent;
}
#buttonarray {
float: left;
margin-left: 30px;
}

.opinions {
margin-left: 20px;
margin-right: 20px;
}
.opinions tr {
}
.opinions tr td {
	text-align: justify;
	vertical-align: top;
padding-bottom: 20px;
padding-left: 10px;
}

/*div#iama, #iama ul {
background-color:white;
}*/
.roundtable tr td
{
	padding-left: 30px;
}

