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

/*Style Guide

Main Colors
#B08D53 light brown
#1D1B06 really dark brown (almost black)
#4F836C
#7B966D
#DFE0DB green tea
*/
body {
	background:#DFE0DB;
	background-image:url(../images/backgroundTexture.gif);
}
header {
	background:#DFE0DB;
	background-image:url(../images/backgroundTexture.gif);
	width:100%;
	float:left;
	margin:0;
}
h1.branding { 
	width: 960px; 
	height: 120px; 
	background: url("../images/logo_trans.png") no-repeat; 
	text-indent: -9999px; /*Sends the text waay off the page. This way if the CSS is disabled like in a screen reader, the text is replaced by the image*/
	margin:0 auto;
}
nav {
	/*background:#7B966D;*/
	background:#000;
	width:100%;
	float:left;
	margin:0 0 10px 0;
}
#wrap {
	width: 960px;
	margin:0 auto;
} 
#nav { 
	margin: 0; 
	padding: 0;
}	
#nav li{	
	float: left; 
	list-style: none;
	margin-left: 0px;
}
#nav li a { 
	display: block; 
	background: #000;
	padding: 5px 12px;
	text-decoration: none;
	width: 105px;
	color: #f2f2f2;
	white-space: nowrap;
}
#nav li a:hover {	
	background: #7B966D;
}
section {
	background:#DFE0DB;
	background-image:url(../images/backgroundTexture.gif);
	width:100%;
	float:left;
	margin:0;
}
.largeType {
	font-size:4em;
	font-family: "Hoefler Text", "Adobe Caslon Pro", Georgia, Garamond, Times, serif;
	color:#333;
	padding:50px 0 50px 0;
	text-align:center;
}
.container_12 {
}
footer {
	/*background:#1D1B06;*/
	background:#000;
	/*border-top:1px solid #999;*/
	width:100%;
	float:left;
	margin:0;
}
#footerText {
  width:960px; 
  margin:0 auto;
  color:#DFE0DB;
}
.copy {
	background: #7B966D;
	-moz-border-radius:14px;
   border-radius:14px;
   -webkit-border-radius:14px;
	display: block;
	padding: 5px 10px;
	width:140px;
	float:right;
}
