@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	line-height:19px;
	background:#dddddd;
	text-align: left;
}
#leftCol {
	float: left;
	width: 320px;
}

p {
margin-top:0px;
margin-bottom:15px;
}
form {
padding:0px;
margin-top:-9px;
margin-bottom:0px;
}
h1 {
	font-size: 22px;
	color: #EF9A23;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #XXXXXX;
	margin-top: 0px;
	margin-bottom: 13px;
}
h3 {
		color: #XXXXXX;
	margin-top: 0px;
	margin-bottom: 17px;
	font-size:11px;
}
h4 {
	color: #XXXXXX;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size:11px;
}
h5 {
	color: #XXXXXX;
	margin-top: 11px;
	margin-bottom: 20px;
	font-weight: normal;
}
h6 {
	color: #XXXXXX;
	margin-top: 0px;
	margin-bottom: 5px;

}
/*xxxxxxxxxxxxxxxxxxxxxxx Links xxxxxxxxxxxxxxxxxxxxxxxxxxx*/
a:link, a:visited, a:active {
	color:#666;
	text-decoration:underline;
	}
a:hover {
	text-decoration:underline;
	color:#444;
	}
/*--------------------------------------------------------------*/
a.bottmNavLink:link, a.bottmNavLink:visited, a.bottmNavLink:active {
	font-size:11px;
	color:#888888;
	font-weight:normal;
	text-decoration:none;
	}
a.bottmNavLink:hover {
	text-decoration:underline;
	color:#888888;
	font-weight:normal;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxx DIVs xxxxxxxxxxxxxxxxxxxxxxxxx*/

#mainTextWrap {
	margin-top: 28px;
	margin-left: 22px;
}
#footer {
	font-size: 10px;
	color: #444444;
	background-color: #CCCCCC;
	height: 25px;
	padding-top: 9px;
	padding-bottom: 12px;
	padding-left: 15px;
	clear: both;
}

#wrapper {
	background-color: #FFFFFF;
	width: 860px;
	position:relative;
	margin:0px auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#nav {
	position: absolute;
	height: 163px;
	width: 98px;
	left: 0px;
	top: 17px;
}
#topRight {
	position: absolute;
	height: 175px;
	width: 175px;
	top: 0px;
	right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000000;
	padding-top: 5px;
}
#mainWrapper {
	float: left;
	width: 609px;
	padding-left: 16px;
	padding-right: 50px;
	margin-top: 40px;
	padding-bottom: 25px;
}
#rtCol {
	display: inline;
	clear: none;
	float: left;
	width: 175px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 40px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-bottom: 25px;
}

/*xxxxxxxxxxxxxxxxxxxxxxx Classes xxxxxxxxxxxxxxxxxxxxxxxx*/


/*xxxxxxxxxxxxxxxxxxxxxxxx Lists xxxxxxxxxxxxxxxxxxxxxxxxx*/
.listA { /*Must use a containing DIV for this to work - use the wrapListA class (below) to control width*/
margin-left:8px;
padding-left:7px;
margin-top:0px;
}
.listA li{
	list-style-type: disc;
	margin-bottom:4px;
/*	line-height:105%;*/
}
.wrapListA {

}
.listB {
	width: 230px;
	margin-left:0px;
	padding-left: 0px;
	margin-top: 6px;
}
.listB li{
	padding-bottom: 0px;
	padding-left: 14px;
	line-height: 14px;
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 2px;
}.listC { /*Must use a containing DIV for this to work - use the wrapListA class (below) to control width*/
margin-left:8px;
padding-left:7px;
margin-top:0px;
}
.listC li{
	list-style-type: disc;
	margin-bottom: 4px;

/*	margin-bottom:10px;
	line-height:105%;*/
}
.wrapListC{
width:237px;

}
/*xxxxxxxxxxxxxxxxxxxxxxxx Hacks xxxxxxxxxxxxxxxxxxxxxxxxx*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.ieFix0px {
	font-size: 0px;
}




#header {
	position: relative;
}
/*xxxxxxxxxxxxxxxxxxxxxxxx Map xxxxxxxxxxxxxxxxxxxxxxxxx*/
#mapWrap {
	height: 500px;
	width: 320px;
	border: 1px solid #CCCCCC;
}
#homeText {
	clear: none;
	float: left;
	padding-left: 20px;
	width: 265px;
}
#legend {
	padding: 10px;
	border: 2px solid #E79A28;
	margin-top: 15px;
}
#bloggerWrap {
	text-align: center;
	width: 155px;
	margin-left: auto;
	margin-right: auto;
}
.projectsIntro {
	padding-bottom: 15px;
}
.projectWrapper {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0BC64;
	width: 609px;
	clear: both;
}
.projectStatus {
color:#666;
	float: left;
	width: 150px;
	padding-right: 25px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
.projectText {
	clear: none;
	float: left;
	width: 432px;
}
.colorYellow {
	line-height: 14px;
	color: #F19A26;
}
.partnersLogo {
color:#666;
	float: left;
	width: 150px;
	padding-right: 25px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-align:right;
}
.text10 {
	font-size: 10px;
	line-height: 13px;
}
.paddingTop10 {
	padding-top: 10px;
}
.legendItems {
	line-height: 2px;
	clear: both;
	height: 32px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.legend {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left: 75px;
}
.paddTop13 {
	padding-top: 13px;
}
#rtColInfo {
	background-color: #333333;
	width: 141px;
	margin-top: 25px;
	
	padding-right: 6px;
	padding-left: 6px;
	border: 1px solid #626262;
	height:25px;
	line-height:25px;
	text-align:center;
}
#rtColInfo a {
font-weight:bold;
text-decoration:none;
}
#rtColInfo:hover {
text-decoration:underline;
}
.colorFFF {
	color: #FFFFFF;
}

#rtColInfo a {
color: #FFF;
}
.updatePhoto {
color:#666;
	float: left;
	width: 150px;
	padding-right: 25px;
	padding-bottom:15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-align:right;
}
.updateText {
	clear: none;
}
