@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#a2a1a1; outline: none;}

.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}

.heading	{color:#d30c0c;text-align:right;}
hr	{border:0px;border-top:1px solid #2d0a0a;border-bottom:1px solid #000;}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}
#googlemap {width: 650px; height: 270px; border:1px solid #ccc;line-height:15px;float:left;}

strong	{font-weight:normal;}

/******   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: #a2a1a1;
	background:#000 url(../images/bg.jpg) repeat-x;
	}
	
#wrapper	{
	width:1000px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
	
#header	{
	height:100px;
	margin:0 auto;
	}

#content	{
	width:1000px;
	margin:-20px 0 0 0;
	padding:25px 0 0 0;
	background: url(../images/middlebg.jpg) no-repeat;
	min-height:280px;
    height:auto !important;
    height:280px;
	}
	
img#gre	{margin:80px 45px 0 0;float:right;}

#marqueecontainer2{
	position: relative;
	width: 190px;
	height: 110px;
	overflow: hidden;
	margin: 0px 18px 0 0; 
	color:#d30c0c;
	float:right;
}


#marqueecontainer {
	position: relative;
	width: 380px;
	height:140px;
	overflow: hidden;
	line-height:23px;
	margin:80px 0 0 60px;
	float:left;
	color:#8a0408;
}
#vmarquee span	{
	color:#fff;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:14px;

	}


.box	{
	width:306px;
	background:url(../images/boxesbg.jpg) no-repeat;
	color:#797a7b;
	padding:10px;
	float:left;
	}

.box a, .box a:link {color:#797a7b; text-decoration:underline;}

#content h1.headersinline,#content h2.headersinline,#content h3.headersinline, .box h1.headersinline{
	font: 1.0em/1.0em Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	}

table.ref td:first-line	{font-weight:bold;}



/******* FOOTER *******/
#footer	{
	height:80px;
	font-size:.80em;
	line-height:1.3em;
	color:#5b5a5a;
	border-top:1px solid #252525;
	clear:both;
	}
#footer a	{text-decoration:none;color:#5b5a5a;}
#footer a:hover	{color:#fff;text-decoration:underline;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#5b5a5a;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}




/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	width:765px;
	height:75px;
	float:right;
	background: url(../images/navbg.jpg) 0 11px no-repeat;
	}
	
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0 0 0px 0;
  width: 765px; /*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: 55px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

ul#hrznav a.red	{color:#d30c0c;}

/* Root Menu */
ul#hrznav a {
  padding: 25px 10px 10px 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #ccc;
  font: 14px/25px Arial, Helvetica, sans-serif;
  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.jpg) top center no-repeat;
  color: #FFF;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #2b0c0c;
   font: 12px/18px Arial, Helvetica, sans-serif;
   padding:3px 5px;
  color: #ccc;
  border:1px solid #461717;
	}

/* 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: #461717;
  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;
	background:#090909;
	border: 1px solid #272526;	
	}	

#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	{
	margin:0px 0px 10px 0px;
	position:relative;
	border:1px solid #1F171B;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#8f8f8f;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	}

#contact span.state	{width:130px;float:left;text-align:right;}
	
#contact #zip {
	width: 60px;
	margin-right:12px;
	float: left;
	}
#contact #zipname	{width:27px;margin-left:13px;float:left;}
	
#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;}