@charset "utf-8";
/* CHOU ESKRIDGE REAL ESTATE GROUP CSS Document */
/* ------------------------------------------------------------------------------------------ */
/* GLOBAL STYLES */
/* These are styles used throughout the site. Body effects the main body of a document, or a page. A tags are used to style links. H tags style specific headings. */
body {
	background-color: #ffffff;
	vertical-align: top;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	}
	
a:link, a:visited {
	color: #9aa71d;
	text-decoration: underline;
	border: none;
	}

a:hover {
	color: #727b15;
	text-decoration: underline;
	border: none;
	}

a:active {
	color: #727b15;
	text-decoration: underline;
	border: none;
	}
	
img {
	border: none;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-align: left;
	}

h1 {
	color: #8f0000;
	font-family: trebuchet ms, helvetica, verdana, arial, sans;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 30px;
	}
	
h2 {
	color: #8f0000;
	font-family: trebuchet ms, helvetica, verdana, arial, sans;
	font-size: 18px;
	padding-bottom: 8px;
	}
	
h3 {
	color: #8f0000;
	font-family: trebuchet ms, helvetica, verdana, arial, sans;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 18px;
	}
	
hr 	{
	color: #999;
	background-color: #999;
	height: 1px;
	border: 0px;
	}

/* ------------------------------------------------------------------------------------------ */
/* HEADER STYLES */
/* Used to style the header area of the pages. */
#header {
	background: url(../graphics/extra_header_bg.jpg) repeat-x;
	width: 100%;
	height: 82px;
	}
	
#headeractive {
	background: url(../graphics/header_bg.jpg) repeat-x;
	width: 970px;
	height: 82px;
	margin: auto;
	}

.headertopcurve {
	position: absolute;
	left: 1011px;
	top: 0px;
	}

.logo {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: #5d660b 10px solid;
	}
	
.tagline {
	position: absolute;
	left: 340px;
	top: 16px;
	}
	
/* ------------------------------------------------------------------------------------------ */
/* NAVIGATION STYLES */
/* Styles the navigation bar. */
#nav {
	background: url(../graphics/extra_nav_bg.jpg) repeat-x;
	width: 100%;
	height: 26px;
	}
	
.navselect {
	color: #ffffff;
	background-color: #696969;
	}

#navactive {
   	list-style: none;
   	margin: 0; 
	padding: 0;
   	background: url(../graphics/nav_bg.jpg) repeat-x #aaaaaa;
   	width: 970px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: auto;
	}
		
#navactive li {
	float: left;
	}
	
#navactive li a {
  	display: block;
   	color: #e5e5e5;
  	padding: 4px 0;
	padding-left: 28px;
	padding-right: 28px;
	text-decoration: none;
	}
	
#navactive li a:hover {
	border-top: 1px solid #626262;
	background-color: #bdbdbd;
   	color: #222222;
	text-decoration: none;
	}

/* ------------------------------------------------------------------------------------------ */
/* FOOTER STYLES */
/* Styles elements in the footer. */
#footer {
	font-size: 10px;
	height: 40px;
	color: #d0d0d0;
	width: 970px;
	position: relative;
	background: url(../graphics/footer.gif) repeat-x;
	border-top: 1px solid #c6c6c6;
	padding-top: 15px;
	margin: auto;
	}

#footer a {
	color: #ffffff;
	padding-left: 20px;
	text-decoration: underline;
	}

#footer a:hover {
	color: #000000;
	}

.copyright {
	padding-left: 60px;
	}
	
#jlslogo {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	}
	
#footerleft {
	float: left;
	}
	
#footercap {
	float: right;
	}

/* ------------------------------------------------------------------------------------------ */
/* WELCOME LISTINGS PANEL */
/* This is the box that appears on the welcome, or home page that contains a few featured listings. */
#welcomelistings {
	float: right;
	width: 372px;
	background: url(../graphics/welcome_listing_bg.jpg) repeat-y;
	}
	
.welcomelistingsheader {
	padding: 17px 0px 0px 20px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-family: trebuchet ms, helvetica, verdana, arial, sans;
	background: url(../graphics/welcome_listing_top.jpg) no-repeat;
	height: 43px;
	width: 372px;
	}

.welcomelistingsfooter {
	height: 23px;
	width: 372px;
	background: url(../graphics/welcome_listing_bottom.jpg) no-repeat;
	}

.welcomelistingsfooter img {
	border: 0px;
	height: 23px;
	width: 372px;
	}
	
.welcomelistingsdata {
	margin-top: -12px;
	margin-left: 7px;
	padding: 6px 2px 6px 2px;
	width: 360px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	color: #444444;
	background: url(../graphics/welcome_listing_gradient.gif) repeat-x;
	}
	
.welcomelistingsdata img {
	padding-right: 10px;
	}
	
.welcomelistingstitle {
	color: #8f0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
.welcomelistingstitle a {
	text-decoration: underline;
	color: #8f0000;
	}
	
.welcomelistingstitle a:hover {
	text-decoration: underline;
	color: #4f0000;
	}
		
.welcomepushright {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}

.seeall {
	color: #fcffdc;
	float: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 33px;
	margin-top: -18px;
	}

.seeall a:link, .seeall a:visited {
	color: #fcffdc;
	text-decoration: underline;
	}

.seeall a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.seeall a:active {
	color: #fcffdc;
	}

/* ------------------------------------------------------------------------------------------ */
/* TESTIMONIALS */
/* Styles testimonials on buying and selling main pages. */
.testimonial1 {
	float: left;
	padding-right: 15px;
	border-right: 1px solid #b0b0b0;
	width: 30%;
	color: #333333;
	}
	
.testimonial2 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #b0b0b0;
	width: 30%;
	color: #333333;
	}
	
.testimonial3 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ffffff;
	width: 30%;
	color: #333333;
	}
	
.signature {
	color: #accc17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-right: 15px;
	padding-top: 8px;
	}
	
/* ------------------------------------------------------------------------------------------ */
/* HELPFUL RESOURCES */
/* Styles the resources found on the buying page. */
.resourcelisting {
	font-weight: bold;
	color: #000000;
	padding-right: 15px;
	float: left;
	}

.whiten {
	color: #ffffff;
	}

.resourcelink {
	color: #8f0000;
	padding-right: 15px;
	float: left;
	}

.resourcelink a:link, .resourcelink a:visited {
	color: #8f0000;
	text-decoration: underline;
	}

.resourcelink a:hover {
	color: #5c0000;
	text-decoration: underline;
	}

.resourcelink a:active {
	color: #8f0000;
	text-decoration: underline;
	}

.resourcedata {
	color: #7d7d7d;
	font-size: 12px;
	float: left;
	padding-bottom: 20px;
	}

.resourceitem {
	padding-bottom: 10px;
	}

/* ------------------------------------------------------------------------------------------ */
/* ABOUT and SIDE PANEL */
/* Styles the left side navigation panel found on some pages (such as in the about section). */
#sidepanel {
	padding-top: 14px;
	padding-right: 40px;
	margin-top: 18px;
	width: 212px;
	float: left;
	color: #8f9c1f;
	font-weight: bold;
	font-size: 11px;
	}

ul#sidepanel {
	padding: 0;
	padding-top: 36px;
	padding-right: 40px;
	margin: 0;
	list-style: none;
	}

ul#sidepanel li {
	list-style: none;
	background-color: #e7ed94;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	}

ul#sidepanel li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #8f9c1f;
	}

ul#sidepanel li a:hover {
	color: #5d660b;
	display: block;
	text-decoration: none;
	background-color: #d6dd74;
	}

#sidesel {
	background-color: #c0d029;
	color: #ffffff;
	}

.makewhite {
	color: #ffffff;
	}

.bullet {
	background: url(../graphics/bullet.gif) top left no-repeat;
	padding-left: 14px;
	padding-right: 50px;
	padding-bottom: 8px;
	text-align: left;
	}

.bullets {
	vertical-align: top;
	padding-left: 35px;
	font-size: 11px;
	}

.bullethead {
	vertical-align: text-top;
	text-align: left;
	font-style: italic;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin-bottom: -10px;
	}

/* ------------------------------------------------------------------------------------------ */
/* LISTINGS */
/* Styles the listings page items. */
#listings {
	float: left;
	width: 708px;
	}

.listing {
	float: left;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #cccccc;
	}
	
.listing img {
	border: 1px solid #ffffff;
	}

.listing_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	}

.listcol1 {
	float: left;
	margin-right: 10px;
	}

.listcol2 {
	float: left;
	width: 354px;
	}
	
.listsamples {
	float: left;
	width: 330px;
	}
	
.listsample {
	padding-right: 6px;
	float: left;
	}

.grouppricemls {
	float: left;
	text-align: left;
	}

.listingdetails {
	float: left;
	padding-bottom: 10px;
	width: 100%;
	}

.price {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}	

.mls {
	color: #888888;
	font-size: 11px;
	}
	
.location {
	color: #666666;
	font-size: 11px;
	text-align: right;
	float: right;
	}
	
.description {
	text-align: left;
	}
	
.sqft {
	color: #666666;
	font-size: 11px;
}

.proptax {
	color: #888888;
	font-size: 11px;
}

/* ------------------------------------------------------------------------------------------ */
/* OTHER STYLES */
#content {
	background: url(../graphics/extra_content_bg.gif) repeat-x;
	width: 100%;
	}
	
#contentactive {
	width: 970px;
	margin: auto;
	}
	
#contentprint {
	width: 768px;
	}

#contentmain {
	padding: 10px 0px 55px 0px;
	}
	
#contentmain_plusside {
	padding: 0px 0px 55px 0px;
	}

.bannerimage {
	border: 0px;
	text-align: left;
	}

.clearfloat {
	clear: both;
	}

#buyingphoto {
	float: right;
	width: 347px;
	height: 174px;
	border: 1px solid #000000;
	}

.pushleft {
	float: left;
	}
	
.pushright {
	float: right;
	}
	
.loginform {
	background-color: #e2ea85;
	border: 1px solid #c2d233;
	}

.form {
	text-align: center;
	padding: 20px;
	}

/* ------------------------------------------------------------------------------------------ */
/* CONTACT */

.contactlinks {
	padding-top: 20px;
	padding-bottom: 30px;
	}

.contactitem {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 20px 35px 30px 35px;
	}

.visiting {
	width: 100%;
	}

.contactmap {
	width: 300px;
	text-align: right;
	}

.padtop {
	padding-top: 15px;
	}

.margtop {
	margin-top: -14px;
	}
	
.printable {
	font-size: 10px;
	color: #a1a1a1;
	text-decoration: none;
	}
	
.contactform {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border: 1px dotted #cccccc;
	width: 65%;
	overflow: auto;
	}

/* ------------------------------------------------------------------------------------------ */
/* SERVICES */
/* Styles for the services page. */
.contractor {
	padding-bottom: 15px;
	padding-left: 28px;
	text-align: left;
	}

.c_name {
	font-weight: bold;
	padding-right: 18px;
	}

.c_address {
	padding-right: 18px;
	}

.c_phone {
	font-style: italic;
	}

.c_description {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	}

#sellingarea {
	border: 1px solid #666666;
	padding: 8px;
	text-align: left;
	width: 684px;
	color: #696969;
	}

.sellingarea_headrow {
	border-bottom: 1px solid #bcbcbc;
	font-weight: bold;
	color: #ffffff;
	background-color: #bfce29;
	}

.sellingarea_footrow {
	border-top: 1px solid #bcbcbc;
	font-weight: bold;
	color: #696969;
	background-color: #e5e5e5;
	}
	
.disclaimer {
	font-style: italic;
	}

#site_pages {
	text-align: left;
	padding: 6px;
	}
	
#site_pages tr {
	padding: 2px;
	border-bottom: 1px solid #999999;
	}
	
.mapname {
	font-weight: bold;
	}
	
.mapdesc {
	font-style: italic;
	font-size: 11px;
	}	
	
#privacy {
	padding-left: 16px;
	padding-right: 16px;
	border-top: 1px solid #666666;
	}

#privacy a {
	font-weight: bold;
	}
	
.specs {
	font-size: 10px;
	}
	
/* ------------------------------------------------------------------------------------------ */
/* LISTINGS-REMODELED, SOLD */
/* These styles are used on the remodeled and sold pages. */
.remodeled {
	padding-top: 40px;
	}

.remodeled image {
	margin: 5px;
	border: 0px solid #ffffff;
	}

.remodeled a {
	border: 1px solid #ffffff;
	}

.remodeled a:hover {
	border: 1px solid #000000;
	}

.before {
	background: url(../graphics/rembg_1.gif) repeat-x #cccccc;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	width: 260px;
	border: 1px dotted #333333;
	padding: 10px;
	}

.after {
	background: url(../graphics/rembg_2.gif) repeat-x #eeeeee;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	width: 260px;
	border-top: 1px dotted #333333;
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding: 10px;
	}

.remodel_sample {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
	}

.indent {
	padding-left: 18px;
	}

.solditem {
	float: left;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #cccccc;
	width: 720px;
	}

.sold_data {
	float: left;
	width: 500px;
	text-align: left;
	}

.cerole {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	}

/* ------------------------------------------------------------------------------------------ */














