@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#474646; 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;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#googlemap {width: 600px; height: 555px; border:1px solid #ccc;float:left;margin-right:25px;}
.red	{color:#990000;}


/******   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% Arial, Helvetica, sans-serif;
	color: #474646;
	background:#eaf6fe url(../images/bg.gif) repeat-x;
	text-shadow: 1px 1px 0px #fff;
	}
	
#headerbg	{
	height:135px;
	margin:0 auto;
	background: url(../images/HeaderBG.gif) top center no-repeat;
	text-align:left;
	}

#header	{
	width:1000px;
	height:100px;
	margin:0 auto;
	}
		
	
#wrapper	{
	width:1000px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	font: 1.3em/1.5em Arial, Helvetica, sans-serif;
	}

h1#heading	{font-size:24px;margin-top:10px;color:#990000}
img.hr	{margin-top:-10px;}

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}



#content	{
	width:1000px;
	margin:0px; 
	text-shadow: 1px 1px 0px #fff;
	min-height:650px;
    height:auto !important;
    height:650px;
	}
	

#locations	{
	width:230px;
	float:right;
	margin:25px 0 0 0;
	}

.boxes	{
	float:left;
	}

.box1	{
	float:left;
	width:350px;
	height:55px;
	background:url(../images/Box-Whatwedo.gif) no-repeat;
	margin: 0 15px 15px 0;
	padding: 40px 5px 5px 15px;
	font: 12px/13px  Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #fff;
	}
	
.box2	{
	float:left;
	width:350px;
	height:55px;
	background:url(../images/Box-CustomerService.gif) no-repeat;
	margin: 0 15px 15px 0;
	padding: 40px 5px 5px 15px;
	clear:left;
	font: 12px/13px  Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #fff;
	}
	
	
.box3	{
	float:left;
	width:350px;
	height:55px;
	background:url(../images/Box-appt.gif) no-repeat;
	margin: 0 15px 15px 0;
	padding: 40px 5px 5px 15px;
	clear:left;
	font: 12px/13px  Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #fff;
	}
	
	
	
#content h1.headersinline,#content h2.headersinline,#content h3.headersinline{
	font: 1.0em/1.0em Arial, Helvetica, sans-serif;
	display:inline;
	}

#content strong.normal	{font-weight:normal;}
#content a	{text-decoration:none;}#content a:hover	{text-decoration:underline;}
.margbttm	{margin-bottom:15px;}

/******* FOOTER *******/
#footerbg	{
	background:url(../images/footer.jpg) top center;
	height:153px;
	}
#footer	{
	padding:80px 0 0 0;
	width:900px;
	margin:0 auto;
	text-align:left;
	line-height:1.3em;
	color:#e1cece;
	clear:both;
	text-shadow:none;
	}
#footer a	{text-decoration:none;color:#e1cece;}

.spider						 {margin-top:-45px;}
#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#000;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}




/******* HORIZONTAL NAV MENU  ***********/

#topnav	{
	float:right;
	width:235px;
	height:30px;
	padding:12px 0 12px 15px;
	color:#930b0b;
	text-shadow: none;
	}
#topnav a		{color:#fff;padding: 0 8px;text-decoration:none;}	
#topnav a:hover	{color:#e1a913;}

	
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 720px; /*For KHTML*/
  list-style: none;
  float:right;
	text-shadow: none;
	}

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: 210px;
  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 8px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  font: 16px/19px Calibri, "Arial Narrow",  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 {
  color: #e1a913;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #950f10;
  color: #fff;
  padding:1px 5px 2px 5px;
  border:1px solid #780d10;
  border-top:1px solid #bb171c;
  text-transform:none;
	}

/* 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: #aa1213;
  color: #fee1e1;
	}

/* 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;
	}





/******* 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 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 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;
	}






/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:left;
	width: 275px;
	background:#d0e6f5;
	border: 1px solid #a5cae4;	
	}	

#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;
	display:block;
	border:1px solid #a5cae4;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#821e0c;
	font-variant:small-caps;
	font:bold 1.0em 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;}


.button a.submit, button.submit{
    display:block;
    float:left;
    margin:0 7px 0 0;
    font-size:100%;
    text-decoration:none;
    cursor:pointer;
	
	background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	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;
}

