@charset "utf-8";
/* CSS Document */

/** Top Level Rules */

html, body {
	height: auto !important;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.quote {
	font-size: 16px;
}


body {
	text-align: center;
	line-height: 1.6em;
	background-color: #fff;
}


* {
	margin: 0px;
	padding: 0px;
}

img { 
	border:none;
}

.clear {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatRightThings {
	float: right;
	padding-left: 20px;
}
.floatLeftThings {
	float: left;
	padding-right: 20px;
}

html, div, map, dt, isindex, form {
	display: block;
}


/** Link/Rollover Rules */
a:link {
	color: #1c3d57;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1c3d57;
}
a:hover {
	text-decoration: underline;
	color: #1c3d57;
}
a:active {
	text-decoration: none;
	color: #1c3d57;
}

/** Container Formatting */

#container {
	width: 940px;
	margin: 0 auto;
  	text-align: left;
}

/** Heading Rules */
#container #header {
	background-image: url(../images/white-dot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;/*THIS WAS 177ht*/
	width: 940px;
}
#container #header img, #container #header h1 a span {
	margin-top: 8px;
	margin-left: 28px;
}

/*footer-gallery is DAF's gallery page - lightbox2*/
#header-gallery	{position: relative;
		top: 30px;
		left: 120px;
		margin: 0px;
		padding: 0px;
		}

#footer-gallery	{
	height: 64px;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 25px;
	text-align: center;
	color: #8a8a8a;
		}
#footer-gallery a {text-transform: lowercase; color: #92d0ff;}
#footer-gallery ul {list-style-type: none;}
#footer-gallery li {margin: 0px 10px; display: inline;}
/*end of DAF's gallery */

#footer {
	/*background-image: url(../images/footer.gif);*/
	height: 64px;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 25px;
	text-align: center;
}
#footer ul {list-style-type: none;}

#footer a {
	text-transform: lowercase;
}

#footer li {
	margin: 0px 10px;
	display: inline;
}
#nav {
	text-align: center;
	padding-bottom: 12px;
	padding-top: 10px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	margin: 0px 18px;
	display: inline;
	font-size: 10px;
}
#nav a {
	text-transform: lowercase;
	font-size: 125%;
}

/*DAF's top nav in gallery*/
#nav-gallery	{
	position: relative;
	top: 40px;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 10px;
		}
#nav-gallery a	{text-transform: lowercase; font-size: 125%; color: #92d0ff;}
#nav-gallery li {margin: 0px 18px; display: inline; font-size: 10px;}
#nav-gallery ul {list-style-type: none;}
/*end DAF's top nav in gallery*/

/** Lightbox Stuff */
#lightboxUnderlay {
	z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
	background-color: #000000;/*white*/
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#lightboxOverlay {
	z-index:1002;
	display:none;
	position: absolute;
	border: 2px solid #BDC8CE;
	top:0px;
	left:0px;
	padding: 6px;
	background-color: #efefef;
}

#lightboxOverlay div {
	text-align:center;
}
#lightboxOverlay .lbCloseLink {
	text-align:right;
}
#lightboxOverlay .lbImage img {
	margin: 6px 0px;
}
hr {
	margin-top:24px;
	margin-bottom:24px;
}

