/* ©2009 IconJet */

* {
	margin:0;
	padding:0;
	line-height:17px;
}
html, body {
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#4770c1;
/*	background-color:#978260;  */
	color:#ccc;
	text-align:center;
	background-image:url("assets/repeatBack.gif");
	background-repeat:repeat-x;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
ul {
	list-style:none;
}
#right li {
	padding:2px 0 45px 0;
}
h4 {
	color:#bd7e3b;
	font-size:24px;
	padding:50px 0 20px 0;
}
p {
	color:#333;
	padding:0 0 10px 0;
	line-height:18px;
	
}
.upperText {
	min-height:200px;
}
.lowerTextWords {
	display:none;
}
/*******************************************
	index
*******************************************/
#wrapper {
	width:1000px;
	min-height:100%;
	margin:0 auto;
	padding:0 15px 0 15px;
	background-color:#fff;
}
#wrapper #mainContent {
	height:748px;
	background-image:url("assets/mainback.jpg");
	background-repeat:no-repeat;
	background-position:top center;
}
#wrapper #mainContent #right {
	float:right;
	width:160px;
	text-align:left;
	padding:0;
	
}
#wrapper #mainContent #left {
	padding:10px 5px 0 52px;
	text-align:left;
}
#wrapper #mainContent #left #content {
	display:none;
	top:0;
	position:absolute;
	width:780px;
	height:728px;
	background-image:url("assets/divBack.png");
	background-repeat:no-repeat;
	background-position:top left;
	padding:10px 0 0 14px;
}
/*******************************************
	NOT index
*******************************************/
#wrapper {
	width:1000px;
	min-height:100%;
	margin:0 auto;
	padding:0 15px 0 15px;
	background-color:#fff;
}
#wrapper #mainContentTWO {
	height:748px;
	background-image:url("assets/mainbackTWO.jpg");
	background-repeat:no-repeat;
	background-position:top center;
}
#wrapper #mainContentTWO #right {
	float:right;
	width:160px;
	text-align:left;
	padding:0;
	
}
#wrapper #mainContentTWO #left {
	padding:10px 25px 0 52px;
	text-align:left;
	width:750px;
}
#wrapper #mainContentTWO #left #content {
	display:none;
	top:0;
	position:absolute;
	width:780px;
	height:728px;
	background-image:url("assets/divBack.png");
	background-repeat:no-repeat;
	background-position:top left;
	padding:10px 0 0 14px;
}
/*******************************************
	Photos
*******************************************/
.photoScroll {
	overflow:auto;
	width:752;
	height:593px;
	margin:15px 0 0 0;
}
.photoScroll td {
	padding:0 0 0 5px;
}
/*******************************************
	Footer
*******************************************/
#downloads {
	margin:0;
}
#downloads td.img {
	padding:0 40px 16px 0;
}
#downloads td {
	padding: 10px 0 0 0;
}
/*******************************************
	Footer
*******************************************/
#footer {
	margin:15px 0 0 0;
	padding:12px 0;
	min-height:18px;
	background-color:#fff;
	color:#5f3e27;
	border-top:solid 3px #ccc;
	font-size:11px;
	width:1000px;
}
#footer .left {
	float:left;
	width:499px;
	text-align:left;
}
#footer .right {
	float:right;
	text-align:right;
	width:499px;
} 
#footer a:link {
text-decoration:none;
color:#5f3e27;
}
#footer a:visited {
text-decoration:none;
color:#5f3e27;
}
#footer a:hover {
text-decoration:underline;
color:#5f3e27;
}
#footer a:active {
text-decoration:underline;
color:#5f3e27;
}   