body {
background-image: url('bg.jpg');
background-repeat: repeat;
line-height: 120%;
}

a:link {color: #cccccc;text-decoration:none;}
a:visited {color: #cccccc;text-decoration:none;}
a:hover {color: #555555;text-decoration:none;}

.content a:link {border-bottom: 1px dotted #5c832f;text-decoration:none;color:#5c832f;padding:2px 4px;margin:2px;font-weight:bold;}
.content a:visited {border-bottom: 1px dotted #5c832f;text-decoration:none;color:#5c832f;padding:2px 4px;margin:2px;font-weight:bold;}
.content a:hover {border-bottom: 1px dotted #1e1a19;text-decoration:none;color:#1e1a19;padding:2px 4px;margin:2px;font-weight:bold;}

hr {
height: 1px;
}

#gallery a {
border-bottom: 0px solid black;
}

#gallery img {
margin: 5px;
padding: 5px;
border: 1px solid #cccccc;
background: #ececec;
}

#gallery img:hover {
margin: 5px;
padding: 5px;
border: 1px solid #cccccc;
background: #dcdcdc;
}

.center {
margin-left:10px;
margin-right:40px;
margin-top:40px;
}

.nav3 {
color: #ffffff;
font-family: helvetica;
font-size: 18px;
}

.nav2 {
float: right;
color: #ffffff;
font-family: helvetica;
font-size: 18px;
}

.nav {
float: left;
color: #ffffff;
font-family: helvetica;
font-size: 18px;
}

hr {
color: #5c832f;
}

table table {
width: 100%;
border-collapse: collapse;
font-family: helvetica;
font-size: 14px;
}

table table td.head {
color: #555555;
border: 1px solid #bbbbbb;
background-color: #dedede;
background-image: url('td.jpg');
font-weight: bold;
font-size: 16px;
text-align:center;
}

table table td {
color: #555555;
border: 1px solid #bbbbbb;
background-color: #f6f6f6;
}

h2 {
color: #5c832f;
font-family: georgia;
font-size: 24px;
}

h3 {
font-size: 20px;
margin: 0;
}

.content {
color: #555555;
font-size: 14px;
font-family: helvetica;
}

.tablegrad th{
padding: 5px;
background: url(images/td.jpg) #ffffff;
font-size: 14px;
font-family: helvetica;
}

.contentwrap {
height: 100%;
overflow: auto;
}

.content1 {
color: #555555;
font-size: 14px;
font-family: helvetica;
float:left;
width: 25%;
border-right: 1px dotted #5c832f;
padding: 5px;
height: 100%;
}

.content2 {
color: #555555;
font-size: 14px;
font-family: helvetica;
float:left;
margin-left: 10px;
margin-right: 10px;
width: 35%;
padding: 5px;
border-right: 1px dotted #5c832f;
height: 100%;
}

.content3 {
color: #555555;
font-size: 14px;
font-family: helvetica;
padding: 5px;
height: 100%;
float:left;
}

.bookmarks {
background-color: #1e1a19;
color: #5c832f;
padding: 5px 20px;
}

.latestimages {

margin: 10px;
width: 90%;
text-align: center;
}






/* 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;	
}

#gallery {
text-align: center;
}

#gallery h2 {
text-align: left;
}
