@charset "utf-8";
/* CSS Document */


div#navcontainer{
	width: 100%;
	
	}
#navcontainer ul
{
margin: 0;
padding-bottom: 2px;
padding-right: 2px;
list-style-type: none;
text-align: center;
/*margin-left: 119px;*/
margin-bottom: 0;
background-color: #036;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}

	

body {
	font-family:  Arial, sans-serif, Trebuchet MS, Tahoma;
	color: #000000;
	margin: 5px 10px;
	font-size: 80%;
	background-color: #fafafa;
	/*background-color: #cccccc;*/
}
h1 {
	font: 140% Arial;
	margin-top: 0px;
	font-weight:bold;
}
h2 {
	/*font-size: 140%;*/
	display: block;
	color: #185394;
	font: 120% "Arial Black", Arial;
	padding: 0;
	margin-bottom: 1px;
	background: url(/images/dottedline.gif) repeat-x;
	/*border-bottom: 4px solid #BEC9DD;*/
	background-position:bottom;
	text-align:left;
}



h2.heading-black {
	display: block;
	color: #000;
	background: none;
	border:none;
	padding-top: 5px;
	text-align:left;
	width: 100%;
	margin-left:0;
	margin-bottom: 0;
	font-family:  Arial, sans-serif;
	font-weight: bold;
}

h2.sh-width {
	width: 67%;
	display: block;
	color: #185394;
	font: 120% "Arial Black", Arial;
	padding: 0;
	margin-bottom: 1px;
	background: url(/images/dottedline.gif) repeat-x;
	background-position:bottom;
	text-align:left;
}
h2.homepage {
	font-size: 130%;
}
h3 {
	font: 110% "Arial", sans-serif;
	color:#185394;
	width: auto;
	font-weight:700;
}

h3.italics {
	font-style:italic;
}

h3.bluebg {
	font-size: 120%;
	background-color: #185394;
	color: #fff;
	font-weight: bold;
	display:block;
	width: auto;
	padding:5px;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
	margin: 5px 0 0 0;
	padding: 5px 0 0 6px;
	border-left: 10px solid #f5f5f5;
}
.heading-bluebg {
	background-color:#185394;
	color:white;
	font-size: 120%;
	font-weight:bold;
	padding: 5px;
	text-align:center;
}
.heading-bluebg2 {
	/*background-color:#185394;*/
	background:#185394 url(../images/th_col.png) repeat-x;color:#fff;
	color:white;
	font-size: 120%;
	font-weight:bold;
	padding: 5px;
	text-align:left;
	font-size: 100%;
	width: 67%;
}
.heading-bluebg100 {
	/*background-color:#185394;*/
	background:#185394 url(../images/th_col.png) repeat-x;color:#fff;
	color:white;
	font-size: 120%;
	font-weight:bold;
	padding: 5px;
	text-align:left;
	font-size: 100%;
	width: 100%;
}
.heading-blueborder {
	border-bottom: 1px dotted #999;
	color: #185394;
	padding: 5px 0 5px 0;
	text-align:left;
	font-size: 100%;
	width: 67%;
	margin-left:0;
}
.heading-blueborder100 {
	border-bottom: 1px dotted #999;
	color: #185394;
	padding: 5px 0 5px 0;
	text-align:left;
	font-size: 100%;
	width: 100%;
	margin-left:0;
}
table {
	font-size: 1em;
}
a img {
	border: none;
}
hr.light-grey {
	color: #f5f5f5;
	background-color: #f5f5f5;
}
/**********************************************************/
.conceal {
	display:none;
}
/**** OLD SKIP NAV  *****/

/*a#skipnav {
	position: relative;
	right: 2000px;
	display:none;
}*/

/**** NEW SKIP NAV  *****/
a.skipnav {
	position: relative;
	right: 2000px;
	display:none;
}
.central {
	text-align: left;
}
table.BasicTable {
	text-align: left;
	border-top: 1px solid black;
	border-left: 1px solid black;
	font-size: 1em;
	empty-cells: show;
	border-collapse: collapse;
	margin-bottom: 1em;
}
table.BasicTable th {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
table.BasicTable td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
table.BasicTable {
	text-align: left;
	border-top: 1px solid black;
	border-left: 1px solid black;
	font-size: 1em;
	empty-cells: show;
	border-collapse: collapse;
	margin-bottom: 1em;
}
table.BasicTable th {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
table.BasicTable td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
/******** TABLE NO BORDER  **********/

table.NoBorder2 {
	
	border: none;
	width: 100%;
	}

table.NoBorder2 td, th, tr{
	
	border: none;
	vertical-align: top;
	}

table.NoBorder {
	text-align: left;
	font-size: 1em;
	width: 100%;
	border-collapse: collapse;
	/*border: 1px dotted #ccc;*/
}
table.NoBorder th {
	padding: 5px;
	vertical-align: top;
}
table.NoBorder td {
	padding: 5px;
	vertical-align: top;
	border-top: 1px dotted #ccc;
}
table.NoBorder th[id=column1] {
	/*background-color: #f5f5f5;
	border-right: 1px solid #ccc;*/
}
table.NoBorder td[headers=column1] {
	width: 100px;
	background-color:#f5f5f5;
	color:#333;
	padding: 7px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight:bold;
}
table.NoBorder td[headers=column2] {
	color: #000;
	padding: 7px;
	border-bottom: 1px dotted #ccc;
	padding-left: 10px;
}
table.signatureTable {
	text-align: left;
	font-size: 1em;
	width: 100%;
	border-collapse: collapse;
}
table.signatureTable th {
	padding: 5px;
	vertical-align: top;
	border: none;
}
table.signatureTable td {
	padding: 5px;
	vertical-align: top;
	border: none;
}
/******** TABLE WITH BLUE BORDER **********/

table.BlueBorder {
	text-align: left;
	font-size: 1em;
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #ccc;
}
table.BlueBorder tr {
	border-bottom: 1px dotted #ccc;
}
table.BlueBorder th {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	background-color: #185394;
	color: #fff;
}
table.BlueBorder td[headers=time] {
	width: 100px;
	background-color:#f5f5f5;
	color:#333;
	padding: 7px;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
}
table.BlueBorder td[headers=event] {
	color: #000;
	padding: 7px;
	border-bottom: 1px dotted #ccc;
	padding-left: 10px;
}
.divisions {
	float: right;
	width: 100%;
}
.divisions .first-div {
	float: left;
	width: 49%;
	display: inline;
}
.divisions .second-div {
	float: right;
	width: 51%;
	display: inline;
}
.plain {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}
.plain li, .plain dt {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}
.red {
	color: #FF0000
}
.purple {
	color: #CC0099
}
.blue {
	color: #003399
}
.orange {
	color: #FF9900
}
.green {
	color: #669933
}
.pink {
	color: #FF6699
}
.grey {
	color: #999999
}
/******* THUMBNAIL DIV ********/

div#thumbnail {
	width: 100%;
	overflow: hidden;
}
div#thumbnail .left {
	float: left;
	width: 70%;
}
div#thumbnail .right {
	float: right;
	width: 30%;
	padding-top: 10px;
}
/************TABLE FOR SLIDE PRESENTATIONS************************/

table.slides {
	text-align: left;
	font-size: 1em;
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #ccc;
}
table.slides th {
	padding: 5px;
	vertical-align: top;
}
table.slides td {
	padding: 5px;
	vertical-align: top;
}
table.slides th[id=column1] {
	background-color:#185394;
	color:#FFF;
	border-right: 1px solid #ccc;
}
table.slides th[id=column2] {
	background-color:#185394;
	color:#FFF;
	border-right: 1px solid #ccc;
}
table.slides td[headers=column1] {
	width: 255px;
	background-color:#f5f5f5;
	color:#333;
	padding: 7px;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font-weight:bold;
}
table.slides td[headers=column2] {
	color: #000;
	padding: 7px;
	border-bottom: 1px dotted #ccc;
	padding-left: 10px;
}
table.slides td a {
	font-weight:normal;
}
/*****************MINUTES****************************/

ul.navMinutes {
	border: 1px dotted #ccc;
	background-color: #fafafa;
	padding: 12px;
	width: 95%;
	margin-left: 0;
	margin-top: 0;
	clear: right;
}
ul.navMinutes li {
	margin-left: 20px;
}

ul.navMinutes li ul li{
	list-style-type:circle;
	margin-left: 0;
}
/**********************************************************/
#headerSection {
	background-color:#185394;
	height:88px;
}
#headerSection #hs1 {
	float:left;
}
#headerSection #hs2 {
	margin-left: 500px;
	background: url(/images/curve.gif) left top no-repeat #FFFFFF;
	height: 25px;
}
#headerSection #hs3 {
	margin-left: 500px;
	padding:15px 20px 0 0px;
	text-align: right;
}
#headerSection #hs3 a {
	font-weight: bold;
	color: #FFFFFF;
}
#headerSection #hs3 form {
	padding:5px 0;
	margin:0;
}
#topNav {
	clear:both;
	padding:10px 0 0 3px;
}
#breadcrumbs {
	float:left;
}
#topNavTools {
	text-align:right;
	font-size: 95%;
	padding-right: 10px;
}
#topNavTools ul {
	padding:0;
	margin:0;
}
#topNavTools ul li {
	display: inline;
	padding-right:3px;
	font-weight: bold;
	color:#000000;
}
#topNavTools ul li a {
	text-decoration:none;
	color:#000000;
}
#search label {
	color:white;
	font-size:.85em;
}
#getconnected {
	float: right;
	padding: 3px 25px 0 0;
}
#getconnected a {
	padding: 0 5px 0 20px;
}
.rss-icon, .twitter-icon, .addthis_button_compact {
	background:no-repeat left top #fff;
}
.share-icon {
	background-image:url(/images/sm-share-icon.gif);
}
.twitter-icon {
	background-image:url(/images/sm-twitter-icon.gif);
}
.rss-icon {
	background-image:url(/images/sm-rss-icon.gif);
}
.pdf {
	font-size: 10px;
}
/**********************************************************/
#mainSection {
	clear:both;
	margin-top:15px;
}
/**********************************************************/
#sidebarSection {
	background: url(/images/mtopright.gif) right top no-repeat #185394;
	width: 190px;
	float:left;
	padding:10px 0 0 3px;
	margin-bottom:10px;
}
#sidebar {
	background: url(/images/mbottomright.gif) right bottom no-repeat;
	padding-bottom:10px;
}
#sidebar ul {
	background-color: #e4e5c7;
	margin: 0;
	padding: 0 0 10px 0px;
	border-top: solid 2px #660033;
	border-bottom: solid 2px #660033;
}
#sidebar ul li {
	display: block;
	list-style-image: none;
	list-style-type: none;
	/* just added fixes IE 6 bug - extra padding between items within left nav 04/02/2010 */
    border-bottom: 1px solid #e4e5c7;
}
/* just added April 13, 2010 planning and services left nav */

#sidebar a {
	position: relative;
}
#sidebar li.topic-off {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid gray;
}
#sidebar a.topic-off {
	margin: 0;
	padding: 5px 5px 5px 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #001c3e;
}
#sidebar a.topic-off:hover {
	display: block;
	background-color: #CDCE95;
	font-weight: bold;
	text-decoration: none;
	color: #001c3e;
}
#sidebar li.topic-on {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid gray;
}
#sidebar a.topic-on {
	margin: 0;
	padding: 5px 5px 5px 10px;
	display: block;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	color: #001c3e;
}
#sidebar li.topic-on-sub {
	margin: 0;
	padding: 0;
}
#sidebar a.topic-on-sub {
	margin: 0;
	padding: 5px 5px 5px 10px;
	display: block;
	background-color: #F4F4E8;
	font-weight: bold;
	text-decoration: none;
	color: #001c3e;
}
#sidebar a.topic-on-sub:hover {
	display: block;
	background-color: #CDCE95;
	font-weight: bold;
	text-decoration: none;
	color: #001c3e;
}
#sidebar li.subtopic-off {
	margin: 0;
	padding: 0;
	font-size: .9em;
}
#sidebar a.subtopic-off {
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	display: block;
	background-color: #F4F4E8;
	color: black;
	text-decoration: none;
}
#sidebar a.subtopic-off:hover {
	display: block;
	background-color: #CDCE95;
	text-decoration: none;
	color: #001c3e;
}
#sidebar li.subtopic-on {
	margin: 0;
	padding: 0;
	font-size: .9em;
}
#sidebar a.subtopic-on {
	margin: 0;
	padding: 5px;
	display: block;
	background-color: #ffffff;
	text-decoration: none;
	color: #001c3e;
}
#sidebar a.subtopic-off, #sidebar a.subtopic-on {
	padding-left: 15px;
}
/***************** PAGE TOP NAVIGATION ********************/
#pageTabs ul {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	background-color: white;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	border-top: none;
	border-bottom: 1px solid #f5f5f5;
}
#pageTabs ul li {
	display: inline;
}
#pageTabs ul li a {
	padding: 0.2em 1em;
	background-color: #f5f5f5;
	color:#666;
	text-decoration: none;
	float: left;
	border: 1px solid #999;
	border-bottom: none;
	border-left: #FFF;
}
#pageTabs ul li a:hover {
	background-color: #369;
	color: #fff;
}
#pageTabs ul li.selected a {
	color: #666;
	background-color:#fff;

}
/**********************************************************/

#mainContainer {
	background-color: #ffffff;
	margin: 0 auto;
	width: 960px;
	float: left;
	padding: 0;
}
#primary_content {
	background-color: #ffffff;
	margin-top: 5px;
	/*margin-left:205px;
	width:76%;*/
	margin-left:10px;
	width:77%;
	float:left;
	padding-bottom: 30px;
}
/**********************************************************/

.news-home ul {
	margin: 0;
	padding: 0;
}
.news-home li {
	padding-bottom: 10px;
	padding-top: 8px;/*border-bottom: 1px solid #cccccc;*/
}
.news-home-last li {
	border-bottom: none;
}
/**********************************************************/

.sa {
	width:85%;
}
p.tableHeading {
	margin:0;
	font-family: Verdana, sans-serif;
	font-weight : bold;
	padding:0;
	text-decoration:underline;
	color:blue;
}
ul#azindex {
	padding-left: 0;
	margin: 0 0 15px 0;
	background: url(/images/gradient_blue_bg.gif) no-repeat;
	color: #ffffff;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
}
ul#azindex li {
	display: inline;
	list-style-type: none;
	list-style-image:none;
}
ul#azindex a {
	padding: 0.4em 0.4em;
	/*background-color: #185394;*/
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
ul#azindex a:hover {
	background-color: #336699;
	color: #fff;
}
ul#azindex li a.selected {
	background-color: #ffffff;
	color:#000000;
}
ul#azindex li.last a {
	border-right:none;
}
.smalltxt {
	font-size: 90%;
}
/********************2010 Strategic Plan *****************************/

#sp2010preface li, #sp2010intro li, #sp2010q1 li, #sp2010q2 li, #sp2010q3 li, #sp2010q4 li, #sp2010q5 li, #sp2010q6 li, #sp2010q7 li, #sp2010resources li, #sp2010references li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
li.sp-new-objective {
	background-color:#f7d083;
	border-left: 4px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:5px;
	color:#000000;
}
span.sp-new-txt {
	/*color:#660033;*/
	font-weight:bold;
	font-size: 105%;
}
ul.sp-resources {
	margin-left: 6px;
	padding-left: 6px;
}
ul.sp-resources li {
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.highlight-box {
	background-color:#f5f5f5;
	border: 1px solid #cccccc;
	padding: 0 10px 10px 10px;
}
.highlight-box-white {
	background-color: #ffffff;
	padding: 0 10px 0px 0px;
}
div.sp-pagination {
	float:right;
	margin: -15px 20px 0 0;
	padding:0;
}
.sp-page-txt {
	font-size:20px;
	color:#660033;
}



/********************2011 Strategic Plan *****************************/

/*#sp2011preface li, #sp2011intro li, #sp2011q1 li, #sp2011q2 li, #sp2011q3 li, #sp2011q4 li, #sp2011q5 li, #sp2011q6 li, #sp2011q7 li, #sp2011resources li, #sp2011references li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}*/

table.sp2011-obj-table {
 margin-top:10px;
	}
	
table.sp2011-obj-table th {
 padding-top:6px;
 vertical-align:top;
 padding-bottom: 5px;
	}

table.sp2011-obj-table td {
	border: none;
	vertical-align:top;
	padding-bottom: 5px;
	}
	
.sp2011-obj-2009 {
	font: 110% "Arial", sans-serif;
	color:#185394;
	margin-top: 20px;
	font-weight:700;
	text-align:center;
}

span.sp2011-obj-2010 {
	font: 110% "Arial", sans-serif;
	color:#660033;
	font-weight:700;
	text-align:center;
}

span.sp2011-obj-2011 {
	font: 110% "Arial", sans-serif;
	color:#300;
	width: auto;
	font-weight:700;
	vertical-align:top;
	text-align:center;
}

span.sp2011-revised-txt {
	font-size:85%;
	font-weight: normal;
}

/********************ELSI 2011****************************/

div.highlight-box-even {
/*background-color:#EFF7FF;*/
background-color:#f5f5f5;
	padding: 5px;
	/*border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
		border-top: 1px solid #cccccc;
	width: 100%;
}

div.highlight-box-odd {
	background-color:#fff;
	padding: 5px;
	border-top: 1px solid #cccccc;
	width: 100%;
}


/******** SUMMARY OF ADVANCES 2011 ********/

p.highlight-box-blue {
	background-color:#EFF7FF;
	padding: 5px;
	border: 1px solid #cccccc;
}

span.selected-article-txt {
	font-weight: bold;
	color: #185394;
	}


ul.list-spacing {
	width: 90%;
}
ul.list-spacing li {
	padding-bottom: 7px;
}
ul.bold-list {
/*border-left: 10px solid #185394;*/
}
ul.bold-list li {
	margin-bottom: 0;
	padding-bottom: 4px;
}
li.nospace {
	margin-bottom:0;
	padding-bottom:0;
}
/**********************************************************/
#footerSection {
	clear:both;
	background: url(/images/footbar.gif) repeat-x;
	padding-top:1px;
}
#footerSection p {
	text-align: center;
	font-size: 85%;
}
/**********************************************************/


.boxoutlined {
	float:left;
	margin-bottom: 18px;
	width: 600px;
	background: url(../images/boxoutlined_right.gif) no-repeat right bottom #f5f7dc;
}
.boxoutlinedheader {
	background: url(../images/boxoutlined_right.gif) no-repeat right top;
	width: 600px;
}
.boxoutlined h2 {
	padding: 0.5em 1em 0.2em 1em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	color: #000;
	background: url(../images/boxoutlined_left.gif) no-repeat left top;
}
.boxoutlinedcontent {
	padding: 0 1em 0.2em 1em;
	line-height: 1.4;
	height: 1%; /* To fix IE6 display bug */
	background: url(../images/boxoutlined_left.gif) no-repeat left bottom;
}
/*************** ROUNDED CORNER NO IMAGES ********************/

.b1, .b2, .b3, .b4 {
	font-size:1px;
	overflow:hidden;
	display:block;
}
.b1 {
	height:1px;
	background:#cccccc;
	margin:0 5px;
}
.b2 {
	height:1px;
	background:#f6f7ff;
	border-right:2px solid #cccccc;
	border-left:2px solid #cccccc;
	margin:0 3px;
}
.b3 {
	height:1px;
	background:#f6f7ff;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0 2px;
}
.b4 {
	height:2px;
	background:#f6f7ff;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0 1px;
}
.contentb {
	background: #ffffff;
	/*background: #f6f7ff;*/
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
.contentb div {
	margin-left: 5px;
	padding:5px;
}
/*************** ROUNDED CORNER NO IMAGES WITH HEADER ********/

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh {
	font-size:1px;
	overflow:hidden;
	display:block;
}
.b1h {
	height:1px;
	background:#ccc;
	margin:0 5px;
}
.b2h, .b2bh {
	height:1px;
	background:#185394;
	border-right:2px solid #ccc;
	border-left:2px solid #ccc;
	margin:0 3px;
}
.b3h, .b3bh {
	height:1px;
	background:#185394;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:0 2px;
}
.b4h, .b4bh {
	height:2px;
	background:#185394;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:0 1px;
}
.b2bh, .b3bh, .b4bh {
	background: #ffffff;
}
.headh {
	background: #185394;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
.headh h3 {
	margin: 0px 3px 0px 3px;
	padding-bottom: 3px;
	color: #ffffff;
	font-family: Verdana, Arial, san-serif;
	font-size:13px;
	text-align:center;
	padding-bottom: 3px;
	text-align:center;
}
.contenth {
	background: #fff;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding-top:5px;
	padding-bottom:10px;
}
.contenth div {
	margin-left: 12px;
	padding: 5px 12px 0 0;
}
.contenth div ul {
	margin: 0 0 0 12px;
	padding:0;
}
ul.related-events li {
	padding-bottom: 8px;
}
ul.rss-list li {
	list-style-type:none;
	padding-bottom: 4px;
	margin-left:-10px;
}
/*************** BUTTON STYLES *********************************/

div.button {
	width: 180px;
	height: 20px;
	padding: 5px 0 5px 0;
	background: url(../images/bluebg.png);
	color: #ffffff;
	border: 2px solid #f7d083;
	font-weight: bold;
	cursor: pointer;
}
div.button a {
	color: #ffffff;
}
/*************** RIGHT CONTAINER THAT HOLDS THUMBNIAL IMAGE OF DOCUMENT ***********/

.thumbcontainer {
	float:right;
}
.thumbcontainer p {
	text-align:center;
}
/*************** RETURN TO TOP OF PAGE LINK *****************/


.returntop {
	width:100%;
	background-color:#f5f5f5;
	color: #000000;
	text-align:right;
	padding: 5px 5px 5px 0;
}


/************* HIGHLIGHT BOX ********************************************/

div.container {
	width:225px;
	float:right;
	background: #FFFFFF;
	text-align: center;
}
div.container h1 {
	font-size:12px;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}
/*div.box {
	padding-left:15px;
	margin-right:100px;
}*/
/*************** NEW STYLE FOR TABLES TABLE STRIPPING *****************/

table#schedule {
	margin-left:0;
	margin-bottom: 20px;
	width: 100%;
}
table#schedule th.tableHdr p {
	display: block;
	color: #185394;
	font: 15px "Arial Black", Arial;
	padding: 5px 0 0 0;
	margin: 0 0 1px 0;
	background: url(/images/dottedline.gif) repeat-x;
	/*border-bottom: 4px solid #BEC9DD;*/
	background-position:bottom;
	text-align:left;
}
/*just added*/
table#schedule td.tableHdr p {
	display: block;
	color: #185394;
	font: 15px "Arial Black", Arial;
	padding: 0;
	margin: 0 0 1px 0;
	background: url(/images/dottedline.gif) repeat-x;
	/*border-bottom: 4px solid #BEC9DD;*/
	background-position:bottom;
	text-align:left;
}
/*just added*/

table#schedule tr td {
	padding: 2px 0 0;
}
#schedule ul {
	margin-top:0;
}
table#schedule.BlueBorder {
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #ccc;
}
table#schedule.BlueBorder tr {
	border-bottom: 1px dotted #ccc;
}
table#schedule.BlueBorder th {
	padding: 3px;
	vertical-align: top;
	text-align:center;
	border-right: 1px solid #ccc;
	background-color: #185394;
	color: #fff;
}
table#schedule.BlueBorder td {
	color:#333;
	padding: 3px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
}
ul li.redarrow {
	margin: 0;
	list-style-image: url(/images/bullet_rightArrow_tease.gif);
	list-style-type: square; /* used as a backup if problem with image bullet */
}
ul li.bluearrow {
	margin: 0;
	padding: 0;
	list-style-image: url(/images/bullet_rightArrow_blue.gif);
	list-style-type: square; /* used as a backup if problem with image bullet */
}
.tbgreybg {
	background-color:#ebebeb;
}
.tbwhitebg {
	background-color: #ffffff;
}
/*  BUDGET ESTIMATE DATA TABLES ****/

table.budget {
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
	font-size: 12px;
}
table.budget tr {
	border-bottom: 1px solid #cccccc;
}
table.budget th, table.budget td {
	background:#fff;
	text-align:left;
	padding:.5em;
	border: 1px solid #cccccc;
	vertical-align:top;
}
table.budget th {
	background:#185394 url(/tr_back.gif) repeat-x;
	color:#fff;
	text-align:center;
}
tr.headerrow {
	border:none;
	color: #fff;
	background-color:#185394;
}
table.budget tr.budget-separator th {
	background-image: url(/images/gray-gradient-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom: 15px;
}
table.budget tr.budget-separator td {
	background-image: url(/images/gray-gradient-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom: 15px;
}
table.budget tr.totalrow th {
	border-top: 3px solid #185394;
	border-bottom: 3px solid #185394;
	color: #185394;
	background-color:#f4f4e8;
	text-align:left;
	border-left:none;
	border-right:none;
}
table.budget tr.grand-totalrow th {
	border-top: 3px solid #185394;
	border:none;
	color: #fff;
	background-color:#185394;
	text-align:left;
}
table.budget tr.grand-totalrow td {
	border:none;
	color: #fff;
	background-color:#185394;
	text-align:left;
	font-weight:bold;
}
table.budget tr.totalrow td {
	border-top: 3px solid #185394;
	border-bottom: 3px solid #185394;
	color: #185394;
	background-color:#f4f4e8;
	font-weight:bold;
	border-left:none;
	border-right:none;
}
table.budget th.old-obj {
	background-color: #f5f5f5;
	color: #000;
	text-align:center;
	border-left:none;
}
table.budget th.new-obj {
	color: #660033;
	background-color: #f5f5f5;
	text-align:center;
	border-left:none;
}
/* Page Numbers */
.pages {
	padding-bottom: 5px;
	margin-top:8px;
	/*clear: left;*/
    font-size: 85%;
	float:right;
}
.pages a, .pages span {
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background: #fff;
}
.pages a.current {
	border: 1px solid #2E6AB1;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}
.pages a {
	border: 1px solid #9AAFE5;
	text-decoration: none;
}
.pages a:hover {
	border-color: #2E6AB1;
}
.pages a.nextprev {
	font-weight: bold;
}
.pages span.nextprev {
	color: #666;
}
.pages span.nextprev {
	border: 1px solid #ddd;
	color: #999;
}
.pages .nextprev-next {
	float: right;
}
fieldset {
	background-color:#f5f5f5;
	padding:10px;
}
.makeitbold {
	font-weight:bold;
}
.parent th {
	font-weight:normal;
}
.parent th:first-child {
	background: #ffffff url(/images/dn-arrow-square.gif) no-repeat right 2px;
	padding-right:30px;
	text-align:left;
}
.parent th.toggle-active {
	background: #ffffff url(/images/up-arrow-square.gif) no-repeat right 2px;
	padding-right:30px;
	font-weight:bold;
}
tr.parent th:first-child a {
	color:#000;
	text-decoration:none;
}
/**** JUMPTO CONTAINER ****/

#jumptocontainer {
	padding-bottom: 10px;
}

/* tablecloth styles */

table.tablecloth{width:100%;border-collapse:collapse;margin:1em 0;}
table.tablecloth th{text-align:left;padding:.4em;border:1px solid #ccc; /*background-color:#185394;*/ vertical-align: top;}
table.tablecloth td{text-align:left;padding:.4em;border:1px solid #ccc; /*background:#fff;*/ vertical-align: top;}
/*table.tablecloth td{text-align:left;padding:.5em;border:1px solid #fff;}*/
/*table.tablecloth th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}*/
/*table.tablecloth th{background:#185394 url(../images/th_col.png) repeat-x;color:#fff;}*/
table.tablecloth th[scope=col]{color:#fff; background-color: #185394; text-align:center;}
table.tablecloth th[scope=col].funding{color:#fff; background-color:#4a4a4a; text-align:center;}

table.tablecloth th[scope=row]{font-weight: normal; color: #000;}
table.tablecloth th[scope=row] img{vertical-align:inherit;}

table.tablecloth tr.bluebg th[scope=row] {text-align:left; background:#CAD8F9;}
table.tablecloth tr.yellowbg th[scope=row] {text-align:left; background:#FBEBAB;}


table.tablecloth .heading2{background-color:#CCC;}
table.tablecloth tr.total {border-top: 2px solid #333; background-color:#F9F6EA;}

table.tablecloth td.center {text-align:center; width:13%; vertical-align:middle;}

table.tablecloth tr.odd {background:#fff;}
/*table.tablecloth tr.even {background:#F9F6EA;}*/
table.tablecloth tr.even {background:#fafafa;}

table.tablecloth tr.odd td{background:#fff;}
/*table.tablecloth tr.even td{background:#F9F6EA;}*/
table.tablecloth tr.even td{background:#fafafa;}


/* use this if you want to apply different styleing to empty table cells*/
table.tablecloth td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}

img.leavesite {
	width: 6px; 
	height: 12px;
	}

