@charset "UTF-8";
/* CSS Document */


/* Initialize */
* {outline: none;}
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
ol, ul {list-style: none;}
img {border: 0;}


/*Globals */
html {
	background:url(images/bg_header.jpg) top left repeat-x #f0f0f0;
}

body {
	width:1000px;
  	margin: 0 auto;
  	padding: 0;
  	background-color: #001f33;
  	background-image: url(img/bg2.jpg);
  	background-repeat: repeat-x;
	font: Arial, Helvetica, sans-serif;
	color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	line-height: 18px;
}

p {
	font-size: 95%;
	margin-bottom: 10px;
}

h1, h2 {
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

h4 {
	font-weight:bold;
}


/* layout */
div#wrapper {
	position:relative;
	width:1000px;
	background:#FFF;
    margin: 0 auto;	
}

div#header {
	float:left;
	width: 100%;
	height:195px; /*183*/
	background:url(images/bg_header.jpg) top left repeat-x #d9d9d9;
}

div#mainNav {
	height: 45px; 	
	width: 1000px; 
	/*background:#003366; */
	background: url(/images/menu_bg.gif) top left repeat-x #003366;
    -moz-box-shadow: 0 -2px 7px #194054;
    -webkit-box-shadow: 0 -2px 7px #194054;
    box-shadow: 0 -2px 7px #194054;
}

div#main {
	float:left;
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;	
}

div#border {
	float:left;
	width: 100%;
	-moz-box-shadow: 2px 1px 2px #e0e0e0, -2px 1px 2px #e0e0e0; 
    -webkit-box-shadow: 3px 1px 2px #e0e0e0, -2px 1px 2px #e0e0e0;
    box-shadow: 2px 1px 2px #e0e0e0, -2px 1px 2px #e0e0e0;
	background-color: white;	
}

div#dash {
	margin: 0 20px 30px 20px;
	background-color: white;
	position:relative; 
	float:left; 
	width: 960px; 
	/*  height: 260px; */
	border-top-color: #3482aa;
    border-top-style: solid;
    border-top-width: 3px;
	text-align: center;
}

div.quarter{
	margin: 0 0px 0px 0px;
	background-color: white;
	position:relative; 
	float:left; 
	width:172px; 
	padding-left:10px;
	padding-right:10px;
}
	
div#contentHome {
	margin: 0 0px 0 0px;
	background-color: white;
	position:relative; 
	float:left; 
	width:960px; 
	padding-left:20px;
	padding-right:10px;
}

div#content {
	margin: 0 0px 0 0px;
	background-color: white;
	position:relative; 
	float:left; 
	width:760px; 
	padding-bottom:10px;
	padding-left:10px;
	padding-right:0px;
}

div#contentUp {
	margin: 0 0px 0 10px;
	background-color: white;
	position:relative; 
	float:left; 
	width:760px; 
	padding-bottom:0px;
	padding-right:0px;
	border-top: 3px solid #3482aa;
}

div#reportTop {
	margin: 0 0px 0 0px;
	background-color: white;
	position:relative; 
	float:right; 
    width:360px; 
	padding-bottom:10px;
	padding-left:10px;
	padding-right:20px;
}

div#meetTop {
	margin: 0 0px 0 0px;
	background-color: white;
	position:relative; 
	float:right; 
    width:160px; 
	padding-bottom:10px;
	padding-left:10px;
	padding-right:20px;
}

div#featureHome {
	margin: 0 20px 0 20px;
	background-color: white;
	position:relative; 
	float:left; 
	width:auto; 
	padding-bottom:10px;
}

div#rightSidebar {
	float:right;
	width:230px;
	height:100%;
	padding-right: 20px;
}

div#leftSidebar {
	float:left;
	width:160px;
	height:100%;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
	border-top: 3px solid #3482aa;
	border-bottom: 1px solid gray;
}


/*Links*/
#topNav a:link, #topNav a:visited {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}

#topNav a:hover, #topNav a:active {
	color: #fff;
	text-decoration:underline;
	font-weight:bold;
}

ul#navBar li a {
	display: block;
	color: #fff; 
	text-decoration: none;
	height: 45px; width: 120px;
	font-weight:bold;
}

ul#navBar li a:hover {
	background:#3c7490;
	height:45px;
	color:#fff;
}

a:link, a:visited {
	color: #214382;
}

a:hover, a:active {
	color: #3482aa;
	text-decoration: underline;
}

p a:link, p a:visited {
	text-decoration: underline;
}

div#main a:link, div#main a:visited {
	text-decoration:none;
}

div#main a:hover, div#main a:active {
	text-decoration:underline;
}

#content a:link, #content a:visited, #contentHome a:link, #contentHome a:visited, .other a:link, .other a:visited {
	color: #214382;
}

#content a:hover, #contentHome a:hover, .other a:hover, #dash a:hover,  #featureHome a:hover {
	color: #3482aa;
	text-decoration: underline;
}

/* #contentHome h3 a:link, #contentHome h3 a:visited, #dash h3 a:link, #dash h3 a:visited, #content table.resource a:link, #content table.resource a:visited, #content table.resource2 a:link, #content table.resource2 a:visited {
    margin:0;
    color: #3482aa;
	text-decoration:none;
} */

#contentHome h3 a:hover, #dash h3 a:hover {
	color: #3482aa;
}


#leftSidebar a:link, #leftSidebar a:visited {
	text-decoration: none;
}

#leftSidebar a:hover {
	text-decoration: underline;
}

#rightSidebar a:hover, #rightSidebar a:active {
	color: #3482aa;
}

#rightSidebar a:link,  #rightSidebar a:visited {
}

#rightSidebar a.more:link, #rightSidebar a.more:visited {
	float: right;
	color: gray;
	font-size:80%;
	text-decoration: none;
	background-image: url("/images/arrow.gif");
    background-origin: padding-box;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto auto;
	padding-right: 15px;
}	
	
#rightSidebar a.more:hover, #rightSidebar a.more:active {
	float: right;
	color: gray;
	font-size:80%;
	text-decoration: underline;
	background-image: url("/images/arrow.gif");
    background-origin: padding-box;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto auto;
	padding-right: 15px;
}


/*Top Nav */
div#topNav {
		width: 500px;
		margin-bottom: 5px;
		margin-left: 500px;
	}
	
ul#topNav {
	text-align: right;
	padding-right:10px;
	height: 34px;
}

ul#topNav li {
	display:inline;
	padding-left:15px;
	font-size:11px;
}

img#logo {
	margin: 0 0 13px 18px;
}

img#stamp {
	margin: 0 0 0 50px;
}


/*Main Navigation*/
ul#navBar {
}

ul#navBar li {
	/*background:#003366;*/
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	letter-spacing:1px;
	height: 45px; width: 120px;
	font-size:14px;
	float: left;
	text-align: center;
	line-height:45px;
}
	
ul#navBar li.selected {
	background:#3c7490;
	height:45px;
	color:#fff;	
	font-weight:bold;
}

li.selected, li.selected a:link {
	font-weight:bold;
	color: #3482aa;	
}


/* Forms */
#searchform {
    padding-top:15px;
}
#searchform .btn {
	border: 1px solid #6f98b6;
	background-color: #003366;
	color: white;
}
#searchform .text {
	margin-top:2px;
	width: 176px;
	border: 1px solid #6f98b6;
}
#searchform .searchbutton {
    text-align: right;
    margin-top: 4px;
	margin-right: 2px;
}
#searchForm {display: inline; left:550px;}
#btn_search {position: relative; left: -28px; top: 4px;}

ul#reportForms {
	padding-top: 6px;
    margin-bottom: 8px;
    text-align: right;
}

ul#reportForms li {
	display: inline;
}

form#ddTopic{
display: inline;
}

form#ddYear{
display: inline;
}


/*Dash */

#dash h2{
	color: #3482aa;
	font-size: 18px;
	line-height: 21px;
	margin-top: 3px;
	margin-bottom: 12px;
	margin-left: 6px;
	text-transform: uppercase;
	text-align: left;
}

#dash h3{
    text-align: center;
	font-size: 18px;
	line-height: 21px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#dash img {
	margin-top: 6px;
	margin-bottom: 3px;
}

#dash p {

	margin-left: 10px;
	margin-right: 10px;
}


/* content and contentHome and feature */

#oversight h2{
	color: #3482aa;
	padding-top: 3px;
	border-top: 3px solid #3482aa;
	font-size: 18px;
	line-height: 21px;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left:6px;
	text-transform: uppercase;
}

#oversight h3, .feature h3 {
	margin-bottom: 3px;	
	font-size:15px;
	line-height:18px;
}

div.activities{
	margin-bottom: 40px;
	border: 1px solid #e1e1e1;
	background: url(images/activities_bg.gif) top left repeat-y #f0f0f0;
	position: relative;
	float: left;
	padding-left:5px;
	padding-right:5px;
} 
	
div.activity {
	padding:20px 10px 10px 5px;
	height:120px;
	border-top: 1px solid #e1e1e1;
	position:relative; 
	float:left; 
	width:458px; 
}

div.activityFirst {
	padding:20px 15px 10px 5px;
	height:120px;
	position:relative; 
	float:left; 
	width:448px; 
}	
	
div.activity img, div.activityFirst img {
	float: left;
    margin-right: 10px;
	margin-bottom: 10px;
}

#oversight p {
	padding-bottom: 12px;
	font-size:12px;
	line-height:17px;
}

#mainImage img {
	float: right;
}

.spacer {
	margin-top:24px;	
}

div.section {
	border-top-color: #3482aa;
    border-top-style: solid;
    border-top-width: 3px;
    float: left;
	margin-top: 12px;

}

#content h1, #featureHome h1 {
	color: #3482aa;
	padding-top: 6px;
	font-size: 150%;
	margin-bottom: 12px;
	border-top: 3px solid #3482aa;
	text-transform: uppercase;
}

#contentUp h1 {
	color: #3482aa;
	padding-top: 6px;
	font-size: 150%;
	margin-bottom: 6px;
	text-transform: uppercase;
}

#contentHome h2 {
	color: #3482aa;
	font-size: 18px;
	line-height: 21px;
	margin-top: 3px;
	margin-bottom: 12px;
	margin-left:6px;
	text-transform: uppercase;
}

#content h2 {
	color: #3482aa;
	font-size: 16px;
	line-height: 21px;
	margin-top: 25px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

h2.notopMarg {
	margin-top: 0 !important;
	margin-bottom: 12px !important;
}
	
#featureHome h2 {
	color: #3482aa;
	padding-top: 3px;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 2px;	
	text-transform: uppercase;
}



div.annc {
   padding-bottom:12px;
}

div.feature {
	margin-left:5px;
	margin-top:20px;
	height:100px;
	border-bottom: 1px solid #bcbcbc;
	padding-bottom:20px;
}

div.address {
	padding-top:30px;	
}

.feature img {
	float: left;
    margin-right: 5px;
	margin-left: 6px;
	height: 90px;
	width: 120px;

}

div.featurePhotos {
	float: left;
	width: 320px;
	height: 350px;
	padding-right: 0px;
}

.featurePhotos img {
	margin-bottom: 5px;
}

img#bench {
	float: left;
    margin-right: 15px;
	margin-bottom: 5px;
} 

#contentHome .post_date {
	color:#6f98b6;
    font-size:85%;
	padding-left: 3px;
	font-style: italic;
}

#contentHome p {
	font-size: 95%;
	margin-left:6px;
}

ul.bullets {
	list-style: disc;
	margin-left: 20px;
	list-style: disc;
	margin-bottom: 12px;
}

ul.info {
	margin-left: 20px;
	margin-bottom: 12px;

} 

ul.info li {
	padding-top: 4px;
	padding-bottom: 4px;

}

p.thick {font-weight:bold;}

/*In Brief Report styles */
span.tag {
	display: inline;
}

.tag {
	color: #214382;
    cursor: pointer; 
	cursor: hand;
}

.taghover {
	color:#6991a0;
	cursor: pointer; 
	cursor: hand;
	text-decoration: underline;
}

.materials td, .materials tr {
	border-top: none; 
	border-bottom: none; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}

/*leftSidebar */
div.other {
	margin-bottom: 12px;
}
div.otherBorder {
	padding-top:12px;
	margin-bottom: 12px;
	border-top: 1px solid gray;
}

.other li, .otherBorder li {
	margin-bottom: 6px;
	font-size: 13px;
}

#leftSidebar h3 {
	color: gray;
	padding-top: 0.1em;
	font: small Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	margin-top: 6px;
	margin-bottom: 6px;	
	text-transform:uppercase;
}


#clearone {
   clear: both;
   height: 1px;
}


div.key {
	width:100%;
	margin-top:5px;

}
div.key p {
	margin:0;
	padding:0;
}
div.key img {
vertical-align: middle;
	padding:0px 0px 0px 0px;
	margin-top: -3px;
}	

div.screens img {
	margin: 10px 10px 10px 10px;
	border: 1px solid #c7c7c7;
}

/* tables */
th, td {
	text-align:left;
}

table td { 
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #c7c7c7;
	padding:5px 0px 5px 3px;
	vertical-align:top; !important;
}

table th {
	padding:5px 0 5px 0px;
	background:url(images/bg_table_th.gif) repeat-x;
	color:#666;
}

.projects th {
	padding:0px 0 0px 5px;
	font-weight:bold;
}

.projects td {
	text-align: center;	
} 

td.itm {
	text-align: left;		
}

table.reports, table.pics {
	width:760px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse; 
	border-top :1px solid #c7c7c7;
	table-layout:fixed;
	border-bottom:1px solid #c7c7c7;
}

tr.report {
	width:760px;
}

table.reports td {
	border-top: none;
	border-bottom: none;
}

table.reportsOther {
	width:760px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse; 
	border-top :1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
}
	
	
table.meetings, table.meeting  {
	width:760px;
	margin:0px 0px 20px 0px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse; 
	border-top :1px solid #c7c7c7;
	border-bottom :1px solid #c7c7c7;
	table-layout:fixed;
}

table.projects, table.states {
	width:760px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse; 
	border-top :1px solid #c7c7c7;
	border-bottom :1px solid #c7c7c7;
}

table.resource {
	width:760px;
	margin:0px 0px 20px 0px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse; 
	border-top :1px solid #c7c7c7;
	border-bottom :1px solid #c7c7c7;
	table-layout:fixed;
}

table.mem {
	width:760px;
	margin:20px 0px 20px 0px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse; 
	border-top :1px solid #c7c7c7;
	border-bottom :1px solid #c7c7c7;
}

/*table.staffMgmt {
	width:600px;
	margin:0px 0px 20px 0px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse; 
	border-top :1px solid #c7c7c7;
	border-bottom :1px solid #c7c7c7;
	table-layout:fixed;
}*/

table.staff {
	width:740px;
	margin:0px 0px 20px 0px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse; 
	border-top :1px solid #c7c7c7;
	border-bottom :1px solid #c7c7c7;

}

table.map {
	width:940px;
	margin:0px 0px 20px 0px;
	font-size:12px;
	line-height:14px;
	border-collapse:collapse; 
	border-top :1px solid #c7c7c7;
	border-bottom :1px solid #c7c7c7;
	table-layout:fixed;
}

tr.hdr {
	background-color: #E0E0E0;
	font-weight: bold;
}	

tr.even {
	background-color: #E0E0E0;
}	

tr.header {
	padding:5px 0 5px 0px;
	background:url(images/bg_table_th.gif) repeat-x;
	color:#666;
	font-weight: bold;
}

div.mtg_hdr {
	background-color: #E0E0E0;
	padding: 5px 0 2px 5px;
	font-weight: bold;
}

td.gray {
		color: #666;
}

 td.ctr {
	text-align:center;	 
 }
 
td.mtg_item {
	width:450px;
}

col.colReports1 { width:30px; }
col.colReports2 { width:500px; }
col.colReports3 { width:70px; }
col.colReports4{ width:50px; }
col.colReports5 { width:50px; }
col.colReports6 { width:60px; }

col.colProject1 { width:180px; }
col.colProject2{ width:100px; }
col.colProject3{ width:75px;}
col.colProject4{ width:65px; }
col.colProject5{ width:65px; }
col.colProject6{ width:65px;}
col.colProject7{ width:65px;}
col.colProject8{ width:65px;}
col.colProject9{ width:80px; }


/* Footer */
div#footer {
    margin-top: 10px 
	margin-bottom: 0px;
	margin-left:20px;
	margin-right:20px;
    border-top-color: #3482aa;
    border-top-style: solid;
    border-top-width: 3px;
    clear: both;
    font-size: 11px;
    line-height: 16px;

}

div#footer p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
	font-size: 90%;
	padding: 0.2em 0 2em 0;
}

div#footer ul {
    text-align: right;
}

.SelectSeparator {
            background-image:url(/images/pixel.bmp);
            background-repeat:repeat-x;
            background-position:50% 50%;
            background-attachment:scroll;
		}
		

