@charset "utf-8";

    /* Setup Tabs */
    
    .ul1{
		background:#000;
        width:75px; /* Width of Tab Image */
		height: 75px;
		float: left;
        list-style:none;
		outline:none;
		padding: 0px;
		margin: 0px;

    }
    
    .ul1 li{
        height:75px; /* Height of Tab Image */
		width: 75px;
		margin-bottom: 17px;
    }
    
    /* Setup Tab so normal opacity is 100 and rollover is 100 */
    .ul1 li a img{
        /* for IE */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter:alpha(opacity=100);
      
        /* CSS3 standard */
        opacity:1.0;
      
    }
    

	.ul1 li a:visited img {
		border-color: #000;
	}
	
	.ul1 li a:unvisited img {
		border-color: #000;
	}
	.ul1 li a:link img {
	
		border-color: #000;
	}
	
	    /* Change Opacity to 100% on roll over */
    .ul1 li a:hover img{
	/* for IE */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	/* CSS3 standard */
        opacity:1.0;
	/*border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;*/
	border-top-color: #FF9;
	border-right-color: #FF9;
	border-bottom-color: #FF9;
	border-left-color: #FF9;	
    }

	
    /* Places images to the right of the tabs,
    and hides non selected images */
    #images{
		float: right;
        width:350px; 
        height:350px; 
		border: medium solid;
		border-color: #000;
		top: 30px;
        overflow:hidden;  /* Hides the non selected images */
    }
    
	#wrapper2{
		position: absolute;
		top: 0px;
		left: 20px;
        width:740px;
		height: 380px;
    }
	
	#wrapper3{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 780px;
		height: 380px;
		background-image:url(imgbckgrdindx.jpg);
    }

		
	#imagepic{
		position: absolute;
		top: 10px;
		width: 350px;
		height: 350px;
		right: 0px;
	}
	#piclist1{
		position: absolute;
		top: 10px;
		left: 0px;
		width: 75px;
		height: 450px;
	}
	#piclist2{
		position:absolute;
		top: 10px;
		left: 92px;
		width: 75px;
		height: 450px;

	}
	#piclist3{
		position: absolute;
		top: 10px;
		left: 184px;
		width: 75px;
		height: 450px;

	}
	#piclist4{
		position: absolute;
		top: 10px;
		left: 276px;
		width: 75px;
		height: 450px;

	}


#playerphoto {
	position: absolute;
	background-color: #FFF;
	top: 80px;
	right: 40px;
	border: medium solid #000;
	}

#playerphoto2 {
	position: absolute;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 500px;
	}

#playerphoto3 {
	position: absolute;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 500px;
	}

#playerphoto4 {
	position: absolute;
	background-color: #FFF;
	top: 0px;
	right: 0px;
	width: 260px;
	height: 500px;
}
#playerphoto5 {
	position: absolute;
	background-color: #FFF;
	top: 0px;
	right: 0px;
	width: 780px;
	height: 500px;
}

#playerphoto6 {
	position: absolute;
	background-color: #FFF;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 500px;
}

#info1 {
	position: absolute;
	background-color: #FFF;
	top: 40px;
	left: 20px;
	width: 450px;
	height: 200px;
	color:#C00;
	font-size: 1.2em;
	font-weight:bold;
	}
	
#info2 {
	position: absolute;
	background-color: #FFF;
	top: 200px;
	left: 20px;
	width: 450px;
	height: 200px;
	color: #c00;
	font-size: 1.0em;
	font-weight: bold;
	}


body {
	background-color:#666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 85% Arial, Helvetica, sans-serif;
}

#wrapper {
	top: 0px;
	width: 780px;
	height: 597px;
	margin: auto;
	text-align: left;
	border: medium solid #000;
}
#main {
	position: absolute;
	text-align: center;
	width: 780px;
	height: 500px;
	top: 100px;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	background-image: url(imgteambckgrd.jpg);	
}

h1 {
	font-size: 1.1em;
	font-weight:bold;
}
#leftheading{
	position: absolute;
	text-align:center;
	width: 520px;
	height: 10px;
	top: 10px;
	left: 0px;
	background-color:none;
}
#rigtheading{
	position: absolute;
	text-align:center;
	width: 520px;
	height: 10px;
	top: 10px;
	right: 0px;
	background-color:none;
}

#main2 {
	position: absolute;
	text-align: center;
	width: 780px;
	height: 500px;
	top: 100px;
	margin: 0px;
	padding: 0px;
	background-color:#FFF;	
		
}

#mainindex {
	position: absolute;
	text-align: center;
	top: 100px;
	width: 780px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	background-image:url(img11bkd.jpg);
}
#maincontact {
	position: absolute;
	text-align: center;
	top: 100px;
	width: 780px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	background-color:#000;
}

#mainlink {
	position: absolute;
	text-align: center;
	width: 780px;
	height: 500px;
	top: 100px;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	background-image:url(imgwldcatbattng.jpg);
}
#maininfo {
	position: absolute;
	text-align: center;
	width: 780px;
	height: 500px;
	top: 100px;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	background-image: url(imgsensihr.jpg);
}


#banner {
	position: absolute;
	text-align: center;
	width: 780px;
	height: 100px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#bottombanner1 {
	position: absolute;
	text-align: center;
	width: 740px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	top: 420px;
	left: 15px;
	font-size: 1.0em;
	font-weight: bold;
	background-color:#FFF;
	color:#000;
}


#bottombanner {
	position: absolute;
	text-align: left;
	width: 780px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	top: 476px;
	left: 0px;
	background-color:#000;
}
#bottombannerL {
	position: absolute;
	text-align: left;
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	top: 480px;
	left: 18px;
	background-color:#000;
	color: #FF9;
	font-size: 1.2em;
	padding-top: 3px;
}
#bottombannerR {
	position: absolute;
	text-align: right;
	width: 300px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	top: 480px;
	right: 18px;
	background-color:#000;
	color: #FF9;
	font-size: 1.2em;
	padding-top: 3px;
}



#bannermenu {
	position: absolute;
	top: 70px;
	left: 15px;
}


#about {
	position: absolute;
	width: 740px;
	height: 70px;
	top: 390px;
	left: 20px;
	font-size: 1.3em;
	color:#FFF;
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

#backbtn {
	position: absolute;
	top: 48px;
	left: 280px;
	width: 20px;
}

#backbtn2 {
	position: absolute;
	top: 48px;
	left: 280px;
	width: 20px;
}


table 
{
	position: absolute;
	top: 20px;
	width: 745px;
	left: 18px;
	border: medium solid #000;
	border-collapse: collapse;
	font-size: 1.3em;
	color: #000;
	background-color:#FFF;
}

th {
	background-color: #000;
	color:#FF9;
	border:#333 medium solid ;
	padding: 4px;
	margin: 7px;
	text-align: center;
}
td {
	border: thin solid #000;
	text-align: left;
	margin: 7px;
	padding: 4px;
}
td a:link{
	color:#003;
}
td a:visited{
	color:#003;
}

td a:unvisited{
	color:#F00;
}

.table2 
{
	position: absolute;
	top: 40px;
	width: 480px;
	left: 280px;
	border: none;
	border-collapse: collapse;
	font-size: 1.1em;
	color: #000;
	background-color:#FFF;
}

.table3 
{
	position: absolute;
	top: 40px;
	width: 480px;
	left: 280px;
	border: none;
	border-collapse: collapse;
	font-size: 1.1em;
	color: #000;
	background-color:#FFF;
}

.table4
{
	position: absolute;
	top: 40px;
	width: 485px;
	right: 250px;
	border: none;
	border-collapse: collapse;
	font-size: 1.1em;
	color: #000;
	background-color:#FFF;
}

.table5
{
	position: absolute;
	top: 210px;
	width: 300px;
	left: 30px;
	border: none;
	text-align:center;
	border-collapse: collapse;
	font-size: 1.2em;
	color: #000;
}

.table6
{
	position: absolute;
	top: 150px;
	width: 300px;
	left: 30px;
	border: none;
	text-align: center;
	font-style:italic;
	border-collapse: collapse;
	font-size: 1.3em;
	font-weight:bold;
	color: #000;
}

.td6{
	border: none;
	text-align: center;
	margin: 0px;
	padding:0px;
}

.th2 {
	background-color: #000;
	color:#FF9;
	font-size: 1.0em;
	font-weight:100;
	border:none;
}
.td2 {
	border: none;
	text-align: left;
	margin: 7px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right: 4px;
	padding-left: 4px;
}

.tdctc {
	border: none;
	text-align: left;
	margin: 7px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: .9em;
}


.td5 {
	border: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.td2 a:link{
	color:#003;
}
.td2 a:visited{
	color:#003;
}

.td2 a:unvisited{
	color:#F00;
}

.td2 a:hover{
	color:#C90;
}
.tdctc a:link{
	color:#003;
}
.tdctc a:visited{
	color:#003;
}

.tdctc a:unvisited{
	color:#F00;
}

.tdctc a:hover{
	color:#C90;
}



.td1 a:link{
	color:#F00;
}
.td1 a:visited{
	color:#F00;
};

.td1 a:unvisited{
	color:#F00;
}

.tdctr {
	text-align: center;
}

.tdctr2 {
	border: none;
	margin: 7px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}

.td1 {
	background-color: #30F;
	color:#F00;
	font-weight: bold;
	font-size: 1.1em;
}
