body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin-top: 0px;
}
#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-color: #FFF;
	height: 200px;
	width: 850px;
}
#content {
	background-color: #FFF;
	height: auto;
	width: 950px;
	margin-top: 20px;
}
#copy {
	background-color: #FFF;
	float: right;
	height: auto;
	width: 730px;
}
.ar_images {
	float: left;
	height: 230px;
	width: auto;
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-left: 5px;
	font-weight: bold;
	color: #333;
}

.images {
	height: auto;
	width: auto;
}
#image_layout tr td {
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	margin: 2px;
	width: auto;
}
#image_layout tr td a img {
	padding: 5px;
	border: 1px dotted #CCC;
	width: auto;
}





#footer {
	background-color: #FFF;
	clear: both;
	height: 50px;
	width: 950px;
	margin-top: 20px;
	line-height: 50px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	text-align: center;
}
#copy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	letter-spacing: .25em;
	width: 400px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	text-align: left;
	display: block;
	height: 25px;
	width: 200px;
	float: left;
	line-height: 25px;
	color: #474F5C;
	font-weight: bold;
	letter-spacing: 0.15em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 5px;
}
form {
	float: left;
	height: auto;
	width: 450px;
}

#copy p {
	line-height: 25px;
	text-align: justify;
	margin-top: 5px;
}
#nav {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.p_line {
	width: 400px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}

/* 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; }

#codeview {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #09F;
	background-color: #FFF;
	text-align: center;
	clear: both;
	height: 10px;
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#codeview a, #codeview a:link, #codeview a:visited, #codeview a:active {
	color: #09F;
	text-decoration: none;
}
#nav a:hover {
	float: left;
	height: 25px;
	width: 200px;
	background-color: #FFF;
	line-height: 25px;
	background-attachment: scroll;
	background-image: url(images/nav_hover.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #5F6C72;
	padding-left: 5px;
}
fieldset {
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f8f8f8
	}
.contact_details {
	margin-left: 20px;
}

	
legend { font-weight: bold; }
	
label { display: block }

textarea { width: 300px; height: 100px; }

input[type="text"] { width: 200px;  }

input:focus, textarea:focus { background: #ffc; }
#copy ul li {
	list-style-type: square;
	list-style-position: inside;
	letter-spacing: .15em;
	line-height: 20px;
}
