/*
--------------------------
Green Infrastucture Website Style Sheet
--------------------------

Name: Main Theme
Author: Nathaniel McHugh
Version: 1.1

Description:
This the is the css theme for nw Green infrastructure website
*/

<style type="text/css">
a{text-decoration: none;}

a { text-decoration:none;
		color: #336666;
		font-weight: bold;
		
		}
		
a:hover {
			color: #336666;
		}

		
div.content_element{
			/*float: left;*/
			/*width: 200px;*/
			/*height: 85px;*/
			/*padding-top: 20px*/
			/*padding-bottom: 10px*/
			/*padding-right: 20px;*/
}


div.contact_element{
			float: left;
			width: 320px;
			height: 320px;
			padding-top: 20px
			padding-bottom: 10px
			padding-right: 20px;
			text-align: center;
}
		
img {border: 0px;}

body { padding: 0;
	margin: 0px;}
		
#bannerImage	{
		height: 150px;
		width: 100%;
		padding: 0;
		margin-bottom: 0px;
		border: 0px;
		float: left;
		background: #88C065 url('images/top.jpg') no-repeat;
}		

	

		
		
}
div.moving_picture{ margin-top: 0px}

#sideBar	{
		/*clear: both;*/
		color: #fff;
		width: 15%;
		background: #88C065 url('images/side.jpg') repeat top left;
		float: left;	
			margin-right: 5%;
			margin-top: 0;
			/*padding-left: 4%;*/
			text-align: center;
			font-size: 14px;
			
			
			/* Standard. Readable */
			/*font-family: Arial, Helvetica, Sans-Serif;
			/* font-family:  'Lucida Grande', Geneva, sans-serif; */
			/* font-family: Tahoma, Geneva, sans-serif; */
			/* font-family: Geneva, Verdana, sans-serif; */
			
			/* Nice. Classic Looking */
			/* font-family: 'Times New Roman', Times, serif; */
			/* font-family: Georgia, serif; */
			/* font-family: Book Antiqua, Palatino, serif; */
			
			/* Modern. Kind of Funky */
			 font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; 
			
			/* Monospace */
	/* font-family: Lucida Console, Monaco, monospace; */
	
	
	
	
	
}


#sideBar a {text-decoration:none;
		
		text-align: center;
		font-weight: bold;
		display: block;
		padding: 0 10px 0 10px;
		margin-top: 10px;
		color: #fff;
		border: 1px solid #fff;
		background: #88C065 url('images/button.jpg') repeat-x top left;
		
		}
		
		
#sideBar a:hover {
		color: #336666;	
		border: 1px solid #FFFF99;
		background: #88C065 url('images/button2.jpg') repeat-x top left;	
			
		}

strong{
		color: #006633;


}

div.faux_link{
		cursor: pointer;


}

h2{
		color: #006633;


}





#contentArea	{

			/*width : 70%;*/
			font-size: 14px;
			margin-right: 5%;
			margin-top: 0px;
			padding-top: 10px;
			text-align: justify;
			color: #000000;
			/*float: right;*/
			/*margin-left: 19%;*/
			font-family: 'Trebuchet MS', sans-serif;
			background: #fff;		
			position: absolute;
			top: 150px;
left: 200px;
}

#adminContentArea	{

			width : 70%;
			font-size: 14px;
			margin-right: 5%;
			margin-top: 0px;
			padding-top: 10px;
			text-align: justify;
			color: #000000;
			float: right;
			/*margin-left: 19%;*/
			font-family: 'Trebuchet MS', sans-serif;
			background: #fff;		
			position: absolute;
			top: 150px;
}

#footer	{
			clear: both;
			font-size: 14px;
			margin: 0px;
			padding: 0px;
			text-align: center;
			float: bottom;			
			width : 100%;			
			/* Modern. Kind of Funky */
			 font-family: 'Trebuchet MS', sans-serif;
					
			
			
}




</STYLE>

