/* general styles */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color:#999;
}
.hometext {
	font-family: font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-style: italic;
	font-size: 16px;
	color: #783939;
}
.hometextbig {
	font-family: font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: #783939;
	font-size: 28px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align:text-top;
}
.bodytextr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align:text-top;
}
.title-border {
	border: 1px solid #666;
	background-color: #F5F5F5;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666;
	background-color: #fff;
}
.contactbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666;
	background-color: #fff;
	text-align: center;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;	
}
.sc-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
img {  
	border-style: none;
}
body {
	background-color: #F5F5F5;
	overflow: scroll;
	margin-left: 0px;
	margin-right: 0px;
}
.pictureframe {
	border: 1px solid #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
/* general end */

/* mobile site */
.mobile {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
/* mobile end */

/* menu styles */
#menu{
	width:750px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul{
	list-style:none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 3px;
}
#menu li{
	display:inline;
	margin:0 5px;
	font:;
}
#menu li a{
	color:#543d3e;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	cursor:pointer;
	padding:0 0 1px 0;
}
#menu li a:hover{
	border-top:1px solid #783A39;
	border-bottom:1px solid #783A39;
	color:#783A39;
	text-decoration:none;
}
#menu li a.current{
	border-top:1px solid #783A39;
	border-bottom:1px solid #783A39;
	color:#783A39;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
}
/* menu end */

/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(source/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(source/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%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* lightbox end */

/* gallery */
/* ######### CSS for PHP Photo Album itself ######### */

.photodiv{ /*CSS for DIV containing each image*/
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.photodiv img{ /*CSS for each image tag*/
	border: 1px solid #666;
	width: 188px;
	height: 141px;
	cursor: hand;
	cursor: pointer;
}

.albumnavlinks{ /*CSS for DIV containing the navigational links*/
	font-family:Arial, Helvetica, sans-serif;
}

.albumnavlinks a{ /*CSS for each navigational link*/
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	margin-right: 5px;
	padding: 0 0 1px 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	text-decoration: none; 
	cursor:pointer;
	color: #543d3e;
}

.albumnavlinks a:hover, .albumnavlinks a.current{ /*CSS for currently selected navigational link*/
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

/* ######### CSS for thumbnail viewer plugin ######### */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 100;
	top: 0;
	width: auto;
	padding: 8px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;  
/*	box-shadow: 5px 5px #818181; /* Experimental box shadow properties*/
/*	-webkit-box-shadow: 5px 5px #818181;
	-moz-box-shadow: 5px 5px #818181;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true)"; /* IE8 drop shadow*/
/*	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true); /* IE drop shadow*/
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: Bold 12px Arial;
	/* letter-spacing: 5px; */
	line-height: 1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	margin: 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 10px;
	font: bold 12px Arial;
	z-index: 5;
}
/* gallery end */

/* galler 2 */
.photodiv2{ /*CSS for DIV containing each image*/
	margin-right: 4px;
	margin-bottom: 4px;
}

.photodiv2 img{ /*CSS for each image tag*/
	border: 1px solid #666;
	width: 188px;
	height: 141px;
	cursor: hand;
	cursor: pointer;
}
/* end gallery2 */