/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #008683 url(images/bg.jpg) no-repeat center top;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
p, li {
	font-size: 12px;
}
p, h1, h2 {
	margin: 15px;
	line-height: 1.6em;
}
h1 {
	border-bottom: 1px solid #66C0BE;
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #571684;
	margin-top: 25px;
}
h2 {
	font-size: 16px;
	color: #018D8A;
}
address {
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 796px;
	top: 565px;
	width: 155px;
	border-left: 1px solid #66C0BE;
	padding-left: 11px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:active, a:visited {
	color: #5C1E89;
}
a:hover {
	color: #000000;
}

/* ----------------- Horizontal ------------------- */
div#nav {
	width: 950px;
	height: 55px;
	background: url(images/bg-nav.jpg) repeat-x top;
	z-index: 5000;
	padding-right: 20px;
	padding-left: 20px;
}
ul#mainnav {
	margin: 0;
	padding: 0;
}
ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 20px 8px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #8f61af;
}
ul#mainnav li.end a:link, ul#mainnav li.end a:visited, ul#mainnav li.end a:active {
	border: none;
	padding: 20px 12px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #571684;
}
* html #nav a {
	width: 1%;}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 990px;
}
div#header {
	height: 165px;
	width: 990px;
	background: no-repeat;
}
div#header2 {
	height: 165px;
	width: 990px;
	background: no-repeat;
}
div#flash {
	width: 630px;
	padding-left: 20px;
	padding-right: 340px;
	padding-top: 10px;
	height: 300px;
	background: url(images/bg-flash-contact.jpg) no-repeat;
}

/* ----------------- THIS IS THE FLASH DIV FOR THE WEDDINGS PAGE ONLY ----------------- */
div#flash2 {
	width: 630px;
	padding-left: 20px;
	padding-right: 340px;
	padding-top: 10px;
	height: 300px;
	background: url(images/bg-flash-contact-2.jpg) no-repeat;
}
div#content {
	padding: 1px 219px 1px 45px;
	width: 726px;
	clear: both;
	background: url(images/bg-container.gif) repeat-y;
}
div#content li {
	line-height: 1.6em;
}
div#footer {
	font-size: 10px;
	text-align: center;
	color: #e4bdff;
	padding: 5px 10px 1px 10px;
	width: 970px;
	height: 39px;
	background: url(images/bg-footer.jpg) no-repeat;
	clear: both;
}
div#footer a {
	color: #ffffff;
	margin-right: 7px;
	margin-left: 7px;
}
div#footer a:hover {
	color: #e4bdff;
}
div#copywrap {
	width: 990px;
	margin: 10px auto;
}
div#copywrap img {
	float: right;
	margin-right: 0px;
	border: 0;
}
div#copyright {
	float:left;
	text-align: left;
	color: #fff;
	font: 10px Arial, Helvetica, sans-serif;
}
div#copyright img {
	padding: 8px 0 15px;
	float:left;
}
div#copyright a:link, div#copyright a:visited {
	color: #fff;
}
div#map {
	width: 708px;
	border: solid 1px #000;
}
div#contact {
	position: absolute;
	width: 335px;
	height: 372px;
	top: 108px;
	left: 627px;
	z-index: 0;
	background: transparent;
}
div#contact div {
	z-index: 1;
	background: transparent;
}
iframe.contact {
	z-index: 1;
	background: transparent;
}
div#gallery {
	width: 696px;
	margin: 15px;
	clear: both;
}
div#gallery a {
	float: left;
	width: 160px;
	padding: 2px;
	border: solid 1px #66C0BE;
	margin: 4px;
}
div#gallery a img {
	border: none;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
img.left {
	float: left;
	margin: 5px 15px 10px 15px;
}
img.right {
	float: right;
	margin: 5px 15px 10px 15px;
}
img.leftborder {
	padding: 2px;
	border: 1px solid #000;
	float: left;
	margin: 5px 15px 10px 15px;
}
img.rightborder {
	padding: 4px;
	border: 1px solid #66C0BE;
	float: right;
	margin: 5px 15px 10px 25px;
}
img.border {
	padding: 2px;
	border: 1px solid #000;
}
.clear {
	clear: left;
}
.center {
	text-align: center;
}
ul.ulleft {
	float: left;
	margin-left: 15px;
	margin-top: 0px;
	padding-left: 15px;
	width: 144px;
}

/* ----------------- 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(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; }

/* ----------------- CUSTOM CLASSES ----------------- */
