/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #1e1e1f;
background-color:#1e1e1f;
}
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;
list-style-position: inside;
}
a:link,
a:visited {
color: #E30721;
text-decoration:none;
border-bottom:1px dotted #E30721;
}
a:hover {
color: #1e1e1f;
text-decoration:none;
border-bottom:1px dotted #1e1e1f;}

/* Style for Button style links */
/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #141414;
background-position: top left;
display: block;
height: 19px;
text-indent: -9999em;
border-bottom:none;
}
a.clear {
background-image: url(img/btn-clear.jpg);
width:58px;
}
a.unsubscribe {
background-image: url(img/btn-unsubscribe.jpg);
width:105px;
}
a.login {
background-image: url(img/btn-login.jpg);
width:59px;
}
a.submit {
background-image: url(img/btn-submit.jpg);
width:63px;
}
a.view {
background-image: url(img/btn-view.jpg);
width:50px;
}
a.viewall {
background-image: url(img/btn-view-all.jpg);
width:74px;
}
a.search {
background-image: url(img/btn-search.jpg);
width:67px;
}
a.more {
background-image: url(img/btn-more-details.jpg);
width:105px;
}
a.print {
background-image: url(img/btn-printlist.jpg);
width:82px;
}


/* Headings */
h1 {
color: #1e1e1f;
font-size: 1.6em;
margin-bottom: 25px;
font-weight:lighter;
text-transform: uppercase;
}
h2 {
color: #1e1e1f;
font-size: 1.2em;
font-weight:normal;
margin-bottom: 3px;
}
div.text h2 {
font-size: 1em; /* font-size fix within text div */
}
h3 {
font-size: 1em;
color: #1e1e1f;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}

/* Structure 
------------ */
#header {
width:962px;
margin:0 auto;
height:123px;
}

a#logo {
background: url(img/logo.gif) no-repeat 0 0;
width:191px;
height:74px;
float:left;
margin:23px 0 0 1px;
border:none;
text-indent:-99999px;
display:block;
}

#wrapOuter {
background:#fff url(img/bg-wrap-outer.gif) repeat-x 0 0;
}

#wrap {
background:transparent url(img/bg-wrap.gif) no-repeat top center;
padding-top:14px;
}

#content {
padding:26px 21px 85px 21px;
width:920px;
margin:0 auto;
}

#footerWrap {
background: url(img/bg-footer-wrap.gif) no-repeat top center;
height:93px;
}

#footer {
margin:0 auto;
padding-top:98px;
width:960px;
color:#fff;
height:170px;
}
#footer span {
margin:0 4px;
}
#footer span.phone {
margin:0 4px 0 0;
}

#footer a:link,
#footer a:visited {
border-bottom: none;
}
#footer a:hover {
border-bottom:1px dotted #E30721;
color: #E30721;
}


#menu {
width:705px;
float:right;
height:24px;
border:1px solid #414142;
margin:58px 1px 0 0;
padding:13px 0 0 15px;
}

.menu li {
padding:0;
}
.menu a {
display:block;
height: 11px;
border:none !important;
text-indent:-9999em;
overflow: hidden;
background-color: transparent;
background-position: 0 0;
}
.menu #homeList a {
background-image: url(img/mm-home.gif);
width:45px;
}
.menu #commericalList a {
background-image: url(img/mm-commercial.gif);
width:96px;
}
.menu #buyList a {
background-image: url(img/mm-residential.gif);
width:91px;
}
.menu #sellList a {
background-image: url(img/mm-selling.gif);
width:62px;
}
.menu #propManList a {
background-image: url(img/mm-property.gif);
width:165px;
}
.menu #financeList a {
background-image: url(img/mm-finance.gif);
width:69px;
}
.menu #aboutList a {
background-image: url(img/mm-about.gif);
width:77px;
}
.menu #contactList a {
background-image: url(img/mm-contact.gif);
width:87px;
}

.menu a:hover,
.menu a.dropdown, 
body#home .menu #homeList a,
body#commercial .menu #commericalList a,
body#residential .menu #buyList a,
body#selling .menu #sellList a,
body#pm .menu #propManList a,
body#finance .menu #financeList a,
body#about .menu #aboutList a,
body#contact .menu #contactList a {
background-position: 0 11px;
}

.menu li li a:link,
.menu li li a:visited {
text-indent:0;
height:auto;
padding:6px 8px;
width:175px !important;
color:#fff;
text-transform:uppercase;
border-bottom:none;
background-image:url(img/bg-subnav-base.gif) !important;
background-repeat:no-repeat !important;
background-position:bottom left !important;
}


.menu li li.last a:link,
.menu li li.last a:visited {
border: none;
}
.menu li li a:hover {
color:#e1081e;
font-weight:bold;
padding-left:9px;
width:174px !important;
border-bottom:none;
}
.menu li ul {
left:11px !important;
background:#1e1e1f url(img/bg-subnav.jpg) no-repeat bottom left;
padding-top:15px;
}


/* 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 #ECECEC;
}
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: 19px;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
text-indent: -99999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(img/btn-submit.jpg);
width:60px;
}
form fieldset input.submit {
background-image: url(img/btn-submit.jpg);
width:63px;
}
form fieldset input.clear {
background-image: url(img/btn-clear.jpg);
width:58px;
}
form fieldset input.search {
background-image: url(img/btn-search.jpg);
width:67px;
}
form fieldset input.login {
background-image: url(img/btn-login.jpg);
width:59px;
}
form fieldset input.activate {
background-image: url(img/btn-activate.jpg);
width:76px;
}
form input.paynow {
background-image: url(img/btn-paynow.jpg);
width: 157px;
height:55px;
display:block;
}
body#home #content form fieldset input.go {
background-image: url(img/btn-go.gif);
height: 24px;
width:44px;
}

form em span,
form .required {
color: #E1081E;
font-weight: bold;
}

/* Popups
---------*/
body.popup {
background-color:#fff;
}

body.popup #header {
height:90px;
}

body.popup #header,
body.popup #content {
width:auto;
}

body.popup #header img {
margin:10px 0 0 20px;
float:left;
}

body.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
}

/* Homepage
----------- */
body#home #wrapOuter {
background:#fff url(img/bg-home-wrap-outer.gif) repeat-x 0 0;
}

body#home #wrap {
background:transparent url(img/bg-home-wrap.gif) no-repeat top center;
padding-top:14px;
}

body#home #content {
padding:4px;
width:954px;
}

body#home #animation {
float:right;
width:648px;
height:311px;
margin-bottom:4px;
}

body#home #features {
float:left;
width:302px;
height:583px;
background-color:#1e1e1f;
position:relative;
}

body#home h1 {
background: url(img/bg-quicksearch-title.gif) no-repeat;
text-indent:-99999px;
height:16px;
width: 158px;
margin: 34px 0 5px 51px;
}

body#home #features #propAlert {
background: url(img/bg-feature-prop-alert.gif) no-repeat;
float: left;
margin:10px 0 0 82px;
width: 174px;
height:122px;
position:relative;
}

body#home #features #propAlert a {
background-image: url(img/btn-go.gif);
height: 24px;
width:44px;
margin:69px 0 0 125px;
float: left;
text-indent:-99999px;
border-bottom:none;
}

body#home #features #propAlert h2,
body#home #features #propManagement h3 {
text-indent:-99999px;
}

body#home #features #propManagement {
background: url(img/bg-feature-prop-man.gif) no-repeat;
width: 174px;
height:120px;
float:left;
margin:28px 0 0 82px;
position:relative;}

body#home #features #propManagement a {
background-image: url(img/btn-go.gif);
height: 24px;
width:44px;
margin:60px 0 0 125px;
float: left;
text-indent:-99999px;
border-bottom:none;
}

/* POWs */

body#home .pow {
float:left;
width:322px;
height:268px;
padding: 0;
margin:0 0 0 4px;
position:relative;
}

body#home .pow img {
width: 322px;
height:242px;
display: block;
float:left;
margin: 0;
position:absolute;
}

body#home .pow .banner {
position: absolute;
height: 26px;
width: 322px;
bottom: 26px;
left: 0;
background-color: #1e1e1f;
opacity: 0.6;
filter:alpha(opacity=60);
}

body#home .pow .banner p {
margin: 6px 0 0 8px;
padding:0;
text-transform:uppercase;
color:#fff;
font-weight:bold;
}

body#home .pow a.go {
background-image: url(img/btn-go-pow.gif);
background-color:transparent;
height: 23px;
width:43px;
margin:0;
position:absolute;
bottom: 27px;
left:272px;
text-indent:-99999px;
border-bottom:none;
display:block;
z-index:9999;
}

body#home .pow h3 {
padding: 6px 0 0 8px;
width:312px;
height:18px;
margin:0;
text-transform: capitalize;
border:1px solid #1e1e1f;
font-weight:normal;
display:block;
position: absolute;
bottom:0;
left:0;
}

body#home .pow h3 strong {
color: #e1081e;
font-weight:bold;
}

body#home .links {
width: 318px;
height: 113px;
float:left;
text-align:center;
padding-top:38px;
}

body#home .links h4 {
padding-bottom:5px;
text-align:center;
background:url(img/bg-homepage-links.gif) no-repeat bottom left;
text-transform:uppercase;
display:inline;
font-size:1.2em;
font-weight:600;
}

body#home .links ul {
list-style-type:none;
margin:18px 0 0 0;
}

body#home .links ul li {
margin:0 0 10px 0;
}

body#home .links ul li a:link,
body#home .links ul li a:visited {
color:#1e1e1f;
border-bottom:1px dotted #1e1e1f;
}

body#home .links ul li a:hover,
body#home .links ul li a:active {
color:#e1081e;
border-bottom:1px dotted #e1081e;
}


