/* added by matt sept3009 */

body {
background:#D5D5D5 url(siteBg.jpg) repeat-x scroll left top;
}

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

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

.widgetHeader, .widgetName {
background:transparent url(widget_header.jpg) repeat-y scroll 0 0;
}

/* font colors ********************************************** */

#footerArea {
color:#AEAEAE;
}

#footerArea a {
color:#AEAEAE;
}

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

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

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

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

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

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

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

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

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

/* ----- 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: #777777;
	color: #B9B9B9;	
	}

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

/* VIP AREA -------------------------------------------------- */
	#dashboard {
background:transparent url(vipBg.gif) no-repeat scroll left top;
}

	
		#dashboard a{
		font-size:10px;
		color:#ffffff;
		}
			
		#dashboard_logo {
		background:url(vipLogo.jpg) no-repeat top left;
		}
		
		#dashboard .submit {
		color:#efefef;
		border-top:1px solid #D1D1D2;
		border-right:1px solid #4F4F50;
		border-bottom:1px solid #4F4F50;
		border-left:1px solid #D1D1D2;
		background-color:#69696A;
		}

	#dashboardContent {
		border-color:#7A7A7A;
		}

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

		