
#top-container {
	border-bottom: solid 1px #999999;
	margin-bottom: 12px;
	padding-bottom: 15px;
}

#featured-work {
	width: 300px;
	float:right;
}

#featured-work .thumb-nail{
	padding:6px 0px 3px 0px;
}

#featured-work .featured-work {
	font-size: 10px;
	color: #333;
	margin-bottom: 7px;
	text-align:center;
}

#featured-work .featured-work.right {
	float: right;
}

#featured-work .featured-work.left {
	float: left;
}

#slideshow {
	width: 609px;
	float: left;
}

#slideshow .footer {
	margin-top: 5px;
}

#slideshow .sub-text {
	color:#333;
	font-family: verdana, sans-serif;
	font-size: 9px;
	letter-spacing:1px;
	padding-top:3px;
	float:left;
}

#slideshow .footer .pagination {
	float: right;
	margin: 5px 0 0 0;
	padding: 0px;
	border: none;
	height: 7px;
	line-height: 7px;
}

#slideshow .footer .pagination .page {
	display: inline-block;
	border: 1px solid black;
	background: white;
	height: 5px;
	width: 20px;
	margin: 0 2px;
	text-decoration: none;
}

#slideshow .footer .pagination .page:hover {
	background: #CC9900;
	border-color: #CC9900;
}

#slideshow .footer .pagination .page.selected {
	background: #CC9900;
}

#slideshow .footer .pagination .prev,
#slideshow .footer .pagination .next {
	display: inline-block;
	cursor: pointer;
	height: 7px;
	width: 8px;
}

#slideshow .footer .pagination .prev {
	background: url('/images/site/left-arrow-maroon-small.png') center center no-repeat;
}

#slideshow .footer .pagination .next {
	background: url('/images/site/right-arrow-maroon-small.png') center center no-repeat;
}

#slide-container {
	position: relative;
	height: 306px;
	overflow: hidden;
}

#slide-container img {
	position: absolute;
	top: 0;
	left: 0;
}

#slide-container img.link {
	cursor: pointer;
}

#rss-display-container {
	border-bottom:dashed 1px #666666;
	padding-bottom:4px;
	margin-bottom:8px;
	height:202px;
}

#news {
	width: 609px;
	float: left;
	color:#660000;
}

#news .news {
	margin-bottom: 10px;
}

#news .news .title {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#news .news .date {
	font-size: 9px;
	color: #333;
}

#featured-video {
	float: right;
	width: 302px;
}

.more-news a {
	font-family: verdana, sans-serif;
	font-size: 5px;
	padding-right: 15px;
	text-decoration: none;
}

#more-news-rss-container img {
	padding-left: 4px;
	margin-right: 35px;
}

#feature-video-title {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#featured-video-container {
	border-bottom: dashed 1px #666666;
	margin: 8px 0;
}

#blog-links-container {
	width: 650px;
	margin: 80px auto 0 auto;
	position: relative;
	top: 20px;
}

#blog-links {
	border-top: dashed 1px #666666;
	border-bottom: dashed 1px #666666;
	height: 85px;
}

#blog-links div {
	margin-left: 28px;
	float: left;
	white-space: nowrap;
	text-align: center;
}

#blog-links br {
	clear: both;
}

#blog-links div img {
	margin-bottom: 3px;
	margin-top: 7px;
}

#blog-links div a {
	color: #660000;
	text-decoration: none;
}