﻿/* Main CSS file */
body {
	text-align: left;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg_top.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #000000;
	color: #fff;
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
}
.main_layout {
	position: relative;
	margin-top: 0px;
	padding: 0 0 0 0;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}
.top {
	width: 980px;
	height: 15px;
	background-image: url('../images/top_transparent.png');
	background-repeat: repeat;
}
.header {
	background-color: #000000;
	width: 100%;
	height: 115px;
}
.header_inner {
	width: 1000px;
	height: 115px;
}
.content {
	display: table-cell;
	padding-top: 25px;
	width: 1000px;
	height: 100%;
	background-image: url('../images/content_transparent.png');
	background-position: center top;
	background-repeat: repeat-y;
}
.logo {
	margin-left: 33px;
	width: 193px;
	height: 82px;
	float: left;
	margin-top: 15px;
}
#menu {
	font-size: 22px;
	padding-left: 30px;
	text-align: left;
	width: 700px;
	float: left;
	height: 100%;
}
#menu ul {
	text-align: center;
	margin: -15px -30px 0px -100px;
}
#menu li {
	margin-left: 10px;
	display: inline;
}
#menu li a {
	width: 100px;
	text-decoration: none;
	height: 50px;
	color: #ffffff;
	padding-top: 65px;
	display: inline-block;
}
#menu li a:hover {
	text-decoration: none;
	background-image: url('../images/button_hover.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	padding-top: 65px;
	display: inline-block;
}
.selected {
	text-decoration: none;
	background-image: url('../images/button_hover.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	display: inline-block;
}
.banner {
	line-height: 35px;
	font-size: 17px;
	font-style: italic;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	width: 893px;
	height: 177px;
	background-image: url('../images/banner_bg.gif');
	background-repeat: repeat-x;
}
.banner img {
	margin-top: -15px;
	float: right;
}
.internal_content {
	float: left;
	width: 99%;
	height: 100%;
}
.box {
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
	margin-left: 3%;
	float: left;
	width: 30%;
	height: 100%;
}
.box ul {
	vertical-align: top;
	width: 100%;
	list-style-position: inside;
	list-style-image: url('../images/list_bullet.gif');
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.box li {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
	vertical-align: middle;
	width: 100%;
	text-align: left;
}
.box li a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
.box li a:hover {
	border-bottom: 1px #fff dashed;
	color: #fff;
	text-decoration: none;
}
.title {
	color: #ce1166;
	text-align: left;
	font-size: 17pt;
	float: left;
	width: 100%;
	height: 30px;
	border-bottom: 1px #ce1166 solid;
	margin-bottom: 10px;
}
.index_gallery {
	margin-top: 10px;
	margin-left: 3%;
	float: left;
	width: 95%;
	height: 290px;
}
.footer {
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 200px;
	background-image: url('../images/bg_bottom.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: -1;
}
/* Light Box */
#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%;
}
#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: 100%;
	background-color: #000;
}
/* qTip */
div#qTip {
	padding: 6px;
	border: 1px solid #ccc;
	border-top: 3px solid #e0476b;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	background-color: #FEFDF5;
	color: #333;
	font: bold 8pt Arial;
	text-align: left;
	position: absolute;
	z-index: 1500;
	-moz-opacity: .85;
	opacity: .85;
	min-width: 20px;
}
/* Horizontal Carousel */
#horizontal_carousel {
	margin-top: 20px;
	float: left;
	width: 100%;
	height: 150px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
}
#horizontal_carousel .container {
	float: left;
	width: 800px;
	height: 150px;
	position: relative;
	overflow: hidden;
}
#horizontal_carousel img {
	border: 2px #ed1476 solid;
}
#horizontal_carousel ul {
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 240px;
}
#horizontal_carousel ul li {
	width: 160px;
	height: 100px;
	text-align: center;
	list-style: none;
	float: left;
}
#horizontal_carousel .previous_button {
	margin-top: 30px;
	float: left;
	width: 51px;
	height: 51px;
	background: url(../images/prev_arrow.gif);
	z-index: 100;
	cursor: pointer;
}
#horizontal_carousel .previous_button_over {
	background: url(../images/prev_arrow.gif);
}
#horizontal_carousel .previous_button_disabled {
	background: url(../images/prev_arrow.gif) transparent no-repeat left -51px;
	cursor: default;
}
#horizontal_carousel .next_button {
	margin-top: 30px;
	float: left;
	width: 51px;
	height: 51px;
	background: url(../images/next_arrow.gif);
	background-repeat: no-repeat;
	z-index: 100;
	cursor: pointer;
}
#horizontal_carousel .next_button_over {
	background: url(../images/next_arrow.gif);
}
#horizontal_carousel .next_button_disabled {
	background: url(../images/next_arrow.gif) transparent no-repeat left -51px;
	cursor: default;
}

