@import '/cms/styles/common.css';
@import '/styles/listings.css';
@import '/style.css';

/* COMMON ---------------------------------------------------------------------- */

body {
	background: #9C8251 url('/images/bg.jpg') top repeat-x;
	margin:0px;
}

#wrap {
	/*background: url('/images/bg-y.gif') center repeat-y;*/
}

#page {
  background: #FFFFFF;
	width:900px;
	margin:0 auto;
}



/* HEADER ---------------------------------------------------------------------- */

#header {
	background: #2C320C url('/images/header.jpg') top left no-repeat;
	height: auto !important;
	height:85px;
	min-height:85px;
}

#header #logo {
	margin:23px 0 0 20px;
	display:inline;
}
#header #logo img {
	width:330px;
	height:40px;
}	
#header #logo a {
	outline:none;
}

#header #header-right {
	width:500px;
	/*margin:1px 1px 0 0;*/
	float:right;
	display:inline;
}

#header #headerlinks ul, #header #headerlinks li {
	background:none;
	margin:0;
	padding:0;
}
#header #headerlinks li {
	float:right;
	margin:0 0 0 20px;
}
#header #headerlinks a {
	background:url('/images/icon-arrow.gif') left center no-repeat;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	padding:3px 0 2px 12px;
	float:left;
	outline:none;
}
#header #headerlinks li.cart a {
	background-image:url('/images/icon-cart.gif');	
	outline:none;
}
#header #headerlinks li.login {
	background:url('/images/login-bg.gif') top repeat-x;
	margin:0 0 0 10px;
	height:auto !important;
	height:19px;
	min-height:19px;
}
#header #headerlinks li.login a {
	background-image:url('/images/icon-login.gif');
	background-position:10px center;
	padding:3px 10px 2px 23px;
	color:#fff;
	outline:none;
}
#header #headerlinks a:hover {
	text-decoration:underline;
}

#menu-forher{
	height:37px;
	width:898px;
	margin-left:1px;
	background:url(/images/nav-bg.jpg) repeat-x;
}



/* FOOTER ---------------------------------------------------------------------- */

#footer {
	border-top:1px solid #97a57a;
	border-bottom:1px solid #fff;
	background: #fff url('/images/footer-bg.gif') top repeat-x;
	padding:5px 10px 0 10px;
	margin:0 1px;
	clear:both;
	height:18px;
}

#footer .left {
	width:500px;
}

#footer .right {
	width:370px;
	float:right;
}

#footer ul, #footer li {
	background:none;
	margin:0;
	padding:0;
}
#footer li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:2px 6px 2px 0;
	margin: 0 6px 0 0;
	border-right:1px solid #587816;
	float:left;
	outline:none;
}
#footer li a:hover {
	text-decoration:underline;
}
#footer #sublinks {
	margin-top:7px;
}
#footer #sublinks a {
	padding:0 6px 0 0;
	color:#fff;
	font-size:10px;
	border-right:1px solid #4e573a;
}
#footer #sublinks a:hover {
	text-decoration:underline;
}
#footer li.last a, #footer #sublinks li.last a {
	border:none;
}

#footer #copyright, #footer #credit {
	color:#fff;
	text-align:right;
	font-size:10px;
}
#footer #credit a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
#footer #credit a:hover {
	text-decoration:underline;
}

#footer a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}



/* CONTENT --------------------------------------------------------------------- */

#content {
	background:url('/images/about-our-service.jpg') bottom left no-repeat;
}

#contentleft {
	width:447px;
	margin-left:14px;
}

#content-header {
	height:77px;
	background:url('/images/content-image.jpg') top left no-repeat;
}

#content-content {
	width:530px;
	margin:0 0 0 12px;
	display:inline;
}

#content-right {
	width:179px;
	margin:0 1px 0 0;
	border-top:1px solid #fff;
	background:url('/images/signature-topbox.jpg') top left no-repeat;
	padding:115px 0 0 0;
	float:right;
	display:inline;
}

#content-right ul, #content-right li {
	margin:0;
	padding:0;
	background:none;
}
#content-right li {
	padding:10px 5px 10px 11px;
	background: #f1f1f1 url('/images/right-box-bg.jpg') bottom repeat-x;
	font-size:10px;
	font-weight:bold;
	color:#333333;
}
#content-right h2 {
	font-size:12px;
	font-weight:bold;
	color:#364D08;	
	margin:0 0 3px 0;
}
#content-right h2 a {
	color:#364d08;
}
#content-right h2 a:hover {
	color:#900;
}
#lsider{	
	width:220px;
	margin-left:20px;
}

#lside {
	width:716px;
}

#rside{
    float:right;
	width:179px;
	padding-left:4px;
	padding-right:1px;
	margin-top:1px;
}

#rside a{
	color:#79643E;
}

#rside li{
	margin:0px 10px 4px 10px;
}

#rsidered {
background:url(/images/rside-red-bg.jpg) repeat-y;
padding:13px 0px 13px 0px;
text-align:center;
color:#FFFFFF;
}

#rsidered a {
color:#E0ECBD;
text-decoration:none;
}

#rside h1{
	height:20px;
	background: url(/images/rsideh1.jpg) repeat-x;
	color:#FFFFFF;
	font-size:13px;
	padding-left:10px;
	font-weight:bold;
	padding-bottom:4px;
	margin:0;	
}



/* HOME ------------------------------------------------------------------------ */

#home-left {
	width:716px;
}

#home-right {
	width:179px;
	margin:0 1px 0 0;
	border-top:1px solid #fff;
	float:right;
	display:inline;
}

#home-content {
	padding:0 10px;
	background: #f9feed url('/images/home-page-bg.gif') top repeat-x;
}

#home-content-left {
	width:450px;
	margin: 0 10px 0 0;
	padding-top:10px;
}

#home-content-right {
	width:235px;
}


/* PARTNERS -------------------------------------------------------------------- */

.partners h2 {
	margin: 20px 0 3px 0;
}
.partners a { 
	outline:none;	
}
#content .partners {
	margin:10px 10px 0 180px;
}


/* FORMS ----------------------------------------------------------------------- */

input.styled, textarea.styled {
  border:none;
  border-bottom:1px solid #e3e3e3;
  border-right:1px solid #e3e3e3;
  color:#999;
  padding:4px 2px 2px 4px;
  font-size:10px;
  background:url('/images/formfield-bg.gif') top left no-repeat;
}

select.styled {
  border:1px solid #ccc;
  color:#999;
  padding:0;
}

.formwidth {
	width:260px;
}

select.formwidth {
	width:266px;
}


/* SITE MAP ------------------------------------------------------------------- */

.sitemap ul {
  margin:0 0 0 50px;
}
.sitemap ul ul {
  padding:0 0 0 22px;
  margin:0;
}
.sitemap li {
  background:none;
  list-style-image:url('/images/bullet-page.gif');
  margin:0 0 10px 0;
  background:none;
  padding:0;
}
.sitemap li a {
  font-size:12px;
  font-weight:bold;
}
.sitemap li li {
  margin: 0 0 4px 0;
  list-style-image:none;
  list-style-type:circle;  
}
.sitemap li li a {
  font-size:10px;
  font-weight:normal;
}
.sitemap li li li {
  margin:0;
}
.sitemap a:visited {
  color: #88907a;
}
.sitemap a:hover {
  color: #900;
}



/* CUSTOMIZATIONS -------------------------------------------------------------- */

h1 .more, h2 .more {
	margin-top:3px;
}

.underline {
	padding-bottom:3px;
	background:url('/images/hr.gif') bottom repeat-x;
}

.firstletter{
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	float:left;
	padding-right:4px;
}

.smalltext a{
	font-size:9px; 
	color:#79643E;
	text-decoration:none;
	font-weight:100;
}

.contactinfo{
	font-size:13px; 
	font-weight:bold; 
	color:#FFFFFF;
}

.sidebg{
	background: #F3F8E4; 
	padding:0 15px 10px 15px;
}

.sidebg ul{
	margin:0;
	padding:0;
}

#lsidel{
	width:447px;
}

/* HLIST -------------------------------------------------------------------------------------------------------- */

.hlist {
  padding:0; 
  margin:0 auto 0 0; /* left justified */
}
.hlist:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }

.hlist li {
  display: inline;
  float: left;
  list-style-type: none;
}

.hlist a {
display: -moz-inline-block;
}

/* ROW ----------------------------------------------------------------------------------------------------------- */

.row {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0; 
}
.row:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }

/* COLUMN -------------------------------------------------------------------------------------------------------- */

.col, .column {
  float: left;
  border: 0;
  padding: 0;
  margin: 0; 
  vertical-align: top;
}
