/* matt aug2409 */

body {
background-color:#586b0f;
}

/* 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:transparent url(cntArea_bg.jpg) repeat-y scroll left top;
}

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

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

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

#footerArea a {
color:#aabf86;
}

.wysiwyg {
color:#586b0f !important;
}

.wysiwyg a {
color:#839A2B !important;
}

.wysiwyg a:hover, .widget a:hover {
color:#C1CC94 !important;
}


/* 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:#647730;
		border-top:1px solid #F9F2CB;
		border-right:1px solid #EDDA6F;
		border-bottom:1px solid #EDDA6F;
		border-left:1px solid #F9F2CB;
		background-color:#F0E186;
		}
		
		#dashboardContent {
		border-color:#A1B26E;
		background-color:#B7C490;
		}

		#vipMenu li a {
		background-color:#90A357;
		color:#ffffff;
		}
		
		#vipMenu li a:hover, #vipMenu li a.over {
		color:#889A52;
		background-color:#B7C490;
		}

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

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

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

	#nav-one li.ieHover ul a { /* first dropdown text link and box default state */
	border-top: 1px solid #e8dda7;
	background:#f0dd83;
	color:#586b0f;
	}

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

/* ----- 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: #f1de96;
	color: #7e9915;	
	}

		#nav-one li.ieHover ul li.ieHover ul a { /* second dropdown text link and box default state */
		border-top: 1px solid #e8dda7;
		background:#f0dd83;
		color:#586b0f;
		}
		
		#nav-one li.ieHover ul li.ieHover ul a:hover { /* second dropdown text link and dropdown box hover state */
		background:#f1de96;
		color: #586b0f;	
		}