body {
	font-family: "Lucida Grande", Arial, san-serif;
	margin: 0;
	padding: 0;
}

#site-holder {
	width: 960px;
	margin: 0 auto;
}

/*--------------------- text formating  ----------------------*/

h1 {
	font-size: 24px;
	color: #20792B;
	margin: 50px 0 0 0;
}

h2 {
	font-size: 16px;
	color: #666;
	font-weight: lighter;
}

p {
	font-size: 12px;
	color: #666;
	line-height: 16px;
}

ul, li {
	font-size: 12px;
	color: #666;
	line-height: 16px;
}

a {
	color: #20792B;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/*--------------------- holds the logo and the header image   ----------------------*/

#header {
	width: 960px;
	height: 310px;
	float: left;
	position: relative;
}

#header .tel {
	position: absolute;
	top: 0;
	left: 0;
}

#header .tlogo {
	position: absolute;
	top: 60px;
	left: 0;
}

#header #video {
	position: absolute;
	top: 0;
	right: 0;
	width: 698px;
	height: 308px;
	border: solid 1px #E6E6E6;
}

/*--------------------- for the main menu  ----------------------*/

#menu {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	width: 960px;
	height: 50px;
	float: left;
}

#menu li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
} 

#menu li a {
	line-height: 50px;
	height: 50px;
	display: block;
	color: #808080;
	text-decoration: none;
	font-size: 21px;
	text-align: center;
	
} 

#menu li a:hover {
	color: #FFF;
	background-position: 0 -50px;
}

#menu li a.active {
	color: #FFF;
	background-position: 0 -50px;
}

#menu li.last {
	margin: 0;
}

#menu li a#home {
	width: 90px;
	background-image: url(../sitepix/nav/home.png);
	background-repeat: no-repeat;
}

#menu li a#properties {
	width: 187px;
	background-image: url(../sitepix/nav/button-bg.png);
	background-repeat: repeat-x;
}

#menu li a#sell {
	width: 186px;
	background-image: url(../sitepix/nav/button-bg.png);
	background-repeat: repeat-x;
}

#menu li a#services {
	width: 208px;
	background-image: url(../sitepix/nav/button-bg.png);
	background-repeat: repeat-x;
}

#menu li a#about {
	width: 124px;
	background-image: url(../sitepix/nav/button-bg.png);
	background-repeat: repeat-x;
}

#menu li a#contact {
	width: 140px;
	background-image: url(../sitepix/nav/contact.png);
	background-repeat: no-repeat;
}

/*--------------------- for the welcome text on the homepage ----------------------*/

#welcome {
	width: 270px;
	float: left;
}

#welcome p.number {
	border-top: solid 1px #B3B3B3;
	border-bottom: solid 1px #B3B3B3;
	padding: 13px 0;
	line-height: 20px;
}

#welcome p.number em {
	font-size: 24px;
	color: #20792B;
	font-style: normal;
	font-weight: bold;
}

#feature {
	margin: 50px 0 0 0;
	width: 650px;
	float: right;
	background-image: url(../sitepix/structural/feature-bg.gif);
	background-repeat: no-repeat;
	position: relative;
}

#feature iframe {
	position: absolute;
	top: 55px;
	left: 10px;
}

#feature ul {
	margin: 0;
	padding: 0;
	list-style-type: 0;
}

#feature ul li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

#feature ul li h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 24px;
	color: #20792B;
	width: 255px;
	line-height: 25px;
	text-align: center;
}

#feature ul li a.more {
	text-decoration: none;
	font-size: 18px;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
	width: 195px;
	display: block;
	text-align: center;
}

#feature ul li a:hover {
	color: #20792B;
}

/*--------------------- for the 3 info boxes at the bottom of each page ----------------------*/

#info-boxes {
	margin: 50px 0 0 0;
	padding: 0;
	width: 960px;
	height: 240px;
	float: left;
}

#info-boxes li {
	float: left;
	display: inline;
	width: 296px;
	height: 240px;
	position: relative;
}

#info-boxes li a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	line-height: 1.2em;
	display: block;
}

#info-boxes li a:hover {
	color: #20792B;
}

#info-boxes li a em {
	color: #AC0000;
	font-size: 12px;
	font-style: normal;
}

#info-boxes .buyers {
	background-image: url(../sitepix/structural/buyers-bg.png);
	margin: 0 36px 0 0;
}

#info-boxes li.buyers a {
	text-align: right;
	position: absolute;
	top: 155px;
	right: 15px;
}

#info-boxes li.calc {
	background-image: url(../sitepix/structural/calculator-bg.png);
	margin: 0 36px 0 0;
	
}

#info-boxes li.calc a {
	text-align: center;
	margin: 170px 0 0 0;
}

#info-boxes .sellers {
	background-image: url(../sitepix/structural/sellers-bg.png);
}

#info-boxes li.sellers a {
	text-align: left;
	position: absolute;
	top: 155px;
	left: 15px;
}

/*--------------------- holds all main content ie text images forms etc ----------------------*/

#main-holder {
	margin: 0 0 0 0;
	width: 960px;
	float: left;
}


/*--------------------- text only pages ie home staging  ----------------------*/

#text-holder {
	width: 510px;
	float: left;
}

#images {
	width: 406px;
	float: left;
	margin: 50px 0 0 44px;
}

.img {
	border: solid 1px #20792B;
	margin: 0 0 20px 0;
	padding: 2px;
}


/*--------------------- for the about us page ----------------------*/

#people {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#people li {
	float: left;
	display: inline;
	width: 450px;
	background-image: url(../sitepix/people/people-bg.png);
	background-repeat: no-repeat;
	margin: 0 20px 25px 0;
	padding: 10px;
}

#people li.right {
	margin: 0;
}

#people li img {
	float: left;
	margin: 0 15px 0 0;
	display: inline;
	border: solid 1px #20792B;
}

#people li h2 {
	margin: 0;
	padding: 0;
	color: #20792B;
}

/*--------------------- for the financial page including calculator----------------------*/

#requirements {
	width: 450px;
	padding: 10px;
	float: left;
	background-image: url(../sitepix/people/people-bg.png);
	background-repeat: no-repeat;
}

#requirements ul {
	margin: 0 50px 0 0;
	padding: 0;
	list-style-type:none;
}

#requirements .input {
	border: solid 1px #20792B;
	width: 220px;
	padding: 3px;
}

#requirements li  {
	font-size: 12px;
	color: #000;
	text-align: right;
	line-height: 2.5em;
}

#requirements h3 {
	font-size: 16px;
	margin: 20px 0 15px 0;
	color:  #20792B;
}

#requirements .button {
	background-image: url(../sitepix/structural/button-green-bg.png);
	background-repeat:  repeat-x;
	border: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-size: 14px;
}

#results {
	width: 450px;
	margin: 0 0 0 20px;
	padding: 10px;
	display: inline;
	float: left;
	background-image: url(../sitepix/people/people-bg.png);
	background-repeat: no-repeat;
}

#results ul {
	margin: 0 40px 0 0;
	padding: 0;
	list-style-type: none;
}

#results ul li {
	font-size: 12px;
	color: #000;
	text-align: right;
	line-height: 2.5em;
}

#results h3 {
	font-size: 16px;
	margin: 20px 0 15px 0;
	color:  #20792B;
}

#results .input {
	border: solid 1px #20792B;
	width: 220px;
	padding: 3px;
}

#results .input-small {
	border: solid 1px #20792B;
	width:100px;
	padding: 3px;
}

#request-form {
	width: 940px;
	overflow: hidden;
	float: left;
	padding: 10px;
	background-image: url(../sitepix/structural/request-form-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

#request-form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#request-form ul li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	color: #000;
}

#request-form  p {
	color: #20792B;
}

#request-form .input {
	border: solid 1px #20792B;
	width: 220px;
	padding: 3px;
	margin: 0 10px 0 0;
}

#request-form  .button {
	background-image: url(../sitepix/structural/button-green-bg.png);
	background-repeat:  repeat-x;
	border: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-size: 14px;
}

/*--------------------- for the address box next to the forms ----------------------*/

#address {
	width: 400px;
	margin: 0 0 0 50px;
	display: inline;
	float: left;
}

/*--------------------- for the call to action section on sell your home ----------------------*/

.call-to-action-holder {
	width: 450px;
	background-image: url(../sitepix/people/people-bg.png);
	background-repeat: no-repeat;
	float: right;
	display: inline;
	margin: 0 0 10px 0;
	padding: 10px;
}

.call-to-action-holder h3 {
	color: #20792B;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
}

.call-to-action-holder img {
	border: solid 1px  #20792B;
}

.call-to-action-holder a {
	background-image: url(../sitepix/structural/call-to-action-but-bg.png);
	line-height: 25px;
	display: block;
	height: 25px;
	width: 180px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px -1px 1px #000;
	font-size: 16px;
	border-bottom: solid 1px #124819;
	border-right: solid 1px #124819;
	border-top: solid 1px #79D385;
	border-left: solid 1px #79D385;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.quote {
	float: right;
	margin: 0 10px 0 0;
	display: inline;
}

/*--------------------- home reports layout ----------------------*/

#report {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#report li {
	float: left;
	display: inline;
	width: 450px;
	background-image: url(../sitepix/people/people-bg.png);
	background-repeat: no-repeat;
	margin: 0 20px 25px 0;
	padding: 10px;
}

#report li.right {
	margin: 0;
}

#report li img {
	float: left;
	margin: 0 15px 50px 0;
	display: inline;
}

#report li h2 {
	margin: 0;
	padding: 0;
	color: #20792B;
}


/*--------------------- contact forms ----------------------*/

#contact-form {
	width: 450px;
	padding:  0 15px 15px 0;
	margin: 0 0 0  0;
	display: inline;
	float: left;
	clear: both;
}

#contact-form fieldset {
	border: solid 1px  #20792B;
	padding: 0px 10px 10px 10px;
	background-color: #F2F2F2;
}

#contact-form legend {
	font-size: 16px;
}

#contact-form label {
	display: block;
}

#contact-form label.no-block {
	display: inline;
}

#contact-form input.check {
	width: 20px;
	padding: 3px;
}

#contact-form input {
	width: 250px;
	padding: 3px;
	border: solid 1px #20792B;
}

#contact-form textarea {
	width: 255px;
	border: solid 1px #20792B;
}

#contact-form input.button {
	width: 100px;
	height: 25px;
	background-color: #20792B;
	background-image: url(../sitepix/structural/button-green-bg.png);
	border-right: solid 1px #124819;
	border-top: solid 1px #79D385;
	border-left: solid 1px #79D385;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	color: #FFF;
	text-shadow: 0px -1px 1px #000;
	font-size: 14px;
}

#contact-form em {
	font-size: 12px;
}

/*--------------------- for the footer ----------------------*/

#footer {
	float: left;
	clear: both;
	position: relative;
	width: 960px;
	height: 85px;
	margin: 15px 0 0 0;
}

#footer .blogo {
	position: absolute;
	top: 0;
	right: 0;
	border: solid 1px #E6E6E6;
}

#footer ul {
	height: 63px;
	width: 833px;
	margin: 0;
	padding: 10px;
	border: solid 1px #E6E6E6;
}

#footer ul li {
	display: inline;
}

#footer ul li p {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

#footer ul li a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin: 0 20px 0  0;
}

