﻿html {
	background:#bbddba;
	background-image:url('../images/back2.jpg');
	background-repeat:repeat-x;
	color: #0066CC;
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
}

#a:link, a:visited, a:hover  {
	color: #0066CC;
	text-decoration:underline;
}

#header {
	background:#3f4389;
	height:180px;
}

#wrap {
	margin:0px auto;
	width:750px;
}

#navMenu {
	background-image:url('../images/menu_back.jpg');
	height:31px;
	text-align:center;
	width:750px;
}
#navMenu ul {
	list-style-type:none;
	margin:0px;
	padding:5px 0px 0px 0px;
}
#navMenu li {	
	display: inline;
	height:25px;
}
#navMenu li a, navMenu li a:visited, navMenu li a:link  {
	/*background:url('../images/menu_button.gif') left center no-repeat;*/
	color: #ffffff;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	height:12px;
	padding:5px 6px 5px 6px;
	text-decoration:none;
}
#navMenu li a:hover {
	/*background:url('../images/menu_button_over.gif') left center no-repeat;*/
	/*color: #74ba72;*/
	color:#7b80ba;
}

#main {
	background-color:#ffffff;
	border-bottom:2px #89c088 solid;
	border-left:2px #89c088 solid;
	border-right:2px #89c088 solid;
	font-family: Verdana, Arial, Times New Roman, Helvetica, Sans-Serif;
	font-size: 10pt;
	height: auto !important;  /* for Internet Explorer */
	line-height: 150%;
	min-height: 400px;
	overflow: auto;
	padding: 8px 35px 8px 35px;
	text-align:justify;
	width: 676px;
}

#main h1 {
	color:#c2489d;
	font-family:Palatino Linotype, Times New Roman, Arial, Helvetica, Sans-Serif;
	font-size:16pt;
	font-style:italic;
    font-weight:bold;
    letter-spacing:0.3em;
    margin-bottom:0px;
	margin-top:0px;
	text-align:right;
	text-transform: lowercase;
}
#main h2 {
	color:#c2489d;
	font-family:Palatino Linotype, Times New Roman, Arial, Helvetica, Sans-Serif;
	font-size:12pt;
	font-style:italic;
    font-weight:bold;
    letter-spacing:0.1em;
    margin-bottom:0px;
	margin-top:0px;
	text-align:right;
	text-transform: lowercase;
}
/* #main p:first-letter {
    color:#69951c;
    color:#c2489d;
    font-family: Times New Roman, Verdana, Arial;
	font-size:16pt;
    font-weight:bold;
    margin-right: 1px;
} */

#footer, #footer a {
	background:none;
	color: #808080;
	font-family: Arial, Verdana, Times New Roman, Helvetica, Sans-Serif;
	font-size: 8pt;
	height: 20px;
    letter-spacing:0.2em;	
	padding:0px 0px 10px 0px;
	text-align: center;
	text-decoration:none;
}
img {
	border-width: 0px;
}
img.photo-left {
	float:left;	
	padding:5px;
	margin-right: 35px;
}
img.photo-right {
	float:right;
	padding:5px;
	margin-left: 35px;
}

div.gallerythumbs {
	border: 2px #c38691 solid;
	text-align:center;
	width:100px;
	margin-top:15px;
	padding:5px;
}
div.gallerytitle {
	background:#343762;
	height:45px;
	vertical-align: middle;
}
div.galleryphoto {
	color:#ffffff;
	float:left;
	text-align:center;
	width:425px;
	height:400px;
	margin:15px 10px 5px 10px;
}

/* -- Lightbox CSS Begins -- */
/* ---------------------------------------------------------------------------------*/
#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(../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%	; }

#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; }

