/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Verdana, Arial, Helvetica, 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: 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;
list-style-position: inside;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
list-style-position: inside;
}
a:link,
a:visited {
color: #fff;
}
a:hover {
color: #fff;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
text-decoration: none;
text-transform: lowercase;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
border-bottom: 1px solid #fff;
padding: 0 10px;
}

ul.quicklinks {
list-style: none;
float: right;
clear:right;
margin: 0;
}
ul.quicklinks li {
margin: 10px 0;
}


.quicklinks .appraisal {
height:60px;
padding:5px 5px 0px 0px;
text-align:right;
font-weight:bold;
background-image: url(/_lib/professional/gittoes/img/ql_appraisal.gif);
background-repeat:no-repeat;
background-position:top;
}
.quicklinks .appraisal a{
padding:0px 0px 0px 0px;
display:block;
}

.agentDetails img{
	display:block;
	float:right;
	padding-left:2px;
}
/* Headings */

h1 {
color: #000;
font-size: 1.3em;
margin-bottom: 15px;
text-transform: capitalize;
}

h2 {
color: #fff;
font-size: 1em;
margin-bottom: 3px;
text-transform: uppercase;
}
div.text h2 {
font-size: 1em; /* font-size fix within text div */
}
h3 {
font-size: 1em;
color: #fff;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}

.buying h1, .buying h2, .buying h3, .buying p, .buying .text{
color:#fff;
}
.selling h1, .selling h2, .selling h3, .selling p, .selling .text{
color:#fff;
}

.renting h1, .renting h2, .renting h3, .renting p, .renting .text{
color:#fff;
}
.commercial h1, .commercial h2, .commercial h3, .commercial p, .commercial .text{
color:#fff;
}
.finance h1, .finance h2, .finance h3, .finance p, .finance .text{
color:#fff;
}
.about h1, .about h2, .about h3, .about p, .about .text{
color:#fff;
}

.contact h1, .contact h2, .contact h3, .contact p, .contact .text{
color:#fff;
}

/* Structure 
------------ */
html {
background-color:#000;
background-image: url(/_lib/professional/gittoes/img/bg_body.gif);
background-position: top center;
background-repeat: no-repeat;
}
body {
background-color: transparent;

}
#wrap {
width: 960px;
margin: 0 auto;
}
#header {
padding: 0 12px;
height: 166px;
background-color: transparent;
background-image: url(/_lib/professional/gittoes/img/bg_header.gif);
background-position: 0px 48px;
background-repeat: no-repeat;
}
#container {
background-color: transparent;
background-image: url(/_lib/professional/gittoes/img/bg_container.gif);
background-position: 155px 0;
background-repeat: repeat-y;
}
#menu {
margin: 12px 0 0 0px;
width: 156px;
float: left;
}
#content {
margin: 0 30px 0 155px; 
padding: 0 0 0 17px;
background-color: transparent;
background-image: url(/_lib/professional/gittoes/img/bg_containerbottom.gif);
background-position: bottom left;
background-repeat: no-repeat;
}
#mainContent {
width: 495px;
float: left;
margin: 0 10px 0 0;
}
#subContent {
width: 253px;
float:right;
overflow: auto;
}
#subContent h3{
color:#000;
}
.break {
clear:both;
}
#footer {
clear:both;
margin: 10px 0px 10px 0px;
padding: 16px 12px 0 12px;
height: 25px;

}

/* Header
----------*/
#header img#logo {
margin: 13px 0 0 28px;
display: block;
}



/* Footer
--------- */

#footer,
#footer p,
#footer a {
color: #fff;
font-size: 0.9em;
text-decoration: none;
margin-bottom: 0;
}
#footer p {
padding: 10px;
}
#footer p.publisher {
float: right;
}
#footer p.publisher span {
margin-left: 10px;
}


/* Dropdown menu
-----------------*/
.menu a {
display: block;
width: 156px;
height: 31px;
background-position: top left;
margin: 0 0 3px 0;
text-indent: -9999em;
}
.menu #homeList a {
background-image: url(/_lib/professional/gittoes/img/mm_home.gif);
}
.menu #buyList a {
background-image: url(/_lib/professional/gittoes/img/mm_buying.gif);
}
.menu #sellList a {
background-image: url(/_lib/professional/gittoes/img/mm_selling.gif);
}
.menu #rentList a {
background-image: url(/_lib/professional/gittoes/img/mm_renting.gif);
}
.menu #commericalList a {
background-image: url(/_lib/professional/gittoes/img/mm_commercial.gif);
}
.menu #financeList a {
background-image: url(/_lib/professional/gittoes/img/mm_finance.gif);
}
.menu #aboutList a {
background-image: url(/_lib/professional/gittoes/img/mm_aboutus.gif);
}
.menu #contactList a {
background-image: url(/_lib/professional/gittoes/img/mm_contact.gif);
}

.menu .dropdown,
.menu a:hover {
background-position: bottom left;
}
.menu li ul {
margin: 5px 0 0 25px;
padding: 0;
}
.menu li li a:link,
.menu li li a:visited {
margin: 0;
text-indent: 0;
background-image: none !important;
background-color: #666;
color: #fff;
text-decoration: none;
font-size: 0.9em;
padding: 5px 20px;
height: auto;
opacity:0.98;
filter:alpha(opacity=90);
}
.menu li li a:hover {
background-color: #9a9a9a;
opacity:1.00;
filter:alpha(opacity=100);
}

/* Standard forms
------------------*/
form textarea, input, select{
color: #000;
font-family: verdana, Arial, Helvetica, sans-serif;
}
legend {
color: #fff;
font-weight: bold;
}
form fieldset {
margin-bottom: 5px;
padding: 10px;
border: 1px solid #e3e3e3;
}
form li {
list-style-type: none;
margin: 0 0 10px 0;
}
form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 2px;
color: #fff;
}
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: 25px;
width: 103px !important;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
color: #666;
text-indent: -9999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(/_lib/professional/gittoes/img/btn_submit.gif);
}
form fieldset input.submit {
background-image: url(/_lib/professional/gittoes/img/btn_submit.gif);
}
form fieldset input.clear {
background-image: url(/_lib/professional/gittoes/img/btn_clear.gif);
}
form fieldset input.search {
background-image: url(/_lib/professional/gittoes/img/btn_search.gif);
}
form fieldset input.login {
background-image: url(/_lib/professional/gittoes/img/btn_login.gif);
width: 98px !important;
}
form fieldset input.password {
background-image: url(/_lib/professional/gittoes/img/btn_sendpassword.gif);
width: 98px !important;
}
form fieldset input.unsubscribe {
background-image: url(/_lib/professional/gittoes/img/btn_unsubscribe.gif);
width: 98px !important;
}
form fieldset input.activate {
background-image: url(/_lib/professional/gittoes/img/btn_reactivate.gif);
width: 98px !important;
}
form fieldset input.go {
background-image: url(/_lib/professional/gittoes/img/btn_go.gif);
}
form em span,
form .required {
color: #990000;
font-weight: bold;

}

/* Popups
---------*/
html.popup{background-image:none;
background-color:#fff;
}
html.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
background: #fff;
border-bottom: 1px solid #ccc;
}

html.popup #content form label{
color:#000;
}
html.popup #content form label.required{
color:#990000;
}


#GB_window {
background-color: #868686;
}
html.popup #header {
background-image: none;
border-bottom: 1px solid #ccc;
}
html.popup #header img {
margin: 13px 0 0 0;
}


/* Property Alert
----------------- */
body.alert #header {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_header_finance.gif);
}
body.alert #container {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_container_finance.gif);
}
body.alert #content {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_containerbottom_finance.gif);
}

body.alert #content .contentWrap {
width: 565px;
}
body.alert #wrap #content #alertmenu {
background-color: #fff;
border: 1px solid #000;
}
body.alert #wrap #content #alertmenu li {
border-right: 1px solid #000;
}
body.alert #wrap #content #alertmenu a {
color: #000;
font-size: 0.9em;
padding: 5px 15px;
}
body.alert #wrap #content #alertmenu a:hover {
background-color: #afc9f1;
color: #000;
text-decoration: none;
}
body.alert #wrap #content form li span {
float: left;
width: 180px;
font-size: 0.9em;
color: #999;
clear:left;
margin: -5px 0 10px 0;
}

/* Carrers
---------- */
body.careersPage ul.quicklinks,
body.alert ul.quicklinks {
display: none;
}

/* Listings
----------- */

#search #mainContent {
width: 565px;
}
#search #subContent {
width: 183px;
}
body.buy #header {
background-image: none;
}
body.buy  #container {
background-image: none;
}
body.buy #content {
background-image: none;
}

/* Details
----------- */
#detail #mainContent {
width: 564px;
margin-right: 0;
}
#detail #subContent {
width: 183px;
}

/* Backgrounds 
----------------- */


body.buying #header {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_header_buying.gif);
}
body.buying  #container {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_container_buying.gif);
}
body.buying #content {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_containerbottom_buying.gif);
}


body.selling #header {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_header_selling.gif);
}
body.selling #container {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_container_selling.gif);
}
body.selling #content {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_containerbottom_selling.gif);
}

body.renting #header {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_header_renting.gif);
}
body.renting #container {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_container_renting.gif);
}
body.renting #content {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_containerbottom_renting.gif);
}

body.commercial #header {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_header_commercial.gif);
}
body.commercial #container {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_container_commercial.gif);
}
body.commercial #content {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_containerbottom_commercial.gif);
}


body.finance #header {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_header_finance.gif);
}
body.finance #container {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_container_finance.gif);
}
body.finance #content {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_containerbottom_finance.gif);
}

body.about #header {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_header_about.gif);
}
body.about #container {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_container_about.gif);
}
body.about #content {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_containerbottom_about.gif);
}


body.contact #header {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_header_contact.gif);
}
body.contact #container {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_container_contact.gif);
}
body.contact #content {
background-image: url(/_lib/professional/gittoes/img/backgrounds/bg_containerbottom_contact.gif);
}

body.listingPage #header  {
background-image: none;
}
body.listingPage #container  {
background-image: none;
}
body.listingPage #content {
background-image: none;
}

