html,body{
    margin:0;
    padding:0;
    border:0;
    height:100%;
}
body{
    background:url('../images/bgGradient.jpg') repeat-x top left #3a3a3a;
    font-size:12px;
    color:#FFFFFF;
    font-family:Arial, Verdana, Helvetica, sans-serif;
}
img{
    border:0;
    margin:0;
    padding:0;
}
a{
    color:#ffce78;
    text-decoration:none;
}
a:hover{
    color:#FFFFFF;
    text-decoration:underline;
}
p{
    margin-bottom:20px;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
#contentContainer{
    width:1005px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    background:url('../images/bodyRepeatBG.gif') repeat-y top center;
}
#contentBody{
    width:960px;
    height:auto;
    padding:156px 23px 0px 22px;
    background:url('../images/bodyBG.jpg') no-repeat top center;
}
#contentBodyHome{
    width:960px;
    height:auto;
    padding:156px 23px 0px 22px;
    background:url('../images/bodyBG_home.jpg') no-repeat top center;
}
#content{
    width:910px;
    padding:25px;
    height:auto;
    background:url('../images/bottomRightSwirl.gif') no-repeat bottom right;
}
#homePromo{
    margin:2px 0px 0px 0px;
    float:left;
    width:537px;
    height:340px;
}
#photoStack{
    margin:1px 0px 0px 0px;
    float:left;
    width:423px;
    height:340px;
}
.headline{
    margin-bottom:25px;
}
.headline .main{
    font-size:30px;
    font-weight:bold;
}
.headline .sub{
    margin-top:5px;
    font-size:18px;
}
.leftCol{
    width:415px;
    font-size:14px;
    line-height:24px;
}
.rightCol{
    float:right;
    width:460px;
    height:100%;
    margin-left:30px;
    font-size:14px;
    line-height:24px;
}
.rightCol .content{
    padding:0px 10px;
}
.largeImage{
    border:10px solid #FFFFFF;
    margin:5px 0px 20px 0px;
}
.smallImage{
    border:10px solid #FFFFFF;
    float:left;
    margin:5px 20px 10px 0px;
}
#relatedProperties{
    width:930px;
    clear:both;
    background:url('../images/relatedPropertiesBG.gif') no-repeat top left #c60831;
    padding-top:65px;
    padding-right:25px;
    padding-left:5px;
}
.relatedProperty{
    width:295px;
    float:left;
    margin-left:15px;
    margin-bottom:25px;
    height:auto;
}
.relatedProperty .image{
    border:10px solid #FFFFFF;
}
.relatedProperty .main{
    font-size:22px;
    font-weight:bold;
    margin:10px 10px 0px 0px;
}
.relatedProperty .sub{
    margin:0px 10px 0px 0px;
    font-size:16px;
}
.relatedProperty .desc{
    margin:4px 10px 0px 0px;
    font-size:14px;
    line-height:18px;
}
#latestProperties{
    width:930px;
    clear:both;
    background:url('../images/latestPropertiesBG.gif') no-repeat top left #c60831;
    padding:65px 25px 0px 5px;
}
.latestProperty{
    width:295px;
    float:left;
    margin-left:15px;
    margin-bottom:25px;
}
.latestProperty .image{
    border:10px solid #FFFFFF;
}
.latestProperty .main{
    font-size:22px;
    font-weight:bold;
    margin:10px 10px 0px 0px;
}
.latestProperty .sub{
    margin:0px 10px 0px 0px;
    font-size:16px;
}
.latestProperty .desc{
    margin:4px 10px 0px 0px;
    font-size:14px;
    line-height:18px;
}
#siteMap{
    background:url('../images/siteMapBG.jpg') no-repeat top left #fcfcfc;
    padding:70px 25px 0px 25px;
}
#siteMap th{
    font-size:18px;
    font-weight:bold;
    text-align:left;
    padding-bottom:10px;
    color:#000000;
}
#siteMap td{
    font-size:14px;
    text-align:left;
    padding-bottom:5px;
    color:#000000;
}
#siteMap a{
    color:#c10029;
    text-decoration:none;
}
#siteMap a:hover{
    color:#000000;
    text-decoration:underline;
}
#footer{
    height:30px;
    text-align:center;
    color:#b3b3b3;
    font-size:11px;
    padding-top:45px;
    background:url('../images/footerBG.gif') repeat-x top left;
}

/*------------------------------------------------------------------------
 * OVERRIDE YUI MENU STYLES
 *------------------------------------------------------------------------
 */

 .yuimenu .bd{
    background:#FFFFFF;
    padding:0px 0px;
    margin:2px 0px 0px 0px;
    border:1px solid #000000;
}

.yuimenu .bd li{
    padding:0px 6px;
    margin:0px 0px 4px 0px;
    border-bottom:1px solid #FFFFFF;
}
.yuimenu .bd li:hover{
    background:#F2F2F2;
    border-left:3px solid #c10029;
    border-bottom:1px solid #CCCCCC;
    padding:0px 3px;
}
.yuimenu .bd a{
    color:#666666;
    text-decoration:none;
    font-size:12px;
    padding-left:6px;
    cursor:pointer;
}
.yuimenu .bd a:hover{
    color:#c10029;
    padding-left:6px;
    cursor:pointer;
}             
.yui-skin-sam .yuimenubar{ 
    background:transparent;
    border:0px; 
    cursor:pointer;
}
.yui-skin-sam .yuimenubaritemlabel{ 
    padding:0px;
    border:0px; 
    cursor:pointer;
}
.yui-skin-sam .yuimenubaritem-selected{ 
    background:transparent; 
    cursor:pointer;
}
.yui-skin-sam .yuimenubaritemlabel-hassubmenu{ 
    padding:0px;
    border:0px; 
    cursor:pointer;
}