@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#3f5257;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:normal 24px arial; color:#07889f; margin:0;padding:0; display:inline;}
h2			{font:normal 18px arial; margin:0;padding:0; display:inline;}
h3			{font:normal 26px arial; margin:0;padding:0; display:inline;}

.pad5		{padding:5px;}
.sm9		{font-size:9px;}
.sm10		{font-size:10px;}

img {behavior: url(inc/pngbehavior.htc);}


 
/*************  NEW WINDOW   ************/
a[target ="_blank"] {
   padding-right: 18px;
   background: transparent url(/images/newwindow.gif) no-repeat center right;
   }
a.nonewwin {
   padding-right: 18px;
   background: transparent url() no-repeat center right;
	}
a[target ="_blank"].pdf 	{
   padding-right: 18px;
   background: transparent url(/images/adobe-pdf.gif) no-repeat center right;
   }
ul#pdf a[target ="_blank"] {background:none;}




/******   LAYOUT   ******/
html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #3f5257;
	line-height:18px;
	background:#bff1f4 url(/images/bg.jpg) repeat-x;
	}
	
#wrapper	{
	width:1000px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	}
	
#header	{
	height:71px;
	width:950px;
	margin:20px auto 0 auto; 
	}

#header:after	{clear:both;}
#content:after	{clear:both;}
#contentbg		{
	background:url(/images/content.png) repeat-y;
	} 

#content	{
	width:950px;
	margin:0 auto;
	}

#rightcol	{
	float:right;
	margin: 15px 22px 15px 15px;
	width:212px;
	}

/******* FOOTER *******/
#footer	{
	width:960px;
	margin:0 auto;
	font-size:9px;
	color:#62bbcb;
	clear:both;
	}
#footer a	{
	color:#62bbcb;
	font-size:9px;
	text-decoration:none;
	}

#flmovie	{margin:0px -4px 0 16px;float:left;}



/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	background: url(/images/navbg.jpg);
	width:715px;
	margin:10px 10px 10px 25px;
	 border-top:1px solid #e69628;
	}
	
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 715px; /*For KHTML*/
  list-style: none;
  height: 40px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 40px;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  border-right: 1px solid #fdb858;
  border-right: 1px solid #c58020;
  padding: 0 3.05em 0 3em;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #252525;
  font: 14px/40px "Trebuchet MS", Arial, Verdana, Arial, Helvetica, sans-serif;
  letter-spacing:0.02em;
  text-transform:uppercase; 
  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: #fab550;
  color: #b97516;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
   font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	}

/* 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   **********/
#contact 	{
	margin:0;
	padding: 5px 0px 5px 5px;
	float:right;
	width: 210px;
	}	


#contact label,#contact input {
	display: block;
	width: 125px;
	float: left;
	
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 50px;
	padding-right: 5px;
	}

#contact input {border: 1px solid #59aab9;}

#contact br {clear: left;}

#contact fieldset	{
	background: #c9e4e6;
	border: 1px solid #59aab9;	
	margin:10px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#e79904;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}
	
#contact fieldset ol {  
	padding-top: 0.25em;
	}
#contact .state {width:126px;border: 1px solid #59aab9;}
	
#contact #comments	{
	display: block;
	width: 185px;
	height:70px;
	margin-bottom: 15px;
	}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}

#contact .shhhh { display:none; }

.shhhh	{ display:none; }


/* NEGATIVE */

.button a.negative, button.negative{
    background:#ebefef;
    border:1px solid #41b5ba;
    color:#36a0a5;
	padding:2px 3px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-left:70px;
}
.button a.negative:hover, button.negative:hover{
    background:#4aabbd;
    border:1px solid #9accf8;
    color:#fff;
	cursor:pointer;
}
.button a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}




/**********  SHOWCASE    ******/
.showcase	{
	width:222px;
	height:235px;
	background: #b6d8dc;
	border:1px solid #5cbbd5;
	padding:5px;
	float:left;
	margin:0 6px 10px 0;
	}


.showcaseOver {
	width:222px;
	height:235px;
	background:#f2d27b;
    border:1px solid #d1a326;
	padding:5px;
	float:left;
	cursor:pointer;
	margin:0 6px 10px 0;
	}
	

.showcase img,	
.showcaseOver img	{
	margin:0 auto;
	text-align:center;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	width:215px;
	}