/* element specific styles */

html {
}

body {
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#e6e6e6;
}

a {
}

a:hover {
}

img {
border:none;
}

/* ------------------
 
id and class styles 

-------------------- */

#bgWrap {
background:url(siteBg.jpg) top left repeat-x #000000;
}

/*header area ------ */
#headerArea {
height:234px;
background:url(headerArea_bg.jpg) top left no-repeat;
}

/*vip area*/
#vipArea {
}

/*agent and broker info area*/
   
	#contactInfo {
	color:#e6e6e6;
	text-align:left;
	font-size:127%;
	font-weight:bold;
	line-height:18px;
	}
	
	#contactInfo span {
	font-weight:bold;
	font-size:170%;
	letter-spacing:0px;
	}
	
	#contactInfo a {
	color:#BABABA;
	font-weight:bold;
	text-decoration:none;
	}
	
	#contactInfo a:hover {
	color:#e6e6e6;
	}

/* menu area */
#mainMenuContainer {
background:url(menuArea_bg.jpg) top left no-repeat;
}

#cntArea {
background:url(cntArea_bg.jpg) top left no-repeat #1B1B1B;
}

/* pageend area */
#pageendArea {
}

/* footer area */
#footerArea {
font-size:90%;
text-align:center;
color:#5B5B5B;
}

	#footerArea a {
	text-decoration:none;
	color:#5B5B5B;
	}
	
	#footerArea a:hover {
	text-decoration:none;
	color:#e6e6e6;
	}

/* ----------------------------

the following styles are for the content
areas of the site, there are 3 variations.
1. home page (siteCnt) 
2. sub pages (sub_cntArea, sub_siteCnt)
3. search engine (full_cntArea, full_siteCnt)

As well as the widget colums are spec'd here

---------------------------- */

/* homepage content area */
#siteCnt {
color:#e6e6e6 ;
}

/* subpage content area  */
#sub_cntArea {
background:url(cntArea_bg.jpg) top left no-repeat #1B1B1B;
}

	#sub_siteCnt a {
	color:#BABABA;
	font-weight:bold;
	text-decoration:none;
	}
	
	#sub_siteCnt a:hover {
	color:#e6e6e6;
	text-decoration:none;
	}
	
	#sub_siteCnt h1 {
	font-weight:bold;
	font-size:163%;
	}

/* full page content area */
#full_cntArea {
background:url(cntArea_bg.jpg) top left no-repeat #1B1B1B;
}

	#full_siteCnt {
	color:#e6e6e6 ;
	}


/* VIP BAR CSS */

#dashboard {
color:#ffffff;
font-size:90%;
background:url(vip/vipBg.gif) no-repeat top left;
}	

#dashboard a{
font-size:100%;
color:#ffffff;
}

#dashboard a:hover{
color:#3F3F3F;
}
	
#dashboard_logo {
background:url(vip/vipLogo.jpg) no-repeat top left;
}

#dashboard .submit {
cursor:pointer;
color:#334973;
font-size:90%;
border-top:1px solid #E0E0E0;
border-right:1px solid #6B6B6B;
border-bottom:1px solid #6B6B6B;
border-left:1px solid #E0E0E0;
background-color:#C6C6C6;
}

#dashboard_login {}

#dashboard .inputs, #dashboard .inputs_error{
font-size:100%; 
color:#5C5C5C;
border:1px solid #B5B5B5;
background-color:#ffffff;
}

#dashboard .inputs_error{
background-color: Yellow;
}

#vipMenu {}

#vipMenu li {}

#vipMenu li a {
font-size:100%;
text-align:center;
background-color:#6B6B6B;
text-decoration:none;
color:#ffffff;
line-height:20px;
}

#vipMenu li a:hover, #vipMenu li a.over {
color:#3F3F3F;
background-color:#858585;
}

#dashboardContent {
  border-color:#4D4D4D;
  background-color:#858585;
}
