@charset "utf-8";
html {
	height: 100%;
}
body {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	background: #e2dcc4 url(../images/bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #333;
	height: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1, h2 {
	font-size: 20px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #596e2b;
}
h4 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #603115;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #596e2b;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0 auto -125px;
	background: #edebcc url(../images/bg.png) repeat-x left top;
	-webkit-box-shadow: #666 0px 10px 10px;
	-moz-box-shadow: #666 0px 10px 10px;
	box-shadow: #666 0px 10px 10px;
	behavior: url(http://www.saddlecreekfarmspoa.com/templates/saddlecreekfarmspoa/css/PIE.htc);
}
.sidebar1 {
	float: right;
	width: 280px;
	padding: 10px 0 130px 0;
	margin-bottom: 20px;
	background: url(../images/pine-cones-1-desktop.png) no-repeat center bottom;
}
.sidebar1 aside {
	background: url(../images/logo-aside-desktop.png) no-repeat center bottom;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.content {
	padding: 10px 0;
	width: 680px;
	float: right;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.content li {
	margin-bottom: 5px;
}
/********** NAVIGATION **********/
.main-nav {
	width: 940px;
	margin: 0 auto;
}
.main-nav-ph {
	display: none !important;
}
nav {
	height: 32px;
	background: url(../images/nav-bg.png) repeat-x left center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	padding-left: 12px;
	behavior: url(http://www.saddlecreekfarmspoa.com/templates/saddlecreekfarmspoa/css/PIE.htc);
}
.menu, .menu ul {
	float: left;
	list-style: none;
	padding: 0;
}
.menu a, .menu .separator {
	display: block;
	text-decoration: none;
	padding: 8px 20px 7px 20px;
	color: #FFF;
}
.menu a.rightarrow {
	background: url(../images/rightarrow2.gif) no-repeat right center;
}
.menu li {
	float: left;
	padding: 0;
}
.menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17em;
	w\idth: 17em;
	font-weight: normal;
	margin: 0;
}
.menu li li {
	padding-right: 1em;
	width: 16.5em
}
.menu li ul a {
	width: 14.1em;
	w\idth: 14.1em;
	background: #3c491e;
	color: #FFF;
}
.menu li ul ul {
	margin: -1.75em 0 0 14em;
}
.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul {
	left: -999em;
}
.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul {
	left: auto;
}
.menu li:hover, .menu li.sfhover {
	background: url(../images/nav-hover.png) repeat left top;
}
/*~~~~~~ Phone ~~~~~~*/
.menu-icon {
	display: none; /* hide menu icon initially */
}
/********** END OF NAVIGATION **********/

footer {
	padding: 0;
	height: 125px;
	position: relative;
	clear: both;
	color:#faf7ec;
	text-align: center;
}
footer .container {
	width: 960px;
	background: #504d46;
}
footer .container .footer {
	padding-top: 10px;
}
.footer-div {
	height: 125px;
	clear: both;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}

/********** FLOATS **********/
.clearfloat {
	clear: both;
}
.floatrt {
	float: right;
	margin-left: 10px;
}
/********** END OF FLOATS **********/

/********** TEXT **********/
.text-bold {
	font-weight: bold;
}
.fine-print {
	font-size: 10px;
	font-style: italic;
}
blockquote {
	margin-top: 0;
	margin-bottom: 30px;
}
/********** END OF TEXT **********/

/********** IMAGES **********/
.img-center {
	margin: 0 auto;
	display: block;
}
.img-size1 {
}
/********** END OF IMAGES **********/
.content iframe {
	border: 0;
	width: 90%;
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
	min-height: 625px;
}
#divLoading {
	width: 100px;
	margin: 100px auto 0 auto;
}
