@charset "UTF-8";
/* CSS Document */
@import url("resets.css");
@import url("colors.css");
@import url("typography.css");
@import url("box-slider.css");

div#container {
	width:950px;
	margin:auto;
	min-height:700px;
}

div#header {
	text-align:center;
	/* IE6 Space under image bug */
		font-size:1px;
}

p#navigation-top {
	text-align:right;
	height:24px;
}

div#content-primary {
	width:820px;
	min-height:800px;
	margin:0 auto;
}	

/* BOXES */

div#box-slider {
	width:800px;
	height:402px;
	background:url(../img/bg-box-slider.png) no-repeat;
	padding-left:1px;
	padding-top:7px;
	margin-left:19px;
}
div#box-slider .box-body {
	width:605px;
	height:339px;
	margin:0px 0px 0px 92px;
	overflow:hidden;
  position: relative;
}
div#box-slider div#follow-us-on {
	width:605px;
	height:48px;
	padding-top:7px;
	background:url(../img/bg-box-slider-follow-us.png) no-repeat;
	margin-left:92px;
	text-align:right;
	overflow:hidden;
}
div#box-news {
	float:left;
	/* IE6 Double Margin Bug */
		display:inline;
	width:395px;
	height:205px;
	background:url(../img/bg-box-news.png) no-repeat;
	margin-left:20px;
}
div#box-news .box-body {
	width:279px;
	height:112px;
	margin:26px 0 0 97px; 
}
div#box-news h3 {
}
div#box-news h3 a {
	/* IE Double Margin Fix */
		display:inline;
		float:left;
	margin-top:11px;
	margin-right:5px;
}
/* For Recent Comments */
div#box-comments {
	float:left;
	width:405px;
	height:205px;
	background:url(../img/bg-box-comments.png) no-repeat;
}
div#box-comments .box-body {
	width:286px;
	height:125px;
	margin:65px 0 0 20px;
	overflow:hidden;
}

/* For Featured Event 
div#box-comments {
	float:left;
	width:405px;
	height:205px;
	background:url(../img/bg-box-featured-event-hayward.jpg) no-repeat;
}
div#box-comments .box-body {
	width:286px;
	height:175px;
	margin:15px 0 0 20px;
	overflow:hidden;
	cursor:pointer;
}
*/
div#box-founding-partners {
	float:left;
	/* IE6 Double Margin Bug */
		display:inline;
	width:800px;
	height:151px;
	background:url(../img/featuredbox.png) no-repeat;
	margin-left:20px;
}
div#box-founding-partners .box-body {
	width:605px;
	height:67px;
	margin:65px 0 0 100px;
	overflow:hidden;
}
div#box-conservation-partners {
	float:left;
	/* IE6 Double Margin Bug */
		display:inline;
	width:800px;
	height:174px;
	background:url(../img/bg-box-conservation-partners.png) no-repeat;
	margin-left:20px;
}
div#box-conservation-partners .box-body {
	width:602px;
	height:57px;
	margin:60px 0 0 85px;
	text-align:center;
}

div#footer {
	clear:both;
}
