@charset "utf-8";
/* CSS Document */
html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../images/hpbgstipes3.fw.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3,  p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1, h2, h3, h4, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1, h2, h3, h4 {
	color:#3E590A;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h5 {
	color:#FFF;
	font-size:12px;
	margin-bottom:0px;
}
.container {
	width: 960px;
	background-color:#FFF;
	vertical-align:center;
	margin: 0 auto;
}
#homecontent {
	padding: 10px 0;
	width:700px;
	float:left;
	font-size:12px;
}
#homenews {
	width:250px;
	float:left;
	margin-right:10px;
}
#homenews .new {
	font-size:12px;
	background-color:#E1F0E1;
	border-color:#E1F0E1;
	color: #3E590A;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding:10px ;

}
#projectcontent {
	padding: 10px 0;
	width:570px;
	float:left;
}
#projectcontent li{
		padding:10px 5px;
	
}
#projectbar {
	padding: 5px 0;
	width: 200px;
	float:left;
}

#projectbar .bar {
	font-size:11px;
	background-color:#E1F0E1;
	border-color:#E1F0E1;
	color: #3E590A;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;


}
#projectcontent .photocaption {
	font-size:11px;
	font-style:italic;
}

.content {

	padding: 10px 0;
	width: 770px;
	float: left;
	background-color:#FFF;
	margin-right: 10px;
}

.content li{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.content .listtight li{
	padding: 2px;
}
.content-wide li{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.content-wide .listtight li{
	padding: 2px;
}
.imageright {
	float: right;
	margin-left: 15px;
	margin-right: 5px;
	font-size: 9px;
	font-style: italic;
}
.imageleft {
	float:left;
	margin-left: 5px;
	margin-right: 15px;
}
.ClearBoth {
	clear:both; 
	line-height:0px; 
	height:0px;
}
 .photocaption {
	font-size:11px;
	font-style:italic;
}


#Audiences {
	float: left;
}
#Services {
	float: right;
	padding-right: 4px;
}
#AudienceNAV {
	position:relative; 
	top: 0px; left: 0px; 
	text-align:center; 
	width:950px; 
	background-color:#42993E;
	font-size:16px;
	color: #FFF;
	padding:5px;
}
#AudienceNAV a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#AudienceNAV a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#AudienceNAV a:hover {
	color: #3E590A;
text-decoration: none;
}
#AudienceNAV .ActiveTech a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#AudienceNAV .ActiveTech a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#AudienceNAV .ActiveTech a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#AudienceNAV .InactiveTech a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#AudienceNAV .InactiveTech a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#AudienceNAV .InactiveTech a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#AudienceNAV .Seperators {
	color: #BE9E55;
	font-weight: bold;
}

#sidebar1 {
	float: left;
	width: 180px;
	background-color: #E1F0E1;
	padding-bottom: 10px;
	padding-top: 10px;
}

#sidebar1 #Navigation {
	width: 180px;
	clear: both;
	float: left;

}
#sidebar1 #Navigation a:link {
	text-decoration: none;
	color: #3E590A;
}
#sidebar1 #Navigation a:visited {
	text-decoration: none;
	color: #3E590A;
}
#sidebar1 #Navigation a:hover {
	text-decoration: underline;
	color: #3E590A;
}
#sidebar1 #Navigation .GreenLink {
	color: #3E590A;
}

#sidebar1 #Navigation .L1blank {
	line-height: 24px;
	height: 14px;
}
#sidebar1 #Navigation .L1blankLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 2px;
	height: 2px;
}
#sidebar1 #Navigation .L1open {
	font-size: 12px;
	background-color:#43993E;
	color:#FFF;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
}


#sidebar1 #Navigation .L1closed {
	width: 180px;
	font-size: 12px;
	color: #333333;
	clear: both;
	text-indent: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
}
#sidebar1 #Navigation .L2closed {
	width: 180px;
	font-size: 12px;
	color: #333333;
	text-indent: 34px;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidebar1 #Navigation .L2open {
	text-indent: 34px;
	font-size: 12px;
	color:#FFF;
	background-color:#43993E;
	padding-top: 2px;
	padding-bottom: 2px;
}

}
#sidebar1 #Navigation .L2spacerTop {
	width: 180px;
	line-height: 4px;
	height: 4px;
}
#sidebar1 #Navigation .L2spacerBottom {
	line-height: 8px;
	height: 8px;
	width: 180px;
	clear: both;
}

/*This is to create the hover box */
div.appear {

	background-color:#43993E;
    position:absolute;
	color:#FFF;
	text-indent:0;
	margin-left:100px;
	border:double;
	border-color:#FFF;
    display:none;
    padding: 10px 20px 10px 20px;

}
div.L2closed  {
    cursor:pointer;
    width: 180px;
}
div.L2open  {
    cursor:pointer;
    width: 180px;
}
div.L2closed:hover div.appear {
    display:block;
	width:180px;
}
div.L2open:hover div.appear {
    display:block;
	width:180px;
}
/*end hover */

.footer {
	padding: 10px 0;
	font-size:9px;
	background-color: #E1F0E1;
	text-align:center;
	clear: both;
}

table.callout {
	font-size: 12px;
	line-height: 16px;
	background-color: #E1F0E1;
	border-color: #E1F0E1;
	color: #3E590A;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 15px;
}

#content .list li {
display: inline-block;
vertical-align: top;
width: 141px;
height: 275px;
margin: 0 17px 23px 0;
padding: 5px;
border: 1px solid #3E590A;
background: #E1F0E1;
list-style: none;
	line-height:16px;
}
#content .photo {
	padding-bottom: 5px;
}
#content .name {
	font-size:10px;
	font-style: bold;
    padding: 15px 0px;
}
#content .title {
	font-size:9px;
	font-style:italic;

}
.org {
	font-size:9px;
	font-weight:500;
}
#content .email {
	font-size:10px;

}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.container #projectcontent .photoright {
	float: right;
	width: auto;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.container #projectcontent .photocredit {
	font-size: 10px;
	font-style: oblique;
	font-weight: lighter;
	float: none;
	right: 0px;
	text-align: right;
}
.container #projectcontent .photoleft {
	float: left;
	margin-top:10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#Breadcrumbs {
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 20px;
}

.resource_title {
	align: center;
	font-weight: bold;
	padding-left: 15px;
}

tr.resource_row_details td{
	padding-left: 20px;
}
