/* matt aug2409 */

body {
background-color:#343434;
}

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

#contactArea {
background:transparent url(contactArea_bg.jpg) no-repeat scroll left bottom;
}

#footerArea {
background:transparent url(footerArea_bg.jpg) repeat-y scroll left top;
}

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

/* changed the menu bg image ***************************************************** */
#mainMenuContainer {
 background-image:none;
 background-color:#000000;
}

/*changed the widget bg image and changed the font color ******************************************* */
.widgetHeader, .widgetName {
background-image:none;
 background-color:#000000;
color:#ee9d28;
}

/* font colors ********************************************** */
#footerArea {
color:#383838;
text-align:right;
padding:23px 10px 0 0;
height:47px;
font-size:80%;
}

#footerArea a {
color:#383838;
}

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

.wysiwyg, .widget {
color:#ffffff !important;
}


/* menu changes ***************************************************** */

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited { /* top level text link */
color:#ee9d28;
}

#nav-one li.ieHover a { /* top level text hover style */
color: #ffffff;
}

	#nav-one li.ieHover ul a { /* first dropdown text link and box default state */
	border-top: 1px solid #2f2f2f;
	background:#1a1a1a;
	color:#ee9d28;
	}

/* list containing 1st level drop-down - ONLY EDIT BOTTOM BORDER */
.nav ul {
  border-bottom: 1px solid #2f2f2f;
}

/* ----- NOTE: -------------------------------------
the below class, 'onPopOut' is used in the JS to keep this
level highlighted with the third menu item is fired
--------------------------------------------------- */
	#nav-one li.ieHover ul a:hover, #nav-one li.ieHover ul a.onPopOut { /* first dropdown text link and dropdown box hover state */
	background: #272727;
	color: #ffffff;	
	}

		#nav-one li.ieHover ul li.ieHover ul a { /* second dropdown text link and box default state */
		border-top: 1px solid #2f2f2f;
		background:#1a1a1a;
		color:#ee9d28;
		}
		
		#nav-one li.ieHover ul li.ieHover ul a:hover { /* second dropdown text link and dropdown box hover state */
		background:#272727;
		color: #ee9d28;	
		}
        
        /* 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:#ffffff;
		border-top:1px solid #f8d9ab;
		border-right:1px solid #744500;
		border-bottom:1px solid #744500;
		border-left:1px solid #f8d9ab;
		background-color:#ee9d28;
		}
		
		#dashboardContent {
		border-color:#A1B26E;
		background-color:#4d4d4d;
		}

		#vipMenu li a {
		background-color:#333333;
		color:#ffffff;
		}
		
		#vipMenu li a:hover, #vipMenu li a.over {
		color:#ee9d28;
		background-color:#4d4d4d;
		}