/* CSS Document */


#bodyHome {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/v3b_bg.gif);
	background-color: #edeade;
	background-repeat: repeat-x;
}

#bodySecondary {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/v3b_bg_secondary.gif);
	background-color: #edeade;
	background-repeat: repeat-x;
}



/* GLOBAL NAVIGATION */

#globalNav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 9px;
	padding-right: 3px;
	color: #333333;
	text-decoration: none;
}

#globalNav a:hover {
	color: #CC3333;
	text-decoration: underline;
}



/* CONTENT */

#mainContent {
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #436178;
	margin: 12px 0 -10px 10px;
}

#mainContent h2 {
	color: #003399;
	font-size: 115%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent p {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 5px;
	line-height: 18px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 25px 20px 0 0;
}

#secondaryContent {
	background-color: #fbfaf7;
}

#secondaryContent h2 {
	color: #003399;
	font-size: 115%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin: 25px 0 0 28px;
}

#secondaryContent h3 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin: 18px 0 -20px 28px;
}

#secondaryContent h3.right {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin: 18px 0 -20px 0;
}

#secondaryContent p {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin: 25px 20px 0 28px;
}

#secondaryContent p.right {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin: 25px 20px 0 0;
}

#secondaryContent h3.prices {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin: 18px 0 0 28px;
}

#secondaryContent p.prices {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin: 5px 0 0 28px;
}

#secondaryContent a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}

#secondaryContent a:hover {
	color: #CC3333;
	text-decoration: underline;
}





/* IMAGES */

#secondaryContent img.photo {
	margin: 25px 20px 20px 15px;
	padding: 2px;
	border: 1px solid #354f5c;
	background: #fbfaf7;
	border: none;
}

#secondaryContent img.photoGallery {
	margin: 25px 20px 20px 15px;
	padding: 2px;
	background: #fbfaf7;
}

#secondaryContent img.thumbnail {
	margin: 5px 0 20px 0;
	padding: 2px;
	border: 1px solid #354f5c;
	background: #fbfaf7;
}

#secondaryContent img.leftPhoto {
	margin: 15px 15px 0 28px;
	padding: 2px;
	border: 1px solid #354f5c;
	background: #fbfaf7;
}

#secondaryContent img.rightPhoto {
	margin: -5px 15px 0 15px;
	padding: 2px;
	border: 1px solid #354f5c;
	background: #fbfaf7;
}





/* LIGHTBOX CSS */
#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;
}






/* FOOTER */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 20px 0 10px 0;
}

#footer p {
	margin: 0 18px 0 18px;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #CC3333;
	text-decoration: underline;
}