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

body{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
p,h1,h2,h3,h4,h5, a{
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p{
	font-size: .8em;
}

img{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



a:focus{
	outline: none;
}

p a:link, a:visited{
	color:#99005E;
	text-decoration:none;
	font-weight: bold;
}

p a:hover{
	text-decoration: underline;
}

ul.parties{
	width:500px;
}

ul.parties li{
	padding-bottom: 10px;
}

.wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-right:auto;
	height: 700px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#navigation{
	background-image:url(images/navigation.png);
	width: 1000px;
	background-repeat: no-repeat;
	height: 68px;
	margin-top: -15px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	display: inline;
}


#navigation ul{
	list-style-type:none;
	
}
#navigation ul li{
	display:inline;	
	float:left;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	
}

#navigation ul li a img{
padding-bottom: 5px;
}

#navigation ul li a img:hover{
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #99005E;
}
.thirds a, .thirds a:link{
	height: 143px;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 298px;
	}
.thirds a:hover{
	background-position: 0px -145px;
}
.thirds h4{
	width: 200px;
	margin-top: 5px;
}

.thirds p{
	float: right;
	margin-top: -95px;
}
p.caption{
	margin-left: 35px;
}
#content-top{
	background-image:url(images/top.png);
	background-repeat: repeat-x;
	height:36px;
	margin-top:0px;
	margin-bottom:0px;
	width: 1000px;
	float: left;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
#content{
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	position: relative;
	width: 1000px;
	float: left;
	background-position: center;
	height: auto;
	padding: 0 0 0 0;
}


#content-base{
	background-image:url(images/base.png);
	background-repeat:no-repeat;
	width: 1000px;
	float: left;
	background-position: center;
	height: 61px;
}
ul#sidenav{
	list-style-type: none;
}

ul#sidenav li{
	display: block;
	margin-bottom: 15px;
}

ul#sidenav li a{
	text-decoration: none;
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
}

ul#sidenav li a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99005E;
}

ul#sidenav li a.current{
	color: #99005E;
}

input.btn{
	margin-left:150px;
}
#footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width: 1000px;
	height: 68px;
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	display:inline;
}

#footer ul{
	list-style-type:none;
	margin-top: 18px;
}

#footer ul li{
	display:inline;
	float: left;
	width: 465px;
}

#footer ul li a img{
}

#copyright{
	width: 980px;
	margin-left: auto;
	float:left;
	margin-right: auto;
	padding-bottom: 15px;
}

#copyright p{
	font-size: 10px;
}

#copyright a{
	color:#000000;
}

a.locations, a.locations:link{
	height: 380px;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 460px;
	background-repeat: no-repeat;
	}
a.locations:hover{
	background-position: 0px -395px;
}

a.parties, a.parties:link{
	height: 218px;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 275px;
	background-repeat: no-repeat;
	}
a.parties:hover{
	background-position: 0px -218px;
}

/* gallery style */

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: 575px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color:#000000;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: absolute;
	margin-top: -85px;
	clear: both;
	height: 366px; /* 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: 575px;
	height: 366px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 575px;
	height: 366px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 366px; /* 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;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 575px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
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;
	padding: 0 0 0 0;
	list-style-type:none;
	height: 200px;
	float:right;
	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	display:inline;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {

}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}


div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 35px;
}
div.pagination a:hover {
	
}
div.pagination span.current {
	color:#99005E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.nav-controls a.next{
	background-image: url(images/gallery/next.jpg);
	height: 25px;
	width: 80px;
	overflow: hidden;
	background-repeat: no-repeat;
	display:block;
	float:right;
	position: absolute;
	margin-left:-100px;
	margin-top:330px;
	
}

div.nav-controls a.prev{
	background-image: url(images/gallery/prev.jpg);
	height: 25px;
	width: 80px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -999px;
	display:block;
	float:left;
	margin-left:-550px;
	margin-top: 330px;
	position:absolute;
	
}

div.ss-controls a.play, div.ss-controls a.pause{
	position:absolute;
	margin-top: 330px;
	margin-left: 240px;
}

span.hide{
	text-indent:-999px;
}

