@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#252525;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}

.red	{color:#cc0000;}
.dispBox {border:1px solid #FF0000; background-color:#CCCCCC; padding:5px; }


/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	background:#cc0000 url(../images/bg.jpg) repeat-x;
	}
	
#wrapper	{
	width:976px;
	height:auto;
	margin: 0 auto;
	padding: 0 12px;
	text-align:left;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
	
#flame	{
	width:396px;
	height:353px;
	position:absolute;
	margin: 100px 0 0 480px;
	}

#flmovie	{
	width:900px;
	height:294px;
	margin:0 auto;
	}
	
#header	{
	height:150px;
	margin:0 auto;
	}

#content	{
	width:915px;
	margin:0px;
	padding: 18px 35px;
	background: url(../images/ContentBG.png) repeat-y;
	min-height:400px;
    height:auto !important;
    height:400px;
	}
	

h1.heading	{
	width: 625px;
	height:63px;
	text-indent:125px;
	font: 23px/70px Georgia, "Times New Roman", Times, serif;
	background:url(../images/HeadingBG.jpg) no-repeat;
	color: #ed9112;
	float:left;
	}

#emailsignup	{
	width: 282px;
	height:58px;
	font:10px/20px Georgia, "Times New Roman", Times, serif;
	background:url(../images/EmailSignupBG.jpg) no-repeat;
	padding: 3px 0 2px 8px;
	display:inline;
	color: #fff;
	float:right;
	text-align:center;
	}
	
#emailsignup form	{margin:0;padding:0}
#emailsignup input#EmailAddress	{
	float:left;padding:3px;margin:5px 0 0 30px;
	}

/******* FOOTER *******/
#footer	{
	width:900px;
	font-size:.9em;
	color:#fff;
	margin:0 auto;
	text-align:left;
	clear:both;
	}


#footer #credit				 {float:right;width:110px;}
#footer #credit a 	 		 {color:#ccc;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}

#footer .spider	{margin-top:-15px;}


/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	background: url(../images/Navbg.jpg) no-repeat;
	width:590px;
	height:50px;
	float:right;
	margin: 75px 0 0 0;
	}
	
	
ul#hrznav {
  margin: 10px 0 0 5px;
  border: 0 none;
  padding: 0;
  width: 590px; /*For KHTML*/
  list-style: none;
  height: 24px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  padding: 0 6px 0 5px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  font: 15px/32px Tahoma, Verdana, Arial, Helvetica, sans-serif;
  border-right:1px solid #92590b;
  border-left:1px solid #c08739;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background: url(../images/navbg-hover.png);
  color: #f5ae14;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
	}

/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 3rd Menu */
ul#hrznav li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#hrznav li:hover li:hover li a:hover,
ul#hrznav li:hover li:hover li:hover a,
ul#hrznav li.iehover li.iehover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#hrznav li:hover li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#hrznav li:hover li:hover li:hover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}









/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: url(../images/formbg.jpg);
	color:#148eae;
	border: 1px solid #31b1d2;	
	margin:0px 0px 5px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 5px 10px;
	} 
	
#contact legend	{
	color:#990000;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh { display:none; }



/* SUBMIT BUTTON */

.button a.submit, button.submit{
    display:block;
    float:left;
    margin:0 7px 0 0;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    text-decoration:none;
    cursor:pointer;
	padding: 5px 2px;
	background-color:#f5f5f5;
	font:bold 100% "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color:#565656;
}
.button a.submit:hover, button.submit:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	cursor:pointer;
}
.button a.submit:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}	 
	
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


table#survey {
	background: #99CCFF;
	color:#333;
	border: 2px solid #0066FF; }
table#survey td {padding-bottom: 10px; padding-right: 10px; }
