@import url('/css/common.css');
body { margin:0; padding:0; text-align:center; background:url('../layout/bg_body.jpg') repeat-x #d4d5d6; }
.bg_mainwrap { background:url('../layout/bg_fades.jpg') no-repeat; }
.mainwrap { width:882px; margin:0 auto; text-align:left; background:url('../layout/bg_mainwrap.gif') repeat-y; }
.subwrap { background:url('../layout/bg_contentarea.jpg') no-repeat 0 187px #060604; margin:0 16px; }
.front img { border:0; }

.header { background:url('../layout/bg_header.jpg') no-repeat; height:155px; }

.mainnavigation { background:url('../layout/bg_mainnavigation.jpg') no-repeat; height:24px; padding:8px 0 0 45px; }
.mainnavigation ul, .subnavigation ul { margin:0; padding:0; list-style:none; }
.mainnavigation ul li, .subnavigation ul li { float:left; padding-right:14px; }
.mainnavigation ul li a { font-size:13px; display:block; min-height:10px; height:auto !important; height:10px; padding-left:10px; }
.mainnavigation ul li a:hover { background:url('../layout/bg_mainnavigation_a.gif') no-repeat 0 4px; }
.mainnavigation ul li a, .subnavigation ul li a { color:#cbb172; text-decoration:none; }
.subnavigation ul li { padding-right:12px; }
.subnavigation ul li a { font-size:12px; font-weight:bold; }
.subnavigation ul li a.selectednavi { color:#7d2d2d; }

.bgcontentarea { background:url('../layout/bg_contentarea.gif') repeat-y; }
.subnavigation { height:29px; padding:3px 0 0 148px; }
.contentarea { background:url('../layout/bg_subcontent.jpg') no-repeat left bottom; min-height:500px; height:auto !important; height:500px; margin:0 11px; padding-bottom:85px; }
.subcontentarea { min-height:575px; height:auto !important; height:575px; position:relative; }

.bannerdoginfo { width:275px; position:absolute; left:285px; top:60px; }
.subbanners { width:155px; position:absolute; left:640px; top:60px; }
.subtext { width:280px; position:absolute; left:500px; top:320px; height:230px; overflow:auto; }

.columnleft { width:395px; padding:25px 35px 25px 72px; }
.columnright { width:160px; padding-left:12px; }
.columnright .tsi_bannerslot { margin-bottom:10px; }

.footer { background:url('../layout/bg_footer.jpg') no-repeat; height:40px; }

.float_left { float:left; }
.float_right { float:right; }
.clear { clear:both; }

/*News*/
.news_current_list { margin-bottom:10px; }
.news_current_list .news_list_date { color:#902e32; font-size:10px; }
.news_current_list .news_list_title a { text-decoration:none; font-size:14px; font-weight:bold; color:#000; }

/* GALLERY */
.gallery_images_image { float: left; padding: 5px; width:100px; min-height:110px; height:auto !important; height:110px; }
.gallery_images_image img { border: 0; }

/* LIGHTBOX STYLES */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../layout/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../layout/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }