/* @override 
	http://localhost/xch_farmhome/css/site_struct.css
	http://farmhome.bergeycreativegroup.com/css/site_struct.css
*/

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}
table {
	margin: 0;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
ul {
	margin-left: 30px;
	list-style: square;	
}
ol {
	margin-left: 33px;
	list-style: decimal;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	padding: 10px;
	color: #660000;
	font-weight: normal;
	padding-left: 0px;
}
/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background: #e7e7e7;
}
#body-container {
	width: 851px;
	margin: auto;
	background: url(../img/site/bg.gif) repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content-container {
	width: 781px;
	margin: auto;
	background: url(../img/site/bg-content.gif);
}
#content-left {
	float: left;
	width: 179px;
}
#content-right {
	float: right;
	width: 602px;
}
#nav-bg {
	height: 530px;
	background: url(../img/site/bg-navigation.gif);
}
#nav-date {
	line-height: 30px;
	padding-left: 20px;
	font-size: 12px;
}
#nav { cursor: pointer; width:179px; padding: 0pt; margin: 0pt; list-style-image: none; list-style-position: outside; list-style-type: none;}
#nav li	{margin: 0pt; padding: 0pt;width: auto;}
#nav a 	{display:block; width: 159px;line-height:24px; overflow:hidden; margin: 0pt; padding: 0pt;text-decoration: none;color: #660000;font-size: 11px;text-align: left;padding-left: 20px;font-weight: bold;}
#nav a.active,
#nav a:hover {	text-decoration: none; color: #000; background: url(../img/site/bg-nav-hover.png); }

a.social-facebook,
a.social-plaxo {
	display: block;
	width: 179px;
	height: 38px;
	background: url(../img/site/social-links.gif);
	text-indent: -2000px;
}
a.social-facebook {
	margin-top: 40px;
}
a.social-facebook:hover {
	background-position: 0 -76px;
}
a.social-plaxo {
	background-position: 0 -38px;
}
a.social-plaxo:hover {
	background-position: 0 -114px;
}
#promo-loop {
	width: 179px;
	height: 128px;
	overflow: hidden;
}
#promo-global img {
	width: 179px;
	height: 122px;
}
#site-credits {
	text-align: center;
	line-height: 30px;
}
#footer {
	clear: both;
}
#subnav a {
	display: block;
	line-height: 30px;
	padding-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #660000;
	font-weight: bold;
}
#subnav a.active,
#subnav a:hover {
	text-decoration: none;
	color: #000;
}
/****************************************************
PAGE STYLES
****************************************************/
.page-div {
	background: url(../img/site/bg-page-div.gif) top no-repeat;
}
#page-loop {
	border-bottom: 10px solid #000;
}
#home-main {
	height: 155px;
	padding-right: 10px;
}
#home-contact {
	height: 168px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 19px;
	clear: both;
}
#home-main p {
	margin: 0;
	line-height: 14px;
}
.home-news-item {
	width: 280px;
	height: 84px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.home-news-img {
	width: 86px;
	height: 84px;
	background: url(../img/site/bg-news.gif);
	float: left;
}
.home-news-img img {
	width: 76px;
	height: 75px;
	position: relative;
	top: 1px;
	left: 1px;
}
.home-news-content {
	color: #0087db;
}
.home-news-content p {
	margin: 0;
}
#page-content {
	background: url(../img/site/bg-page.gif);
	margin: 0;
	min-height:700px;
  	height:auto !important;
  	height:700px;
}
#page-left {
	width: 400px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#page-right {
	width: 155px;
	float: right;
	background: url(../img/site/bg-page-sidebar.gif) top no-repeat;
}
/****************************************************
XTRANET STYLES
****************************************************/
#xtranet_login_form {
	background: #32312e;
	width: 260px;
	padding: 20px;
	margin: auto;
}
#xtranet_login_form .login_form_usr,
#xtranet_login_form .login_form_pwd {
	width: 225px;
	text-align: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#xtranet_login_form label {
	color: white;
}
#xtranet_login_form .login_form_usr input,
#xtranet_login_form .login_form_pwd input {
	width: 150px;
}
#xtranet_login_form .submit {
	width: 210px;
	margin: auto;
	text-align: right;
}
#xtranet_login_form .submit input {
	width: 60px;
	margin-top: 4px;
}
#xtranet_login_error {
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
}
