@charset "utf-8";

@import url("../css/reset.css");
@import url("../css/nav.css");

body {
	background-color: #2b6d2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #685c53;
	line-height: 18px;
}
a {
	color: #685c53;
}
p {
	padding-bottom: 10px;
}
#wrapper {
	width: 766px;
	margin: auto;
}
#siteOutline {
	border: 2px solid #759557;
	padding: 6px;
	margin-top: 13px;
}
#header {
	width: 750px;
	height: 118px;
	background-image: url(../images/header_nav.jpg);
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}
#header ul {
	list-style-type: none;
	position: absolute;
	left: 613px;
	top: 102px;
	height: 13px;
	margin: 0;
	padding: 0;
}
#header ul li {
	float: left;
	padding-left: 8px;
}
#header a {
	color: #fff;
	display: block;
	text-indent: -9999px;
	height: 13px;
}
#header a.home {
	width: 37px;
}
#header a.forms {
	width: 37px;
}
#header a.map {
	width: 37px;
}
#content {
	background-color: #FFF;
	overflow: auto;
}
#mainContent {
	width: 278px;
	padding: 20px 0 25px 22px;
}
#mainSidebar {
	float: right;
	width: 435px;
	margin: 9px 9px 0 0;
}
#mainImage {
}
#mainImageCaption {
	background-image: url(../images/caption_bg.png);
	background-repeat: repeat-x;
	background-color: #c9ba9a;
	font-size: 11px;
	padding: 8px 12px;
}
p.mainCaptionHeader {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
}

#subContent {
	padding: 17px 50px 17px 200px;
}
#subSidebar {
	float: left;
	padding: 31px 0 0 23px;
}
#subSidebarLogo {
	float: left;
	padding: 27px 0 0 38px;
}
.firstLine {
	padding-top: 5px;
}
#subContent ul {
	list-style-type: disc;
	margin-left: 15px;
	padding-top: 10px;
}
#subContent li {
	padding-bottom: 10px;
}
#footer {
	color: #84a285;
	font-size: 9px;
	padding: 8px 10px;
}
#designBy {
	float: right;
}
#designBy a {
	color: #CCC;
	text-decoration: none;
}
#logo {
	padding: 20px 0;
	text-align: center;
}

#googleMap {
}
	
/* headers */
#headerAboutMcCarthyFarm {
	width: 226px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/headers/about.gif) no-repeat;
}
#headerContactUs {
	margin: 5px 0;
	width: 114px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/headers/contact.gif) no-repeat;
}
#headerOurFacilities {
	width: 141px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/headers/facilities.gif) no-repeat;
}
#headerForms {
	width: 59px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/headers/forms.gif) no-repeat;
}
#headerMap {
	width: 38px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/headers/map.gif) no-repeat;
}
