@charset "utf-8";
/* CSS Document */

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#656533;
	background: #4f4f27;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
#container { 
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:605px;
	
	margin: 10px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;

} 

#containerSimple { 
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:605px;
	background: #ededda;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg_gradient_full.gif);
	overflow-y:scroll;

} 

#adminInner{
	padding:20px 30px;
}

h1{
	font-size:14px;
	font-weight:bold;
	margin:0;
}

#header { 
	
	height:41px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


#logo{
	position:absolute;
	margin-left:22px;
}

#mainmenu {
	width: 533px;
	height:37px;
	overflow:hidden;
	z-index:6
} 

#mainImageArea { 
	height:280px;
} 

#mainImage{
	width:auto;
}

#contentTitle{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:12px 10px 8px 12px;
	width:511px;
}

#contentArea{
	width:244px;
	float:left;
	padding:0 15px 10px 12px;
	height:240px;
	overflow:  auto;
	
}

#contentAreaWide{
	width:478px;
	float:left;
	padding:0 15px 10px 12px;
	height:446px;
	overflow:auto;
}

#contentAreaMiddle{
	width:234px;
	float:left;
	padding:0 15px 10px 12px;
	height:240px;
	overflow:auto;
	
}

#contentAreaMiddle ul{
	padding:0 0 5px 14px;
}

#bottomRight{
	/* border: 1px white solid; */
	position:absolute;
	width:266px;
	height:302px;
	left: 532px;
	top: 0px;
}

#ssTitle, #ssText{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-variant:small-caps;
	text-align:center;
}
#ssTitle{
	margin: 10px 18px 5px 18px;
}

#ssText{

}

#ss{
 padding-left:4px;
}

#sscorners{
	position:absolute;
	z-index:200;
	left: 538px;
	top: 29px;
}

#ssArrows{
	width:239px;
	margin: 2px 9px 0 9px;
}

#bottomArea { 
	height:304px;
	background-image:url(../images/lower_bkg.jpg);
	background-repeat:no-repeat;
	position:relative;
} 

#hours{
 width:auto;
 font-weight:bold;
 font-variant:small-caps;
 font-size:10px;
 text-align:center;
 margin:35px 30px
}

#footer { 
	padding: 13px 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	color:#ededda;
	background-color:#4F4F27;
} 
p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}



/* NAVIGATION */
 
ul#nav { width:800px; margin:0; padding:0 } 
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:37px; display:block;  top:0; text-indent:-9999px }
 
li#navMain a, li#navAbout a, li#navServ a, li#navEst a, li#navMap a, li#navContact a { background:url(../images/nav_whole.png) }
 

li#navMain a { background-position:0 0; width:91px; left:0 }
li#navMain a:hover { background-position:0 -37px }

 
li#navAbout a { background-position:-91px 0; width:87px; left:91px}
li#navAbout a:hover { background-position:-91px -37px }

 
li#navServ a { background-position:-178px 0; width:86px; left:178px }
li#navServ a:hover{ background-position:-178px -37px }

 
li#navEst a { background-position:-264px 0; width:86px; left:264px }
li#navEst a:hover { background-position:-264px -37px }

 
li#navMap a { background-position:-350px 0; width:86px; left:350px }
li#navMap a:hover { background-position:-350px -37px}

 
li#navContact a{ background-position:-436px 0; width:96px; left:436px }
li#navContact a:hover{ background-position:-436px -37px }

.red {color: #FF0000}


/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

a{ color: #656533;}
a:hover{ color: #656533; text-decoration:none; }
/* Form stuff */
form div { 
	margin:0 0 8px 0;
	clear:left;
}

label {
	float:left;
	display:block;
	width:6em;
	font-weight:bold;
	padding-right:1.5em;
	vertical-align:middle;
}

form { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

form div.actions {
margin-left:6em;
padding-left: 1.5em;
}
