/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #939176;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}

a {
	color: #54a121;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img { border: 0; }

div#container {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f1f0e1;
	width: 645px;
}
div#header {
	background-color: #79775e;
	height: 80px;
	background-image: url(../images/header.jpg);
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
div#nav {
	background-color: #2c2a12;
	height: 35px;
	padding-top: 6px;
	padding-left: 80px;
}
div#nav a {
	color: white;
	text-decoration: none;
}
div#nav li {
	float: left;
	position: relative;
	list-style-type: none;
	margin-right: 20px;
	font-size: 18px;
	color: white;
}
div#partners {
	background-color: #7a7756;
	color: #cccfb2;
	text-align: right;
	padding: 4px 20px 4px 0px;
}
div#partners a {
	color: white;
	text-decoration: underline;
}
div#partners a:hover {
	text-decoration: none;
}
div#footer {
	text-align: center;
	background-color: #39392d;
	font-size: 11px;
	color: #cccfb2;
	padding: 3px 0px 3px 0px;
}
div#footer a {
	color: #cccfb2;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}

div#footer_images {
	margin: 0 auto 0 auto;
	width: 645px;
	padding: 10px 0 0 6px;
}
div#footer_images ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#footer_images ul li {
	float: left;
	margin-right: 8px;
}

div#copyright {
	color: #686853;
	font-size: 10px;
	width: 645px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.orange {
	color: #d7b915;
	font-size: 19px;
}
td.welcome h2 {
	font-size: 18px;
	border-bottom: 1px solid #2c2a12;
	margin: 3px 2px 5px 1px;
	padding-left: 5px;
}
td.welcome p {
	margin-top: 2px;
	margin-left: 7px;
	text-indent: 7px;
	letter-spacing: 1px;
	line-height: 160%;
}
td.port_preview {
	padding-top: 22px;
}
td.port_preview img {
	margin-bottom: 8px;
}

/* Quotes */
div.quote {
	padding: 11px 15px 11px 15px;
	width: 98%;
	color: #2a2a2a;
}
div.quote span {
	font-size: 13px;
	font-family: Calibri;
}
div.quote div {
	margin-top: 5px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 8px;
}

/* Gallery */
div#dirnav {
	width: 160px;
	float: left;
}
div#dirnav ul {
	list-style-type: none;
	background-color: #2c2a12;
	margin: 0;
	padding: 10px 0px 15px 0px;
}
div#dirnav ul li {
	list-style-type: none;
	background-color: #2c2a12;
	padding: 2px 4px 2px 13px;
	color: white;
}
div#dirnav ul li:hover{
	list-style-type: none;
	background-color: #535030;
	border-left: 4px solid #FFF;
	padding: 2px 4px 2px 9px;
	color: white;
}
div#thumbnails {
	width: 470px;
	float: right;
}
thumbnails { }
p.thumb {
	width: px; 
	height: px;
	margin: 5px; 
	padding: 10px; 
	float: left;
	font-size: 10px; 
	text-align: center;
	background-color: #fff; border: 1px solid #ccc;
	border-style: solid; 
	border-width: 1px; 
	border-color: #ccc #a0a0a0 #a0a0a0 #ccc;
	/*border-width: 1px 2px 2px 1px; 
	border-style: solid;
	border-color: #aaa #000 #000 #aaa;*/
}
p.thumb a {
	color: #000; 
	font-weight: bold;
}
tt {
	font-family: verdana; 
	font-size: 10px; 
	color: #000; 
}
.pagenav {
	margin: auto; 
	clear: both; 
	height: 20px; width: 100%;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.pagenav ul, .pagenav li {
	margin: auto; 
	padding: 0; 
	list-style-type: none;
}
.pagenav li {
	float: left; 
	text-align: center;
}
.pagenav li.current a.page {
	font-weight: bold; 
	color: #fff; 
	background-color: #2c2a12; 
}
.pagenav a.page {
	display: block; 
	padding: 2px 5px 2px 5px; 
	color: #444;
}
.pagenav a.prev, .pagenav a.next, .pagenav .prev, .pagenav .next {
	display: block; 
	width: 65px; 
	padding: 2px 5px 2px 5px; 
}
.pagenav a:hover {
	color: #000;
}

#dirnav a {
	color: #999;
	text-decoration: none;
	}
#dirnav a:hover, a:active {
	color: #d0d0d0;
}


p.footer {
	position: relative;
	float: right; 
	clear: both; 
	margin: -20px auto auto auto; 
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
d
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.text_alert {
	color: white;
	background-color: #FF0000;
	padding: 3px;
}




.testimonial {
	background-color: #e6e5d4;
	margin: 9px 17px 5px 10px;
	padding: 8px;
	font-size: 12px;
	line-height: 125%;
}
.testimonial div {
	font-style: italic;
	font-size: 13px;
}