body {
	background-color: #ddd;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img {border: 1px solid #777; padding: 7px;}
#lightbox-container-image img {border: 0px solid #777; padding: 0;} 
h1 {font-size: 18px; text-transform: uppercase; color: #bb3a24; margin: 10px 0 0;}
h2 {font-size: 14px; color: #bb3a24;}
h3 {font-size: 14px; color: #000; padding: 0 0 5px; margin: 0 0 10px;}
h4 {font-size: 18px; text-transform: uppercase; color: #bb3a24; margin: 10px 15px;}
p {font-size: 12px; line-height: 17px; margin: 0 0 15px;}
a {color: #bb3a24; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a img {border: none;}
ul {list-style: none; padding: 0 0 0 25px; margin: 0}
li {list-style: disc; font-size: 12px; line-height: 17px;}
ol, dl {padding: 0;margin: 0;}

.outer {
	margin: 0 auto;
	width: 904px;
}	
.border1 {
	border: 1px solid #999;
	width: 902px;
	margin: -1px auto 0;
	float: left;
}
#container {
	width: 900px;
	margin: -1px auto 0;
	background-color: #fff;
	border: 1px solid #444;
	float: left;
}

.top {
	background-color: #bb3a24;
	width: 900px;
	height: 35px;
}
.top p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	line-height: 35px;
}
#topLeft {
	width: 370px;
	padding: 0 30px;
	text-align: left;
	float: left;
}
#topRight {
	width: 370px;
	padding: 0 30px;
	text-align: right;
	float: right;
}
#header {
	width: 840px;
	min-height: 80px;
	padding: 15px 30px;
	margin-bottom: 10px;
	clear: both;
	display:block;
}
#logo {
	float: left;
}
#navigation {
	border-top: 1px solid #572700;
	border-bottom: 1px solid #572700;
	height: 40px;
	float: right;
	margin: 25px 0;
}
#border2 {
	border: 1px solid #ccc;
	width: 838px;
	margin: 10px 30px 20px;
}
#homeImage {
	border: 1px solid #777;
	width: 822px;
	padding: 7px;
	height: 200px; 
	overflow: hidden;
}
.contentLeft {
	width: 230px;
	float: left;
	padding: 60px 0 40px 40px;
}
.contentLeft img {border: 1px solid #000;}
.contentMain {
	width: 550px;
	padding: 10px 40px 40px;
	float: left;
	clear: both;
	display: block;
}
.contentRight {
	width: 230px;
	float: right;
	padding: 20px 40px 40px 0;
}

/* FLOAT/CLEAR CLASSES */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height:10px;
	margin-top: 30px;
	font-size: 1px;
	width: 838px;
	background-color: #adefda;
	line-height: 0px;
}

/* LIGHTBOX */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* FOOTER */
#footer {
	width: 900px;
	margin: auto;
	clear: both;
	padding: 15px 0;
}
#footer p {
	font-size: 10px;
	text-align: left;
	padding: 0 30px;
}