/* CSS Document */

div#photos {
	position				: relative;
	margin					: 0 0 150px 0;
	text-align				: center;
}

div#inner_photos {
	margin					: 0 auto;
	width					: 922px;
	height					: 255px;
	background				: url(../images/photos_bg.png) repeat-y;
}

img.photo {
	position				: absolute;
	top						: 0px;
	left					: 2px;
	width					: 920px;
	height					: 255px;
	z-index					: 9;
}

div#frames {
	position				: absolute;
	top						: 252px;
	left					: 0px;
	width					: 924px;
	height					: 143px;
	background				: url(../images/frames_bg.png) no-repeat;
	z-index					: 16;
}

div#inner_frames {	
}

div.frame {
	position				: relative;
	height					: 143px;
}

div.frame h1 {
	position				: absolute;
	top						: 13px;
	left					: 114px;
	color					: #FFFFFF;
	font-size				: 18px;
	letter-spacing			: 1px;
	text-transform			: uppercase;
}

div.frame p {
	position				: absolute;
	top						: 40px;
	left					: 130px;
	width					: 140px;
	color					: #666666;
	font-size				: 11px;
	line-height				: 13px;
	text-transform			: uppercase;
}

div.frame a.frame_button {
	display					: block;
	position				: absolute;
	top						: 105px;
	left					: 190px;
	width					: 103px;
	height					: 26px;
	line-height				: 26px;
	color					: #666666;
	font-size				: 10px;
	text-align				: center;
	background				: url(../images/frame_button.png) no-repeat;
}

div#frame1 {
	background				: url(../images/frame1_bg.png) no-repeat;
	background-position		: 7px 8px;
}

div#frame2 {
	background				: url(../images/frame2_bg.png) no-repeat;
	background-position		: 7px 8px;
}

div#frame3 {
	background				: url(../images/frame3_bg.png) no-repeat;
	background-position		: 7px 8px;
}

div#columns {
	/*background				: url(../images/columns_bg.png) no-repeat;
	background-position		: 616px 0px;*/
	/*background				: url(../images/page_shadow.gif) no-repeat;
	background-position		: bottom left;*/
}

div#inner_columns {	
}

div#columns div.right_column {
	border-left				: 1px solid #CCCCCC;
}

div#columns div.right_column h1 {
	text-align				: right;
}

a.content_button {
	display					: block;
	float					: right;
	width					: 96px;
	height					: 26px;
	line-height				: 24px;
	color					: #FFFFFF;
	font-size				: 10px;
	text-align				: center;
	background				: url(../images/content_button.png) no-repeat;
}

/*MAIN CONTENT - BEGIN*/
div#main_content h1 {
	font-size				: 21px;
	line-height				: 23px;
}

div#main_content h2 {
	font-size				: 13px;
	line-height				: 15px;
	text-transform			: uppercase;
}

div#main_content p {
	padding					: 3px 0 7px 0;
	font-size				: 13px;
	line-height				: 15px;
}
/*MAIN CONTENT - END*/



/*SLIDESHOWS - BEGIN*/
div#slideshows {
	position				: relative;
	margin					: 0 auto 150px auto;
	width					: 922px;
	height					: 255px;
	text-align				: center;
	background				: url(../images/slideshows_bg.png) repeat-y;
	background-position		: top center;
	z-index					: 14;
}

div#inner_slideshows {
	margin					: 0 auto;
	width					: 918px;
	height					: 255px;
	background				: url(../images/photo.png) no-repeat;
	background-position		: top center;
	/*background				: transparent !important;*/
}

div.slideshow {
	position				: relative;
	margin					: 0 auto;
	width					: 918px;
	height					: 255px;
	background				: url(../images/photo.png) no-repeat;
	background-position		: top center;
	/*background				: transparent !important;*/
	z-index					: 15;
}

div.inner_slideshow{
}

div#slideshow_nav {
	position				: absolute;
	top						: 10px;
	left					: 10px;
	z-index					: 32;
}

div#slideshow_nav a {
	display					: block;
	float					: left;
	margin					: 0 5px 0 0;
	width					: 16px;
	height					: 16px;
	color					: #2A732A;
	font-size				: 10px;
	line-height				: 16px;
	border					: 1px solid #2A732A;
	background-color		: #FFFFFF;
}

div#slideshow_nav a:hover, div#slideshow_nav a.activeSlide {
	font-size				: 11px;
	font-weight				: bold;
	border					: 2px solid #2A732A;
}

img#logo_3d {
	position				: absolute;
	bottom					: 40px;
	right					: 130px;
	z-index					: 30;
}

div.slideshow img {
	position				: absolute;
	bottom					: 0px;
	right					: 0px;
	z-index					: 30;
}

div.slideshow div.caption {
	position				: absolute;
	top						: 150px;
	left					: 0px;
	width					: 500px;
	padding					: 16px 20px 6px 20px;
	background				: url(../images/photo_overlay.png) repeat-y;
	background-position		: right;
	/*background				: transparent !important;*/
	z-index					: 31;
}

div.slideshow div.caption h1 {
	color					: #FFFFFF;
	font-size				: 18px;
	text-transform			: uppercase;
}

div.slideshow div.caption p {
	padding					: 0 0 10px 0;
	color					: #FFFFFF;
	font-size				: 10px;
	border-bottom			: 1px solid;
}

div.slideshow div.caption a {
	float					: right;
	color					: #FFFFFF;
	font-size				: 9px;
}
/*SLIDESHOWS - END*/



/*SPOTLIGHT - START*/
div.spotlight {
}

div.spotlight_frame {
	position				: relative;
	margin					: 0 0 30px 0;
	z-index					: 20;
}

div.spotlight_inner_frame {
}

h2.spotlight_title {
	margin					: 0 0 18px 0;
	font-size				: 19px;
	color					: #2A732A;
}

div.spotlight_header {
	padding					: 1px 0 1px 0;
	width					: 270px;
	height					: 8px;
	background				: url(../images/spotlight_header_bg.png) no-repeat;
	background-position		: top;
}

div.spotlight_content {
	margin					: 0px;
	padding					: 1px 8px;
	width					: 254px;
	background				: url(../images/spotlight_content_bg.png) repeat-y;
}

div.spotlight_footer {
	padding					: 1px 0 1px 0;
	width					: 270px;
	height					: 8px;
	background				: url(../images/spotlight_footer_bg.png) no-repeat;
	background-position		: bottom;
}

div.spotlight_content a.image_link {
	float					: right;
	margin					: 0 0 3px 3px;
	padding					: 1px;
	border					: 1px solid #CCCCCC;
	cursor					: pointer;
	opacity					: 0.9;
	filter					: alpha(opacity = 90);
}

div.spotlight_content a.image_link:hover {
	border					: 1px solid #2A732A;
	opacity					: 1;
	filter					: alpha(opacity = 100);
}

div.spotlight_content h3, div.spotlight_content a.title {
	margin					: 0;
	padding					: 0;
	color					: #2A732A;
	font-size				: 12px;
	line-height				: 14px;
	font-weight				: bold;
	text-align				: left;
	border					: none;
}

div.spotlight_content span.date {
	font-size				: 10px;
	font-style				: italic;
	line-height				: 20px;
}

div.spotlight_content p {
	font-size				: 10px;
	
}

div.spotlight_content a {
	display					: block;
	margin					: 7px 0 7px 0;
	padding					: 5px 0 0 0;
	font-size				: 9px;
	text-align				: right;
	border-top				: 1px solid #CCCCCC;
}

div.spotlight_content img {
	float					: right;
}

div.spotlight_content img.thumb {
	width					: 130px;
}
/*SPOTLIGHT - END*/
