/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Tahoma, Helvetica, Arial, sans-serif;
color: #000;
}
p,
div.text  {
font-size: 1em;
margin-bottom: 10px;
}
div.text p {
font-size: 1em; /* font-size fix within text div */
}
dl,
ul,
ol,
form input, 
form textarea,
form select {
font-size: 1em;
font-family: Tahoma, Helvetica, Arial, sans-serif; /* Used to fix font issue with textarea */
}
div.text ul,
div.text ol {
margin: 0 0 10px 30px;
list-style: disc;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
list-style-position: inside;
}
a:link,
a:visited {
color: #000;
font-weight: bold;
}
a:hover {
color: #FFF;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #333;
color: #FFF;
font-weight: bold;
padding: 2px 7px;
cursor: pointer;
border: none;
text-decoration: none;
text-transform: capitalize;
}

/* Headings */
h1 {
font-size: 2em;
margin: 0 0 10px -10px;
text-transform: lowercase;
font-weight: normal;
}
h2 {
font-size: 1.2em;
margin-bottom: 3px;
font-weight: bold;
}
div.text h2 {
}
h3 {
font-size: 1.1em;
font-weight: bold;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body {
background-color: #D8D8D8;
}
#wrap {
background: #AFAFAF url(/_lib/professional/braidwood/img/bg_container.gif) 4px 0 repeat-y;
}
#wrapper {
background: transparent url(/_lib/professional/braidwood/img/bg_wrap.png) top left repeat-x;
}
#wrap #header {
height: 139px;
padding: 0 0 0 4px;
}
#wrap #header #menu {
margin: 5px 0 0 0;
}
#wrap #container {
padding: 13px 0 0 0;
margin: 0 0 0 4px;
width: 996px;
position: relative;
}
#content {
float: left;
width: 691px;
padding: 10px 30px;
z-index: 20;
position: relative;
}
/* Page where grass is allowed over the content */
body#home #content,
body.dynPage #content,
body.staffPage #content,
body.testimonialPage #content {
z-index: 1;
}
#content #mainContent {
width: 480px;
float: left;
}
body.dynPage #content #mainContent {
width: 410px;
}
#content #subContent {
width: 190px;
float: right;
}
body.dynPage #content #subContent {
width: 260px;
}
#rightCol {
width: 225px;
float: right;
padding: 0 0 354px 0;
}
img#slogan {
float:right;
}
#grass {
background: transparent url(/_lib/professional/braidwood/img/grass.png) top left no-repeat;
width: 391px;
height: 554px;
position: absolute;
bottom: 0;
right: 0;
z-index: 10;
}
#footer {
padding: 0 0 80px 10px;
}

/* Header
----------*/
#header #logo {
margin: 5px 0 0 0;
}

/* Footer
--------- */
#footer p {
font-size: 0.9em;
padding: 5px 0 0 0;
}
#footer p,
#footer p a:link,
#footer p a:visited {
font-weight: normal;
}

/* Dropdown menu
-----------------*/
ul.menu li {
float: left;
}
ul.menu li a:link,
ul.menu li a:visited {
display: block;
height: 32px;
margin: 0;
text-indent: -9999em;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
}
ul.menu li a:hover,
ul.menu li a.active:link,
ul.menu li a.active:visited {
background-position: bottom left;
}
ul.menu li a#mm_home {
width: 96px;
background-image: url(/_lib/professional/braidwood/img/mm_home.gif);
}
ul.menu li a#mm_buying {
width: 107px;
background-image: url(/_lib/professional/braidwood/img/mm_buying.gif);
}
ul.menu li a#mm_renting {
width: 107px;
background-image: url(/_lib/professional/braidwood/img/mm_renting.gif);
}
ul.menu li a#mm_selling {
width: 96px;
background-image: url(/_lib/professional/braidwood/img/mm_selling.gif);
}
ul.menu li a#mm_finance {
width: 110px;
background-image: url(/_lib/professional/braidwood/img/mm_finance.gif);
}
ul.menu li a#mm_news {
width: 89px;
background-image: url(/_lib/professional/braidwood/img/mm_news.gif);
}
ul.menu li a#mm_aboutUs {
width: 118px;
background-image: url(/_lib/professional/braidwood/img/mm_aboutUs.gif);
}
ul.menu li a#mm_contactUs {
width: 132px;
background-image: url(/_lib/professional/braidwood/img/mm_contactUs.gif);
}
ul.menu li ul {
width: 200px;
padding: 0;
margin: 0;
border-top: 3px solid #CCC;
}
ul.menu li ul li {
float: none;
margin: 0;
padding: 0;
}
ul.menu li ul a:link,
ul.menu li ul a:visited  {
font-size: 0.9em;
text-transform: lowercase;
text-indent: 0;
height: auto;
color: #fff;
background: #1F1F1F;
text-decoration: none;
border-top: 1px solid #333;
margin: 0;
padding: 6px 0 6px 16px;
}
ul.menu li ul a:hover {
color: #1F1F1F;
background: #FFFF00;
}

/* Standard forms
------------------*/
form textarea, input, select{
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 1em;
}
legend {
color: #1F1F1F;
font-weight: bold;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #fff;
}
form li {
list-style-type: none;
margin: 0 0 10px 0;
}
form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}
form input {
width: 250px;
}
form textarea {
width: 250px;
}
form select {
width: 254px;
}
form input.radio {
width: 30px;
border: none;
}
form p {
clear: both;
}
form fieldset#submit,
form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}
form fieldset#submit input,
form fieldset.submit input,
form input.button {
text-transform: capitalize;
width: auto !important;
background-color: #333;
color: #FFF;
font-weight: bold;
padding: 2px 7px;
cursor: pointer;
border: none;
}
form em span,
form .required {
color: #666;
font-weight: bold;
}

/* Popups
---------*/
body.popup {
background-color: #d5d2ca;
}
body.popup #header {
background-color: #B5B292;
}
body.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
}

/* Homepage
----------- */
body#home #wrap #container {
padding: 0;
margin: 0 0 0 4px;
}
body#home #content {
width: 749px;
padding: 0px;
height:1%;
display:inline-block;
}
body#home #rightCol {
margin: 13px 0 0 0;
}
body#home h2.section {
font-style: italic;
font-size: 2em;
padding: 5px 0 3px 10px;
text-transform: lowercase;
font-weight: normal;
}
body#home #topRow h2.section {
padding: 0;
margin: 0 0 10px 0;
}
body#home #topRow {
width: 723px;
height: 344px;
padding: 0 0 0 26px;
}
body#home #bottomRow {
background: #BFBFBF url(/_lib/professional/braidwood/img/bg_home_bottom_row.gif) top left repeat-x;
}

/* Quicksearch */
body#home #topRow #quickSearch {
margin: 20px 0 0 0;
width: 200px;
float: left;
}
body#home #topRow #quickSearch form#quicksearch {
width: auto;
margin: 0;
padding: 10px 0 0 0;
overflow: hidden;
}
body#home #topRow #quickSearch form#quicksearch fieldset {
padding: 0;
margin: 0;
border: none;
}
body#home #topRow #quickSearch form#quicksearch p {
margin: 0 0 8px 0;
}
body#home #topRow #quickSearch form#quicksearch select {
width: 200px;
}
body#home #topRow #quickSearch form#quicksearch p#qs_icons select,
body#home #topRow #quickSearch form#quicksearch p#qs_price select,
body#home #topRow #quickSearch form#quicksearch p#qs_size select {
width: 92px;
float:left;
}
body#home #topRow #quickSearch form#quicksearch p#qs_icons select#qs_parking,
body#home #topRow #quickSearch form#quicksearch p#qs_price select#qs_max-price,
body#home #topRow #quickSearch form#quicksearch p#qs_size select#qs_max-size {
margin: 0 0 8px 16px;
}
body#home #topRow #quickSearch form#quicksearch fieldset .checkboxsearch {
border: 1px solid #ccc;
background-color: #fff;
height: 50px;
width: 192px;
display: block;
overflow: auto;
margin: 10px 0 10px 0;
padding: 3px;
}
body#home #topRow #quickSearch form#quicksearch fieldset .checkboxsearch p {
margin-bottom: 3px;
clear: none !important;
}
body#home #topRow #quickSearch form#quicksearch fieldset .checkboxsearch p input {
width: 20px;
border: none;
}
body#home #topRow #quickSearch form#quicksearch fieldset#submit input {
margin: 0;
}
body#home #topRow #quickSearch form#quicksearch fieldset select#choice,
body#home #topRow #quickSearch form#quicksearch fieldset select#qs_property-type,
body#home #topRow #quickSearch form#quicksearch fieldset .checkboxsearch p {
text-transform: capitalize;
}

/* Animation */
body#home #topRow #animation {
float: right;
list-style: none;
margin: 0;
width: 499px;
height: 344px;
overflow: hidden;
}

/* Feature Property */
body#home #bottomRow #featureProperty {
background: #DFDFDF url(/_lib/professional/braidwood/img/bg_home_bottom_row.gif) top left repeat-x;
width: 500px;
float:left;
}
body#home #bottomRow #featureProperty img {
float: left;
width: 250px;
margin: 0 20px 0 0;
}
body#home #bottomRow #featureProperty .powDetails {
padding: 20px;
}
body#home #bottomRow #featureProperty a.button {
float: right;
}

/* Quick Links */
body#home #bottomRow #quickLinks {
float: right;
width: 249px;
}
body#home #bottomRow #quickLinks ul {
list-style: none;
padding: 15px;
margin: 0;
}
body#home #bottomRow #quickLinks ul li {
margin: 0 0 10px 0;
}
body#home #bottomRow #quickLinks ul li a {
text-decoration: none;
}


/* ------------------------------ */
/* Other Pages With Custom Styles */
/* ------------------------------ */
