/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #646464;
}

p {
font-size: 0.9em;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a {
color: #E77A08;
}
a:hover{
color: #646464;
}

#content p,
#sub-section p {
margin: 0px 6px 10px 6px;
}

/* Sitewide Layout Elements
------------------------------*/
body {
background-color:#6d6e72;
}

#wrap {
width:800px;
height: auto;
margin: 25px auto;
padding 0;
background-color:#f8981d;
}

/* Header
----------*/

#header {
height:100px;
display:block;
margin:0;
padding:0;
}

#header a.logo {
height: 70px;
width: 295px;
float:right;
margin:0;
padding:0;
background-image: url(../img/logo.gif);
background-position: left top;
background-repeat: no-repeat;
text-indent:-99999em;
}

/* Menu
--------*/
/* Structure */
ul#menu {
width: 160px;
height: auto;
background-color:#f8981d;
}

ul#menu li a {
display: block;
display:inline-block;
width:155px;
padding-left: 5px;
line-height: 21px;
font-weight:bold;
text-decoration: none;
margin-bottom:1px;
color: #fff;
background-color: #231f20;
}
ul#menu li.last a {
margin-bottom: 0px;
border-bottom:none;
}
html#dynamic ul#menu li.last a {
margin-bottom: 1px;
}

/* Hide All Sub Menus */
ul#menu ul {
display:none;
}
/* Displays Sub Menu By Section */
body.selling ul#sellingMenu,
body.leasing ul#leasingMenu {
display:block;
}

/* Menu Colors*/
ul#menu {
background-color:#fff;
float:left;
}

ul#menu li a {
color: #f8981d;
background-color: #231f20;
font-size:0.9em;
}
ul#menu li.last a {
border-bottom: none;
}

ul#menu li a:hover {
color:#ef5503;
background-color: #000;
background-color: #000;
}

/* Footer */
#footer {
display:block;
clear:both;
height:23px;
}
#footer p {
font-size: 0.8em;
line-height:22px;
color:#636466;
float:right;
margin-right:10px;
_margin-right:5px;
}

#footer,
#footer a:link,
#footer a:visited {
color:#636466;
text-decoration: none;
}

#footer a:hover {
color: #28292a;
}

#footer p a.footerAlert {
display:none;
}

/* Index Page Elements 
------------------------------*/
body#home #wrap {
height: 600px;
}

body#home h1 {
background-image: url(../img/index_bannerText.gif);
background-position: 6px 8px;
background-repeat: no-repeat;
background-color: #231f20;
float: left;
width: 160px;
height: 175px;
text-indent: -9999em;
margin: 0 1px 0 22px;
_margin: 0 1px 0 11px;
padding: 0;
}

body#home #banner {
background-image: url(../img/bg_indexBanner.jpg);
background-position: left top;
background-repeat: no-repeat;
width: 617px;
height: 198px;
float: right;
margin: 0;
padding: 0;
}

body#home p.byline {
width: 700px;
height: auto;
margin: 40px 0 180px 25px;
_margin: 40px 0 180px 13px;
float:left;
display:block;
font-weight: bold;
font-size: 0.9em;
color:#fff;
}