@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
	border: none;
}

a:link {
	color: #174A89;
	text-decoration: underline;
}

a:hover {
	color: #861818;
	text-decoration: underline;
}

a:visited {
	color: #2168C0;
	text-decoration: underline;
}

p{
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 10px;
	color: #000000;
}

h3 {
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: -5px;
	font-size: 14px;
}

.secGrants, .secGrants a:link, .secGrants a:hover, .secGrants a:visited{
color: #8B011B;
}

.secContracts, .secContracts a:link, .secContracts a:hover, .secContracts a:visited{
color: #BF6600;
}	

.secAbout, .secAbout a:link, .secAbout a:hover, .secAbout a:visited{
color: #318900;
}	

.secScorecards, .secScorecards a:link, .secScorecards a:hover, .secScorecards a:visited{
color:#660066;
}	

#greenBar {
	width: 280px;
	height: 4px;
	background-color: #7AAD11;
	margin-bottom: 2px;
}

#purpleBar {
	width: 280px;
	height: 4px;
	background-color: #990099;
	margin-bottom: 2px;
}

#redBar {
	width: 280px;
	height: 4px;
	background-color: #8B011B;
	margin-bottom: 2px;
}

#orangeBar {
	width: 280px;
	height: 4px;
	background-color: #CD9A34;
	margin-bottom: 1px;
}


#topPage {
	position: relative;
	z-index: 1;
	height: 372px;
	width: 976px;
}

#pageBody, #pageBodyHome {
	position: relative;
	z-index: 5;
	top: -130px;
	margin-left: 30px;
	width: 920px;
}

#pageBodyHome h2 {
	color: #8B011B !important;
}


#leftNav {
	width: 281px;
	background-color: #ECECEC;
	border: 4px solid #ffffff;
	padding: 10px;
}

#leftNav  h2{
	font-size:18px;
	border-bottom:2px solid #CCCCCC;
	font-weight:normal;
	margin-bottom: 7px;
	margin-top: 5px;
}

#leftNav  h3{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top: 7px;
}

#leftNav p {
	font-size: 12px;
	padding-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#leftNav ul {
	margin-left: 10px;
	marging-bottom: 10px;
	padding-bottom: 10px;
}

#leftNav  ul li {
	list-style:none;
	font-size:12px;
	color: #000000;
}

#leftNav  a:link, #leftNav  v:link, #leftNav  a:visited{
	/*
	text-decoration:none;
	color:#000000 !important;
	*/
}

/* #latestNews ul li{
	padding-bottom:10px;
} */

#mainContent {
	padding-left: 20px;
}

#mainContent p {
	font-size: 12px;
}

#mainContent h1 {
	font-size:24px;
	font-weight:normal;
}

#mainContent h2{
	font-size:18px;
	color:#1A4B8C;
	font-weight:normal;
	margin-top: 15px;
}

#mainContent ul{
	font-size: 12px;
	color: #000000;
	margin-left:20px;
	padding-top:10px;
}

#pageBodyHome #mainContent h1 {
	color: #7AAD11;
} 

#column1 {
	width: 320px;
	padding-right: 20px;
}

#column1 p{ 
	font-size:12px
}

#column1 h2{ 
	border-bottom:2px solid #CCCCCC;
	margin-bottom:2px;
	margin-top:10px;
	color: #CD9A34 !important;
}

#column1 h3 {
	color: #7AAD11;	
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

#column2box {
	border: 1px solid #D8D6D6;
	padding: 10px;
	margin-bottom: 20px;
	width: 270px;
}

#column2box p{
	font-size:11px;
}

#column2box h2{
	color:#1A4B8C !important;
	border-bottom:2px solid #CCCCCC;
	font-weight:normal;
	margin-bottom:2px;
}

#footer {
	background-image: url(images/footerBG.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	text-align: left;
	font-size: 10px;
	color: #454545;	
	width: 960px;
}

#footer p {
	padding-top: 5px;
	text-align: center;
}

#footer a:link, #footer v:link, #footer a:visited {
	color:#698DC1;
	text-decoration:none;
}

#dataTable, #summaryTable {
	color: #000000;
	margin-top: 15px;
	width: 100%;
}

#dataTable {
	border-right: 1px solid #ECECEC;
}

#dataTable td {
	padding: 3px;
	font-size: 11px;
	border-left: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
}

#dataTable .header {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #174A8B;
	border-left: 1px solid #ffffff;
}

#dataTable .alt {
	background-color: #ECECEC;
}

dl {
	padding-top: 5px;
}

dt {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}

dd {
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 10px;
}

dd ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

dd ul li ol {
	margin-left: 20px;
	margin-top: 5px;
}

.top {
	text-align: right;
	font-size: 10px !important;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

#summaryTable {
    width: 70%;
	border-top: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
}

#summaryTable td {
	padding: 3px;
	font-size: 11px;
	border-bottom: 1px solid #ECECEC;
}

#summaryTable .leftColumn {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	background-color: #ECECEC;
	border-bottom: 1px solid #ffffff;
	width: 100px;
}

#summaryTable .columnHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
	background-color: #ECECEC;
	border-bottom: 1px solid #ffffff;
	width: 100px;
}

#summaryTable .currencyHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	background-color: #ECECEC;
	border-bottom: 1px solid #ffffff;
	width: 100px;
}

table .granteeSuccess  {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #011428;
	border-collapse: collapse;
	background-color: white;
}

table .granteeSuccess td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #011428;
	background-color: #fff;
}
table .granteeSuccess td.SummaryHeaderTxt, table.granteeSuccess td.GranteeSummaryHeaderTxt {
	font-weight: bold;
	font-size: 11px !important;
	background-color: #f0f0f0;
}
form table thead td, table.granteeSuccess thead td {
	background-image: url(../images/blueStripeBG.gif);
	text-align: center;
	color: #FFF;
	font-variant: small-caps;
	font-size: 14px !important;
	padding: 10px;
	font-weight: bold;
}
table.crisProgramList  {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #011428;
	border-collapse: collapse;
	background-color: white;
}
table.crisProgramList td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #011428;
	background-color: #fff;
}
table.countiesList  {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: #011428;
	border-collapse: collapse;
	background-color: white;
}
table.countiesList td {
	border-width: 0px;
	padding: 3px;
	border-style: inset;
	border-color: #011428;
	background-color: #fff;
}
#breadTrain {
 background-image:url(images/breadcrumb_train.gif); background-repeat:no-repeat;
 background-position:bottom right; 
 vertical-align:bottom; width:70px; height:80px;
}
 
#breadGreenStation {
 font-size:12px; padding-bottom:5px;
 background-image:url(images/breadcrumb_tracks.gif); background-repeat:repeat-x; 
 background-position:bottom left; 
 vertical-align:bottom;
}
#breadRedStation {
 font-size:12px; padding-bottom:5px;
 background-image:url(images/breadcrumb_tracks.gif); background-repeat:repeat-x; 
 background-position:bottom left; 
 vertical-align:bottom;
}
#breadGreyStation {
 font-size:12px; padding-bottom:5px;
 background-image:url(images/breadcrumb_tracks.gif); background-repeat:repeat-x; 
 background-position:bottom left; 
 vertical-align:bottom;
}
 
#breadEnd {
 font-size:12px; padding-bottom:5px;
 background-image:url(images/breadcrumb_trackend.gif); background-repeat:no-repeat; 
 background-position:bottom left;
 vertical-align:bottom;
}
 
.breadGreenStation {
 margin-right:20px; float:left; height:40px; 
 background-image:url(images/breadcrumb_green.gif); background-repeat:no-repeat; 
 background-position:bottom;
}
.breadRedStation {
 margin-right:20px; float:left; height:40px; 
 background-image:url(images/breadcrumb_red.gif); background-repeat:no-repeat; 
 background-position:bottom;
}
.breadNoStation {
 margin-right:20px; float:left; height:40px; 
 background-position:bottom;
}
.breadGreyStation {
 margin-right:20px; float:left; height:40px; 
 background-image:url(images/breadcrumb_grey.gif); background-repeat:no-repeat; 
 background-position:bottom;
}
.breadEnd {
 margin-right:0px; float:left; height:40px; 
 background-image:url(images/breadcrumb_end.gif); 
 background-repeat:no-repeat; background-position:bottom left;
}
.breadEndGrey {
 margin-right:0px; float:left; height:40px; 
 background-image:url(images/breadcrumb_end_grey.gif); 
 background-repeat:no-repeat; background-position:bottom left;
}
