﻿@import url(../contentStyles.css);


/* Layout
========================================================================================== */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	text-align: center;
	background: #FFF url(../../Images/bg.gif) repeat-x 0 0;
}
.wrap {
	width: 1013px;
	margin: 0 auto;
	padding-bottom: 200px;
}
.head {
	background: url(../../Images/headerbg.png) no-repeat 0 0;
	height: 280px;
	position: relative;
	padding: 17px 17px 0;
	z-index: 1;
}
.body {
	background: url(../../Images/bodybg.png) repeat-y 0 0;
	padding: 5px 17px 5px;
	z-index: 99;
	position: relative;
	float: left;
	width: 979px;
}
.foot {
	background: url(../../Images/footerbg.png) no-repeat bottom left;
	padding: 0 17px 0;
	overflow: hidden;
	clear: both;
}
.content {
	background: #FFF;
}
.pnlContent {
}

/* Header
========================================================================================== */
.logo {
	height: 282px;
	width: 972px;
	position: relative;
	background: url(../../Images/header.jpg) repeat-y 0 0;
}
.logo a,
.logo h1 {
	margin: 0;
	position: absolute;
	height: 100px;
	width: 310px;
	left: 20px;
	top: 0;
	overflow: hidden;
}
.logo span {
	background: url(../../Images/header.jpg) repeat-y -20px 0;
	height: 100px;
	width: 310px;
	position: absolute;
	top:0;
	left: 0;
	cursor: hand;
	cursor: pointer;
}

.head h4 {
	position: absolute;
	top: 0;
	right: 45px;
	color: #073254;
	font-size: 1em;
}

.head .menu {
	position: absolute;
	top: 220px;
	left: 17px;
	width: 972px;
	overflow: hidden;
	background: #073254;
}
.head .menu li {
	float: left;
	padding: 3px 10px 6px 0;
	margin-left: 10px;
	border-right: solid 1px #FFF; 
	list-style: none;
}
.head .menu li a {
	text-decoration: none;
	font-size: 0.687em;
	color: #FFF;
}
.head .menu li.first {
	margin-left: 70px;
}
.head .menu li.last {
	border-right: 0;
}


/* Nav
========================================================================================== */
.nav {
	background: #5E9226;
	float: left;
	width: 141px;
	padding-top: 10px;
}
.nav li {
	list-style: none;
	border-bottom: solid 1px #FFF;
	padding: 5px;
}
.nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.75em;
}

/* Content
========================================================================================== */
.content {
	float: left;
	width: 565px;
	margin: -30px 45px 0;
}
.home .content {	
	width: 616px;
	margin: -30px 15px 0;
}

.side {
	float: right;
	width: 160px;
	margin-right: 20px;
}
.tagline {
	margin: -20px 0pt 30px -60px;
}

.side h3 {
	color: #073254;
	margin: 10px 0;
	font-size: 0.9125em;
}
.side a.co2 {
	display: block;
	margin: 40px auto;
	clear: both;
	width: 100px;
}

.side .Normal h1,
.side .Normal h2 {
	font-size: 0.75em;
	margin: 10px 0 5px;
	color: #073254;
}
.side .Normal div {
	color: #666;
}
.side .lnkMore a {
	float: right;
	color: #333;
	text-decoration: none;
	margin: 5px 0 15px;
}

/* Foot sitemap
========================================================================================== */
.foot .sitemap {
	border-top: solid 1px #ccc;
	margin: 0 20px;
	padding: 10px 0 30px;
	overflow: hidden;
}
.foot .sitemap li {
	float: left;
	width: 280px;
	margin: 5px 10px;
	list-style: disc;
	color: #073254;
}
.foot .sitemap li a {
	font-size: 0.687em;
	color: #073254;
	text-decoration: none;
	font-weight: bold;
}
.foot .sitemap span {
	display: none;
}
.foot .sitemap li ul {
	display: block;
}
.foot .sitemap li li {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 5px 0;
	list-style: none;
}
.foot .sitemap li li a {
	color: #878787;
	font-size: 0.687em;
	font-weight: normal;
}

/* Foot
========================================================================================== */
.foot .btm {
	clear: both;
}
.foot .btm li {
	float: right;
	font-size: 0.687em;
	color: #666;
	text-align: right;
	width:150px;
	list-style: none;
}
.foot .btm a {
	color: #666;
	text-decoration: none;
}
.foot .btm a span {
	color: #F6A202;
}
.foot .btm li.l {
	float: left;
	text-align: left;
	width: 800px;
}

/* Home
========================================================================================== */
.home .content .Normal {
	margin-right: 100px;
}
.home .content .Normal h1,
.home .content .Normal h2 {
	margin-top: 0;
}
ul.homeTabs {
	overflow: hidden;
	clear: both;
}
ul.homeTabs li {
	list-style: none;
	float: left;
	width: 197px;
	height: 141px;
	margin: 5px 8px 5px 0;
}
ul.homeTabs a {
	display: block;
	width: 197px;
	height: 141px;
	position: relative;
	text-decoration: none;
}
ul.homeTabs a span {
	position: absolute;
	bottom: 10px;
	left: 7px;
	right: 7px;
	color: #FFF;
	font-size: 0.75em;
	font-weight: bold;
}
ul.homeTabs li.arch,
ul.homeTabs li.devs,
ul.homeTabs li.home,
ul.homeTabs li.arch a,
ul.homeTabs li.devs a,
ul.homeTabs li.home a {
	height: 159px;
	height: 159px;
	height: 159px;
}
ul.homeTabs li.arch {
	background: url(../../Images/tabs/ArchitectsDesigners_Thumb.jpg);
}
ul.homeTabs li.devs {
	background: url(../../Images/tabs/DevelopersBuilders_Thumb.jpg);
}
ul.homeTabs li.home {
	background: url(../../Images/tabs/Homeowners_Thumb.jpg);
}
ul.homeTabs li.asso {
	background: url(../../Images/tabs/HousingAss_Thumb.jpg);
}
ul.homeTabs li.land {
	background: url(../../Images/tabs/PrivateLandlords_Thumb.jpg);
}
ul.homeTabs li.soli {
	background: url(../../Images/tabs/SolicitorsHip_Thumb.jpg);
}


/* Newsletter
========================================================================================== */	
div.newsletter {
	clear: both;
	background: url(../../Images/NewsletterBox.jpg) no-repeat 0 0;
	overflow: hidden;
	height: 130px;
	width: 565px;
}
div.newsletter div.text {
	float: left;
	width: 260px;
	margin-left: 120px;
	display: inline;
}
div.newsletter h3 {
	display: none;
}
div.newsletter p {
	color: #666;
	margin-top: 50px;
}
div.newsletter fieldset {
	border: 0;
	float: right;
	width: 150px;
	padding: 35px 20px 30px 0;
}
div.newsletter fieldset div {
	margin: 5px 0;
}
div.newsletter label {
	display: none;
}
div.newsletter input {
	width: 130px;
	border: solid 1px #5E9226;
	color: #333;
	font-size: 0.687em;
}
div.newsletter .btn input {
	width: auto;
	float: right;
	margin-top: -20px;
}


/* Forms
========================================================================================== */
fieldset {
	padding: 20px 20px 50px 20px;
	margin: 20px 0;
	border: solid 2px #EEE;
	overflow: hidden;
	clear: both;
}
fieldset legend {
    color: #BBB;
    font-size: 75%;
}
fieldset div div {
	overflow: hidden;
	padding: 5px 0;
	position: relative;
}
fieldset div label {
  font-weight: bold;
  margin: 5px;
}
fieldset div label em {
  color: #900;
  font-weight: bold;
  position: relative;
  left: 5px;
}
fieldset div label,
fieldset div input,
fieldset div select,
fieldset div textarea {
	display: block;
	width: 200px;
	font-size: 0.687em;
	color: #333;
	clear: both;
}
fieldset div select {
	width: 180px;
}
fieldset div textarea {
	width: 98%;
}
fieldset div.btn input {
  width: auto;
  float: right;
}

input.gbtn {
    position: absolute;
    right: 270px;
    bottom: 170px;
    width: 67px;
}


/* Sitemap
========================================================================================== */
.Sitemap 
{
    padding: 0 0 50px;
    margin-left: 40px;
}
.Sitemap li
{
	padding-bottom: 3px;	
	font-size: 0.75em;
}
.Sitemap ul 
{
    margin: 10px 0 10px 25px;
}
.Sitemap p
{
	line-height: 1.3;
}
.Sitemap li li,
.Sitemap li p 
{
    font-size: 1em;
}

/* Manager Buttons
========================================================================================== */
.side .paraControls {
	display: none;
}
.pnlParaBtns {
	float: right;
	margin: 20px 50px;
	display: inline;
}
.pnlParaBtns select {
    position: relative;
    top: -4px;
}
.SiteHeader {
	float: left;
    margin: 20px;
	display: inline;
}


.pnlConfirm {
    clear: both;
    padding: 40px;
    text-align: center;
}
.paraControls {
    clear: both;
    margin-left: 20px;
}
.paraControls a {
    font-size: 0.75em;
    color: #999;
    text-decoration: none;
}	
