/* Add your custom CSS here */

/* -- Setup -- */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.4;
}
a {
	color: #324299;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #5da42c;
	font-weight: normal;
	text-decoration: none;
}
input, select, textarea {
	/*background: #D9D9D9;
	border: 1px solid #D9D9D9;*/
	border: 1px solid #A3CD85;
	font-size: .933em;
	padding: 2px;
	color: #343434;
}
input[type="checkbox"], input[type="radio"]{
  	background: transparent;
	border: 0;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #5da42c; 
}
h1 span, h2 span {
	margin: 0;
	padding: 0;
	display: none;
} 
h1 { 
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em; 
} 
h2 { 
	font-size: 2em; 
	margin-bottom: 0.75em; 
} 
h3 { 
	font-size: 1.5em; 
	line-height: 1; 
	margin-bottom: 1em; 
} 
h4 { 
	font-size: 1.2em; 
	line-height: 1.25; 
	margin-bottom: 1.25em; 
} 
h5 { 
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 1.5em; 
} 
h6 { 
	font-size: 1em; 
	font-weight: bold; 
} 

p { 
	margin: 0 0 1.5em; 
} 
p img.left { 
	float: left; 
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0; 
} 
p img.right { 
	float: right; 
	margin: 1.5em 0 1.5em 1.5em; 
} 
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
p.left {
	text-align: left;
} 
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em; 
	width:100%
}
td, th {
	padding: 0;
}
hr {
	border-top: 1px dotted #343434;
	clear: both;
	height: 1px;
	margin: 5px 0;
	width: 100%;
}

li ul, li ol { 
	margin:0 1.5em; 
} 
ul, ol { 
	margin: 0 1.5em 1.5em 1.5em; 
} 
ul { 
	list-style-type: disc; 
} 
ol { 
	list-style-type: decimal; 
} 

/* -- Page Background -- */
#page_top_bgr {
	float: left;
	width: 100%;
	min-height: 870px;
	height: auto !important;
	height: 870px;
	background: url(/images/page_bgr_top.jpg) top center #38720f no-repeat;
}
#page_bottom_bgr {
	float: left;
	width: 100%;
	height: 60px;
	background: url(/images/page_bgr_bottom.jpg) top center #38720f no-repeat;
}


/* -- Page White Background -- */
#page {
	width: 950px;
	margin: 0 auto;
}
#page_top {
	clear: both;
	float: left;
	margin-top: 4px;
	width: 950px;
	height: 10px;
	background: url(/images/page_top_bgr.png) no-repeat;
	overflow: hidden;
}
#page_tile {
	clear: both;
	float: left;
	width: 910px;
	padding: 0 20px;
	min-height: 836px;
	height: auto !important;
	height: 836px;
	background: url(/images/page_tile_bgr.png) repeat-y;
}
#page_bottom {
	clear: both;
	float: left;
	width: 950px;
	height: 10px;
	background: url(/images/page_bottom_bgr.png) no-repeat;
	overflow: hidden;
}

/* -- Header -- */
#header {
	clear: both;
	float: left;
	width: 910px;
	height: 125px;
	overflow: hidden; 	
}
#header_col1 {
	float: left;
	width: 384px;
	height: 191px;
	overflow: hidden; 	
}
#header_col2 {
	display: inline;
	float: left;
	margin-top: 83px;
	width: 289px;
	height: 108px;
	overflow: hidden; 	
}
#header_col2 p a {
	font-size: 11px; 
	color: #626262;
	text-decoration: none;
}
#header_col2 p a:hover {
	color: #6eb43f;
	text-decoration: none;
}
#header_col3 {
	float: left;
	width: 237px;
	height: 169px;
	padding-top: 22px;
	overflow: hidden; 	
}
#header_col3_row1 {
	float: left;
	width: 222px;
	height: 34px;
	padding-right: 15px;
	overflow: hidden;
}
#header_col3_row2 {
	float: left;
	width: 222px;
	padding-right: 15px;
	height: 65px;
	overflow: hidden;
	letter-spacing: -1px;
}

/* -- Layout -- */
#col1 {
	clear: both;
	float: left;
	display: inline;
	margin-left: 9px;
	width: 161px;
}
#nav_top {
	clear: both;
	float: left;
	width: 161px;
	height: 6px;
	background: url(/images/nav_top_bgr.gif) no-repeat;
	overflow: hidden;
}
#nav_tile {
	float: left;
	width: 161px;	
	min-height: 234px;
	height: auto !important;
	height: 234px;
	background: url(/images/nav_tile_bgr.gif) repeat-y;
}
#nav_bottom {
	float: left;
	display: inline;
	margin-bottom: 10px;
	width: 161px;
	height: 6px;
	background: url(/images/nav_bottom_bgr.gif) no-repeat;
	overflow: hidden;
}

ul#navlinks {
	clear: both;
	float: left;
	margin: 0; padding: 0;
	width: 161px;
	overflow: hidden;
}
ul#navlinks li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 149px;
	height: 45px;
	margin: 0 0 2px 6px;
}
ul#navlinks li a {
	display: block;
	font-size: 14px;
	height: 32px;
	padding-top: 13px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/images/nav_btn_normal.jpg) no-repeat;
}
ul#navlinks li a:hover, ul#navlinks li a.active {
	background: url(/images/nav_btn_active.jpg) no-repeat;
	color: #FFF;
	text-decoration: none;
}
ul#navlinks li.nav_how_we_are_green a, ul#navlinks li.nav_get_green_grads a {
	height: 35px;
	padding-top: 10px;
}

#leftcol_top {
	clear: both;
	float: left;
	width: 161px;
	height: 6px;
	background: url(/images/leftcol_top_bgr.gif) no-repeat;
	overflow: hidden;

}
#leftcol_tile {
	float: left;
	width: 161px;	
	min-height: 234px;
	height: auto !important;
	height: 234px;
	background: url(/images/leftcol_tile_bgr.gif) repeat-y;
}
#leftcol_bottom {
	float: left;
	display: inline;
	margin-bottom: 10px;
	width: 161px;
	height: 6px;
	background: url(/images/leftcol_bottom_bgr.gif) no-repeat;
	overflow: hidden;

}
#form_signup {
	clear: both;
	float: left;
	width: 140px;
	padding: 10px 13px 10px 8px;
	font-size: 10px;
	color: #6d6d6d;
}

#col2 {
	float: left;
	display: inline;
	margin-left: 7px;
	width: 490px;
	overflow: hidden;
}

#inner_header {
	clear: both;
	float: left; 
	width: 479px;
	height: 26px;
	padding: 8px 0 0 11px;
	background: url(/images/inner_header_bgr.jpg) no-repeat;
	overflow: hidden;
}
h2.header {
	font-size: 20px; 
	color: #FFF;
}
h2.header a {
	font-size: 20px; 
	color: #FFF;
}
h2.header a:hover {
	color: #89e554;
}
#inner_tile {
	clear: both;
	float: left; 
	width: 470px;
	padding: 10px;
	min-height: 590px;
	height: auto !important;
	height: 590px;
	background: url(/images/inner_tile_bgr.gif) repeat-y;
}
.inner_col1 {
	clear: both;
	float: left;
	width: 165px;
	min-height: 155px;
}
.inner_col2 {
	float: left;
	width: 305px;
	min-height: 155px;
}
#inner_bottom {
	clear: both;
	float: left; 
	width: 490px;
	height: 5px;
	background: url(/images/inner_bottom_bgr.gif) no-repeat;
	overflow: hidden;
}

#col3 {
	float: left;
	display: inline;
	margin-left: 9px;
	width: 225px;
}
.recent_tweets {
	clear: both;
	float: left;
	display: inline;
	width: 225px;
	height: 349px;
	/*margin-bottom: 35px;*/
	overflow: hidden;
}
.recent_blog {
	clear: both;
	float: left;
	display: inline;
	width: 225px;
}
.recent_tweets_header, .recent_blog_header {
	clear: both;
	float: left; 
	width: 214px;
	height: 26px;
	padding: 8px 0 0 11px;
	background: url(/images/inner_header_col3.jpg) no-repeat;
	overflow: hidden;
}
.recent_tweets_content, .recent_blog_content {
	clear: both;
	float: left; 
	width: 204px;
	padding: 10px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	font-size: 11px;
}

#footer {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 0 0 9px;
	width: 868px;
	height: 43px;
	background: url(/images/footer_bgr.jpg) no-repeat;
	padding: 10px 12px 0 12px;
	font-size: 11px;
	color: #FFF;
	overflow: hidden;
}
#footer_navlinks, #footer_navlinks a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#footer_col1 {
	clear: both;
	float: left;
	width: 530px;
}
#footer_col1 a {
	color: #FFF;
}
#footer_col2 {
	float: right;
	width: 300px;
	text-align: right;
}

/* -- Home Layout -- */
#home_header {
	clear: both;
	float: left; 
	width: 479px;
	height: 26px;
	padding: 8px 0 0 11px;
	margin-bottom: 10px;
	background: url(/images/home_header_bgr.jpg) no-repeat;
	overflow: hidden;
}

#flash_header {
	clear: both;
	float: left;
	width: 490px;
	height: 339px;
	margin-bottom: 10px;
	overflow: hidden;
}
.images div {
	position: absolute;	
    font-size:12px;
}
#home_wrap {
	clear: both;
	float: left;
	margin: 348px 0 0 0;
	width: 490px;
	height: 422px;
	background: url(/images/home_bgr.jpg) no-repeat;
	overflow: hidden;
}

.home_col_1 {
	float: left;
	display: inline; 
	margin-left: 10px;
	width: 154px;
	height: 335px;
} 
.home_col {
	float: left;
	display: inline; 
	margin-left: 6px;
	width: 154px;
	height: 335px;
} 
.home_col_top {
	clear: both;
	float: left;
	display: inline; 
	margin-bottom: 8px;
	width: 154px;
	height: 121px;
} 
.home_col_bottom {
	clear: both;
	float: left;
	display: inline; 
	margin-bottom: 8px;
	padding: 0 12px 0 6px;
	width: 136px;
	height: 235px;
	font-size: 11px;
	border-right: 1px solid #666;
	border-right-style: dotted;
	overflow: hidden;
} 
.home_col_bottom_3 {
	clear: both;
	float: left;
	display: inline; 
	margin-bottom: 8px;
	padding: 0 10px 0 6px;
	width: 137px;
	height: 235px;
	font-size: 11px;
	border: none;
	overflow: hidden;
} 

/* -- Form -- */
.form_left {
	clear: both;
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 45px;
	text-align: right;
}
.form_right {
	float: left;
	/*width: 360px;*/ 
	height: 32px;
	width: 230px;
	margin-left: 11px;
}
.form_right_col1 {
	float: left;
	width: 120px; 
	height: 32px;
}
.form_right_col2 {
	float: left;
	width: 240px; 
	height: 32px;
	margin-top: -2px;
}

.form_whole {
	clear: both;
	width: 470px;	
	/*height: 32px;*/
	height: auto;
}

/* -- Global -- */
span.green {
	color: #6eb43f;
}
span.violet {
	color: #263692;
}
span.gray {
	color: #666665;
}

span.contact_green {
	font-size: 30px; 
	color: #6eb43f;
}
span.contact_violet {
	font-size: 30px; 
	color: #263692;
}
span.contact_green_17 {
	font-size: 17px; 
	color: #6eb43f;
}
span.signup_left {
	font-size: 18px;
	color: #3b6a24;	
}
span.signup_right {
	font-size: 18px;
	color: #6eb43f;	
}
span.signup_instruction {
	font-size: 9px;
	color: #6d6d6d;	
}
.form_signup_width_1 {
	clear: both;
	float: left;
	width: 140px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}
.form_signup_width_2 {
	clear: both;
	float: left;
	display: inline;
	width: 140px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	margin-bottom: 6px;
}
.form_signup_button {
	float: left;
	display: inline;
	width: 140px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	margin-bottom: 6px;
	text-align: right;
}
input.textbox {
	width: 130px;
}
/*
input.btn {border: 1px solid red;
	width: 56px; 
	height: 22px;
	background: url(/images/btn_submit.gif) no-repeat;
	border: none;
	text-indent: -9999em;
}*/

/*Changes*/
#header_col1 img#test {
	margin-left: 4px;
}
#header_col1_test {
	float: left;
	width: 222px;
	height: 191px;
	overflow: hidden; 
}
#header_col2_test {
	display: inline;
	float: left;
	/*margin-top: 83px;*/
	width: 451px;
	height: 191px;
	overflow: hidden; 	
}
#header_col2_test img{
	float: left;
}
#header_col2_inner_1 {
	clear: none;	
	float: left;
	width: 227px;
	height: 125px;
	display: inline;
	padding-top: 23px;
	padding-left: 14px;
}
#header_col2_inner_1 p a {
	font-size: 26px;
	color: #aeaeae;
	text-decoration: none;
	line-height: 25px;
}
#header_col2_inner_1 p a:hover {
	color: #6eb43f;
	text-decoration: none;
}
#header_col2_inner_2 {
	clear: none;	
	float: left;
	width: 203px;
	height: 125px;
	display: inline;
	padding-top: 40px;	
}
#header_col2_inner_2 p{
	margin: -3px 0;
	font-size: 15px;
	color: #280092;
}
.recent_tweets_test {
	clear: both;
	float: left;
	display: inline;
	width: 161px;
	height: 300px;
	/*height: 349px;*/
	/*margin-bottom: 35px;*/
	overflow: hidden;
	margin-top: -5px;
}
.recent_tweets_header_test{
	clear: both;
	float: left; 
	width: 161px;
	height: 36px;
	padding: 8px 0 0 11px;
	background: url(/images/bgr_tweet_feed.gif) no-repeat;
	overflow: hidden;
}
.recent_tweets_content_test{
	clear: both;
	float: left; 
	width: 151px;
	padding: 10px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	font-size: 11px;
}

/*Services*/
.services {
	clear: both;
	float: left;
	display: inline;
	width: 225px;
	height: 349px;
	/*margin-bottom: 35px;*/
	overflow: hidden;
}
.services_header{
	clear: both;
	float: left; 
	width: 214px;
	height: 26px;
	padding: 8px 0 0 11px;
	background: url(/images/inner_header_col3.jpg) no-repeat;
	overflow: hidden;
}
.services_content{
	clear: both;
	float: left; 
	width: 204px;
	padding: 10px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	font-size: 11px;
}
/*Updates*/
input.fields {
	width: 230px;
	border: 1px solid #A3CD85;
}
