@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#000;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}
.photo 		{border:1px solid black;}

.blue		{color:#2d64c7;}
.white		{color:#fff;}

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;}


#map img {behavior:none !important;}
#map {line-height:15px;}
img {behavior: url(inc/pngbehavior.htc); background:none;}


/*************  NEW WINDOW   ************/
a[target ="_blank"] {
   padding-right: 18px;
   /*background: transparent url(../images/newwindow.gif) no-repeat center right;*/
   }
a.nonewwin {
   padding-right: 0px;
   background: transparent url() no-repeat center right;
	}
a[target ="_blank"].pdf 	{
   padding-right: 0px;
   background: transparent url(../images/adobe-pdf.gif) no-repeat center right;
   }
ul#pdf a[target ="_blank"] {background:none;}





/******   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%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #261f18;
	background:#1f2732;
	}
	
#wrapper	{
	width:976px;
	height:auto;
	margin: 0 auto;
	padding: 0 12px;
	text-align:left;
	}
	
#header	{
	height:420px;
	margin:25PX auto 0 auto;
	}

.logo	{	
	float:left;
	margin: 20px 0;
	}

#content	{
	width:930px;
	margin:0px;
	padding: 5px 30px; 
	background: url(../images/contentbg.jpg) repeat-y;
	font: 1.4em/1.4em Verdana, Arial, Helvetica, sans-serif;
	}
	
#scrollouter {width:930px; text-align:center;}
#flmovie2 {}



/******* FOOTER *******/
#footer	.box {color:#e7e1d2}
#footer #address	{width:185px; float:left; margin: 0 5px 0 28px;}
#footer #portfolio	{width:365px; float:left; margin: 0 20px 0 0px;}
#footer #quote		{width:345px; float:left;}

#footer	{
	width:970px;
	font-size:1.2em;
	line-height:1.2em;
	color:#fff;
	padding: 10px;
	background: url(../images/footerbg.jpg);
	clear:both;
	}
#footer a	{
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
	}

#credit				 {float:right;width:120px;}


.footertext, 
.footertext a,
.footertext a:link,
.footertext a:visited,
.footertext a:hover,
.footertext a:active	{color:#647388;}


/******* HORIZONTAL NAV MENU  ***********/
#nav	{float:right;width: 600px;}
ul#hrznav {
  margin:95px auto 15px auto;
  border: 0 none;
  padding: 0;
  width: 600px; /*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 17px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #cbc4b6;
  font:1.7em/1.90em "Copperplate Gothic Bold", "Times New Roman", Times, 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: #181e26;
  color: #fff;
	}

/* 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: #b0a999;
	border: 1px solid #a19986;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#14549c;
	font-variant:small-caps;
	font:bold 0.94em 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;
	}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh { display:none; }
