
/* matt aug2409 */

body {
 background-image:none;
background:url(bg.jpg) top left;
}

/* removed contact info and broker logo ************************************************ */
#brokerLogo, #contactInfo {
display:none;
}

/* changed the bg for the cnt areas of the site ******************************************** */
#cntArea, #full_cntArea, #sub_cntArea {
background-image:none;
background-color:#ffffff;
}

/* changed the menu bg image ***************************************************** */
#mainMenuContainer {
background:transparent url(menuArea_bg.jpg) no-repeat scroll center top;
}

/*changed the widget bg image and changed the font color ******************************************* */
.widgetHeader, .widgetName {
background:transparent url(widget_header.jpg) repeat-y scroll 0 0;
}

/* font colors ********************************************** */
#footerArea {
color:#d8bfa1;
}

#footerArea a {
color:#d8bfa1;
}

#footerArea a:hover {
color:#ffffff;
}


/* ----- VIP AREA ------------------------------------------------------------------------------------------------------------ */

#dashboard {
background:url(vipBg.gif) no-repeat top left;
}	

#dashboard a{
font-size:10px;
color:#ffffff;
}

#dashboard a:hover{
color:#DEE3CC;
}
  
#dashboard_logo {
background:url(vipLogo.jpg) no-repeat top left;
}

#dashboard .submit {
color:#54300E;
border-top:1px solid #FCDB64;
border-right:1px solid #AD8603;
border-bottom:1px solid #AD8603;
border-left:1px solid #FCDB64;
background-color:#F9C203;
}

#dashboardContent {
border-color:#A1B26E;
background-color:#AF6517;
}

#vipMenu li a {
background-color:#824C11;
color:#ffffff;
}

#vipMenu li a:hover, #vipMenu li a.over {
color:#ffffff;
background-color:#AF6517;
}

