/* COLORS

#F7931E - Orange
#FDB913 - Gold Yellow
#000000 - Black
#666666 - Gray

*/

body  {
	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 */
	background-image:url(../images/bgTile.gif);
	background-repeat:repeat-x;
	}
img {
	border: 0;
	}
#container {
	width: 1300px; /* Contains width bug on IE. Needs to be 800px to work on IE. */
	margin: 0 auto; /* centers main container */
	text-align:left;
	}
#header {
	height:102px;
	margin:0 150px;
	}
#navs {
	background-image:url(../images/navBG.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 150px;
	}
#content {
	background:no-repeat bottom left;
	margin:0;
	}
#text {
	position:absolute;
	z-index:10;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:16px;
	}
#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 150px;
	}
#footer td {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	text-decoration:none;
	}
#footer td a:link, a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	text-decoration:none;
	}
#footer a:hover {
	color:#F7931E;
	text-decoration:underline;
	
	}
h1 {
	color:#000;
	text-indent: -9999px;
	margin:0;
	}
.heading {
	font-family:"Myriad Pro Light", "Myriad Light", "Myriad", Geneva, Arial, Helvetica, sans-serif;
	color:#F7931E;
	font-size:20px;
	line-height:22px;
	}
.subheading {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#F7931E;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	}
.text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:16px;
	}
#text a {
	color:#F7931E;
	text-decoration:underline;
	font-size:12px;
	line-height:16px;
	}
#text a:hover {
	color:#666;
	text-decoration:none;
	}
#copyright {
	margin:15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height: 14px;
	}	

/* Styles for scrolling layers - Specify width and height in hold and wn, and in clip for wn */
div#hold {
	position:relative;
	overflow:hidden;
	width:400px;
	height:250px;
	vertical-align: middle;
	}
div#wn {
	left:0px;
	top:0px;
	position:absolute;
	width:400px;
	height:250px;
	clip:rect(0px,400px,250px,0px); 
	overflow:hidden;
	vertical-align: middle;
	}
div#lyr1 {
	left:0px;
	top:0px; 
	position:relative;
	visibility:hidden;
	z-index:1;
	vertical-align: middle;
	}
  
/* table containing images */
table#t1 td { 
	width:380px; 
	text-align:center;
	padding:0 20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:16px;
	background-image:url(../images/videoBG.gif);
	background-repeat:no-repeat;
	background-position:center top;
	}  

