@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: #FFFFFF;
}


* {
	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: #334249; */
	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/header-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 177px;
	width: 940px;
}
#container #header img, #container #header h1 a span {
	margin-top: 8px;
	margin-left: 28px;
}
#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;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	margin: 0px 12px;
	display: inline;
}
#nav a {
	text-transform: lowercase;
	font-size: 125%;
}

/** Lightbox Stuff */
#lightboxUnderlay {
	z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
	background-color: 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: #FFFFFF;
}

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