@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
#container {
	width: 1024px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	padding: 0;
	margin-top: 20px;
	height: 72px;
}
#navbar {
	padding: 5px 10px 10px 27px;
}
#navbar p {
	margin: 0; 
	color: #666;
	font-size: 15px;
}
#splash {
	background-image: url(../img/splash.jpg);
	padding: 30px 0px 0px 50px; 
	height: 580px;
	margin: 0;
	border: 1px solid #666666;
}
#mainContent {
	background-image: url(../img/body_bg.jpg);
	height: 590px;
	margin: 0;
	border: 1px solid #666666;
	padding: 20px 22px 0px 22px;
	text-align: center;
	color: #FFF;
	overflow: auto;
}
#mainContent p {
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0px 0px 0px;
}
#mainContent h1 {
	text-align: left;
	margin: 0px 0px 0px 0px;
}
#mainContent h2 {
	text-align: right;
	line-height: 1.4;
	margin: 0px 7px 0px 0px;
}
#thumbs {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0px 5px 14px 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#thumbs p {
	text-align: center;
	margin: 0 0 0 0;
	line-height: 2;

}
#contact_body {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0px 5px 10px 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 400px;
}
#words {
	height: 300px;
	border: 0px solid #FFF;
	overflow: auto;
	margin: 0px 20px 0px 412px;
}

#footer {
	padding: 0px;
	border: 0px solid #000000;
	text-align: right;
}
#footer p {
	margin: 0;
	color: #666;
	padding: 5px 0 0 0;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #666;
	text-decoration: none; 
}

a:hover {
	color: #FF0000;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* SLIMBOX - everything below this line is for functionality of slimbox - SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
