/* added dec0209 matt */

/* matt aug2409 */

body {
background:transparent url(bkgnd_main.jpg) repeat scroll left top;
}

#headerArea {
background:transparent url(header.jpg) no-repeat scroll left top;
}

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

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

#footerArea a {
color:#b35d62;
}

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

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

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

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


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

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

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

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

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

/* ----- 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: #e7e7e7;
	color: #961A1A;	
	}

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

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

	#dashboard {
	background:url(vipBg.gif) no-repeat top left;
	}	
	
		#dashboard a{
		font-size:10px;
		color:#ffffff;
		}
		
		#dashboard a:hover{
		color:#666666;
		}
			
		#dashboard_logo {
		background:url(vipLogo.jpg) no-repeat top left;
		}
		
		#dashboard .submit {
		color:#ffffff;
		border-top:1px solid #E48D8D;
		border-right:1px solid #982428;
		border-bottom:1px solid #982428;
		border-left:1px solid #E48D8D;
		background-color:#C22E32;
		}
		
		#dashboardContent {
		border-color:#A1B26E;
		background-color:#9E9E9E;
		}

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