/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.09.12 
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #wrapper & #content: wrapper positions and sets the width
   on the content.  The background is then applied to #content.
 **************************************************************/

#wrapper {
  width: 790px;
  height: 100%;
  margin: 0px auto;  
  padding:0;  
}


#content { 

  width: 800px;
  height: 100%;
  min-height: 100%;   
  background: url(../img/bg/content.gif) repeat-y top center;
  margin:0 auto;
}


#content[id] {
  height: auto;  
  background: url(../img/bg/content.png) repeat-y top center;
}




/**************************************************************
   #header: Holds the header image
 **************************************************************/

#header {
  width:100%;
  padding: 0;  
  margin:0 auto;
  *margin-left:-8px;
}

#header img	{margin:0 auto;}


/*************************************************************
	#top: holds the logo and address
 ************************************************************/
#top	{
	margin:0 auto;
	text-align:right;
	padding-bottom:10px;
	width:90%;
	height:160px;
}	

#top img	{
	padding-left: 5px;
	margin-left:30px;
}


span.address	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#532406;
	
}

span.hrs	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#532406;
	font-weight:bold;	
}
	


/* Generated via www.cssmenubuilder.com */

#menu	{margin:1px auto; width:780px; padding:0;}
ul.menu{margin:0 auto; *margin-left: 0px; padding:0; height:30px; width:780px; display:block; background: url(../img/bg/topMenuImages.png) repeat-x; border-bottom: 1px solid #000; }
ul.menu li{padding:0; margin:0; list-style:none; display:inline;}
ul.menu li a, ul.menu li a:visited, ul.menu li a:active{float:left; padding-left:25px; padding-right:5px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; cursor:pointer; background:url(../img/bg/topMenuImages.png) 0px -30px no-repeat; }
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url(../img/bg/topMenuImages.png) 100% -30px no-repeat; }
ul.menu li a:hover{background-position:0px -60px; color:rgb(241,255,227); }
ul.menu li a:hover span {background-position:100% -60px;}
ul.menu li a.active, ul.menu li a.active:hover, ul.menu li a.active:visited{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; background:url(../img/bg/topMenuImages.png) 0px -90px no-repeat; color:rgb(247,231,158);}
ul.menu li a.active span, ul.menu li a.active:hover span{background:url(../img/bg/topMenuImages.png) 100% -90px no-repeat; }


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {  
  clear: both;   
  width: 740px;
  padding: 0 20px;
  text-align:justify;
  margin:0 auto!important;
}

#page strong	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:bold;
}


p.testim	{
	line-height:1.1em;
	font-size:.9em;
}

p.testim span	{
	font-size:1.1em;
	font-weight:bold;
	font-style:oblique;
}

/**************************************************************
   .footer: Site footer
 **************************************************************/

.footer {
  padding-top: 3em;
  font-size: 0.85em;
  text-align:right;
}







/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 73%;
}

.width66 {
  width: 64%;
}

.width50 {
  width: 48%;
}

.width33 {
  width: 31%;
}

.width25 {
  width: 23%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.big {
  font-size: 1.3em;  
}

.small {
  font-size: 0.85em;  
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.grey {
  color: #AAA;
}

.green {
  color: #537b2d;
}

.darkBrown {
  color: #512103;
}


.greenBg {
  padding: 0 10px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

.highlight {
  padding: 20px 2px;
  background: #D9F5EC;
  /*border-top: 1px solid #BDEDDE;*/
}





