
/* #Site Styles
================================================== */

body{
	background-color: #FFF;
	background-image: url('../images/bg_image.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: 'Sanchez', serif;
	color: #49402C;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
}

/* #Typography
================================================== */
textarea,body,input,select{
	font-family: 'Sanchez', serif;
	font-size:14px;
	line-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #82BA26;
	font-weight: normal; 
	line-height: 100%;
	padding-bottom: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 570%;
padding-top:20px;  }
h2 { font-size: 150%;
color: #49402C;
padding-left: 280px;
margin-top:-65px;
  }
h3 { font-size: 280%; 
padding-bottom: 0px;
line-height:40%;
text-align:right;
margin-top:10px; }
h4 { font-size: 210%;  }
h5 { font-size: 170%;  }
h6 { font-size: 140%;  }
.subheader { font-size:110%; }

h1 span {
color: #49402C;
}

p { margin: 0 0 8px 0; color: #49402C; font-size: 100%; line-height: 130%; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

a {color: #fff;
	text-decoration: none;
	border:none;
	}
}
em { font-style: italic; }
strong { font-weight: 700; }
small { font-size: 80%; }
.big {
font-size: 300%;
}
.copyright {
    font-size: 100%;
    margin: 0px 0px 0px 0px;
    color: #FFF;
}

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #00A6E4; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #00A6E4; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	
	
	/* #Layout
================================================== */

#top_bg{
	height: 20px;
background-color:#82BA26;
}

#left {
float:left;
width:450px;
text-align:center;
}

#right {
float:right;
width: 445px;
}
.indent {
padding-left: 20px;
}

.brown {
margin-top:20px;
padding:10px;
background-color: #49402C;
color:#fff;
font-size:95%;
line-height:120%;
}

#button1 {
	float:right;
	margin-top:100px;
}

#button2 {
clear:both;
	float:right;
	margin-top:40px;
}

/* Containers
================================================== */
#site_wrapper{
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
}

.container {
    position: relative;
    width: 960px;
    margin: 0px auto;
    padding: 0px;
}

#button_wrap {
	width:1280px;
	margin-left: auto;
	margin-right: auto;
	}

#site_cont{
	height:780px;
}
#header{
padding-left: 235px;
	height: 145px;
	position: relative;
} 


/* Gallery
================================================== */
.gallery img {
height:93px;
float: right;
padding-left:5px;
padding-bottom: 5px;
}



	/* #Footer
================================================== */
#footer_cont{
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
background-color:#82BA26;

}

#contact {
	right:0;
	color: #fff;
}

#lower_foot {
    clear: left;
    padding: 30px 0px;
    font-size: 90%;
}

#upper_foot {
    padding: 50px 30px;
    text-align: right;
}

#lower_footer_container {

 background-color:#49402C;
}