body {
	text-align: center;
	margin: 0 auto;
	font-family: Helvetica, Verdana, san-serif;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: 1.5pt;
	color: #686868;
}
h1, h2, h3, h4 {
	color: black;
}
img {
	border: none;
}
a:link, a:visited {
	color: #f6a4c9;
}
a:active {
	color: #cf0360;
}
a:hover {
	color: black;
}
.error { 
	display: none;
}
.wrapper {
	text-align: justify;
	margin: 10px 0 0 10px;
}

.nav {
	float: left;
	font-size: 15px;
}
.nav a {
	color: black;
	text-decoration: none;
}
.nav a:hover {
	color: #686868;
}
.nav ul {
	padding: 0;
}
.nav li {
	list-style-type: none;
	padding: 2px 2px 2px 0;
}
.nav_sub a {
	color: #b2b2b2;
}

.content {
	margin-top: 18px;
	margin-left: 223px;
}

#copyright {
	clear: both;
	text-align: right;
	padding: 60px 10px 10px 10px;
	font-size: smaller;
	width: 1115px;
}

/* Photo gallery */
#gallery {
	height: 610px;
}
.gallery {
	clear: left;
}
.slidegallery {
	width: 900px;
	height: 600px;
	float: left;
}
.gallery_nav {
	width: 990px;
}
.gallery_browse {
	float: left;
}

div.gallery_browse { 
 
    /* required settings */ 
    position:relative; 
    left: -42px;
    overflow:hidden; 
    width: 840px; 
    height:110px; 
} 

div.gallery_browse_video {
	width: 730px;
}
 
div.gallery_browse div.gallery_items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

div.gallery_browse div.gallery_items div { 
    float:left; 
} 

div.gallery_items div.active { 
/*
    border:1px inset #ccc; 
    background-color:#fff; 
*/
}

.gallery_thumb {
	width: 105px;
	height: 105px;
	cursor: pointer;
	text-align: center;
}

.gallery_video_thumb {
	width: 135px;
	height: 105px;
	cursor: pointer;
	text-align: center;
	background-attachment: fixed;
	background-position:center;
	margin: 5px;
}
.gallery_video_thumb_over {
	font-size: 13px;
	width: 135px;
	height: 105px;
	cursor: pointer;
	text-align: center;
	background-color: white;
	background: rgba(255,255,255,0.7);
	float: left;
	display: none;
	text-align: center;
	padding-top: 15px;
}

#gallery_desc {
	position:absolute;
	background:rgba(255,255,255,0.75);
	top:70px;
	width:200px;
	right: 50px;
	padding: 10px;
	text-align: left;
	line-height: 1.5em;
	font-size: 11px;
}

.videolink {
	color: black;
}

.loading {
	position: relative;
	top: 150px;
	left: 300px;
}

#videowrapper {
	min-height: 400px;
	position: relative;
	left: 3px;
}

/* Pages */
.page_content {
	width: 750px;
	text-align: left;
	line-height: 1.5em;
}

#contact_form {
	float:left;
}
#contact_form textarea {
	width: 220px;
	height: 120px;
	border: 1px solid #686868;
}
#contact_form input[type=text] {
	width: 220px;
	border: 1px solid #686868;
	height: 16px;
}


/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:0px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; } 
a.prevPage {
	position: relative;
	left: -40px;
}


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.nextPage {
	position: relative;
	left: -40px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

.slideshow_control {
}
.play {
	cursor: pointer;
	color: #f6a4c9;
	font-size: 16px;
}