/* -------------------------------------------------------------
	Cross Timbers Marina
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			24 March 2006
------------------------------------------------------------- */


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #191f28 url(/images/bg_body.jpg) no-repeat top center;
	font: normal 11px/1.6 Verdana, Helvetica, sans-serif;
	color: #000;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:active, a:visited {
	color: #1b2858;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
	background: url(/images/icon_listArrow.gif) no-repeat 0 8px;
	padding-left: 10px;
	position: relative;
}

h2 {
	font-size: 13px;
}


/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.rootDiv {
	width: 750px;
	margin: 76px auto 0 auto;
	position: relative;
}

.indexDiv {
	width: 710px;
	padding: 20px 20px 5px 20px;
	background: #d1cfc4 url(/images/bg_indexDiv.jpg) no-repeat top left;
}

.indexDiv:after,
.indexDivFooter:after,
.uiDiv:after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivMasthead {
	background: url(/images/img_messagingInterior.jpg) no-repeat top left;
	width: 700px;
	height: 130px;
	border: 5px solid #4e4e4d;
}

#home .rootDiv .indexDiv .indexDivMasthead {
	background: url(/images/img_messagingHome.jpg) no-repeat top left;
	height: 200px;
}

#brand,
#brand a {
	display: block;
	overflow: hidden;
	text-indent: -9000em;
	width: 200px;
	height: 130px;
}



/*	uiDiv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.uiDiv {
	width: 126px;
	float: left;
	padding: 18px 25px 170px 14px;
}

.uiList li {
	background: url(/images/icon_uiListArrow.gif) no-repeat 0px 5px;
	padding-left: 17px;
}

.uiList li a:link,
.uiList li a:active,
.uiList li a:visited {
	font-weight: bold;
	color: #4d4d4c;
	line-height: 1;
	text-decoration: none;
}

.uiList li a:hover {
	color: #000;
}

.uiDiv img {
	margin: 40px 0 10px 0;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivBody {
	float: right;
	width: 498px;
	min-height: 560px;
	margin-top: 15px;
	padding: 3px 0 190px 12px;
	background: url(/images/line_vertical.gif) repeat-y top left;
	position: relative;
}

.indexDivBody p,
.indexDivBody ul,
.indexDivBody ol {
	margin-bottom: 18px;
}


.logoDiv {
	width: 100%;
	height: 150px;
	clear: both;
	margin: -160px 0 0 0;
	padding: 1px 0;
	float: left;
	text-align: left;
	position: relative;
	z-index: 3;
}

.logoDiv img {
	margin-left: 50px;
}

.logoDiv a img {
	margin-left: 120px;
}

.logoDiv a.galleryLink img {
	margin-left: 280px;
}


/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.indexDivFooter {
	color: #4a5664;
	height: 50px;
	padding-top: 10px;
	font-size: 10px;
}

.indexDivFooter a:link, 
.indexDivFooter a:active,
.indexDivFooter a:visited {
	color: #4a5664;
	text-decoration: none;
}

.indexDivFooter a:hover {
	text-decoration: underline;
}

.indexDivFooter #copyright {
	float: left;
	width: 320px;
}

.indexDivFooter #siteCredit {
	float: right;
	text-align: right;
	width: 320px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}


#contact_form {
	width: 500px;
	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;
}