body {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  background: #e7e7f7 url("../images/top_background.gif") repeat-x;
  margin: 0;
  padding: 0;
  font-size:90%;
}
/* COMMON STYLES */
h2 {
	text-decoration: underline;
	text-indent: 0;
	color: #00007e;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h3 {
	text-indent: 0;
	color: #00007e;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 25px 0 10px 0;
	margin: 0;
}
h3:first-letter {
	color: #d5a603;
	font-size: 150%;
}
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
td {
	font-family: "Times New Roman", Times, serif;
}

ul {
	list-style: none;
	text-align: center;
	color: #00007e;
	margin: 0;
	padding: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a:link {color: #d5a603;}
a:visited {color: #d5a603;}
a:hover {color: #e7e7f7;}
a:active {color: #e7e7f7;}
p {
	text-indent: 15px;
	margin: 0;
	padding: 0;
	color: #00007e;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
}
.upper{
	border-top: thin solid #d5a603;
	padding-top: 20px;
}
.lower{
	border-bottom: thin solid #d5a603;
	padding-bottom: 20px;
}
.inlineLink {
	padding: 0;
	margin: 0;
}
a.inlineLink:link {
	color: #00007e;
	text-decoration: underline;
}
a.inlineLink:visited {
	color: #00007e;
	text-decoration: underline;
}
a.inlineLink:hover {color: #d5a603;}
a.inlineLink:active {color: #d5a603;}
.caption {
	font-size: 80%;
	font-style: italic;
	text-align: center;
	text-indent: 0;
	margin: 0;
	padding: 0;
}
.top {
	padding-top: 0;
}

/* STRUCTURE */

#wrapper{
	width: 796px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
#header{
	padding: 0;
	margin: 0;
	height: 144px;
}
#contentarea {
	display: block;
	float: left;
	width: 796px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#title {
	width: 796px;
	float:left;
	overflow:hidden;
	margin: 0;
	padding: 0;
}
#singleCol {
	position:relative;
	width: 660px;
	height: 390px;
	display: block;
	border: 1px solid #00007e; 
	margin: 75px auto 50px auto;
	padding: 30px;
}
#leftCol {
	float: left;
	width: 353px;
	padding: 20px 15px 20px 30px;
	margin: 0;
}
#rightCol {
	float: right;
	width: 353px;
	padding: 0 30px 20px 15px;
	margin: 0;
	
}
.contact #leftCol {
	width: 490px;
}
.contact #rightCol {
	width: 216px;
}
.menu #leftCol {
	width: 450px;
}
.menu #rightCol {
	width: 256px;
}
#bottom {
	display: block;
	float: left;
	width: 796px;
	height: 15px;
	padding: 0;
	margin: 0;
	background-image: url("../images/content_bottom.gif");
}
#logo {
	display: block;
	float: left;
	width: 796px;
	padding: 0;
	margin: 0;
}
/* -----NAVIGATION------ */
#nav{
	display: block;
	float: left;
	width: 796px;
	height: 37px;
	margin: 0;
    background-color: transparent;
	padding: 0;
}
#nav ul{
	list-style: none;
	text-align: center;
	white-space: nowrap;
	font-size: 1em;
	font-weight: bold;
	padding: 9px 0 7px 0;
	margin: 0;
}
#nav li{
	display: inline;
}
#nav a{
	text-decoration: none;
	padding: 0 30px 0 15px;
	background: url(../images/nav_divider.gif) no-repeat top right;
}
#nav a.last{
	padding-right: 10px;
	background: #00007e;
}

/* STYLES */
#title img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
ul.address{
	padding-top: 20px;
}
.bullets{
	background-image: url(../images/bullet.gif);
	background-position: 0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
}
#leftCol img{
	padding-top: 40px;
}
#rightCol img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.about ul{
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 5px 0 0 10px;
}
.about #rightCol img{
	margin-bottom: 40px;
}
.top_heading {
	padding-top: 0;
}
.contact p {
	text-indent: 0;
	line-height: 1em;
}
.menu h2 {
	font-size: 125%;
	text-align: center;
	padding-bottom: 10px;
}
.menu #rightCol img {
	border: 2px solid #00007e;
}
.menu #rightCol .top {
	padding-top: 0;
}
.para {
	padding-bottom: 15px;
}
.photo_gallery #title img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0;
}
/* 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; }

/* FOOTER STYLES */
#footer {
    clear:both;
    background-color: transparent;
}
#footer p{
	padding: 0;
	text-align: center;
	text-indent: 0;
	color: #00007e;
	font-size: 85%;
}
.contact #footer p{
	padding: 2px;
}
#footer a{
	padding: 0;
	margin: 0;
}
#footer a{ text-decoration: underline;}
#footer a:link {color: #00007e;}
#footer a:visited {color: #00007e;}
#footer a:hover {color: #d5a603;}
