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

body{
	background:url(../images/bodyBG.jpg) center top repeat #fff;
}

#outerContainer{
	width:1067px;
	height:100%;
	position:relative;
	margin:0 auto;
	background:url(../images/centerBG.png) top center repeat-y;
}

#container{
	width: 982px;
	position:relative;
	margin: 0 auto;
}

#header{
	width:982px;
	height: 132px;
	position: relative;
	clear:both;
	padding-top:0px;
	background:url(../images/headerBG.jpg) top center no-repeat;
}

#topNav{
	width:982px;
	height:38px;
	position:relative;
	margin:0 auto;
	clear:both;
	background:url(../images/navBG.jpg) top left repeat-x;
}

#topNav ul
{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}

#topNav li{
	list-style:none;
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 0px 50px 0px 5px;
}

#topNav a{
	color:#cccc99;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
}

#topNav a:link, #navlist a:visited
{}

#topNav .active
{}

#topNav a:hover
{
	color:#FFF;
	background:url(../images/navBG.png) top left repeat-x;
}

#slideshowHolder{
	width:982px;
	height:330px;
	position:relative;
	background:url(../images/slideshowBG.jpg);
}

#contentDivider{
	width:982px;
	height: 45px;
	position:relative;
	clear:both;
	background:url(../images/contentDivider.png) top center repeat-x;
}

#contentHolder{
	width:982px;
	height:auto;
	background:url(../images/contentBG.png) top center repeat-y;
}

#rightColumnIndex{
	width:560px;
	height:auto;
	position:relative;
	float:right;
	margin: 10px 55px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:center;
	font-size: 16px;
	line-height: 28px;
}

#leftColumnIndex{
	width:300px;
	height:auto;
	position:relative;
	float:left;
	margin: 10px 0px 0px 55px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:center;
	font-size: 20px;
	line-height: 1.5em;
}

#rightColumn{
	width:440px;
	height:auto;
	position:relative;
	float:right;
	margin: 10px 55px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:center;
	font-size: 20px;
	line-height: 1.5em;
}

#leftColumn{
	width:440px;
	height:auto;
	position:relative;
	float:left;
	margin: 10px 0px 0px 45px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:center;
	font-size: 20px;
	line-height: 1.5em;
}



#divClear{width:100%; clear:both;}

#wideTextHolder{
	width:85%;
	height:auto;
	position:relative;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}

#galleryHolder{
	width:95%;
	height:472px;
	position:relative;
	background:url(../images/galleryBG.png) top right no-repeat;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}

.bodyCopy{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size: 13px;
	line-height:17px;
	text-align:justify;
}

.bodyCopy h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size: 17px;
	margin-bottom: 10px;
	text-align:center;
	line-height:27px;
}

.bodyCopy h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size: 15px;
	margin-bottom: 10px;
	text-align:left;
}

.bodyCopy a:link {color: #000; text-decoration:underline;}
.bodyCopy a:visited {color:#333; text-decoration:underline;}
.bodyCopy a:active {color:#000; text-decoration:underline;}
.bodyCopy a:hover {color:#660000; text-decoration:underline;}

.inset{
	float:left;
	margin-bottom: 10px;
	padding:0px;
}

.insetRight{
	margin: 0px 0px 10px 10px;
	padding:0px;
	float:right;
}


#subNav{
	width:982px;
	height:60px;
	position:relative;
	margin: 0 auto;
	margin-top:15px;
	background:url(../images/subNavBG.png) bottom left repeat-x;
}

#subNav p{
	color:#000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 25px;
}

#subNav a:link {color: #000; text-decoration:none;}
#subNav a:visited {color:#333; text-decoration:none;}
#subNav a:active {color:#663300; text-decoration:none;}
#subNav a:hover {color:#660000; text-decoration:underline;}



/*=================CAROUSEL STYLES==============*/
.carousel  {
	width: 982px;
	height: 330px;
	margin:0 auto;
    position: relative;     
}

.carousel main {
	margin:0 auto;
	width: 982px;
	height: 330px;
	position:relative;
}

.carousel a.prev{
        display: block;
        float: left;
        width: 40px;
        height: 10px;
        text-decoration: none;
        background: #ff6600;
    }
.carousel a.next{
	    display: block;
        float: right;
        width: 40px;
        height: 10px;
        text-decoration: none;
        background: #ff6600;
    }
	
.carousel a.next {}
.carousel a.next:hover {background: #00CC00}

.carousel a.prev {}
.carousel a.prev:hover {background: #00CC00}   

.carousel .jCarouselLite {
	width: 982px;
	height:330px;
    background-color: #000033;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
.carousel ul {margin: 0;}

.carousel li img, 
.carousel li p {
            background-color: #000033;
            width: 982px;
            height: 330px;
            margin: 0px;
        }
        
.widget img { cursor: pointer;}

.mid {margin-left: 80px; width: 982px; height: 330px;}


.imageSlider li img, 
.imageSlider li p, 
.imageSliderExt li img , 
.imageSliderExt li p { width: 640px; height: 280px;}
/*=============END CAROUSEL STYLES==============*/





/*=============BEGIN SLIDESHOW STYLES==============*/
div.content {
        /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
        display: none;
        float: right;
        width: 620px;
		height:442px;
}
div.content a, div.navigation a {
        text-decoration: none;
        color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
        text-decoration: underline;
}
div.controls {
        margin-top: 10px;
		margin-left:10px;
		margin-right:10px;
        height: 13px;
}
div.controls a {
        padding: 5px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#000;
		font-size: 13px;
}
div.ss-controls {
        float: left;
}
div.nav-controls {
        float: right;
}
div.slideshow-container {
        position: relative;
        clear: both;
        height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('loader.gif');
        background-repeat: no-repeat;
        background-position: center;
        width: 600px;
        height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
		width:620px;
		height:410px;
		padding-top:10px;
        display: block;
        position: relative;
		float:right;
        top: 0;
        
}
div.slideshow a.advance-link {
        display: block;
        width: 620px;
        height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
        line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
        text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
        text-decoration: none;
}
div.slideshow img {
        vertical-align: middle;
        border: 1px solid #ccc;
}
div.download {
        float: right;
}
div.caption-container {
       
}
span.image-caption {
        display: block;
        position: absolute;
}
div.caption {
        
        padding: 10px 0px 5px 10px;
        color: #333;
}
div.caption a {
        color:#333;
}
div.image-title {
        font-weight: bold;
        font-size: 1.4em;
}

div.image-desc {
        line-height: 1.3em;
        padding-top: 12px;
}
div.navigation {
        /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
        clear: both;
        margin: 0;
        padding: 0;
}
ul.thumbs li {
        float: left;
        padding: 0;
        margin: 5px 10px 5px 0;
        list-style: none;
}
a.thumb {
        padding: 2px;
        display: block;
        border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
        background: #000;
}
a.thumb:focus {
        outline: none;
}
ul.thumbs img {
        border: none;
        display: block;
}

#captionToggle a {
  
        display: block;
        background-image: url('caption.png');
        background-repeat: no-repeat;
        background-position: right;
        margin-top: 5px;
        padding: 5px 30px 5px 5px;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
        float: none;
        padding: 0;
        margin: 0;
        list-style: none;
}

#thumbs-min a.thumb {
        padding: 0px;
        display: inline;
        border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
        background: inherit;
        color: #000;
        font-weight: bold;
}
