body{
	padding:0;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	color:#303030;
	width:800px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../webmedia/graphics/pawback.png);
	background-repeat: repeat;
	height:900px;
	clear: right;
}
.container{
	color:#666666;
	text-align: left;
	width: 780px;
	margin: 0px;
	position:absolute;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image:url(http://dhhstigerband.com/website/webmedia/graphics/shadow.png);
	background-position:center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}	

/* IE ignores styles with [attributes], so it will skip the following. */
.container[class] {
	
	padding-left:10px;
	padding-right:10px;

}

.toppict {
	border:0;
	background-image: url(../../webmedia/graphics/header1.jpg);
	background-repeat: no-repeat;
	background-color:#666666;
	width: 780px;
	height: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	vertical-align: top;
}
/**************** Navigation ***********************/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                  /* the menu's overall height */
	width:720px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;        /* give us a black border underneath */
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 60px;
	background-color: #666666;
	margin-left: 0px;
	height: auto;
	}
	
	

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
	text-align: center;
	
}

.menu ul {
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;	
	
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;
	background-image: url(../../webmedia/graphics/stab.gif);
	width: auto;
	text-align: center;
	margin: 0px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
	
}



/**************** Main Nav ***********************/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	text-align: center;
	background-color:#FFD135;

}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:20px;
	text-align: center;
	color: #333333;
	width: 100px;
}

.menu ul li:hover a,
.menu ul li a:hover
{                        /* selected top-level menu items */
	height:20px;
	display:block;
	width:100px;
	text-align: center;
	background-image: url(../../webmedia/graphics/gtab.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	background-color:#FFD135;
}

.menu ul li#current a 
{                        /* selected top-level menu items */
	height:20px;
	display:block;
	width:100px;
	text-align: center;
	margin:0px;
	padding:0px;
	background-image: url(../../webmedia/graphics/currentgtab.gif);
	background-repeat: no-repeat;
	background-color:#FFD135;
}

/**************** Sub Nav ***********************/

.menu ul li:hover ul,
.menu ul li a:hover ul{
display:none;
}
.menu ul li#current ul  {                           /* 2nd level drop-down box */
	
	display:block;
	position:absolute;
	margin:0px;
	top:20px;              /* place us just up underneath the top-level images */
	width:780px;
	left:-60px;       /* left-align our drop-down to the previous button border */
	height:20px;      /* the drop-down height will be determiend by line count */
	color:#FFFFFF;         /* this sets our menu's effective "border" color */
	background-color:#FFD135;
	background-image:none;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {

	display:none;


}
.menu ul li#current ul.leftbutton
{/* our first dropdown should not be skewed */
	display:block;
	position:absolute;
	top:20px;              /* place us just up underneath the top-level images */
	width:780px;
	left:-160px;       /* left-align our drop-down to the previous button border */
	height:20px;      /* the drop-down height will be determiend by line count */
	color:#FFFFFF;/* this sets our menu's effective "border" color */
	background-color:#FFD135;
	background-image:none;
	margin: 0px;
	padding: 0px;
}


.menu ul li:hover ul.leftbuttonn,
.menu ul li a:hover ul.leftbuttonn{
display:none;
}
.menu ul li#current ul.leftbuttonn {/* our first dropdown should not be skewed */
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	top:20px;              /* place us just up underneath the top-level images */
	width:780px;
	left:-260px;       /* left-align our drop-down to the previous button border */
	height:19px;      /* the drop-down height will be determiend by line count */
	color:#FFFFFF;/* this sets our menu's effective "border" color */
	background-color:#FFD135; 
	background-image:none;
}
.menu ul li:hover ul.leftbuttonnn,
.menu ul li a:hover ul.leftbuttonnn{
display:none;
}
.menu ul li#current ul.leftbuttonnn {/* our first dropdown should not be skewed */
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	top:20px;              /* place us just up underneath the top-level images */
	width:780px;
	left:-360px;       /* left-align our drop-down to the previous button border */
	height:20px;      /* the drop-down height will be determiend by line count */
	color:#FFFFFF;/* this sets our menu's effective "border" color */
	background-color:#FFD135; 
	background-image:none;
}
.menu ul li:hover ul.leftbuttonnnn,
.menu ul li a:hover ul.leftbuttonnnn{
display:none;
}
.menu ul li#current ul.leftbuttonnnn {/* our first dropdown should not be skewed */
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	top:20px;              /* place us just up underneath the top-level images */
	width:780px;
	left:-460px;       /* left-align our drop-down to the previous button border */
	height:19px;      /* the drop-down height will be determiend by line count */
	color:#FFFFFF;/* this sets our menu's effective "border" color */
	background-color:#FFD135; 
	background-image:none;
}
.menu ul li:hover ul.leftbuttonnnnn,
.menu ul li a:hover ul.leftbuttonnnnn{
display:none;
}
.menu ul li#current ul.leftbuttonnnnn {/* our first dropdown should not be skewed */
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	top:20px;              /* place us just up underneath the top-level images */
	width:780px;
	left:-560px;       /* left-align our drop-down to the previous button border */
	height:19px;      /* the drop-down height will be determiend by line count */
	color:#FFFFFF;/* this sets our menu's effective "border" color */
	background-color:#FFD135; 
	background-image:none;
}


.menu ul li:hover ul li a,
.menu ul li a:hover ul li a,
.menu ul li#current ul li a	{                   /* 2nd level unselected items */
	border:0;
	margin:0;
	height:20px;
	color:#000000;               /* this sets the unselected drop-down text color */
	background-color:#FFD135;       /* this sets the drop-down menu background color */
	width:auto;
	background-image:none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover{                /* 2nd level selected item */
	color:#000000;
	background-image:none;
	height: 20px;
}


/****************Sub Nav Holder***********************/

.subnavspace {
	height: 20px;
	background-color: #e4e4e4;
	color: #e4e4e4;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 780px;

}

/******************* Main Contents ***************/

.contents {
	
	border-right:0px solid black;
	line-height:1.6em;
	text-align:left;
	background-color: #fff;
	border-top: 0px solid #efefef;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	width: 570px;
}
h1{
	font-size:1.6em;
	margin:0 0 0.7em 0;
	padding-bottom: 3px;
	border-bottom: black solid 0px;
	color: #FFCC00;
	background-image: url(../../webmedia/graphics/underline.jpg);
	height: 30px;
	background-repeat: no-repeat;
}
h2, h3{
	font-size:1.4em;
	margin:0;
	padding-bottom: 0px;
	color: #999999;
}
h3 {
	font-size: 1.2em ;
}
h4 {
	font-size: 0.9em;
	color: #FFCC00;
	margin: 0;
}
h5 {
	font-size: 1.1em;
	color: #8D8D8D;
	margin: 0;
	font-weight: bold;
}
	
.contents img{
	color:#303030;
	vertical-align: sub;
	margin: 0;
	display: inline;
}
.contents a{
	text-decoration:underline;
	color:#0033FF;
	font-weight: bold ;
	font-size: 105% ;
}
.contents a:hover{
	text-decoration: none;
	color:#000;
}
a img{
	border:0;
}
/******************* Left Nav ***************/
.mTitle p{
	font-size: 1.2em;
	font-style: normal;
	color: #666666;
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 3px 0px 3px 0px;
	border-bottom: 0px solid #000000;
	font-weight: bolder;
	float: left;

}
.mTitle li {
	margin-top: 0.1em ;
	font-size: 0.8em;
	font-style: normal ;
	padding: 1px ;
	line-height: 15px ;
	height: 17px;
}

.leftmenu{
	float:left;
	max-width:190px;
	font-size:14px;
	background-color: #FFFFFF;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	padding:0px;
	height:400px;
	background-repeat: no-repeat;
	background-image: url(../../webmedia/graphics/leftback.gif);
	padding-left: 10px;
	
}

/* IE ignores styles with [attributes], so it will skip the following. */
.leftmenu[class] {
	
	width:190px;

}

.leftmenu#remove{
	float:left;
	width:150px;
	font-size:14px;
	background-color: #FFFFFF;
	position: relative;
	display: block;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	padding: 0;
}

.leftmenu ul{	
	list-style:none;
	width:150px;
	margin:0 5px 20px 0px;
	padding:0;
	font-size:1em;
}	
.leftmenu li{
	margin-bottom:4px;
}
.leftmenu li a{
	font-weight:bold;
	height:auto;
	text-decoration:none;
	color:#000;
	display:block;
	padding:6px 10px 0 0px;
	border-bottom: 1px solid #efefef;
}	
.leftmenu li a:hover, #leftcurrent {
	background-color: #F5F5F5;
	color:#FFCC00;
	text-decoration: none;
	font-weight: bolder;
	font-size: 1em;
}
#leftcurrent {
	background-color: #FFFFFF;
	font-size: 18px;
}

/******************* Footer Details ***************/

.footer {
	clear:both;
	margin:0 auto;
	padding:10px 0 20px 0;
	border-top:1px solid #2a2a2a;
	width:780px;
	text-align:center;
	background-color: #666666;
	color: #FFCC00;
	font-size:1em;
	font-style: normal;
	font-weight: bold;
}
.footer a{
	color:#CCCCCC;
	text-decoration: underline;
}
.footer a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}


 /*********For Ajax Tabs*************/
.style2 {font-size: 1.2em; font-weight: bold; }
.shadetabs{margin-left:0;margin-top:1px;margin-bottom:0;font:bold 12px Verdana,Tahoma,Arial,sans-serif;list-style-type:none;text-align:left;padding:3px 0;}
.shadetabs li{display:inline;color:#999;margin:0;}
.shadetabs li a{text-decoration:none;margin-right:3px;border:1px solid #778;color:#666;background:#FFF url(../../webmedia/graphics/shade.gif) top left repeat-x;padding:3px 7px;}
.shadetabs li a:visited{color:#666;}
.shadetabs li a:hover{text-decoration:underline;color:#FC0;}
.shadetabs li.selected{position:relative;top:1px;color:#FC0;}
.shadetabs li.selected a{background-image:url(../../webmedia/graphics/shadeactive.gif);border-bottom-color:#FFF;color:#FC0;}
.shadetabs li.selected a:hover{text-decoration:none;color:#FC0;}
.contentstyle{border:1px solid gray;width:530px;margin-bottom:1em;padding:10px;}


#vidgal li
{
list-style-type: none;
padding: 0px;
margin:0px;
}
