/* -------------------------------------------------------------
	CrossTimbers OK
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			9 March 2006
------------------------------------------------------------- */


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #19202a url(/images/bg_body.jpg) no-repeat top center;
	font: normal 12px/1.6 Georgia, "Times New Roman", Times, serif;
	color: #4f4f4c;
}

body#home {
	background: #a8a187;
}

body#popupWindow {
	background: #a8a187;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a:link, a:active, a:visited {
	color: #550808;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border-color: #585b50;
}

a img {
	border: none;
}

li {
	list-style-type: none;
	background: url(/images/icon_listArrow.gif) no-repeat 0 8px;
	padding-left: 10px;
	position: relative;
}

.indexDiv:after, 
.indexDivBody:after,
#home .indexDiv .indexDivBody .bodySub:after,
.indexDivFooter #footerLinks:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}



/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDiv {
	background: #d1cfc4 url(/images/bg_indexDiv.jpg) no-repeat top left;
	width: 750px;
	margin: 76px auto 13px auto;
	position: relative;
}

#home .indexDiv {
	margin: 0;
	width: 100%;
	background: #0f1923 url(/images/bg_bodyHome.jpg) no-repeat top center;
}

.title,
.title a,
.uiListHome li,
.uiListHome li a {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}


/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivMasthead {
	height: 155px;
	width: 100%;
	overflow: visible;
	position: relative;
}

#home .indexDiv .indexDivMasthead {
	height: 323px;
	padding: 140px 0 0 32px;
	width: 718px;
	margin: 0 auto;
}

#brand {
	width: 180px;
	height: 113px;
	position: absolute;
	top: 23px;
	left: 29px;
}

#home .indexDiv .indexDivBody .bodySub #brand {
	top: 0;
	left: 0;
	width: 225px;
	height: 135px;
	background: url(/images/img_brandHome.jpg) no-repeat top left;
}

#home .indexDiv .indexDivBody .bodySub #brand a {
	width: 225px;
	height: 135px;
	display: block;
	overflow: hidden;
}

#brand a {
	width: 180px;
	height: 113px;
	display: block;
	overflow: hidden;
}

#polaroids {
	position: absolute;
	top: -22px;
	right: -12px;
}

#home .indexDiv .indexDivMasthead #polaroids {
	margin: 0 auto;
	top: 0;
	right: 0;
	position: relative;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivBody {
	width: 436px;
	min-height: 294px;
	padding: 30px 35px 0 35px;
	margin-left: 35px;
	float: left;
	display: inline;
	position: relative;
}

#home .indexDiv .indexDivBody {
	padding: 0;
	margin: 0;
	width: 100%;
	float: none;
	display: block;
	border-top: 5px solid #a8a187;
	background: #a8a187 url(/images/bg_indexBodyHome.jpg) repeat-x top left;
}

/*	Body: Main
- - - - - - - - - - - - - -  */

.indexDivBody h2 {
	color: #550808;
	font-size: 22px;
	font-weight: lighter;
	line-height: 1;
	margin: 0 0 8px -4px;
}

.indexDivBody img{
max-width: 430px;
}

#home .indexDiv .indexDivBody h2 {
	margin: 0 0 17px 0;
}

.indexDivBody p,
.indexDivBody ul,
.indexDivBody ol {
	margin-bottom: 17px;
}


/*	Body: Sub
- - - - - - - - - - - - - -  */

.indexDiv .bodySub {
	display: block;
	width: 685px;
	padding: 0 0 20px 65px;
	clear: both;
}

#home .indexDiv .indexDivBody .bodySub {
	width: 750px;
	display: block;
	padding-bottom: 20px;
	min-height: 331px;
	margin: 0 auto;
	position: relative;
}

#title_call, #title_call a {
	width: 436px;
	height: 117px;
}

#title_call{
	background: url(/images/img_callToday.jpg) no-repeat top left;
}

#home .indexDiv .indexDivBody .bodySub .contentWrapper {
	width: 444px;
	float: right;
	margin-top: 15px;
	border-left: 1px solid #a8a59a;
	padding: 8px 45px 10px 25px;
	color: #550808;
	line-height: 1.25;
}

#home .indexDiv .indexDivBody .bodySub .contentWrapper p {
	margin-bottom: 10px;
}

#home .indexDiv .indexDivBody .bodySub .contentWrapper a:link,
#home .indexDiv .indexDivBody .bodySub .contentWrapper a:active,
#home .indexDiv .indexDivBody .bodySub .contentWrapper a:visited,
#home .indexDiv .indexDivBody .bodySub .contentWrapper a:hover {
	color: #550808;
}

.indexDivBody td p {
	margin: 0;
	padding: 0;
}

/* --- sitemap --- */

.sitemapList {
	width: 46%;
	padding: 0 3% 0 0;
	float: left;
}




/*	Index Sub (Navigation, etc.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivSub {
	float: right;
	width: 209px;
	text-align: center;
	padding-bottom: 20px;
}


/* --- ui definition --- */
.indexDivSub .uiList {
	margin: 97px 0 24px 0;
	padding-left: 23px;
	text-align: left;
}

.indexDivSub .uiList li {
	color: #000;
	font: bold 11px/12px Verdana, Helvetica, sans-serif;
	display: block;
	padding-left: 15px;
	background: url(/images/icon_listArrow_ui.gif) no-repeat 0 2px;
	margin-bottom: 9px;
	position: relative;
}

#active a {
	background: #a9a590;
}

.indexDivSub .uiList li ul li {
	background: none;
}


/* --- ui primary --- */
.indexDivSub .uiList li a:link,
.indexDivSub .uiList li a:active,
.indexDivSub .uiList li a:visited {
	color: #000;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.indexDivSub .uiList li a:hover {
	color: #757262;
}

.indexDivSub .uiList li ul li {
	padding: 0;
	margin: 4px 0;
}


/* --- ui secondary --- */
.indexDivSub .uiList li ul li a:link,
.indexDivSub .uiList li ul li a:active,
.indexDivSub .uiList li ul li a:visited {
	padding: 2px 5px 2px 10px;
	display: block;
	background: none;
}

.indexDivSub .uiList li ul li a:hover {
	background: #d1cebd;
}

.indexDivSub .uiList li ul li#active a:hover {
	background: #a9a590;
	color: #000;
}


/* --- ui tertiary --- */
.indexDivSub .uiList .tertiary li {
	padding: 0;
	margin: 2px 0;
	background: none;
}

.indexDivSub .uiList .tertiary li a:link,
.indexDivSub .uiList .tertiary li a:active,
.indexDivSub .uiList .tertiary li a:visited,
.indexDivSub .uiList li ul li#active ul li a {
	padding: 2px 5px 2px 25px;
	display: block;
	background: none;
}

.indexDivSub .uiList .tertiary li a:hover,
.indexDivSub .uiList li ul li#active ul li a:hover {
	background: #d1cebd;
	color: #757262;
}

.indexDivSub .uiList .tertiary li#active a:hover {
	background: #a9a590;
	color: #000;
}


/* --- ui home/splash --- */
.uiListHome {
	width: 100%;
	height: 23px;
	display: block;
	margin-top: 20px;
	padding: 1px 0;
}

.uiListHome li {
	display: block;
	float: left;
	margin-right: 8px;
	position: relative;
	padding: 0;
}

.uiListHome li a {
	width: 140px;
	height: 23px;
	background-position: top left;
	background-repeat: no-repeat;
}

.uiListHome li#about a {
	background-image: url(/images/ui_aboutHome.gif);
}

.uiListHome li#contact a {
	background-image: url(/images/ui_contactHome.gif);
}

.uiListHome li#map a {
	background-image: url(/images/ui_mapHome.gif);
}

#sub li{
background: none;
margin-left: 10px;
}



/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivFooter {
	margin: 0 auto;
	width: 750px;
	height: 70px;
	color: #4a5664;
	font: normal 10px/1 Verdana, Helvetica, sans-serif;
}

.indexDivFooter #footerLinks {
	display: block;
	width: 100%;
	clear: both;
	height: 27px;
}

.indexDivFooter #footerLinks li {
	background: none;
	padding: 0;
	margin-right: 15px;
	float: left;
	display: block;
}

.indexDivFooter #footerLinks li#siteCredit {
	float: right;
	text-align: right;
	margin: 0;
}

.indexDivFooter #footerLinks a:link, 
.indexDivFooter #footerLinks a:active, 
.indexDivFooter #footerLinks a:visited,
.indexDivFooter #footerLinks a:hover {
	color: #4a5664;
	font: normal 10px/1 Verdana, Helvetica, sans-serif;
	position: relative;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}


#contact_form {
	width: 420px;
	float: left;
}

#contact_form input,
#contact_form select {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #666;
}

#contact_form fieldset {
	width: 100%;
	float: left;
}

#contact_form fieldset p {
	padding-top: 15px;
}

#contact_form textarea {
	width: 400px;
	overflow: auto;
}

#contact_form label {
	padding-top: 10px;
	display: block;
	font-weight: bold;
}

#contact_form .input_class {
	width: 200px;
}

#contact_form div.address {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 10px;
}

#contact_form div.address div {
	float: left;
	margin-right: 10px;
}

#contact_form div.address .city,
#contact_form div.address #city {
	width: 80px;
}

#contact_form div.address .state,
#contact_form div.address #state {
	width: 50px;
}

#contact_form div.address .zipcode,
#contact_form div.address #zipcode {
	width: 50px;
	margin: 0;
}

#contact_form div.list_column {
	width: 35%;
	float: left;
}

#contact_form div.list_column label {
	font-weight: normal;
	padding: 0;
}

#contact_form div.list_column span {
	position: relative;
	top: -2px;
}

#contact_form #btn_submit {
	margin-top: 15px;
	color: #000;
}



/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.vcard {
	display: none;
}

/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
} 

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails { 
	width: 70%; 
	float: left;  
	text-align: left; 
}
 
#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
	