@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);}

.drkpurple, a.drkpurple, drkpurple a	{color:#4e366f;}

h1.heading	{
	background:url(../images/headingbg.jpg) no-repeat;
	text-indent:12px;
	padding-top: 6px;
	width:695px;
	height:46px;
	}

/*************  NEW WINDOW   ************/

ul.pdf	{list-style-image:url(../images/adobe-pdf.gif);}




/******   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:#d9d3cc url(../images/bg.jpg) repeat-x;
	}
	
#wrapper	{
	width:970px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	font: 1.3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
	
#mainheader	{
	background: url(../images/headerbg.jpg) no-repeat;
	margin-top:8px;
	padding: 15px 20px 0px 15px;
	height:120px;
		}
	



#headercontent	{
	height:83px; 
	}

#content	{
	width:970px;
	margin:0px 0 0px 0;
	background: url(../images/wrapperbg.png) repeat-y;
	behavior: url(inc/pngbehavior.htc);
	}

* html #content	{background: url(../images/wrapperbg.jpg) center repeat-y;}
html>/**/body #content	{margin:0px 0 -10px 0;} /*FF*/

	

#maincol	{
	width:700px;
	margin: 0 10px 10px 25px;
	}

#rightcol	{
	width:210px;
	float:right;
	margin: 0 15px 0 0px;
	}

* html #rightcol	{margin:0 7px 0 0px;}

.emailsignup	{
	background:#d0cecc;
	border:1px solid #b9b7b5;
	padding: 0 5px;
	}

#mainimage	{ 
	background: url(../images/MainImage.jpg) no-repeat; 
	width:689px;
	height:188px;
	} 
	
#mainimage .text	{
	float:right;
	width:265px;
	height:165px;
	margin: 8px;
	} 	

/******* FOOTER *******/
#footer	{
	height:80px;
	font-size:1.0em;
	color:#7a7874;
	clear:both;
	width:930px;
	margin:0 auto;
	text-align:left; 
	}
#footer a	{
	color:#7a7874;
	text-decoration:none;
	}

#footer #credit				 {float:right;width:120px;}
#footer #credit a 	 		 {color:#7a7874;text-decoration:none;}
#footer #credit a:hover 	 {color:#000;text-decoration:none;}

html>/**/body .footerimg		{margin-top:-5px;}



/******* HORIZONTAL NAV MENU  ***********/
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 934px; /*For KHTML*/
  list-style: none;
  height: 3px;
  margin-left:8px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none; 
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 25px;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 37px;
  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 #2e4c18;
  border-left: 1px solid #517d30;
  padding: 0 8px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  font: 12px/37px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

* html #mainheader {margin-bottom:-1px;}
* html ul#hrznav a {font: 12px/35px Verdana, Arial, Helvetica, sans-serif;}


/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background: #b55c21;
  color: #FFF;
  
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #974c1b;
  color: #fff;
  border:1px solid #864418;
  padding: 0 5px;
  font: 12px/28px 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: #a7541d;
  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: 200px;
	}

/* 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;
	}


#topnav	{
	float:right;
	margin:5px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color:#c6c0b8;
	} 
#topnav a{padding:4px 10px;color:#0d446c;}

#search	{
	background:url(../images/SearchBG.jpg) no-repeat;
	width:261px;
	height:47px;
	float:right;
	margin: 5px 5px 0 5px;
	}


*:first-child+html #search 	{padding-top:12px;}
* html #search				{padding-top:10px;height:34px;}


/**********  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/formgrad.jpg);
	color:#6e43a7;
	border: 1px solid #baaecc;	
	margin:5px 0px 0px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 5px 10px;
	} 
	
#contact legend	{
	color:#441f76;
	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 9px;
	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;
}