/* Styles for Home Page Only - Screen Media Type */

/* Color Pallette:
	Green (olive): #577C30;
	Green (rules): #B4CA8B;
	Green (background): #547036;
	Dark, Reddish Orange (links) #D54331;
*/
div#splash_image {
	width: 761px;
}
div#content {
	background: none;
	padding: 0 0 12px 0;
}

div#content div#main_col {
	padding: 0 15px 15px 26px;
	padding: 15px 15px 15px 26px;
	background: url(../_images/_global/backgrounds/top_gradient.jpg) left top repeat-x;
}


ul#main_nav { /* Different relation to div#main_col, no botttom border */
	padding: 0;
	border: none;
	margin-bottom: 29px;
}
/* Tan Box Model Hack */
* html ul#main_nav {
	width: 541px; /* For IE5/Win (= width + padding + border) */
	w\idth: 541px; /* For the other IE's that get it right */
	/* Adjust for removing Greenprint Online link 107px + 12px */
	width: 422px; /* For IE5/Win (= width + padding + border) */
	w\idth: 422px; /* For the other IE's that get it right */
	height: 12px;
	h\eight: 12px;
}
ul#main_nav {
	background: none !important;
}

ul#top_nav li#btn_Home {
	background: none;
}
ul#top_nav li#btn_Home a {
	background: none;
	display: none;
}
p {
	font: 1.1em/1.5 Verdana, sans-serif;
}
p.intro { 
margin: 0; 
}
div + p.intro {
	margin-top: 1em;
}
div.row {
	float: left;
	padding: 31px 0 0 0;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

div#content div#main_col div.row div.col2 {
	float: left;
	display: inline;
	width: 205px;
	padding: 0;
	border-left: 1px solid #B4CA8B;
	margin: 0 0 0 0px;
}

/* Tan Box Model Hack */
* html div#content div#main_col div.row div.col2 {
	width: 206px; /* For IE5/Win (= width + padding + border) */
	w\idth: 205px; /* For the other IE's that get it right */
}

div.datepicker img { width: 189px; }


div#greenprint_banner {
	float: right;
	width: 193px;
	height: 61px;
	margin: 8px 0 0 10px;
	margin: 20px 0 0 10px;
}

div.row div.col1 div.img_left img, div.row div.col1 div.img_right img {
	margin-top: 20px;
}

div#left_col_nav div.rule {
	margin: 9px 0;
}

/*-----------------------------------------------------------------------------------------------------------------------
	Image Replaced Headlines
-----------------------------------------------------------------------------------------------------------------------*/

h1 span, 
h2#hdl_2_learn_about_trees a span, 
h2#hdl_2_volunteer a span, 
h2#hdl_2_become_a_member a span, 
h2#hdl_2_give a span {
	display: none;
}

h1#hdl_urban_forest {
	clear: both;
	background: url(../_images/home/we_live_in_an_urban_forest.gif) no-repeat left top;
	height: 37px;
	width: 345px;
	margin: 0 0 15px;
}

div.row div.col1 h2 {
	margin: 32px 0 6px;
}

h2#hdl_2_learn_about_trees {
	background: url(../_images/headline_2/learn_about_trees.gif) no-repeat left top;
	height: 17px;
	width: 162px;
}
h2#hdl_2_learn_about_trees a {
	display: block;
	height: 17px;
	width: 162px;
}

h2#hdl_2_volunteer {
	background: url(../_images/headline_2/volunteer.gif) no-repeat left top;
	height: 17px;
	width: 85px;
}
h2#hdl_2_volunteer a {
	display: block;
	height: 17px;
	width: 85px;
}

h2#hdl_2_become_a_member {
	background: url(../_images/headline_2/become_a_member.gif) no-repeat left top;
	height: 17px;
	width: 168px;
}
h2#hdl_2_become_a_member a {
	display: block;
	height: 17px;
	width: 168px;
}

h2#hdl_2_give {
	background: url(../_images/headline_2/give.gif) no-repeat left top;
	height: 17px;
	width: 41px;
}
h2#hdl_2_give a {
	display: block;
	height: 17px;
	width: 41px;
}