/* CSS Document */
#stage {
	width: 1024px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:10px;
}

html {

	background-color:#bbdae2;

}

body {
	width:100%;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-color:#bbdae2;
	margin:30px 0;
	padding:0;
	text-align: justify;
	color: #333333;
}

h1, h2, h3 {
	color: #3b2f1c;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin:0 10px 0 0;
}

a:link {
	color: #cccccc;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	padding:0 auto;
	margin:0 auto;
}

/* Header */

#header {
	width: 921px;
	height: 180px;
	margin: 0 auto;
	background: url(../i/header.png);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 2em;
	color:#3B2F1C;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#nav {
	display:block;
	width: 683px;
	height: 29px;
	margin: 0 auto;
	background: url(../i/nav.png);
	background-repeat:repeat-x;
	overflow:hidden;
}

#navbar {
	width: 683px;
	height: 9px;
 	margin: 0 auto;
	background: url(../i/nav_bar.png);
}

	div#nav ul {
		width:880px;
		margin:0 auto;
		list-style-type:none;
		overflow:hidden;
		margin:0 0 0 250px;
	}
	
		div#nav ul li {
			display:block;
			float:left;
		}
		
		div#nav ul a span {
			border-left:1px thin #000;
		}
		
			div#nav ul li a {
				text-decoration:none;
				color:#000;
				display:block;
				float:left;
				padding:10px 0 0;
			}
			
			div#nav ul li a:hover,div#nav ul li.active a {
				text-decoration:none;
				border-bottom:solid #8CDAE2;
			}
			
				div#nav ul li a span.begin {
					text-decoration:none;
					border-left:1px solid #000;
				}
			
				div#nav ul li a span {
					font-weight:bold;
					border-right:1px solid #000;
					padding:0 10px;
					text-decoration:none;
				}
		
		
/* Content */

#content {
	width: 683px;
	margin: 0 auto;
	background: url(../i/content_bg.png);
}

#colOne {
	float: left;
	width: 650px;
	padding: 0 0 0 10px;
	margin: 0 0 0 13px;
}

/*#colTwo {
	float: left;
	width: 160px;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 0;*/
}

#colThree {
	float: left;
	width: 120px;
	padding: 10px;
}

/* Contact Form */

div#content form#contact-form div {
	
		width:260px;
		float:left;
		clear:none;
		margin:0 40px 15px 0;
		overflow:hidden;
	
	}
	
	div#content form#contact-form div#preferred {
	
		display:block;
		clear:both;
		float:none;
		width:500px;
		margin:20px 0 15px;
	
	}
	
	div#content form#contact-form div#msg,div#content form#contact-form div#submit {
	
		width:500px;
		display:block;
		clear:both;
		float:none;
	
	}
	
	div#content form#contact-form label {

		display:block;
		clear:both;
		margin-bottom:3px;

	}
	
	div#content form#contact-form div#preferred p {
		
		margin:0 0 5px 0;
	
	}
	
	div#content form#contact-form div#preferred label {

		display:inline;
		clear:none;
		margin:0 5px 0 0;

	}
	
	div#content form#contact-form input {

		width:240px;
		padding:3px;
		border:1px solid #b9b9ae;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;


	}
	
	div#content form#contact-form div#preferred input {
	
		width:auto;
		padding:0;
		border:none;
		margin-right:3px;
	
	}
	
	div#content form#contact-form textarea {
	
		width:360px;
		height:100px;
		padding:3px;
		border:1px solid #b9b9ae;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
	
	}

	div#content form#contact-form button {
	
		padding:5px 10px;
		background-color:#000;
		color:#ffc;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		font-weight:700;
	
	}
	
#colOne ul li {
	
		margin:5px 0;
		list-style-type:disc;
		margin-left:20px;
		font-size:12px;
	
	}


/* Image Gallery */
#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:../i/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(../i/prevlabel.gif) left 35% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../i/nextlabel.gif) right 35% 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: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 10px; float: right;  padding-bottom: 0.7em; outline: none; background: url(../i/close.gif) no-repeat;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.thumb{
	padding: 0 3px 0 20px;
	float: left;
	margin:0 0 0 75px;
	}

/* Footer */

#footer {
	width: 683px;
	height: 19px;
	margin: 0 auto;
	background: url(../i/footer.png);
	font-size: smaller;
}

#footer * {
	color: #000000;
}
