/* ===================================================================
		main
*/

/* ===================================
		content main
*/

.main {
	width: 894px;
	margin: 0 auto;
	padding: 0 28px;
}

.content {
	background-color: #ffffff;
	float: left;
	width: 411px;
	border: 1px solid #e0dee1;
	padding: 15px;
}

.content .prop {
	height: 250px;
	float: right;
    width: 1px;
	float: right;
}

.content .clear {
	width: 411px;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.photo {
	float: right;
	background-color: #fff;
}

.content h2 {
	text-transform: uppercase;
	font-size: 1.6em;
	color: #4a4512;
}

.content p {
	color: #575757;
	font-size: 1.3em;
	line-height: 1.3em;
	-webkit-text-size-adjust:none;	
	padding-top: 12px;
}

.content .subTitle {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #4a4512;
	padding-top: 0;
}

.content .buttonVideo {
	padding-top: 0;
	margin-top: 15px;
	height: 18px;
	padding-left: 8px;
	background-image: url('../graphics/buttonDynamicLeft.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.content .buttonVideo .buttonVideoInner {
	display: block;
	height: 17px;
	float: left;
	padding-top: 1px;
	background-image: url('../graphics/buttonDynamicCenter.png');
	background-position: top left;
	background-repeat: repeat-x;
}

.content .buttonVideo .buttonVideoOuter {
	display: block;
	float: left;
	width: 25px;
	height: 18px;
	background-image: url('../graphics/buttonDynamicRight.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.content .buttonVideo a {
	background-image: url('../graphics/buttonDynamicCenter.png');
	background-position: top left;
	background-repeat: repeat-x;
	color: #f5eac9;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.content .buttonVideo a:hover {
	text-decoration: none;
}

/* ===================================
		boxes global
*/

.box {
	float: left;
	padding-top: 20px;
	width: 286px;
}

.lowBox {
	float: right;
	margin-right: 3px;
}

.box h3 {
	font-size: 1.4em;
	height: 11px;
	margin-left: 10px;
}

.box .contentBox {
	border: 1px solid #e3e4ea;
	margin-top: 2px;
	padding: 8px;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #575757;
}

.box .contentBox p.title {
	text-transform: uppercase;
	color: #4a4512;
}

/* ===================================
		headers & spacing
*/

.multimediaBox {
	margin-right: 16px;
}

.featured {
	margin-right: 17px;
}

.multimediaBox h3 a {
	display: block;
	width: 87px;
	background-image: url('../graphics/titleMultimedia.png');
}

.featured h3 {
	width: 71px;
	background-image: url('../graphics/titleFeatured.png');
}

.newsEvents h3 a {
	width: 112px;
	background-image: url('../graphics/titleNewsEvents.png');
	display: block;
	height: 11px;
}


.readBlog h3 {
	font-size: 1.2em;
	height: 29px;
	margin-left: 0px;
}

.readBlog h3 a {
	width: 286px;
	height: 29px;
}

.readBlog h3 a span {
	background-image: url('../graphics/titleReadBlog.png');
}

/* ===================================
		multimedia
*/

.multimediaBox .contentBox {
	padding-bottom: 6px;
	padding-top: 0;
	height: 258px;
}

.multimediaBox .thumbHolder {
	height: 86px;
}

.multimediaBox .thumbHolder .image {
	margin-bottom: 5px;
}

.multimediaBox .contentBox p.title {
	padding-top: 8px;
}

.multimediaBox .contentBox .image {
	float: left;
	padding-top: 8px;
	margin-right: 4px;
}

.multimediaBox .contentBox .image a {
	display: block;
	padding-right: 6px;
}

.multimediaBox .mailingList {
	padding-top: 20px;
	width: 201px;
}

.multimediaBox .mailingList a {
	font-size: 1.4em;
	display: block;
	width: 201px;
	height: 18px;
}

.multimediaBox .mailingList, .multimediaBox .mailingList a	{
	background: url('../graphics/buttonMailingList.png') left bottom no-repeat;
}

/* ===================================
		featured stuff area
*/

.featured .contentBox {
	height: 264px;
	padding: 0;
}

/* ===================================
		news & features
*/

.box .contentBox .news {
	padding-right: 37px;
	background-image: url('../graphics/buttonNews.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.box .contentBox .blog {
	padding-right: 37px;
	background-image: url('../graphics/buttonBlog.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.box .contentBox .utility a {
	color: #575757;
	background-position: center right;
	background-repeat: no-repeat;
}

.utility .more  {
	background: url('../graphics/clipartArrow.png') center left no-repeat;
	padding-left: 18px;
}

.utility .rss  {
	background: url('../graphics/clipartRSS.png') 0px 6px no-repeat;
	padding-left: 18px;
	padding-top: 6px;
}

.newsBlog .contentBox {
	padding: 0 8px 8px 8px;
}

.newsBlog .contentBox .utility {
	position: relative;
	width: 268px;
	height: 17px;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
}

.readBlog .contentBox {
	margin-top: 0px;
}

.newsBlog .contentBox div {
	padding-top: 8px;
}

.newsBlog .contentBox .prop {
	height: 248px;
	float: right;
    width: 1px;
	float: right;
}

.newsBlog .contentBox .clear {
    clear: both;
	padding-top: 0;
    height: 1px;
    overflow: hidden;
}

.newsBlog .moreButton {
	position: absolute;
	bottom: -8px;
	right: -8px;
}

.newsBlog .moreButton a {
	width: 82px;
	height: 17px;
}

.newsBlog .moreNews a span {
	background-image: url(/graphics/buttonMoreNews.png);
}

.newsBlog .morePosts a span {
	background-image: url(/graphics/buttonMorePosts.png);
}

/* =============================
	home page features table
*/


.imageGrid {
	margin: 2px;
}

.imageGrid p {
	float: left;
	padding: 2px;
}

/* =============================
	social
*/

.social {
	padding-top: 20px;
}

.social li {
	display: block;
	float: left;
	width: 38px;
	height: 36px;
	padding-right: 6px;
}

.social li a {
	display: block;
	width: 38px;
	height: 36px;
}

.social li a:hover {
	cursor: pointer;
}

.social li a span {
	background-image: url(/graphics/social.png);
}

.social li a.fb span { background-position: 0px 0px; }
.social li a.tw span { background-position: -48px 0px; }
.social li a.yt span { background-position: -96px 0px; }
.social li a.fr span { background-position: -144px 0px; }
.social li a.rs span { background-position: -192px 0px; }


