@charset "UTF-8";
#wrapper {
	background-color: #D5E5F4;
	vertical-align: top;
	padding: 0px;
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #C3BBA4;
}
body {
	background-image: url(images/bg.jpg);
}
#header {
	padding: 0px;
	height: 250px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#nav {
	background-color: #C3BBA4;
	height: 32px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EDEAE1;
}
#content {
	vertical-align: top;
	margin: 0px;
	height: 100%;
	width: 922px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.emphasis {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}
#left-col {
	background-color: #FFFFFF;
	vertical-align: top;
	height: auto;
	width: 485px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/grad-bg.png);
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-repeat: repeat-x;
}
#right-col {
	background-color: #8B9BA8;
	width: 320px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #918B7C;
	text-align: center;
	background-color: #EDEAE1;
	clear: both;
	height: 21px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.footer-text {
	padding-top: 3px;
}
#single-col {
	width: 872px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	background-image: url(images/grad-bg.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.question {
	font-size: 13px;
	font-weight: bold;
	color: #0E2135;
}
.answer {
	font-style: italic;
	color: #A39C89;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #5E5B50;
	background-image: url(images/flourish.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-position: left bottom;
}
.packages {
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	background-image: url(images/flourish2.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center 0px;
	text-align: center;
	margin-bottom: -15px;
}
.extras {
	border: 1px solid #C3BBA4;
}
.date {
	font-size: 14px;
	font-weight: bold;
	color: #5E5B50;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.news-text {
	color: #D5E5F4;
}

#left-col li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	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: 750; }
#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: 999; width: 100%; height: 500px; background-color: #000; }
.portfolio {
	padding: 0px;
	margin-right: 7px;
	margin-left: 9px;
	margin-bottom: 12px;
}

