/* @override http://chathamhall.org/css/fp.css */


/* IMPORT  BASE STYLES */
@import url('base.css');
@import url('layout.css');
@import url('widgets.css');


/* HEADER
    front page specific header
**************************************** */
#fp {
	background: transparent url(/images/bg_top_fp.jpg) repeat-x center top;
}

#fp #header {
	width: 862px;
	height: 335px;
	display: block;
	position: relative;
}
#fp #home {
	top: 75px;
}
#fp #nav {
	margin: 0px;
	position: absolute;
	left: 93px;
	top: 309px;
}
#fp #nav #home-link {
	display: none;
}
#fp #wrapper {
	background-position: 0px 335px;
}

/* MAiN
    the content section
**************************************** */
#col-welcome {
	background: transparent url(/images/border_dot_vert.gif) repeat-y 300px 0px;
	margin: 5px 0px;
	padding: 10px 26px 10px 8px;
	width: 275px;
	float: left;
}

#welcome-hdr {
	margin: 0px 0px 10px;
}

#col-welcome h3 {
	color: #b7af97;
	font-size: 100%;
}
#col-news {
	background: transparent url(/images/border_dot_vert.gif) repeat-y 245px 0px;
	margin: 5px 0px;
	padding: 10px 16px 10px 8px;
	width: 230px;
	float: left;
}
#fp .view-full-cal {
	margin-right: 14px;
}
#col-gallery  {
	margin: 5px 0px;
	padding: 10px 8px 10px 8px;
	width: 189px;
	float: left;
}

#photo-gallery-hdr {
	float: left;
	clear: left;
	margin: 0px 0px 9px;
}

#col-gallery .view-all {
	position: static;
	float: right;
	clear: right;
}

#col-gallery .thumbnail {
	clear: both;
	margin-bottom: 10px;
}
#col-gallery .thumb {
	margin-bottom: 20px;
}

#col-gallery .thumbnail p {
	margin: 0px;
}

#col-gallery .thumbnail-image {
	padding: 4px;
	border: 1px solid #c8c8c8;
	display: block;
	width: 169px;
	float: left;
	margin: 0px 10px 10px 0px;
}

#col-gallery .thumbnail img {
	padding: 0px;
	border: 0px;
	width: 169px;
	display: block;
	background-repeat: no-repeat; 
}

#col-gallery .thumbnail h3 {
	margin: 0px;
}

#fp-photo-galleries .title {
	margin-bottom: 0px;
	text-align: left;
}

#col-gallery .large-thumbnail {
	width: 169px;
	padding: 4px;
	border: 1px solid #c8c8c8;
	display: block;
	margin: 3px 0px 10px 0px;
	clear: both;
}

#col-gallery .large-thumbnail img {
	padding: 0px;
	width: 169px;
	display: block;
}

#flash {
	width: 862px;
	height: 309px;
}

#flash p {
	color: #333;
	margin: 0px;
	padding: 25px;
}

#flash a {
	color: #333;
}

#flash-banner {
	padding: 0px 0px;
	width: 274px;
	height: 165px;
}

#banner {
	position: relative;
	height: 166px;
	overflow: hidden;
}

#banner ul {
	margin: 0;
	padding: 0;
}

#banner ul li {
	background-image: none;
	padding: 0;
	margin: 0;
}

#banner .banner-image {
	display: block;
	width: 274px;
	height: 145px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#banner a.prev,
#banner a.next {
	display: block;
	position: absolute;
	right: 0;
	top: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	padding: 3px;
	z-index: 20;
	outline: none;
}

#banner a.prev {
	background-image: url('/images/banner-prev.gif');
	right: 19px;
}

#banner a.next {
	background-image: url('/images/banner-next.gif');
}