@charset "UTF-8";
/* CSS Document */

html, body { 
	margin:0; 
	padding:0; 
	text-align:center; 
}



/********************************************************/
/**********************  GENERAL LAYOUT  **********************************/
/********************************************************/


/********************************************************/
/* MAIN LAYOUT BLOCKS */


#pagewidth { 
	width: 960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
 

#header {
	float: left;
	height:220px;
	background-color:#FFFFFF;
	width:100%;
	margin: 0 0 1px 0;
}

#content {
	float: left;
	display: inline;
	position: relative;
}
 
#footer {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

/* END MAIN LAYOUT BLOCKS */
/********************************************************/



/********************************************************/
/* COMPONENTS LAYOUT */


/* Header */

#presenters {
	background: #c0864a url(http://www.aspenenvironment.org/media_/images/v2/header_logo_1.jpg) no-repeat;
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 1px;
}

#forum_logo {
	background: #ca2135 url(http://www.aspenenvironment.org/media_/images/v2/header_logo_2.jpg) no-repeat;
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 1px;
}

#general_info {
	background: #0f669a url(http://www.aspenenvironment.org/media_/images/v2/header_logo_3.jpg) no-repeat;
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 1px;
}

#major_sponsors {
	background: #99cc33 url(http://www.aspenenvironment.org/media_/images/v2/header_grass.jpg) no-repeat;
	float: left;
	height: 150px;
	width: 158px;
	padding: 0 0 0 349px;
}

/* Navigation */

#nav {
	float: left;
	background: #69a829 url(http://www.aspenenvironment.org/media_/images/v2/nav_bg.png) repeat-x;
	height: 30px;
	width: 100%;
	margin: 0 0 1px 0;
}

#nav ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
}

/* Content */

#left_column {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	width: 650px;
}

#right_column {
	float: right;
	padding: 0;
	margin: 0;
	width: 290px;
}

#features {
	float: left;
	width: 648px;
	height: 227px;
	padding: 0;
	margin: 0 0 20px 0;
	border: 1px solid #CFCFCF;
}

#features ul { 
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
	background: #999;
}

#features ul li { display: inline; }


#features_description {
	padding: 5px;
	width: 638px;
	height: 62px;
	overflow: hidden;
	background: #999;
	margin: 0;
}

#speakers {
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	width: 660px;
	background: #FFF;
}

#speakers img {
	margin: 10px 10px 0 0;
	padding: 0;
	border: 1px solid #999;
}

#speaker_list {
	float: left;
	position: relative;
	width: 660px 

}

.speaker {
	float: left;
}
#speakers .speaker_last img {
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #999;
}
#video {
	height: 240px;
	width: 290px;
	margin: 0;
	padding: 0;
}

#news_items {
	margin: 20px 0 0 0;
	padding: 0;
}

#sponsors img {
	padding: 0 10px 0 0;
}

#addthis { float: left; position: relative; width: 83px; }

/* HR Callouts */

#footer div.hr {
	float: left;
	height: 1px;
	background-image: url(http://www.aspenenvironment.org/media_/images/v2/999999.png);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: scroll;
	width: 960px;
	padding: 0px;
	margin-bottom: 5px;
}

#news_items div.hr {
	float: left;
	height: 1px;
	background-image: url(http://www.aspenenvironment.org/media_/images/v2/999999.png);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: scroll;
	width: 290px;
	padding: 0px;
	margin-bottom: 5px;
}

#sponsors div.hr {
	float: left;
	height: 1px;
	background-image: url(http://www.aspenenvironment.org/media_/images/v2/999999.png);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: scroll;
	width: 290px;
	padding: 0px;
	margin-bottom: 5px;
}

#footer div.hr hr, #news_items div.hr hr, #sponsors div.hr hr {
	display: none;
}


/* Various */

.fl { float: left; }
.fr { float: right; }

.yellow {
	color: #ffd800;	
}



/*****************  END HOME PAGE COMPONENTS  *******************/

