@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(woodpttrnsdark.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	z-index: 34;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #nav {
	background: #DDDDDD; 
}
.oneColFixCtrHdr #navr h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-repeat: repeat;
	background-image: url(canvasbg.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: fixed;
}
.oneColFixCtrHdr #header {
	width: 100%;
	height: 83px;
	background-repeat: no-repeat;
	background-image: url(logowithwhitefadesm.png);
	  z-index: 13;
	  
}

.hide {
display: none;
}

#fltrtpics { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: -20px;
	width: 52px;
	height: 35px;
	Z-index:2;
	visibility: visible;
}

#pict01 {
	float: center;
	left: 0in;
	top:912px;
	Z-index:1;
	visibility: visible;
	width:100%;
	height: 35px;
	background-repeat: repeat-x;
	background-image: url(navbg1.png);
}

#pict02 {
	float: left;
	margin-top: 51px;
	margin-left: 23px;
	width: 80px;
	Z-index:2;
	visibility: visible;
}

#pict03 {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	width: 80px;
	Z-index:4;
	visibility: visible;
}

#pict04 {
	float: left;
	margin-top: 51px;
	margin-left: 43px;
	width: 80px;
	Z-index:2;
	visibility: visible;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 35px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(bulliten_board_mask.png);
	width: 871px;
	height: 682px;
	 
      
}

#fltrthome { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	background-repeat: no-repeat;
	background-image: url(sheeptemplate2.png);
	height: 687px;
	margin-top: 20px;
	margin: 400 auto;
	padding-left: 160px;
	padding-right: 160px;
}

#fltrtext { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-top: 200px;
	margin-right: 10px;
}

#fltrcontact { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-top: 230px;
	margin-left: 270px;
	margin-right: 110px;
	height: 287px;
}
.fltrcontact { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 5px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(contactdisplay.png);
	width: 1152px;
	height: 735px;
	Z-index:3;
	visibility: visible;
	
}

.fltrgalview { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	z-index: 1;
	float: left;
	margin-top: 80px;
	margin-left: 186px;
	height: 687px;

	
}

.fltrflashview { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	z-index: 1;
	float: left;
	margin-top: 100px;
	margin-left: 105px;
	height: 687px;
	Z-index:2;
	visibility: visible;
	
}

.fltrtflash { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: -60px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(flashdisplay1.png);
	width: 1152px;
	height: 735px;
	Z-index:3;
	visibility: visible;
	
}
#fltrttvmap { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: -20px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(tvposterviewer.png);
	width: 1152px;
	height: 735px;
	Z-index:2;
	visibility: visible;
}

.sidebartv {
	float: left;
	margin-top: 51px;
	margin-left: 97px;
	height: 687px;
	Z-index:2;
	visibility: visible;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	-moz-opacity: 50;
	z-index: 1;
}


/* this is the beginning of the css photo alignment  */
#photo {
margin:0;
padding:0;
font-family:Verdana, arial, helvetica, sans-serif;
font-size:8pt;
}

#photo li a span { display:none; }

      #photo li a:hover span {
position:relative;
display:block;
width:245px;
left:0px;
top:191px;
padding:5px;
border:1px solid #000;
background:#fff;
text-decoration:none;
color:#000;
}


/* end photo alignment  */

.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-top: 2px solid black; /*top horizontal line that runs beneath tabs*/
	scrollbar-3d-light-color: thitt;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 44px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;

}

.mattblacktabs li{
display: inline;
margin: 0;


}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid black; /*right divider between tabs*/
color: white;
Z-index:2;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/* end of nav tabs*/


#fontstylsms {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.oneColFixCtrHdr #footer p {
	background-repeat: repeat;
	background-image:url(woodpttrnsml.png);
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-top-style: groove;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
