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

body { 
	margin:0;
	padding:0;
	font-size:0.75em;
	font-family:Helvetica, sans-serif;
		
}

*html #sidenav {
	position: absolute; 
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

/* Global style */

h1 {
	font-size:1em;
	font-family:Georgia, serif;
	color:#6CC4B9;
	font-weight:100;
}

h5{
	color:#6CC4B9;	
	font-size:1em;
	font-family:Georgia, serif;
	font-weight:100;
}

p {
	font-family:Helvetica, sans-serif;
	color:#4D4D4D;
	font-size:0.9em;
	line-height:1.25em;
	
}

a img {
	border:none;
	
}

.space-bottom {
	padding-bottom:2em;	
}

.sub-title {
	font-size:0.9em;	
	font-weight:800;
}


.exspace {
	padding-top:100px;
}

.exspace2 {
	padding-top:95px;
	
}


.fade {
	color:#808080;
	font-family:Georgia, serif;
}

/* Grid */


.grid1 {
	width:100px;
}

.grid2 {
	width:525px;	
}

.column {
	float:left;
	margin: 0 30px 25px 0px;
	font-size:0.9em;
	line-height:2em;
	color:#4D4D4D;
}



/* Side navigation */
	

#sidenav {
	margin:20px 0px 0px 20px;
	width:160px;
	position:fixed;
	float:left;

}


#sidenav a {
	text-decoration:none;
	color:#808080;
	font-family:Georgia, serif;
	line-height:1.9em;
	
}


#sidenav a:link {
	color:#808080;
}

#sidenav a:hover, a:active, a:focus {
	color:#6CC4B9;	
}

#sidenav ul {
	list-style:none; 
	margin-left:-40px;
}


/* content */

#logo {
	margin-bottom:60px;	
}


.page { 
	width:960px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}



#content {
	
	float:right;
	width:705px;
	padding-bottom:615px;
	
}

#about p{
	line-height:1.4em;
		
}


#weblink:hover{
	background:url(../images/weblink.png) no-repeat ;
    background-position: 0% 100%;

}

/* Contact form */

#submitform {
	margin-bottom:50px;	
}


#submitform fieldset {
	border:none;
	width:500px;
	float:left;
	margin:0 0 20px 0;
	padding:10px 0;
	
}

.input {
	width:300px;
	border:1px solid #6CC4B9;
	float:left;
	
}

.label {
	font-size:0.9em;
	font-family:Helvetica, sans-serif;
	color:#4D4D4D;
	padding-top:5px;
}

.textarea {
	width:300px;
	border:1px solid #6CC4B9;
}

#error{
	
	width:500px;
	margin:10px 0 10px -40px;
	padding:0;
	font-size:1em;
	font-family:Helvetica, sans-serif;
	color:#4D4D4D;
	
}

#error li{
	list-style:none;
	line-height:1.25em;
		
}



/* Gallery */


div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	float:left;
	display: none;
	width: 700px; 
	
	
}
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: 5px;
	height: 23px;
}
div.controls a {
	
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
}
div.slideshow-container {
	position: relative;
	margin-bottom:40px;
	clear: both;
	height: 470px; /* 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(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 470px; /* 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: 705px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 1px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
	
}



a.advance-link:hover{
	background:url(../images/arrow.jpg) no-repeat ;
    background-position: 0% 100%;

	
}


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: bottom;
	border: 1px solid #fff;
	float:left;
}



div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	position:relative;
	right:-5px;
	top:-30px;
	
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 0;
	list-style: none;
	
}
a.thumb {

	padding: 2px;
	display: block;
	
	
}
ul.thumbs li.selected a.thumb {
	background: #BEBEBE;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}

div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}






