/* added by matt oct1909 */

body {
background:url(siteBG.jpg) top left repeat-x #300018;
}

#headerArea {
background:url(headerArea_bg.jpg) top left no-repeat #fdefd5;
}

/* 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:#FDEFD5;
}

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

#footerArea a {
color:#874469;
}

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

.wysiwyg a, .widget a {
color:#33001A !important;
font-weight:bold !important;
text-decoration:underline !important;
}

.wysiwyg a:hover, .widget a:hover {
color:#33001A !important;
font-weight:bold !important;
text-decoration:none !important;
}


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

	#dashboard {
	background:url(vipBg.gif) no-repeat top left;
	}	
	
		#dashboard a{
		font-size:10px;
		color:#ffffff;
		}
		
		#dashboard a:hover{
		color:#B888A0;
		}
			
		#dashboard_logo {
		background:url(vipLogo.jpg) no-repeat top left;
		}
		
		#dashboard .submit {
		color:#555555;
		border-top:1px solid #FEF8ED;
		border-right:1px solid #FBDDA5;
		border-bottom:1px solid #FBDDA5;
		border-left:1px solid #FEF8ED;
		background-color:#FDEFD5;
		}
		
		#dashboardContent {
		border-color:#500028;
		background-color:#610030;
		}

		#vipMenu li a {
		background-color:#7a003d;
		color:#ffffff;
		}
		
		#vipMenu li a:hover, #vipMenu li a.over {
		color:#B888A0;
		background-color:#610030;
		}

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

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

#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 #310018;
	background:#780038;
	color:#586b0f;
	}

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

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

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