/* This is the style of your browser text */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	background-color: #CCFF99;
}

.address {
	float: right;
	font-size:175%;
	margin-right:20px;
}

p {
	margin: .5em 0 1em 0;
	line-height: 12px;
}

.bold {
	font-weight: bold;
	}

a:link, a:visited {
	text-decoration: none;
	color: #000099;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 255%;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 150%;
	font-color: #7A6954;
	display: inline;
	float:right;
	margin: 0 20px 0 20px;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #2A2521;
	font-size: 20px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}

#container {
	/*width: 740px;*/
	width:100%;
	margin: 0 auto;
	border-left: 3px #000 double;
	border-right: 3px #000 double;	
	background-color: #FFF;
}

#main {
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	/*padding: 5px 0 20px 0;*/
	/*background: transparent;*/
}

#top {
	
	background-image: url(http://grueneacreswebdesign.com/ballardrv/css/images/hdr.jpg);
	background-repeat:repeat-x;
	background: #EFEFDF;
}


#left {
	float: left;
	width: 100%;
	margin: 0 0px 14px 0;
	/*background-color: #DCDCDC;
	border: 3px double #FFF;*/
	font-size: 10px;
	line-height: 1.4em;
}

#right {
	float: right;
	width: 120px;
	margin: 0 0 14px 0px;
}

#pullquote {
	float: right;
	margin: 0 0 .4em 1em;
	width: 145px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 1.3em;
}

.gutter {
	margin: 10px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	float: left;
	position: relative;
	}
	
	
/********************************  liquid drop shadows *********************/
.out {
  display:block; 
  background:#EAE6E1; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in2 {
  display:block; 
  background:#777; 
  border:1px solid #999; 
  position:relative;
  padding:1px;
  margin:1px;
  }
.in {
  background:#fff; 
  border:1px solid #7A6954; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }

.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.rtin {
  left:5px;
  }

/*.narrow {width:8em;}*/
.normal {width:250px; float:left}
.wide {width:65%; float:right}
/*.image {width:412px; padding:0;}


/************************************float tags *************************************/

.floatlft{ 
	float: left;; 
	margin-top: 8px; 
	margin-right: 20px; 
	margin-bottom: 8px; 
	margin-left: 20px; 
	border:#996600 groove 4px; 
	repeat: no-repeat;
	position: relative;
	} 
	
.floatrgt{ 
	float: right; 
	margin-top: 8px; 
	margin-right: 15px; 
	margin-bottom: 8px; 
	margin-left: 16px; 
	border:#996600 groove 4px; 
	repeat: no-repeat;
	position: relative;
	}

.floatlftnb{ 
	float: left; 
	margin-top: 8px; 
	margin-right: 10px; 
	margin-bottom: 8px; 
	margin-left: 10px; 
	repeat: no-repeat;
	position: relative;
	} 
	
.floatrgtnb{ 
	float: right; 
	margin-top: 8px; 
	margin-right: 10px; 
	margin-bottom: 8px; 
	margin-left: 10px; 
	repeat: no-repeat; 
	position: relative;
	}


/***************************************footer **************************************/
.clear {
clear:both;
height:1px;
overflow:hidden;
}

#foot {   
    margin-left:0px;
    position: relative; 
    display:block;
    width:100%; 
	height: 50px;
    background:#604A3C;
    color:#EFEFDF; 
    font-size:85%; 
    }
	
.copy {
	text-align: center;
	color: brown;
	}
