/* General CSS */
body {
	background-color: #688c3d;
    background-image: url(../images/grass.jpg);
    background-position-x: left;
    background-position-y: top;
    background-position: left top;
    background-repeat: repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: 0px;
    width: 100%;
    height: 100%;
	line-height: 1.4;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #d5c6a1;
}

a {
	color: #D1D1DF;
    text-decoration: none;
}

div.container {
    width: 1000px;
    border: 1px solid #291f07;
    margin-right: auto;
    margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #291f07;
	box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}

div.header {
	background-color: #352808;
	width: 980px;
    margin-right: auto;
    margin-left: auto;
	margin-top: -5px;
}

div.menu {
	width: 600px;
	margin-right: auto;
    margin-left: auto;
}

ul.navigation {
	display: table;
    position: relative;
    width: 100%;
    padding: 0;
    list-style-type: none;
}

ul.navigation li {
	display: table-cell;
	width: 25%;
	text-align: center;
	border-right: 1px #aeaeae solid;
}

ul.navigation li#nav_last {
    border-right: none;
}

div.title h1 {
	font-family: Lobster, sans-serif;
    font-size: 42px;
    font-weight: 300;
    color: #D2D4DB;
    text-shadow: 0 3px 3px #000;
	padding-left: 35px;
}

div.banner_image {
	width: 980px;
    margin-right: auto;
    margin-left: auto;
	margin-top: -15px;
}

div.banner_text h2 {
	text-align: center;
	font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    line-height: 1.3;
    color: #d5c6a1;
    font-weight: 200;
    text-transform: uppercas
}

div.content {
	background-color: #352808;
	width: 980px;
    margin-right: auto;
    margin-left: auto;
	margin-top: -5px;
}

div.content_altstyle {
	width: 980px;
    margin-right: auto;
    margin-left: auto;
	margin-top: -5px;
}

h2.content_title {
	font-family: 'Lobster',sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
	padding: 10px;
}




/* Homepage CSS */

div.homepage_box_first, 
div.homepage_box,
div.homepage_box_last {
	width: 212px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}

div.homepage_box_first {
	padding-left: 84px;
	padding-right: 42px;
}

div.homepage_box {
	padding-left: 42px;
	padding-right: 42px;
}

div.homepage_box_last {
	padding-left: 42px;
	padding-right: 84px;
}

img.homepage_box_img {
	box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;	
}

h3 {
	font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}




/* Services and About Us CSS */

div.content_column_1 {
	width: 477px;
	display: inline-block;
	 vertical-align:top;
}

div.content_column_1 h4 {
	margin-bottom: 0px;
	padding-left: 20px;
}

div.content_column_1 ul {
	margin-top: 0px;
}

div.content_column_1 p {
	margin-top: 0px;
		padding-left: 20px;
}

ul.services_list {
	font-size: 22px;
	margin-top: 0px;
	margin-left: 8px
}

div.content_column_2 {
	width: 477px;
	display: inline-block;
	text-align: right;
}

div.content_column_2 img {
	box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;	
}

p#no_top_margin {
	margin-top: 0px;
}



/* Contact Us CSS*/
p.label {
	margin-top: 0px;
	margin-bottom: 3px;
	color: #d5c6a1;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    font-size: 16px;
}

span.required {
	color: red;
}

div.form_input input,
div.form_input textarea {
	margin-left: 20px;
	width: 429px;
	background: #d5c6a1;
    padding: 5px;
    color: #291f07;
    border: 1px solid #999;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    font-size: 16px;
}

div.form_submit input {
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px;
    color: #fff;
    background-color: #291f07;
    border: 1px solid #d5c6a1;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
}

p.contact {
	text-align: left;
	margin-left: 55px;
}

.google_map {
	margin-top: 22px;
}

/* Footer CSS */

#footer_text1 {
	font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    line-height: 1.3;
    color: #d5c6a1;
    font-weight: 200;
    text-transform: uppercase;
	text-align: center;
}

#let_us_help {
	color: #ECD024;
}

#footer_text2 {
	font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #d5c6a1;
	text-align: center;
}	
	
#footer_text3 {
	text-align: center;
	color: #fff;
	margin-top: 50px;
}