/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #333;
}
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, Arial, Helvetica, 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: #d0192d;
text-decoration:underline;
}
a:hover {
color: #000;
text-decoration:none;
}

/* Style for Button style links */
a.button {
height: 26px;
width: 67px;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
text-indent: -99999px;
padding: 0;
cursor: pointer;
border: none;
display: block;
}

a.view {
background-image: url(/_lib/professional/summit/img/btn-view.gif);
}
a.viewall {
background-image: url(/_lib/professional/summit/img/btn-view-all.gif);
}
a.more {
background-image: url(/_lib/professional/summit/img/btn-more-details.gif);
width:94px !important;
}
a.save {
background-image: url(/_lib/professional/summit/img/btn-save.gif);
width:94px !important;
}


/* Headings */
h1 {
color: #d0192d;
font-size: 1.5em;
margin-bottom: 35px;
text-transform: capitalize;
font-weight:bold;
}
h2 {
color: #333;
font-size: 1.1em;
margin-bottom: 5px;
text-transform: capitalize;
}
div.text h2 {
}
h3 {
font-size: 1em;
color: #d0192d;
margin-bottom: 3px;
}
div.text h3 {
}

body { 
background:#FFF url(/_lib/professional/summit/img/bg-body.jpg) repeat-x top left;
}

#wrap {
width:980px;
margin:0 auto;
}

#menu {
height:46px;
}

/* Dropdown menu */

.menu {
height:46px;
float:right;
width:689px;
}

.menu a {
display: block;
height: 46px;
margin: 0;
background-position: top left;
background-repeat: no-repeat;
background-color: transparent;
text-indent: -9999em;
}
.menu li#homeList a {
background-image: url(/_lib/professional/summit/img/mm-home.gif);
width: 59px;
}
.menu li#buyList a {
background-image: url(/_lib/professional/summit/img/mm-buying.gif);
width: 68px;
}
.menu li#sellList a {
background-image: url(/_lib/professional/summit/img/mm-selling.gif);
width: 66px;
}
.menu li#rentList a {
background-image: url(/_lib/professional/summit/img/mm-renting.gif);
width: 68px;
}
.menu li#businessList a {
background-image: url(/_lib/professional/summit/img/mm-business.gif);
width: 79px;
}
.menu li#settleList a {
background-image: url(/_lib/professional/summit/img/mm-settlements.gif);
width: 98px;
}
.menu li#communityList a {
background-image: url(/_lib/professional/summit/img/mm-community.gif);
width: 94px;
}
.menu li#aboutList a {
background-image: url(/_lib/professional/summit/img/mm-about.gif);
width: 80px;
}
.menu li#contactList a {
background-image: url(/_lib/professional/summit/img/mm-contact.gif);
width: 77px;
}

body#home .menu li#homeList a, 
body#buying .menu li#buyList a,
body#selling .menu li#sellList a, 
body#renting .menu li#rentList a,
body#business .menu li#businessList a,
body#settlements .menu li#settleList a,
body#community .menu li#communityList a,
body#about .menu li#aboutList a,
body#contact .menu li#contactList a {
background-position: bottom left;
}

.menu .dropdown,
.menu a:hover {
background-position: bottom left;
}

#menu .menu li ul {
border-right:1px solid #999999;
border-bottom:1px solid #999999;
padding:0;
margin:0;
}

#menu .menu li li a {
text-indent: 10px;
background-image: none;
background-color: #ebebeb;
margin-top: 0;
padding: 5px 0;
width: 170px;
color: #333333;
font-weight:normal;
text-decoration:none;
height: auto;
}

#menu .menu li li a:hover {
background-color: #d1d1d1;
text-decoration:none;
color:#333333;
}
#menu .menu li#aboutList ul li a {
width: 150px;
}

/* Structure
------------ */
#header {
height:134px;
background:url(/_lib/professional/summit/img/bg-header.jpg) no-repeat bottom center;
}
a#logo {
width: 190px;
height: 92px;
text-indent:-99998px;
display:block;
background:url(/_lib/professional/summit/img/logo.gif) no-repeat 0 0;
margin: 21px 0 0 11px;
float:left;
}
#header span#slogan {
float:right;
width: 234px;
height: 35px;
text-indent:-99998px;
display:block;
background:url(/_lib/professional/summit/img/bg-slogan.jpg) no-repeat 0 0;
margin: 52px 26px 0 0;
}
#content {
margin-bottom:30px;
padding:18px 26px 0 26px;
}
#mainContent {
width:600px;
float:left;
}
#subContent {
width: 260px;
float: right;
}
#footerWrap {
height:34px;
background: #333333;
}
#footer {
width:980px;
margin:0 auto;
line-height:34px;
color:#999999;
font-size:11px;
}
#footer p {
margin: 0;
}
#footer a:link,
#footer a:visited {
color:#999999;
text-decoration:none;
}
#footer a:hover,
#footer a:active {
color:#999999;
text-decoration:underline;
}

/* Standard forms
------------------*/
form textarea, input, select{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #666;
font-weight: bold;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #d8d4bf;
}
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 {
height: 26px;
width: 71px !important;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
color: #18506d;
text-indent: -9999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(/_lib/professional/summit/img/btn-submit.gif);
}
form fieldset input.submit {
background-image: url(/_lib/professional/summit/img/btn-submit.gif);
}
form fieldset input.clear {
background-image: url(/_lib/professional/summit/img/btn-clear.gif);
}
form fieldset input.search {
background-image: url(/_lib/professional/summit/img/btn-search.gif);
}
form fieldset input.login {
background-image: url(/_lib/professional/summit/img/btn-login.gif);
}
form fieldset input.activate {
background-image: url(/_lib/professional/summit/img/btn-activate.gif);
}
form em span,
form .required {
color: #d0192d;
font-weight: bold;
}

/* Popups
---------*/
body.popup {
background-image: none;
background-color: #f4f4f4;
}
body.popup #header {
background-image: none;
border-bottom: 2px solid #c0c0c0;
background-color: #d1d1d1;
height: auto;
padding: 5px;
}
body.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
}


/* sitemap */
ul.sitemap * {
list-style-type:none;
margin-top:10px;
}

ul.sitemap {
margin: 10px 0;
}

ul.sitemap li {
font-weight:bold;
}

ul.sitemap li li{
font-weight: normal;
}

ul.sitemap li {
margin-bottom: 3px;
}

ul.sitemap ul {
margin-left:15px;
}

/* Homepage
----------- */
body#home #wrap {
width:995px;
margin:0 auto;
}

body#home #menu {
height:46px;
float:right;
width:689px;
}
body#home #content {
clear: both;
margin-bottom: 10px;
padding:38px 0 0 0;
}
body#home #content #topRow a#homeLogo {
float: left;
}
body#home #content #topRow #animationWrap {
float: right;
width: 654px;
padding: 0 13px;
background: transparent url(/_lib/professional/summit/img/animation-frame.jpg) top right no-repeat;
}
body#home #content #topRow #animationWrap ul {
height: 231px;
width: 654px;
list-style: none;
margin: 0;
padding: 0;
}

/* Bottom Row */
body#home #content #bottomRow {
padding: 45px 13px 0 0;
}
/* POWS */
body#home #content #bottomRow #pows {
float: right;
}
body#home #content #bottomRow #pows .pow {
background-color: #d1d1d1;
padding: 5px 0;
width: 245px;
height: 275px;
overflow: hidden;
float: left;
margin: 0 0 0 1px;
}
body#home #content #bottomRow #pows .pow .powFrame {
padding: 16px;
background: #d1d1d1 url(/_lib/professional/summit/img/bg-pow-image.gif) top left no-repeat;
}
body#home #content #bottomRow #pows .pow .powFrame a {
display: block;
width: 213px;
height: 158px;
overflow: hidden;
}
body#home #content #bottomRow #pows .pow .powFrame a img {
width: 213px;
}
body#home #content #bottomRow #pows .pow .powDetail {
padding: 0 16px;
}
body#home #content #bottomRow #pows .pow .powDetail h2 {
margin: 10px 0 15px 0;
}
body#home #content #bottomRow #pows .pow .powDetail h2 a {
color: #333;
text-transform: uppercase;
}

/* Quicksearch */
body#home #quicksearch {
width: 228px;
height: 260px;
padding: 25px 8px 0 8px;
background-color: #b0b0b0;
float: left;
}
body#home #quicksearch h2 {
background: transparent url(/_lib/professional/summit/img/hd-quicksearch.gif) top left no-repeat;
height: 18px;
width: 93px;
margin: 0 12px 5px 0;
float: left;
text-indent: -9999em;
}
body#home #quicksearch input,
body#home #quicksearch select,
body#home #quicksearch label {
font-size: 0.9em;
}
body#home #quicksearch fieldset {
padding: 0;
border: none;
}
body#home #quicksearch fieldset ul li {
margin: 0 0 8px 0;
}
body#home #quicksearch fieldset.criteria {
margin: 0;
}
body#home #quicksearch fieldset.criteria li {
margin: 0;
}
body#home #quicksearch fieldset.criteria label {
width: auto;
float: float;
margin: 0;
}
body#home #quicksearch fieldset.criteria input {
float: left;
margin: 0 5px;
width: 15px;
}
body#home #quicksearch fieldset.left {
float: left;
width: 148px;
margin: 0;
}
body#home #quicksearch fieldset.left select {
text-transform: capitalize;
width: 148px;
margin: 0;
}
body#home #quicksearch fieldset.left #qs_suburbs {
width: 144px;
background: #fff;
border: 1px solid #999;
padding: 3px 1px;
height: 93px;
overflow-x: hidden;
overflow-y: auto;
}
body#home #quicksearch fieldset.left #qs_suburbs p {
white-space: nowrap;
width: 300px;
}
body#home #quicksearch fieldset.left #qs_suburbs input {
float: left;
}
body#home #quicksearch fieldset.left #qs_suburbs label {
text-transform: capitalize;
color: #000100;
float: left;
width: auto;
}
body#home #quicksearch fieldset.right {
float: right;
width: 76px;
margin: 0;
}
body#home #quicksearch fieldset.right select {
width: 76px;
}
body#home #quicksearch #submit input {
font-size: 1em;
float: right;
width: auto;
}

/* Quicklinks */
a.quicklink {
display: block;
width: 228px;
height: 40px;
background-position: top left;
background-repeat: no-repeat;
background-color: transparent;
margin: 4px 0 0 0;
text-indent: -9999em;
}
a.corporate {
background-image: url(/_lib/professional/summit/img/btn-corporate-video.gif);
}
a.propertyalert {
background-image: url(/_lib/professional/summit/img/btn-property-alert.gif);
}

/* Fast Find */
form#fastfind {
margin: 10px 0 0 0;
padding: 0;
float: left;
}
form#fastfind fieldset {
margin: 0;
border: none;
padding: 0;
}
form#fastfind h2#hd_fastFind {
display: none;
}
form#fastfind input.qsinputbox {
float: left;
margin: 3px 5px 0 0;
padding: 1px;
width: 185px;
height: 15px;
}
