@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#a7a6a6; 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}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}
gf
img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}

h1.heading	{background:url(../images/headingbg.jpg) no-repeat; padding:0px 0 3px 25px;text-align:center;}

.red,
a.red,
a.red:link,
a.red:visited,
a.red:hover,
a.red:active	{color:#a40d09;}

/******   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: #a7a6a6;
	background:url(../images/bg.jpg);
	}
	
#wrapper	{
	width:976px;
	height:auto;
	margin: -10px auto 0 auto;
	padding: 0 12px;
	text-align:left;
	background: url(../images/wrapperbg.png) repeat-y;
	behavior: url(inc/pngbehavior.htc);
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}

#home #wrapper	{margin: 0 auto;}
	

#flasharea	{
	width:920px;
	margin:-13px auto 0 auto;
	height:323px;
	position:relative;
	z-index:1;
	}

#newsbg	{
	width:305px;
	height:323px;
	float:right;
	background:url(../images/newsbg.jpg) no-repeat;
	color:#a7a6a6;
	}

#news	{
	color:#a7a6a6;
	margin: 62px 15px 0 0px;
	width:290px;
	height:245px;
	font-size:11px;
	line-height:13px;
	overflow:hidden;
	
	}

#news a {color:#a40d09;}

#news h1	{
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	}

#content	{
	width:910px;
	margin:0 0 0 35px;
	min-height:320px;
    height:auto !important;
    height:320px; 
	padding-top:15px;
	}
#home #content	{padding:0;}
#content .homepagetext	{
	width:865px;
	height:108px;
	background:url(../images/textbghome.jpg) no-repeat;
	padding:10px 20px;
	line-height:18px; 
	}

html>/**/body #content .homepagetext	{height:108px;padding:1px 20px;}

.mission	{
	font:16px/19px  Georgia, "Baskerville Old Face", "Times New Roman", Times, serif;
	}

ul#projects	{margin:0;padding:0}
ul#projects li	{
	list-style:none;
	width:200px;
	border:8px solid #393939;
	display:block;
	background:#393939;
	float:left;
	margin:5px 5px; 
	text-decoration:none;
	}

ul#projects li em	{
	display:block;
	background:#393939;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#cc140f;
	text-decoration:none;
	padding:3px 4px 0px 4px; 
	text-decoration:none;
	}
 
ul#projects li a {text-decoration:none;}
ul#projects li:hover	{border:8px solid #919191; 
	text-decoration:none;}


#flmovie	{
	width:615px;
	height:276px;
	float:left;
	background:url(../images/flashbg.jpg) no-repeat;
	}



/******* FOOTER *******/
#footerbg	{
	width:1000px;
	margin:0 auto;
	text-align:center;
	background:url(../images/footerbg.png) no-repeat;
	behavior: url(inc/pngbehavior.htc);
	}
	
#footer	{
	padding:65px 25px;
	font-size:1.0em;
	line-height:1.3em;
	color:#aeaeae;
	clear:both;
	text-align:left;
	}
#footer a	{text-decoration:none;color:#aeaeae;}

#footer #credit				 {float:right;width:115px;}
#footer #credit	img			 {margin-top:-19px;}
*html #footer #credit	img			 {margin-top:0px;}
#footer #credit a 	 		 {color:#aeaeae;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}

#footer	.address	{
	width:560px;
	text-align:center;
	margin:0 auto;
	}


/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	width:1000px;
	height:66px;
	background:url(../images/navbg.png);
	behavior: url(inc/pngbehavior.htc);
	margin: 0 auto;
	text-align:center;
	padding: 0 0 0 0;
	position:relative;
	z-index:500;
	}
	
*html #nav	{background:url(../images/navbg.jpg);}
	
ul#hrznav {
  margin: 0px;
  border: 0 none;
  padding: 20px 15px 0 30px;
  width: 960px; /*For KHTML*/
  list-style: none;
  height: 24px;position:relative;
	z-index:500;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 28px;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 190px;
  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 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #bababa;
  font:bold 13px/19px Arial, Helvetica, sans-serif;
  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 {
  ackground: #CCC;
  color: #FFF;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #141414;
  color: #bababa;
  font:13px/24px Arial, Helvetica, sans-serif;
  text-transform:none;
  border:1px solid #282828;
  text-align:left;
  padding: 3px 5px;
	}

/* 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: #1a1a1a;
  color: #a40d09;
	}

/* 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: 190px;
	}

/* 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;
	}





/******* VERTICAL NAV MENU  ***********/
ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 192px; /*For KHTML*/
  list-style: none;
  float:left;
	}

ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
	}

/* Root Menu */
ul#vrtnav a {
  border: 1px solid #d69d24;	
  padding: 0.20em 6px 0.20em 6px;
  display: block;
  background: #eeb949;
  color: #705738;
  font: bold 12px/23px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#vrtnav a:hover,
ul#vrtnav li:hover a,
ul#vrtnav li.iehover a {
  background: #fcd073;
  color: #886721;
	}

/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #fcd073;
  color: #886721;
  padding: 1px 6px;
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
  }

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #e8bd62;
  color: #886721;
	}

/* 3rd Menu */
ul#vrtnav li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#vrtnav li:hover li:hover li a:hover,
ul#vrtnav li:hover li:hover li:hover a,
ul#vrtnav li.iehover li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#vrtnav li:hover li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#vrtnav li:hover li:hover li:hover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 192px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
	}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block;
	}



img.border	{
	padding:3px;
	background:#fff;
	border:1px solid #252525;
	}


/**********  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	{
	border: 1px solid #484848;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#a40d09;
	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 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;}

.cursor {
	cursor:pointer;
	padding:3px;
	background:#BCBCBE;
	display: block;
	float: left;
	margin: 3px;
	width: 100px;
	}
.projdiv {
	float: left;
	width: 310px;
	height: auto;
	padding: 5px;
	}
.imgdiv {
	float:right;
	clear:right;
	text-align:right;
	width:580px;
	height:auto;
	padding:5px;
	/*background:#393939;
	border: 1px solid #BCBCBE;*/
	}
.imgdiv img {float:right!important;}
.mainprojectimg {float:right; margin:0 0 10px 10px;}
