@charset "UTF-8";


body {
	background-color: #F1F3DB;
	background-image: url(images/background-white.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#Container {
	display: block;
	width: 100%;
	background-image: url(images/main-back-home.jpg);
	background-repeat: no-repeat;
	background-position: center 99px;
}
#header {
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top-images.jpg);
	background-repeat: no-repeat;
	display: table;
}
#header .logo {
	width: 235px;
	margin-top: 50px;
	float: left;
}
#header .navigation {
	margin-top: 142px;
/*	width: 542px;
	margin-left: 230px;
	display: table;*/
}

.navigation ul { margin:0; padding:0; list-style:none; text-transform:lowercase; }
.navigation ul li { float:left; }
.navigation ul li a { padding:5px 15px; color:#e8716f; font-size:16px; text-decoration:none; letter-spacing:0.6pt; background:url(/images/pipe.gif) no-repeat right 1px;  }
.navigation ul li a.last { background:none;  }
.navigation ul li a:hover { color:#a8ae51; }

#social { float:right; margin-right:10px; margin-top:3px; }
#social a { margin-top:5px; }

a.tweet { background:url(/images/tweet.png) no-repeat; padding:0 0 2px 22px; margin-left:30px; text-decoration:none; }
a.tweet:hover { text-decoration:underline; }

#banner a { 
	background:url("/images/banner.gif") no-repeat scroll 0 0 transparent;
	float:right;
	height:65px;
	margin-top:50px;
	width:650px;
}
#banner a:hover { background:url("/images/banner.gif") no-repeat scroll 0 -69px; }
#banner h1 { text-indent:-9999px; }

#content {
	width: 907px;
	display: table;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.our-story {
	background-image: url(images/bkg-yellow.jpg);
	background-repeat: repeat;
}
#content #main-image {
	height: 326px;
	width: 845px;
	background-color: #FFFFFF;
	margin-left: 27px;
	position: relative;
	margin-top: 35px;
}
.left-column {
	float: left;
	width: 266px;
	padding-top: 60px;
	margin-left: 20px;
}
.middle-column {
	width: 266px;
	margin-left: 316px;
	padding-top: 60px;
}
.right-column-form {
	display:block;
	width: 266px;
	float: right;
	padding-top: 73px;
	background-image: url(images/bkg-form.jpg);
	background-repeat: no-repeat;
	background-position: 32px;
	height: 300px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #E77171;
	line-height: 26px;
	font-weight: normal;
}
.body-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	color: #E67875;
}
a {
	color: #E57B79;
	text-decoration: underline;
}
#content  #main-content  {
	height: 326px;
	width: 845px;
	background-color: #FFFFFF;
	margin-top: 35px;
	margin-left: 27px;
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 30px;
}
#footer {
	padding-bottom: 30px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.greenTxt { 
	color: #5e9843;
}

