/* @override http://localhost/~adam/greens-cs.com/site/css/style.css */

/* greens-cs.com stylesheet by bristlebird media works */

body {
	padding: 0;
	margin: 0;
	background: #e3eee8 url(../images/styles/bg_gradient2.jpg) repeat-x; 
	font: 70%/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
a:link, a:visited {
	color: #7e784b;
	text-decoration: none;
}
a:hover {
	color: #7c2f25;
}

/* @group wrappers */

#container {
	width: 980px;
	margin: 0 auto;
	color: #555;
	padding: 0;
}

#bg_shadow_left {
	background: url(../images/styles/bg_shadow_left2.jpg) no-repeat 0 top;
	padding-left: 10px;
}

#bg_shadow_right {
	background: url(../images/styles/bg_shadow_right2.jpg) no-repeat right top;
}

#shadow {
	width:960px;
	height: 20px;
	background: #fcfdfd url(../images/styles/shadow2.jpg) no-repeat 0 top;
}

/* @end */


/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group navigation */

#navigation {
	display: block;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 1em;
	background: url(../images/styles/navbar_bg1.jpg) no-repeat 0 top;
	height: 25px;
}

#navigation * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul {
	display: table;
	margin: 0 auto 0 10px;
	text-align: left;
	vertical-align: text-top;
	height: 25px;
}

#navigation li {
	display: table-cell;
	padding: 0;
	margin: 0;
}

#navigation li+li { background: url(../images/styles/navbar_divide.jpg) no-repeat 0 -1px; }

#navigation span { float: left; }

#navigation a {
	color: #ffffff;
	text-decoration: none;
	float: left;
	border: none;
	padding: 8px 20px 7px;
	text-shadow: black 1px 1px 1px;
	margin-bottom: 0;
    margin-left: 0;
	text-transform: uppercase;
	font-size: 1em;
	height: 11px;
}

#navigation li span a:hover {
    text-shadow: #fff 0px 1px 1px;
	color: #222;
    background: url(../images/styles/navbar_divide.jpg) repeat-x 0 -1px;
}

/* @group IE Hacks */

/* For IE mac & win */

* html #navigation ul { display: inline-table; }
* html #navigation li { display:  block; float: left; }

/* For IE win only \*/
* html #navigation {
	margin-top: -7px;
	margin-bottom: -2px;
}
* html #navigation ul { 
	padding: 0;
}
* html #navigation li { 
	display: inline; 
	float: none;
	padding: 0;
	margin: 0;
}
* html #navigation a, * html #navigation span { 
	display: inline-block; 
	float: none;
	margin: 0;
}
* html #navigation a {
	height: 13px;
	padding: 5px 20px 7px;
}

/* End IE win */

/* @end */

/* @group IE7 Hacks */

*:first-child+html #navigation * {
	float: none;
	display: inline-block;
}
*:first-child+html #navigation ul { padding: 0 0 8px }

*:first-child+html #navigation ul li {
	display: inline;
	padding: 0;
	margin-bottom: 0;
}

*:first-child+html #navigation ul li a {
	padding-top: 5px;
	padding-bottom: 7px;
	height: 13px;
}
/* @end */

/* @group Active Tab */

#navigation li.active, #navigation li:hover.active {
    background: url(../images/styles/navbar_divide.jpg) no-repeat left top;
}

#navigation li.active span, #navigation li:hover.active span {
	background: url(../images/styles/navbar_divide.jpg) repeat-x 0 top;
	cursor: default;
}

#navigation li.active span a, #navigation li:hover.active span a {
    background: url(../images/styles/navbar_divide.jpg) repeat-x 0 -1px;
    text-shadow: #fff 0px 1px 1px;
	color: #334432;
	cursor: default;
}
#navigation li.active+li {
background: url(../images/styles/navbar_divide2.jpg) no-repeat 0 -1px;	
}
/* @end */

/* @end */

/* @group header */

h1, h1 a {
	padding: 10px 0 0;
	text-indent: -1000em;
	width: 215px;
	height: 70px;
	margin: 0 0 0 auto;
	float: right;
}
h1 a:hover {
	background: url(../images/styles/greens_logo_over.jpg) no-repeat;
}

#header {
	clear: both;
	padding: 0;
	margin: 0;
	height: 83px;
	background: url(../images/styles/header1.jpg) no-repeat;
}

#header p {
	margin-left: 240px;
	margin-top: 0;
	padding-top: 28px;
	font: italic 1.3em "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	color: #182416;
	margin-bottom: 0;
	padding-bottom: 0;
}

#header_images {
	width:960px;
	height:180px;
	background-color:#FFFFFF;
}

/* @end */

/* @group main */

#main {
	width: 960px;
	padding-top: 5px;
	background: #fcfdfd url(../images/styles/bg_main.jpg) repeat-y;
	padding-bottom: 10px;
}

#main p, #main h2, #main h3 {
	margin-left: 20px;
	margin-right: 20px;
}

#main h2 {
	margin-top: 0;
	color: #585940;
	font: italic normal 1.4em "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	border-bottom: 2px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#main h3 {
	padding-bottom: 5px;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-top: 0;
	letter-spacing: 1px;
	border-bottom: 1px solid #dedede;
	color: #874e4c;
	text-transform: uppercase;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
}
#main h3 span {
	color: #555;
	font: 1em Arial, "Lucida Grande", Lucida, sans-serif;
	text-transform: lowercase;
	letter-spacing: 0;
	float: right;
}
#main p {
	padding: 0 0 3px;
	margin-bottom: 0;
	margin-top: 3px;
}

/* @end */

/* @group images */

.img_right {
	float: right;
	margin: 5px 0 5px 10px;
}
.img_left {
	float: left;
	margin: 3px 10px 5px 0;
}
.img_left, .img_right {
	border: 1px solid #727272;	
}

/* @end */

/* @group buttons */
#list_button_wrap {
	margin-top: 10px;
}
#services_list {
	float: left;
	width: 310px;
	background: url(../images/styles/services.jpg) no-repeat;
	margin-left: 120px;
	display: block;
}
#services_list ul {
	margin-top: 20px;
}

#services_list ul li {
	padding:0;
	margin: 0 0 3px 20px;
	list-style-image:url(../images/styles/arrow.gif);
	text-indent: 0;
	float: none;
}
#buttons_menu {
	display: block;
	padding: 0;
	line-height: 1.4em;
	margin-left: 430px;
}

#buttons_menu * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#buttons_menu ul {
	display: table;
	margin: 0 auto 0 10px;
}

#buttons_menu ul li {
	display: table-cell;
	width: 182px;
	padding-right: 25px;
	float: left;
}

#buttons_menu li a {
	width: 172px;
	height: 177px;
}

#buttons_menu li.about, #buttons_menu li.contact, #buttons_menu li.about a, #buttons_menu li.contact a {
	text-indent: -1000em;
	height: 177px;
}
#buttons_menu li.services {
	background: url(../images/styles/services.jpg) no-repeat 0 top;
}
#buttons_menu li.services a {
	width: 0;
	text-indent: -1000em;
	float: left;
}
#buttons_menu li.about {
	background: url(../images/styles/about.jpg) no-repeat 0 top;
}
#buttons_menu li.about a:hover {
	background: url(../images/styles/about_over.jpg) no-repeat 0 top;
}
#buttons_menu li.contact {
	background: url(../images/styles/contact.jpg) no-repeat 0 top;
}
#buttons_menu li.contact a:hover {
	background: url(../images/styles/contact_over.jpg) no-repeat 0 top;
}
/*
#buttons_menu ul li.services ul {
	margin: 15px 0 0;
	padding-top: 0;
	padding-left: 45px;
}
 #buttons_menu ul li.services ul li {
	display: list-item;
	padding:0;
	margin: 0 0 8px 20px;
	list-style-image:url(../images/styles/list_arrow3.gif);
	text-indent: 0;
	float: none;
}
 #buttons_menu ul li.services ul li a {
	text-indent: 0;
	width: 200px;
	float: none;
	display: block;
	height: 18px;
}
*/
/* @group IE Hacks */

/* For IE mac & win */

* html #services_list {
	margin-left: 60px;
}

* html #buttons_menu ul { display: inline-table; }
* html #buttons_menu li { display:  block; float: left; }

/* For IE win only \*/
* html #buttons_menu ul { font-size: 0; padding-bottom: 9px;}
* html #buttons_menu li { display: inline; padding-bottom: 10px; }
/* End IE win */

/* @end */

/* @group IE7 Hacks */

*:first-child+html #services_list ul li {
	display: block;
	padding: 0 35px 0 0;
	margin-top: 0;
	margin-bottom: 3px;
}

*:first-child+html #buttons_menu * {
	float: none;
	display: inline-block;
}
*:first-child+html #buttons_menu ul {
	padding: 0;
}

*:first-child+html #buttons_menu ul li {
	display: block;
	padding: 0 35px 0 0;
	float: left;
}

*:first-child+html #buttons_menu ul li a {
	padding-top: 0;
	width: 175px;
	display: block;
}
/**/
/* @end */


/* @end buttons*/

/* @group logos */

#logos {

	height: 100px;
	padding-bottom: 0px;
	text-align: center;
	width: 920px;
	padding-left: 20px;
	clear: left;
}

#logos p {
	padding-top: 45px;
	font-size: 0.9em;
}
#logos img.img_right, #logos img.img_left {
	border: none;
}
/* @end */

/* @group footer */

#footer {
	width: 980px;
	height: 60px;	
	background: url(../images/styles/footer.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 7px;
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 7px;
}

#footer p.copyright {
	color: #666666;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #444;
}

#footer p.copyright a:link, #footer p.copyright a:visited {
	color: #666666;
}
#footer a:hover, #footer p.copyright a:hover {
	color: #9a3939}
/* @end */

/* @group right nav */

#lnav, #contact_info {
	width: 240px;
	margin-right: 20px;
/*	margin-left:700px;*/
	margin-bottom: 20px;
	padding-right: 0;
	float: right;
	padding-bottom: 20px;
	margin-top: -5px;
}
#lnav h3 {
	margin-left: 0;
}
#lnav p {
	padding: 0;
	margin: 8px 0 8px 8px;
}

#lnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#lnav ul li {
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#lnav ul li a {
	display: block;
/*	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
*/  border-left: 2px solid #eee;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 220px;
}

#lnav ul li.active a {
	color: #876037;
	cursor: default;
}

#lnav a:link, #lnav a:visited {
	color: #7e784b;
	text-decoration: none;
}
#lnav ul li a:hover {
	background: url(../images/styles/lnav_over.jpg) no-repeat;
	color:#7c2f25;
/*	background-color: #edf1e3;*/
}

/* @end */

/*@group contact form*/

#main form {
	width: 470px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 100px;
}
#main form input {
	color: #666;
}
#main form p input.txt, #main form p textarea  {
	color: #545454;
	border: 1px inset #ccc;
	background-color: #f7f7e1;
	width: 365px;
	float: right;
	padding-left: 2px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
}
#main form p input.txt { 
	height: 14px; 
}
#main form p input.button {
	margin-top: 10px;
}
#main form p textarea { 
	height: 120px; 
	width: 366px;
}
#main form p {
	margin-left: 5px;
}
#main form p label {
	text-transform: uppercase;
	color: #79736f;
	font-size: 0.9em;
}
#contact_info {
	border-left: 2px solid #eee;
	width: 280px;
	padding-left: 10px;
}
/*@end*/

/* @group rollovers */

#attr_0, #attr_1, #attr_2, #attr_3, #attr_4, #attr_5, #attr_6, #attr_7, #attr_8, #attr_9, #attr_10, #attr_11, #attr_12, #attr_13, #attr_99 { 
 visibility: hidden;
 }

.attr_box {
	position: absolute; 
	width: 650px;
	background: #fcfdfd;
	margin-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 0;
}
#main .attr_box h3, #main .attr_box p {
	margin-left: 5px;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
}

.attr_box p img.img_right {
	margin-top: -5px;
}
/* @end */

/* @group property */
.guide_price {
	color: #874e4c;
}
#property_box {
	display: block;
	background:url(../images/styles/property_box.jpg) no-repeat;
	height:149px;
	width:412;
	margin-left: 426px;
	padding-top:13px;
}
/* @end */

/* @group clear_floats */

.clrlft { clear: left; }
.clrrht { clear: right; }
.clrbth { clear: both; }

/* @end */
.txt_right {
	text-align:right;
}
.prop_box_txt {
	font-size: 0.85em;
	line-height:1.4em;
}
/* @group props */

.prop {
    float:right;
    width:1px;
}
.min700px { height:700px; }
.min600px { height:600px; }
.min500px { height:500px; }
.min450px { height:450px; }
.min400px { height:400px; }
.min360px { height:360px; }
.min20px { height:20px; }

.min300px { height:300px; }

/* @end */
.attr_box p.centred img {
	margin: 0 10px 10px;
}

.larger { font-size: 1.1em; }
.smaller { font-size: 0.9em; }
.smallest { font-size: 0.85em; }
.centred { text-align: center; }
