/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*base*/

body {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #666;
	padding: 2em 0;
	background: url(img/farmer.png) top center no-repeat #e8e9e4; /*http://subtlepatterns.com/?p=1109*/
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}


a {
	color: #410356;
}

a:hover {
	text-decoration: none;
}

strong {font-weight: bold;}

h1 {
	font-size: 3em;
	font-weight: bold;
	margin: 0 0 .3em 0;
	color: #410356;
	letter-spacing: -0.07em; 
	text-transform:uppercase;
}

h2 {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
	color: #410356;
	letter-spacing: -0.07em;
}

h3 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
	color: #410356;
	letter-spacing: -0.07em;
}

h4 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
	color: #410356;
	letter-spacing: -0.07em;
}



img {
	max-width: 100%;
	margin-bottom: 1em;
}


.wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	-webkit-border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
	border-radius: 0 0 1px 1px;
}

header { 
	padding: 2em 2em 0;
}

section {
	padding: 0 2em 1em;
}

footer {
	padding: 2em;
	font-size: 1em;
	text-align: center;
}

hr {
	width: 100%;
	display: block;
	height: 1px;
	border: none;
	outline: none;
	clear: both;
	background: #ccc;
	margin: 1em 0;	
}

.wrapper .column { 
	float: left; 
	display: inline; 
	width: 50%;
	padding: 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.main { padding: 2em 2em 0; background: url(img/gradbg.png) 0 0 no-repeat; height: 362px;}


.column.left { padding-right: 1em; width: 45%; }
.column.right { padding-left: 6em; width: 55%; }

.column.left-contact { padding-left: 1em; font-size: 2em; text-align: center; color: #410356; }
.column.left-contact ul {text-align: left;margin: 0;list-style-position: outside;}
.column.left-contact li {background: url(img/phone.jpg) no-repeat 0 0 !important;padding: 6px 0 20px 70px;list-style: none;height: 40px;}

.column.right-contact { padding-right: 1em; font-size: 2em;text-align: center; color: #410356;}
.column.right-contact ul {text-align: left;margin: 0;list-style-position: outside;}
.column.right-contact li {background: url(img/email.jpg) no-repeat 0 0 !important;padding: 20px 0 20px 70px;list-style: none;height: 40px;}

.push-down {padding-top: 15px;}
.push-left {padding-left: 55px;}


.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */   
 
