/*--------------------------------- Homepage Structure --------------------------------------*/
#content {
	clear: both;
	padding: 5px;
	width: 960px;
	background: #FAF8F0 url(../images/structure/content.gif) no-repeat;
}

#content-inner {
	float: left;
	padding: 10px;
	width: 650px;
}

/*--------------------------------- Homepage Features --------------------------------------*/
#features {
	float:left;
	padding: 5px;
	margin: 0;
	width: 660px;
	background: transparent;
}
#features a { text-decoration: none;}
#features ul {
	float: left;
	overflow: hidden; /* This fixes some crazy bug in IE */
	width: 195px;
	background-color: #999999;
	margin: 0;
}
#features ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#features ul li p {
	width: 195px;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid black;
	border-top: 1px solid #777;
	background: #222;
}
#features-image {
	width: 465px;
	float: left;
	overflow: hidden;
	height: 220px;
	padding: 0px;
	margin: 0;
	background: #000;
}
#feature1 a { height: 22px;}
#feature2 a { height: 21px;}
#feature3 a { height: 23px;}
#feature4 a { height: 21px;}
#feature5 a { height: 21px;}
#feature6 a { height: 22px;}
#features .rollover a {
	display: inline-block;
	display:block;
	color: #fff;
	width: 185px;
	padding: 8px 0 5px 5px;
	font: 110% Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
}
#features ul li.rollover-hover p, #features ul li.rollover-active p {
	background: #000 !important;
}
#features #text-overlay {
	position:relative;
	top:-50px;
	left:0px;
	width:445px;
	height:40px;
	padding:5px 10px;
	background: #000;
	margin: 0;
}
#features a {
	cursor: pointer;
}
#features #text-overlay p {
	margin: 0;
	text-align: left;
	font: 15px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFA622;
}
/*--------------------------------- Main banner area --------------------------------------*/

#find-a-speaker {
	display: block;
	float: right;
	width: 300px;
	height: 230px;
	color: #F6E7C6;
	text-decoration: none;
}

#find-a-speaker p {
	margin: 85px 150px 0px 20px;
}

#find-a-speaker p a {
	display: block;
	margin-top: 15px;
	height: 40px;
	text-indent: -9999px;
}


/*--------------------------------- Home page content --------------------------------------*/

#content-box-events, #content-box-blog {
	float: left;
	padding: 15px 20px;
	width: 280px;
	background: url(../images/structure/content-box.png) no-repeat;
}

#content-box-events { margin: 0px 10px 10px 0px; }
#content-box-blog { margin: 0px 0px 10px 0px; }

#content-box-events h3, #content-box-blog h3 {
	margin-bottom: 10px;
	height: 28px;
	text-indent: -9999px;
	border-bottom: 1px solid #E2D9C7;
}

#content-box-events h3 { background: url(../images/structure/title-upcomming-events.gif) no-repeat; }
#content-box-blog h3 { background: url(../images/structure/title-class-blog.gif) no-repeat; }

