/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #454545;
}
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;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
}
a:link,
a:visited {
color: #666666;
}
a:hover {
color: #313131;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: transparent;
color: #fff;
padding: 2px 6px;
text-decoration: none;
}
a.button:hover {
background-color: #928b65;
}

/* Headings */
h1 {
color:#666;
font-size: 1.4em;
margin: 0 0 15px 0; 
}
h2 {
color:#666;
font-size:1.2em;
font-weight:normal;
margin:0 0 15px 0;
}
div.text h2 {
font-size: 1.1em; /* font-size fix within text div */
}
h3 {
color: #60483b;
font-size: 1em;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body {
background-color: #fff;
background-image: url(/_lib/professional/gladstone/img/bg_body.gif);
background-repeat: repeat-x;
background-position: top left;
}
#wrap{
width:980px;
margin:0 auto;
}
#topBorder {
background:transparent url(/_lib/professional/gladstone/img/bg_body_border_top.gif) no-repeat top center;
overflow:hidden;
}
#pageBorder {
background:transparent url(/_lib/professional/gladstone/img/bg_body_border.gif) repeat-y top center;
overflow:hidden;
}
#bottomBorder {
background:transparent url(/_lib/professional/gladstone/img/bg_body_border_bottom.png) no-repeat top center;
height:12px;
display:block;
margin:0 auto;
padding:0;
width:1002px;
}
#header {
background:#666 url(/_lib/professional/gladstone/img/bg_header.gif) no-repeat;
margin-top:24px;
height:112px;
}
#main {
background:#666 url(/_lib/professional/gladstone/img/bg_page_top.gif) no-repeat left top;
background-color:#fff;
padding:20px 3px 3px;
overflow:hidden;
}
#footer {
clear:both;
color:#999999;
font-size:0.9em;
padding-top:25px;
width:970px;
margin:0 auto 37px;
}
#footer p.copyright,
#footer p.publisher {
width:485px;
margin-bottom:0;
}
#footer p.copyright {
float:left;
text-align:left;
}
#footer p.publisher {
float:right;
text-align:right;
}
#content {
background:transparent url(/_lib/professional/gladstone/img/bg_page.gif) repeat-x left bottom;
padding:0 27px 20px;
margin: 0 auto;
overflow:hidden;
min-height:461px;
height:auto !important;
height:461px;
}
#mainContent {
width:640px;
float:left;
}
#subContent {
width:266px;
float:right;
}
.break {
clear:both;
}

/* Header
----------*/
#header #logo {
float: left;
margin: 37px 0 0 34px;
}
#header #contactNumber {
float: right;
margin: 37px 17px 0 0;
}

/* Footer
--------- */
#footer a:link,
#footer a:visited {
color: #999;
text-decoration: none;
}

#footer a:hover {
color: #666;
}

/* Dropdown menu
-----------------*/
#menu {
float: right;
margin: 21px 0 0 0;
width: 732px;
}
.menu li {
padding:0;
}
.menu a {
display:block;
height: 35px;
text-indent:-9000em;
overflow: hidden;
background-color: transparent;
background-position: center left;
}
.menu #homeList a {
background-image: url(/_lib/professional/gladstone/img/mm_home.gif);
width:68px;
}
.menu #buyList a {
background-image: url(/_lib/professional/gladstone/img/mm_buying.gif);
width:71px;
}
.menu #sellList a {
background-image: url(/_lib/professional/gladstone/img/mm_selling.gif);
width:71px;
}
.menu #rentList a {
background-image: url(/_lib/professional/gladstone/img/mm_renting.gif);
width:77px;
}
.menu #commericalList a{
background-image: url(/_lib/professional/gladstone/img/mm_commercial.gif);
width:106px;
}
.menu #aboutList a {
background-image: url(/_lib/professional/gladstone/img/mm_about.gif);
width:90px;
}
.menu #newsList a {
background-image: url(/_lib/professional/gladstone/img/mm_news.gif);
width:65px;
}
.menu #careerList a {
background-image: url(/_lib/professional/gladstone/img/mm_careers.gif);
width:79px;
}
.menu #contactList a {
background-image: url(/_lib/professional/gladstone/img/mm_contact.gif);
width:104px;
}

body#home .menu #homeList a,
body#buying .menu #buyList a,
body#selling .menu #sellList a,
body#renting .menu #rentList a,
body#commercial .menu #commericalList a,
body#news .menu #newsList a,
body#about .menu #aboutList a,
body#career .menu #careerList a,
body#contact .menu #contactList a {
background-position: bottom left;
}

.menu a:hover,
.menu a.dropdown {
background-position: bottom left;
}
.menu li li a:link,
.menu li li a:visited {
font-size: 1em;
text-indent:0;
background-image:none !important;
height:auto;
padding:8px;
background-color:#666;
width:170px !important;
color:#fff;
text-decoration:none;
-moz-opacity:.95;
opacity:.95;
}
.menu li li.last a:link,
.menu li li.last a:visited {
border: none;
}
.menu li li a:hover {
background-color:#7c7c7c;
}

/* Standard forms
------------------*/
form textarea, input, select {
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #666;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ccc;
}
form li {
list-style-type: none;
}
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: 93px;
background-color:transparent;
background-position: top left;
background-repeat: no-repeat;
color: #fff;
text-indent: -9999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(/_lib/professional/gladstone/img/btn_submit.gif);
}
form fieldset input.submit {
background-image: url(/_lib/professional/gladstone/img/btn_submit.gif);
float:right;
}
form fieldset input.clear {
background-image: url(/_lib/professional/gladstone/img/btn_clear.gif);
float:right;
margin-left:15px;
}
form fieldset input.search {
background-image: url(/_lib/professional/gladstone/img/btn_search.gif);
}
form fieldset input.login {
background-image: url(/_lib/professional/gladstone/img/btn_login.gif);
width: 98px !important;
}
form fieldset input.password {
background-image: url(/_lib/professional/gladstone/img/btn_sendpassword.gif);
width:141px;
}
form fieldset input.unsubscribe {
background-image: url(/_lib/professional/gladstone/img/btn_unsubscribe.gif);
}
form fieldset input.activate {
background-image: url(/_lib/professional/gladstone/img/btn_reactivate.gif);
}
form em span,
form .required {
color: #666;
font-weight: bold;
}

/* Popups
---------*/
html.popup #header {
margin-top:0;
}
html.popup #header img {
margin-left:25px;
margin-top:30px;
}
html.popup #content {
min-height:417px;
height:auto !important;
height:417px;
}

/* Homepage
----------- */
body#home #content { 
background:transparent url(/_lib/professional/gladstone/img/bg_home_page_top.jpg) no-repeat scroll left top;
padding:20px 0 0;
}

body#home #header,
body#home #footer {
margin: 0 auto;
}
body#home #header {
margin-top:24px;
}
body#home #main {
background:#FFFFFF url(/_lib/professional/gladstone/img/bg_home_page_main.jpg) repeat-y scroll left top;
padding:0;
}
body#home #contentContainer {
width: 990px;
margin: 0 auto;
height:auto;
}
body#home #contentContainer #mainContent {
width: 647px;
}
body#home #contentContainer #subContent {
width: 343px;
}
body#home #slideshow {
background-color: transparent;
background-image: url(/_lib/professional/gladstone/img/bg_banner.png);
background-position: center top;
background-repeat: no-repeat;
height: 258px;
clear:both;
}
body#home #slideshow ul {
list-style: none;
list-style-position: outside;
margin: 0 auto;
}
body#home #subContent #quickFind {
width: 326px;
margin-left:7px;
margin-top:18px;
}

/* Property Alert */
body.alert #wrap #content #alertmenu {
background-color: #f2f2f2;
border-top: 2px solid #aaa;
}
body.alert #wrap #content #alertmenu li {
border-right: 1px solid #aaa;
}
body.alert #wrap #content #alertmenu a {
color: #666;
}
body.alert #wrap #content #alertmenu a:hover {
background-color: #aaa;
color: #fff;
text-decoration: none;
}

/* ---- EMAIL STYLE ---- */
body#email #footer,
body#email #wrap {
width:640px;
}
body#email #header img {
margin-top:15px;
margin-left:15px;
float:left;
}
body#email #header dl {
color:#fff;
margin-top:15px;
margin-right:15px;
float:right;
}
body#email #footer p.links {
text-align:right;
margin-right:5px;
}
body#email #header dl a {
color:#fff;
}
body#email #header dl a:hover {
color:#ccc;
}

/* ---- HOME PAGE BANNER STYLE ---- */
#banners {
margin-left:41px;
margin-top:14px;
}
#banners p {
float:left;
}
#banners p img {
margin-right:15px;
}