/* CSS Document */
/*#homebanner {
	width: 786px;
	height: 212px;
	background: url('../images/new-home-banner.jpg') no-repeat top left;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#homebanner div {
	height: 176px;
}

#homebanner p.quote {
	padding: 45px 90px 0;
	color: #793201;
	font-size: 1.3em;
	text-align: center;
}

#homebanner p.source {
	position: relative;
	left: 90px;
	margin: 0;
	color: #793201;
}*/

#homebanner {
	width: 786px;
	height: 212px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#homebanner div {
	width: 706px; 
	height: 132px; 
	padding: 40px; 
	overflow: hidden;
	color: #ffffff; 
	text-align: center; 
}

#homebanner p.quote {
	margin: 0 0 1em 0;
	font-size: 1.4em;
}

#homebanner p.source {
	margin: 0; 
	font-size: 1.1em;
}

#homeboxes {
	padding-bottom: 20px;
	/*margin-bottom: 30px;*/
	/*border-bottom: 8px solid #EEEEEE;*/
}

#homeboxes .homebox {
	width: 186px;
	float: left;
	padding-right: 7px;
	border-right: 1px dotted #AAAAAA;
	margin-right: 6px;
}

#homeboxes .homebox.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#homeboxes .homebox img {
	margin-bottom: 7px;
}

#homeboxes .homebox h3, #homeboxes .homebox h1 {
	margin: 0 0 2px 0;
	padding: 0;
	background: none;
	color: #793201;
	font-weight: bold;
	font-size: 1em;
}

#homeboxes .homebox p, #homeboxes .homebox h2 {
	margin: 0 0 5px 0;
	color: #333333;
	font-size: 0.9em;
}

#homeboxes .homebox h2 {
	font-weight: bold;
}

#homeboxes .homebox p a {
	color: #E8A52F;
}

.feed-box {
	float: left; 
	border: 1px solid #dcdcdc; 
	width: 308px;
	margin-bottom: 15px; 
	padding: 15px 60px 15px 15px;
	background-color: #ffffff;
	background-image:url(../images/feed-box-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.feed-box-title {
	padding-bottom: 10px;
	border-bottom: 1px dotted #dcdcdc;
	font-weight: bold;
	color: #bf5a00;
}

.feed-box-title span {
	font-size: 0.85em;
	margin-left: 15px;
}

.feed-box-item {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #dcdcdc; 
}

.feed-box-text {
	padding: 3px 0px;
	margin-left: 47px;
	color: #585858;
	font-weight: bold;
	font-size: 0.85em;
}

.feed-box-text a {
	color: #585858 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.feed-box-text a:hover {
	text-decoration: underline !important;
}

.feed-box-text span {
	font-weight: normal;
}

.training-logo {
	background-image:url(../images/training-logo.gif); 
	float: left; 
	height: 34px; 
	width: 32px;
	text-align: center;
	padding-top: 2px;
	color: #6e3400;
	font-weight: bold;
}

.news-logo {
	background-image:url(../images/news-logo2.gif); 
	float: left; 
	height: 36px; 
	width: 32px;
	text-align: center;
}

.feed-box p {
	margin: 15px 0px 0px 0px !important;
	padding: 0px !important;
}

.feed-box p a {
	color: #585858 !important;
	font-size: 0.85em !important;
}

#social-networking {

}

#social-networking img {
	border: none;
}

#facebook {
	float: left; 
	width: 103px; 
	height: 21px; 
	margin-top: 15px;
	margin-right: 20px;
}

#twitter {
	float: left; 
	width: 187px; 
	height: 52px;
	margin-right: 20px; 
}

#blogger {
	float: left; 
	width: 157px; 
	height: 31px; 
	margin-top: 11px;
}