html, body
{
   margin: 0;
   padding: 0;
   text-align: center;
   background-color: white;
   background-image: url(/layout/background_white.png);
   background-repeat: repeat-x;
   background-attachment: fixed;
   color: black;
}

a
{
   color: black;
   text-decoration: underline;
}

div
{
   margin: 0;
   padding: 0;
   /*border: 1px solid green;*/
}


a, a img, img
{
   border: 0;
}
#CenterBox
{
   width: 936px;
   color: black;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -468px;
   margin-top: -302px;
   background-color: #fafafa;
   border: 1px solid black;
}


#TopBox
{
   width: 100%;
   height: 112px;
   background-color: black;
}


#MenuBox
{
   width: 100%;
   height: 34px;
   background-color: #7F7F7F;
}

#MenuBoxLeft
{
   float: left;
   width: 300px;
   text-align: center;
   margin-top: 9px;
   font-family: verdana;
   font-size: 12px;
   color: black;
}

#MenuBoxRight
{
   float: right;
   width: 455px;
   text-align: left;
   margin-top: 6px;
}

#MenuBoxRight a
{
   font-family: tahoma;
   color: black;
   text-decoration: none;
   font-size: 11px;
}

#SiteBox
{
   width: 758px;
   margin: 0 auto;
   margin-top: 60px;
   clear: both;
   font-size: 12px;
   color: black;
   text-align: justify;
   font-family: arial;
   line-height: 18px;
}


#SiteBoxGallery
{
   width: 758px;
   clear: both;
   margin: 0 auto;
   text-align: center;
}


#SiteBox p, #SiteBox table, #SiteBoxGallery
{
   font-family: tahoma;
   font-size: 11px;
   color: black;
   text-align: justify;
   line-height: 15px;
}
#SiteBoxGallery table img
{
   border: 1px solid #888888;
}

input, textarea
{
   background-color: #eeeeee;
   color: black;
   border: 1px solid #7f7f7f;
   font-family: arial;
   font-size: 11px;
}

#SiteBox a
{
   color: black;
   text-decoration: underline;
}
#SiteBoxLeft
{
   width: 295px;
   float: left;
}
#SiteBoxLeft img
{
   border: 1px solid #888888;
}

#SiteBoxRight
{
   width: 360px;
   float: right;
}

#SiteBoxRight ul, li
{
   text-align: left;
   font-family: tahoma;
   font-size: 12px;
   color: black;
   line-height: 18px;
}

#SiteBoxRight p:first-letter
{
   margin-left: 30px;
}

#SiteBoxRight h1
{
   color: black;
   font-size: 12px;
   font-weight: bold;
   font-family: tahoma;
   margin: 0 0 15px 0;
   padding: 0;
}
#SiteBox h1
{
   margin: 0;
   padding: 0;
   color: black;
   font-size: 14px;
   text-align: left;
   font-family: tahoma;
   margin: 0 0 30px 0;
}
.GalleryBlock
{
}
.GalleryBlock a
{
   display: block;
   height: 20px;
   font-weight: bold;
   color: black;
   font-family: tahoma;
   font-size: 11px;
   text-decoration: none;
   padding: 4px 5px 0 5px;
   background-color: #464646;
   margin: 0 auto;
   margin-top: 15px;
}
.GalleryBlock a:hover
{
   background-color: #7f7f7f;
}
#FootBox
{
   width: 936px;
   height: 22px;
   clear: both;
   background-color: black;
   padding: 0;
   margin: 0;
   color: white;
}


#FootBoxLeft
{
   width: 700px;
   height: 17px;
   float: left;
   font-weight: bold;
   font-family: tahoma ;
   font-size: 10px;
   text-align: left;
   margin: 5px 0 0 0;
   padding: 0;
}


#FootBoxRight
{
   width: 102px;
   height: 17px;
   float: right;
   text-align: left;
   padding: 0;
   margin: 5px 0 0 0;
   font-family: tahoma ;
   font-size: 9px;
   font-weight: bold;
}


#WzTtDiV a
{
   color: white;
   text-decoration: underline;
}


.Back
{
   display: block;
   width: 135px;
   height: 20px;
   font-weight: bold;
   color: white;
   font-family: tahoma;
   font-size: 11px;
   text-decoration: none;
   padding-top: 4px;
   background-color: #464646;
   float: right;
   margin-top: 15px;
   text-align: center;
}
.Back:hover
{
   background-color: #7f7f7f;;
}
.sliderwrapper
{
   position: relative; /*leave as is*/
   overflow: hidden; /*leave as is*/
   width: 295px; /*width of featured content slider*/
   height: 280px;
   background-color: transparent;
}


.sliderwrapper .contentdiv
{
   visibility: hidden; /*leave as is*/
   position: absolute; /*leave as is*/
   left: 0;  /*leave as is*/
   top: 0;  /*leave as is*/
   width: 295px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
   height: 100%;
   filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
   -moz-opacity: 1;
   opacity: 1;
   margin-top: 10px;
}

.contentdiv p
{
   margin: 0;
   margin-top: 10px;
   padding: 0;
}
.contentdiv img
{
   border: 1px solid #555555;
}

.pagination
{
   text-align: center;
}


 .pagination a.selected
{
   background-color: #E60002;
}



#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(/img/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(/img/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(/img/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(/img/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(/img/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(/img/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(/img/prev_gold.gif) left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url(/img/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(/img/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(/img/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(/img/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(/img/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(/img/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 73px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(/layout/close_grey.png) no-repeat; }
	#lbClose.red { background: url(/layout/close_red.png) no-repeat; }
	#lbClose.green { background: url(/layout/close_green.png) no-repeat; }
	#lbClose.blue { background: url(/layout/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(/layout/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(/layout/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(/layout/play_red.png) no-repeat; }
	#lbPlay.green { background: url(/layout/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(/layout/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(/layout/play_gold.png) no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(/layout/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(/layout/pause_red.png) no-repeat; }
	#lbPause.green { background: url(/layout/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(/layout/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(/layout/pause_gold.png) no-repeat; }



#tt {position:absolute; display:block;}
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; }
#ttbot {display:block; height:5px; margin-left:5px;}

