
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li,
ol,
dt,
dd,
td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
	padding: 0px;
	margin-bottom: 10px;
	color: #333333;
	margin-top: 5px;
}

h1 {
	font-size: 20px;
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	text-transform: uppercase;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #2C5987;
	text-align: center;
	padding: 20px 0px 10px;
	width: 990px;
}

address a {
	color: #2D5988;
	text-align: left;
	font-size: 14px;
}

address span {
	float: left;
	width: 245px;
}

a:link { }

a:visited { }

a:hover { }

a:active { }

div#content li {
	line-height: 22px;
	list-style: circle;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
	position: relative;
}

div#header {
	height:110px;
	width:990px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
}

div#topbar {
	height: 32px;
	width: 990px;
}

div#flash { }

div#banner {
	width: 725px;
	background: url(images/bg-banner.gif) no-repeat;
	height: 250px;
	float: left;
}

div#content {
	width:725px;
	padding: 0px;
	float: left;
	margin: 0px;
}

div#sidebar {
	padding: 0px;
	float: right;
	width: 265px;
	margin: 0px;
}

div#footer {
	width:990px;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px auto;
	padding: 0px;
}

div#login {
	width: 990px;
	height: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
}

div#login a:link,
div#login a:visited,
div#login a:active {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

div#login a:hover { color: #2D5988; }

div#copyright {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	width: 990px;
	margin-top: 15px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	color: #666666;
}

div#copyright a:link,
div#copyright a:visited {
	color: #666666;
	font-size: 11px;
}

div#copyright img {
	border: none;
	margin-top: 5px;
}

/* ----------------- Navigation --------------------- */
div#nav {
	width: 990px;
	height: 43px;
	background-image: url(images/bg-nav.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

ul#bottomnav {
	list-style-type:none;
	text-align: center;
	margin: 0px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	border-top: 1px #ccc solid;
}

ul#bottomnav li {
	display:inline;
	padding: 0px;
	margin: 0px auto;
}

ul#bottomnav li a:link,
ul#bottomnav li a:visited,
ul#bottomnav li a:active {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #305A84;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #265A8C;
	padding-right: 5px;
	padding-left: 5px;
}

ul#bottomnav li a:hover { color: #A1B146; }

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #000000;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px;
}

img.right {
	float: right;
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}

img.noborder {
	float: left;
	border: none;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px;
}

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */
div#audio {
	height: 13px;
	width: 114px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#map {
	border: 1px solid #000000;
	height: 450px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

div#iframe {
	float: left;
	padding: 0px;
	margin-top: -55px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -20px;
}

ul#left {
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 26px;
	padding: 0px;
}

div.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

div#content dl {
	list-style-type:none;
	margin:0px;
	width:125px;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 50px;
	color: #4F001A;
}

div#content dt dd {
	list-style-type:none;
	margin:0px;
	padding:0 0 10px 0px;
	width:100px;
}

/* ----------------- LIGHTBOX CSS CODE ------------------- */

div#gallery {
	width: 540px;
	margin: 15px auto;
	clear: both;
}

div#gallery a {
	width: 150px;
	margin: 10px;
	float: left;
}

div#gallery a img {
	border: solid 1px #ccc;
	padding: 2px;
}

#lightbox {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
}

#lightbox a,
#lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#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;
}

#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { left: 0; }

#hoverNav a { outline: none; }

#prevLinkImg,
#nextLinkImg {
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
}

#prevLinkImg {
	left: 0;
	float: left;
}

#nextLinkImg {
	right: 0;
	float: right;
}

#prevLinkImg:hover,
#prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }

#nextLinkImg:hover,
#nextLinkImg: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;
}

#imageData { padding:0 10px; }

#imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#caption { font-weight: bold; }

#numberDisplay {
	display: block;
	clear: left;
}

#detailsNav {
	display: block;
	clear: left;
	padding:0 0 10px 0;
}

#prevLinkDetails { margin:0 8px 0 0; }

#nextLinkDetails { margin:0 8px 0 0; }

#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix { /* Hides from IE-mac \*/
	height: 1%;/* End hide from IE-mac */
	}

.supplies-pic {
	width:300px;
	float:left;
}

.supplies-txt {
	width:300px;
	float:left;
	text-align:left;
	font-size:16px;
	margin-left:10px;
}

.linen-img {
	width:200px;
	float:left;
	margin-left:8px;
}
