/*************************/
/*       Site v1.0       */
/*      Authored by      */
/* CreativeFreestyle.com */
/*************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

::selection {
	background: #4a6636;
	color:#fff;
}

body {
	color: #333;
	font-family: Helvetica, arial;
	background: #e7e7a5;
}

#uberContainer {
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}


/*************************/
/*         BASIC         */
/*************************/

h2 {
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 5px;
}

h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 20px;
	color: #df682f;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
}

p a, li a {
	color: #580011;
	text-decoration: none;
}

p a:hover, li a:hover {
	color: #666;
	text-decoration: underline;
}


/*************************/
/*        HEADER         */
/*************************/
header {
	background: #4a6636;
	margin: 0 0 0 0;
	float: left;
	width: 100%;
	height: 210px;
	text-align: center;
}

header h1 {
	background: url(../images/siteLogo.png) 0 0 no-repeat;
	display: block;
	height: 96px;
	width: 286px;
	text-indent: -9999px;
	letter-spacing: -9999px;
	text-align: left;
	margin: 39px auto 21px auto;
}

header p {
	color: #fff;
	font-size: 18px;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	letter-spacing: 2px;
}


/*************************/
/*        CONTENT        */
/*************************/
section {
	width: 100%;
}

section img {
	margin: 31px 0 40px;
}

section p {
	color: #4a6636;
	font-family: Arial;
	font-size: 18px;
	
}

/*************************/
/*        FOOTER         */
/*************************/
footer {
	bottom: 30px;
	clear: both;
	color: #fff;
	float: left;
	font-size: 11px;
	padding: 0 30px;
	position: absolute;
	text-align: left;
	width: 100%;
}




