@charset "UTF-8";
body  {
	background: #FFF;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.Index #container {
	width: 1024px;
	text-align: left;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #3F3F3F;
} 
#HHserviceTabPnel {
	display: none;
}

#newsText p {
	margin: 5px;
}
.Index #subtitle {
	height: 50px;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 350px;
	display: none;
}
.Index #top {
	height: 525px;
	width: 1024px;
	position: absolute;
	top: 0px;
	background-color: #3F3F3F;
	left: 0px;
}
.Index    #sideLTOP {
	height: 320px;
	width: 370px;
	float: left;
	background-image: url(../_images/HH_vfx&postV.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	top: 250px;
}
.Index  #sideLTOP  #logo {
	position: absolute;
	top: 297px;
	left: 1px;
}
.Index      #sideLBT {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	background-image: url(../_images/SFD_BGimage.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	height: 200px;
	left: -4px;
	position: absolute;
	bottom: 0px;
}
.Index #sideR {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 450px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 700px;
	left: 100px;
}
.Index #container #top #HHsideLTOP {
	display: none;
}
.Index #container #top #HHsideLBT {
	display: none;
}
.Index #sideR #news {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#buttons   #ul_screen    {
	height: 130px;
	background-color: #FFF;
	background-image: url(../_images/leftSide_bottom_BG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1024px;
	position: absolute;
	left: -4px;
	top: 525px;
} 
#buttons  #globalButton       {
	font-family: "TradeGothic LH Extended", Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	position: absolute;
	width: 680px;
	left: 18em;
}
#buttons  #globalButton  li     {
	float: left
	}
#buttons  #globalButton  li   a    {
	display: block;
	padding-top: 0.2em;
	padding-right: 1.5em;
	padding-bottom: 0.2em;
	padding-left: 1.5em;
}
#buttons   #wrapper02   {
	display: none;
}
#buttons #globalButton    li    a.current   {
	color: #fa0;
	font-family: "TradeGothic LH Extended", Arial, Helvetica, sans-serif;
}
#buttons #globalButton    li    a.inactive   {
	color: #666;
	cursor: default;
	}
#buttons #globalButton a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
#buttons #globalButton a:hover, a:active {
	color: #FF9900;
}
#buttons #reelSub {
	position: absolute;
	left: 25.3em;
	top: 553px;
	padding: 0px;
}
#buttons #reelSub ul {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#buttons #reelSub li a:link,#buttons #reelSub li a:visited{
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
#buttons #reelSub li a:hover,#buttons #reelSub li a:active{
	color: #fa0;
	}
#address  {
	font-family: "TradeGothic LH Extended", Arial, Helvetica, sans-serif;
	height: 16px;
	width: 1024px;
	background-color: #3F3F3F;
	position: absolute;
	top: 650px;
	padding: 0px;
}
#address  p  {
	font-family: "TradeGothic LH Extended",Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #CCCCCC;
	position: absolute;
	top: -10px;
	right: 5px;
	font-weight: normal;
}
.fltrt { /* 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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h6     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #999999;
}
h6  a:link, h6 a:visited {
	text-decoration: none;
	color: #81A355;
}
h6  a:hover, h6 a:active {
	color: #fa0;
}

.service #top {
	bottom: 525px;
	height: 525px;
	width: 1024px;
	position: absolute;
	top: 0px;
	background-color: #3F3F3F;
	left: 0px;
}
.service #container {
	width: 1024px;
	text-align: left;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #3F3F3F;
} 
.service #sideLTOP {
	height: 500px;
	width: 400px;
	float: left;
}
.service #sideLBT {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	background-image: url(../_images/SFD_BGimage.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	height: 200px;
	left: -4px;
	position: absolute;
	bottom: 0px;
}
.service  #sideR {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
	height: 500px;
	width: 1024px;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
} 
#sideR #serviceTabPnel {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 1024px;
	height: 778px;
}

#serviceTabPnelCont
 {
	background-color:#FFF;
	height: 380px;
	width: 775px;
	padding-left: 20px;
	overflow: scroll;
	position: absolute;
	text-decoration: none;
	top: 79px;
	right: 49px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#serviceTabPnelCont #showStill {
	position: relative;
	height: 220px;
	width: 200px;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#serviceTabPnelCont  #credits {
	width: 725px;
	top: 0px;
	font-size: 12px;
	height: 86px;
	position: relative;
	padding: 10px;
}
.ReelLink  {
	position: absolute;
	top: 206px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F3F3F;
	width: 200px;
	height: 23px;
	left: -2px;
	padding-left: 10px;
	padding-top: 5px;
}
#serviceTabPnelCont #showList     {
	position:absolute;
	width: 204px;
	height: 228px;
	top: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 539px;
	}
#serviceTabPnelCont #showList ul{
	margin: 0;
	padding:0;
	list-style:none;
	color: #999999;	
}
#serviceTabPnelCont #showList ul li{
	margin:0;
	padding:0;
}
#serviceTabPnelCont #showList ul a{
	font-size: 10px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
	display: block;
	width: 170px;
	padding-left:30px;
	background-repeat: no-repeat;
	background-position: -200px center;
	background-image: url(../_images/list_bg_cam.gif);
}

#serviceTabPnelCont #showList ul a:link, #serviceTabPnelCont #showList ul a: visited{
	color: #666;
}
#serviceTabPnelCont #showList ul a:hover, #serviceTabPnelCont #showList ul a:active{
	color: #fa0;
	background-position:left 0px;
}
#sideR #serviceTabPnelTab {
	position: absolute;
	top: 49px;
	width: 700px;
	left: 350px;
}
#sideR #serviceTabPnelTab ul{
	margin: 0;
	padding:0;
	list-style:none;
	color: #999999;
	bottom: 0px;
	float: left;
	}
#sideR #serviceTabPnelTab li{
	float: left;
}
#sideR #serviceTabPnelTab li a:link, #sideR #serviceTabPnelTab li a:visited{
	display: block;
	background: #666666;
	text-decoration: none;
	color: #000;
	margin-right: 0.2em;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-family: "TradeGothic LH Extended", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
#sideR #serviceTabPnelTab li a:hover, #sideR #serviceTabPnelTab li a:active{
	color: #fa0;
	background-color:#999999;
	}	
#sideR #serviceTabPnelTab li a.current, #sideR #serviceTabPnelTab li a.current:hover, #sideR #serviceTabPnelTab li a.current:active{
	color: #fa0;
	background-color:#FFFFFF;
	cursor: default;
	}
#HHSub{
	display: none;
}

#sideR #newsTabPnel {
	width: 1024px;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 778px;
}
#sideR #newsTabPnelTab {
	width: 166px;
	height:80px;
	position: absolute;
	top: 40px;
	right: 66px;
	}
#sideR #newsTabPnelTab ul{
	margin: 0;
	padding:0;
	list-style:none;
	color: #999999;
	float: left;
	right: -44px;
	bottom: 1px;
	}
#sideR #newsTabPnelTab li{
	float: left;
	
}
#sideR #newsTabPnelTab li a:link, #sideR #newsTabPnelTab li a:visited{
	display: block;
	background: #666666;
	text-decoration: none;
	color: #000000;
	margin-right: 0.2em;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-family: "TradeGothic LH Extended", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
#newsTabPnelCont .image      {
	color: #fa0;
	}	
#sideR #newsTabPnelTab li a.current, #sideR #newsTabPnelTab li a.current:hover, #sideR #newsTabPnelTab li a.current:active{
	color: #fa0;
	background-color:#FFFFFF;
	cursor:pointer;
	}
	
#newsTabPnelCont{
	background-color:#FFFFFF;
	width: 400px;
	position: absolute;
	top: 70px;
	height: 380px;
	overflow: scroll;
	font-size: 12px;
	right: 27px;
	padding: 10px;
}
#newsTabPnelCont .image {
	padding-bottom: 4px;
	padding-right: 10px;
	clear: both;
}
#newsImage {
	clear: both;
	position: relative;
	left: 20px;
}
#newsTitle {
	font-size: 18px;
	color: #990033;
	padding-right: 5px;
	clear: both;
	padding: 0;
	margin-top: 0px;
	margin: 0px;
	left: 25px;
	position: relative;
}
#newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	margin: 0px;
	margin-bottom: 1px;
	left: 320px;
	position: relative;
}
#newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin-top: 0px;
	margin: 0px;
}
#newsText a:link,  #newsText a:visited{
	text-decoration: none;
	color: #9C0;
	font-family: "TradeGothic LH Extended", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#newsText a:hover, #newsText a:active{
	color: #fa0;
	}	


#hilight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#hilight a:link, #hilight a:visited {
	color: #339933;
	text-decoration: none;
	}
#hilight a:hover, #hilight a:active {
	color:#993300
	}
	
	
#contact {
	width: 400px;
	top: 80px;
	position: relative;
	left: 100px;
}#contactMap {
	position: absolute;
	left: 250px;
	top: 60px;
	width: 230px;
}
#contactMap p {
	margin: 0px;
	margin-top: 10px;
}
#wrapper02  {
	display: none;
}
#HHcontact {
	display: none;
}
#HHaddress {
	display: none;
}
.showlistInactive {
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
	background-position: -200px center;
}

h5  a:link, h5 a:visited {
	text-decoration: none;
	color: #81A355;
}
h5  a:hover, h5 a:active {
	color: #F93;
	cursor:pointer
}
.externalLink a:link, h5 a:visited {
	color: #666;
	cursor:pointer
}
#creditTabPnelCont{
	background-color:#FFF;
	height: 380px;
	width: 775px;
	padding-left: 20px;
	overflow: scroll;
	position: absolute;
	text-decoration: none;
	top: 79px;
	right: 49px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

#creditTabPnelCont a:link,  #creditTabPnelCont a:visited{
	text-decoration: none;
	color: #9C0;
	font-family: "TradeGothic LH Extended", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#creditTabPnelCont a:hover, #creditTabPnelCont a:active{
	color: #fa0;
	}	
.othershows  {
	position: relative;
	top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F3F3F;
	width: 200px;
	height: 23px;
	left: -2px;
	padding-top: 5px;
}
