html,body{
	margin-top:10px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-color: #fff;
	font-family:Arial;
	font-size:12px;
	color:#847c11;
	line-height:20px;
}
#top{width:100%; background-color:#fff; background-image:url(images/bg.jpg) }
#main{width:900px; margin:auto;}
#nav-logo{float: left; height:100px;}
#logo{width:250px; height:200px;  background-image:url(images/leaf.jpg); background-repeat:no-repeat; position:absolute; float:right; margin-left: 550px; z-index:10;}
#texas {height:180px; width:180px; float: left; margin-top:75px; background-image:url(images/texas.gif); position:absolute;}
#header { margin-top:25px; float:left; width:850px; height:292px; background:url(images/header.jpg) no-repeat center top; background-color:#FFF}
#nav{font-size:16px; float:left; margin-top:50px; margin-left:20px;}
#nav a{color:#847c11; text-decoration: none;}
#nav a:hover{color:#658410;}
#info { }
#banner{height:398px; background-repeat: no-repeat;}
#bannerMask{height:398px; }
#content { margin-top:50px;}
#contentsmall { margin-top:150px; padding-left: 10px}
#container { position: relative; margin: 0 auto; width: 960px; }
#gallery { background: #FFF; height: auto; float: left; display: inline; padding: 0; margin: 0; }
.gallery { background: #FFF; height: auto; float: left; display: inline; padding: 0; margin: 0; }
#gallery li { float: left; display: inline; padding: 0; margin: 0 10px 10px 0; height: 70px; }
#gallerythumb { /* height: 70px; */ }
#gallerythumb:hover { background: #ccc; }

#footer {
	width: 960px;
	margin: 0px auto;
	background: url(images/img05.jpg) repeat-x left top;
}

#footer p {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #000000;
	text-decoration:none;
}

h1{margin-bottom:8px;}
h2{font-family:"Arial"; font-size:15px; color:#666;}
h3{font-size:15px;}
p{}

a{color:#A29060;}
a:hover{color:#5b5135;}

.motto{width:900px; float:left;}

.linkBtn{background-color:#231f20; font-size:15px; color:#a29060; padding:10px 15px 10px 15px;}

.horSep{height:2px; background-color:#e6e6e6;}

.bottomInfoBox{
	padding: 5px;
	width:270px;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
	background-color:transparent; 
}

.bottomInfoBox h2{
	text-align: center; 
}
.vertSep{
	width:1px;
	height:289px;
	background-image:url(images/seperator.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:11px;
	margin-right:11px;
}


.bottomInfoBox2{padding: 5px; width:180px; float:left; font-family:"Tahoma"; font-size:11px; color:#999999;}
.vertSep2{width:1px; height:289px; background-image:url(../images/vert_sep.jpg); background-repeat:no-repeat; float:left; margin-left:11px; margin-right:11px;}

.aboutTxt{width:760px; float:right;}

.galleryThmb{float:left; margin-left:25px; border:0px;}


.clearfloat{line-height:0px; font-size:0px; clear:both;}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#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;	
}


/**

This is the gallery css code

**/
div#container {
	overflow: hidden;
}
div.content {
	display: none;
	clear: both;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 532px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 334px;
}

div.caption {
	padding: 0 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
}
div.navigation {
	float: left;
	position: relative;
	left: -50%;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}
