@charset "utf-8";
/* CSS Document */

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;	
	color: #032330;
	background-color: #eeeae3;
}

a { 
  color: #032330;
  text-decoration: underline;
  font-weight: normal;   
}

a:hover { 
  color: #0000FF; 
  font-weight: normal;   
  text-decoration: underline; 
}

a.nav { 
  color: #fff;
  text-decoration: none;
  font-weight: normal;   
}

a:hover.nav { 
  color: #00FF00; 
  font-weight: normal;   
  text-decoration: none; 
}

a.view { 
  color: #032330; 
  font-size: 9px; 
  text-decoration: none; 
}

a:hover.view { 
  color: #0000FF;
  font-size: 9px;
  font-weight: bold;  
  text-decoration: none; 
}

a.title { 
  color: #032330; 
  font-size: 11px;
  font-weight: bold;  
  text-decoration: underline; 
}

a:hover.title { 
  color: #0000FF;
  font-size: 11px; 
  text-decoration: underline; 
}

#container {
	position: relative;
	margin: auto;
	width: 968px;
}

#wrapper {
	float: left;
	width: 968px;
	text-align: left;
}

#header3 {
	float: left;
	width: 968px;
	height: 166px;
	background: url(images/layout/header3.jpg);
}

#header {
	float: left;
	width: 968px;
	height: 209px;
	background: url(images/layout/header.jpg);
}

#header_sample {
	float: left;
	width: 968px;
	height: 166px;
}

#navbar {
	float: left;
	width: 968px;
	height: 39px;
	background: url(images/layout/nav_bar.jpg);
}

#topcap {
	float: left;
	width: 968px;
	height: 80px;
	background: url(images/layout/top_cap.jpg);
}

#contactbar {
	float: left;
	width: 968px;
	height: 26px;
	background: url(images/layout/contact_bar.jpg);
}

#topcap2 {
	float: left;
	width: 968px;
	height: 113px;
	background: url(images/layout/top_cap2.jpg);
}

#topcap_sample {
	float: left;
	width: 968px;
	height: 80px;
}

#main_body {
	float: left;
	margin: 0px;
	width: 968px;
	background: url(images/layout/horz_bar.jpg) repeat-y;
	display: inline;
}

.col_gap {
	float: left;
	width: 4px;
	background-color:#cec7bd;
	display: inline;
}

#col_left {
	float: left;
	width: 166px;
	margin: 0 0 0 47px;
	background-color:#cec7bd;
	display: inline;
}

#center {
	float: left;
	width: 534px;
	margin: 0 4px 0 4px;
	display: inline;
}

#col_right {
	float: left;
	width: 166px;
	margin: 0 47px 0 0;
	display: inline;
}

#footer {
	float: left;
	width: 968px;
	height: 89px;
	background: url(images/layout/footer.jpg ) no-repeat;
}

#footer_text {
	float: left;
	width: 958px;
	padding: 0px;
	text-align: center;
	color:#CCCCCC;
	font-size: 10px;
}

/* BOF ----- Boxes ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > */
.box_rt {
	float: right;
	display: inline;
}

.box_col {
	float: left;
	font-size: 11px;
	line-height: normal;
	display: inline;
}

.box_center_heading {
	float: left;
	width: 534px;
	height: 29px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	background: url(images/layout/heading_center_top.jpg) no-repeat;
	display: inline;
}

.box_content {
	float: left;
	width: 518px;
	font-size: 11px;
	line-height: normal;
	padding: 8px;
	display: inline;
	background-color: #f1ebe4;
}

.box_side_content {
	float: left;
	width: 156px;
	font-size: 11px;
	line-height: normal;
	padding: 5px;
	display: inline;
	background-color: #f1ebe4;
}

.box_search {
	float: left;
	width: 156px;
	height: 78px;
	margin-left: 14px;
	display: inline;
	background: url(images/layout/box_search.jpg);
}

.box_img {
	float: left;
	font-size: 1px;
	width: 160px;
	margin: 5px 10px 0 0;
	border: #032330 1px solid;
	display: inline;
}

.box_photos {
	float: left;
	font-size: 1px;
	width: 160px;
	margin-bottom: 10px;
	border: #ffa03c 1px solid;
	display: inline;
}

.box_info {
	float: left;
	width: 152px;
	margin: 4px 0 0px 0px;
	display: inline;
	background-color: #75412b;
}

/* BOE ----- Boxes ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > */
/* BOF ----- Paragraphs -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > */

p {
	font-size: 12px;
	line-height: 18px;
	margin: 2px 0px 0 0;
	padding: 0 0 5px 0;
}

p.categories {
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	width: 133px;
	padding: 0 5px 0 5px;
}

p.preview {
	font-size: 11px;
	line-height: 15px;
	margin: 2px 0px 0 0;
	padding: 0px;
}

p.title {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 5px 5px 0;
	padding: 0;
}

p.heading {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin: 2px 5px 0 0;
	padding: 0;
}

.page_heading {
	float: left;
	width: 508px;
	padding: 0px 0px 2px 0px;
	margin-bottom: 5px;
	font-weight: bold;
	display: inline;
	border-bottom: #032330 1px solid;
}

/* EOF ----- Paragraphs -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > */

.btn_category {
	float: left;
	width: 166px;
	height: 24px;
	display: inline;
	background: url(images/layout/btn_sidecol.jpg);
}

.btn_btm {
	float: left;
	margin: 0 0px 0px 5px;
}

.custom_form {

}

.search_form {
	background-color: #f1ebe4;
	color: #484848;
}

.border_dotted {
	float: left;
	font-size: 1px;
	width: 518px;
	height: 1px;
	margin: 5px 0px 5px 0px;
	border-bottom: #032330 1px solid;
}

.border_dotted_side {
	float: left;
	font-size: 1px;
	width: 143px;
	height: 1px;
	margin: 5px 0px 5px 0px;
	border-bottom: #032330 1px solid;
}

/* BOF ----- Lightbox ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	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: 10;
	}
#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; color: #666; }
#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: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* EOF ----- Lightbox ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > */	