@charset "utf-8";
/* CSS Document */

/** PhotoGallery **/

a{color:#0071b7;text-decoration:none;outline:none; margin-top:10px;}
.caption{color:#0071b7; margin-bottom:20px;}
.gallery_demo{width:350px; float:right; margin:0px;}
.gallery_demo li{width:69px; height:50px;border:2px double #111;margin: 0 2px; list-style:none; float:left;}
.gallery_demo li div{left:240px; }
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image{float:left; height:325px; background:black;}
/*#main_image{float:left; height:375px;width:500px;background:black;}*/
#main_image img{margin-bottom:10px;}

.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

.info{text-align:left;width:700px;margin:30px auto; border-top:1px dotted #221;padding-top:30px;}
.info p{margin-top:1.6em;}

.galleryThumb {
	float:left;
	margin-right:20px;
}

.galleryThumb img{
	/*width:200px;*/
	border:2px solid #333333;
}

.gallery_demo_unstyled img
{
	/*border:1px solid red;*/
}

/** PhotoGallery **/

/** FAQ **/

.faq {
	width:600px;
	height:46px;
}
.faq .question {
	/*background-image:url(../images/sub/faq.jpg);
	background-repeat:repeat-x;*/
	font-size:14px;
	color:#0071b7;
	padding-left:10px;
}

.faq .answer {
	overflow:hidden;
	padding:10px;
	margin-bottom:15px;
}

/** FAQ **/

/******* NEWS  ******/
.NewsTitle {
	/*color:#53463d;*/
	background-image:url(../images/site/news-icon.jpg);
	background-repeat:no-repeat;
	padding-bottom:25px;
	/*background-position:left;*/
	padding-left:40px;
	margin-left:20px;
	/*margin-left:10px;*/
}

.newsDate {
	padding-left:60px;
	color:#0071b7;
	font-style:italic;
	margin-right:15px;
	font-size:14px;
}

.newsLink {
	font-size:10px;
	font-weight:500;
}

.newsStoryBackButton {
	background-image:url(../images/sub/back-to-news.jpg);
	width:142px;
	height:41px;
}