@charset "utf-8";
/* 2014 Corpweb Raw HTML CSS */


a:link, a:visited {
	color: #00872F;
}

/********************************************************* LAYOUT BLOCKS */

#header {
	background-color: #007935;
	background: rgba(0,121,53,0.85); 
}

#columnHolder a:link, #columnHolder a:visited {
	color: #007935;
	}
		
/********************************************************* Breadcrumb and sharing bar */

		
.title {
	color: #007935;
	}
	
.heroText h1 {
	color: #007935;
}

.sharingBar {
	background-color: #007935; 
	}

.greyBar a {
	color: #007935 !important;
	}
	
#footer a:link, #footer a:visited {
	color: #007935;
}


.bioName {
	color: #007935; 
	}
	
.button a:hover {
    color: #000;
    background:#007935;
    }


/******************************************************** SELECTOR DROP DOWN TEMP STYLES ***/

#selector select, #selector option {
	background: #333;
	background: rgba(0,0,0,0.5);
	color: #EEE;
	border: #333;
	font-family: 'Droid Sans', Arial, sans-serif;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
p {

}

h1 {

}

