/* element specific styles */

html {
}

body {
background-color:#5A5945;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
}

a {
}

a:hover {
}

img {
border:none;
}

/* ------------------
 
id and class styles 

-------------------- */

#bgWrap {
	background:url(/t/template108/pics3/siteBg.jpg) top left repeat-x #5A5945;
}

/*header area ------ */
#headerArea {
height:234px;
background:url(/t/template108/pics3/headerArea_bg.jpg) top left no-repeat;
}

/*vip area*/
#vipArea {
}

/*agent and broker info area*/
   
	#contactInfo {
	color:#5A5945;
	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:#E5E4CE;
	font-weight:bold;
	text-decoration:none;
	}
	
	#contactInfo a:hover {
	color:#ffffff;
	}

/* menu area */
#mainMenuContainer {
	background:url(/t/template108/pics3/menuArea_bg.jpg) top left no-repeat;
}

#cntArea {
	background:url(/t/template108/pics3/cntArea_bg.jpg) top left no-repeat #79795D;
}

/* pageend area */
#pageendArea {
}

/* footer area */
#footerArea {
font-size:90%;
text-align:center;
color:#B3B29C;
}

	#footerArea a {
	text-decoration:none;
	color:#B3B29C;
	}
	
	#footerArea a:hover {
	text-decoration:none;
	color:#ffffff;
	}

/* ----------------------------

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:#ffffff ;
}

/* subpage content area  */
#sub_cntArea {
	background:url(/t/template108/pics3/cntArea_bg.jpg) top left no-repeat #79795D;
}

	#sub_siteCnt a {
	color:#E5E4CE;
	font-weight:bold;
	text-decoration:none;
	}
	
	#sub_siteCnt a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
	#sub_siteCnt h1 {
	font-weight:bold;
	font-size:163%;
	}

/* full page content area */
#full_cntArea {
	background:url(/t/template108/pics3/cntArea_bg.jpg) top left no-repeat #79795D;
}

	#full_siteCnt {
	color:#ffffff ;
	}


/* VIP BAR CSS */

#dashboard {
color:#ffffff;
font-size:90%;
background:url(/t/template108/pics3/vip/vipBg.gif) no-repeat top left;
}	

#dashboard a{
font-size:100%;
color:#ffffff;
}

#dashboard a:hover{
color:#3F3F3F;
}
	
#dashboard_logo {
	background:url(/t/template108/pics3/vip/vipLogo.jpg) no-repeat top left;
}

#dashboard .submit {
cursor:pointer;
color:#ffffff;
font-size:90%;
border-top:1px solid #CECDA5;
border-right:1px solid #B3B271;
border-bottom:1px solid #B3B271;
border-left:1px solid #CECDA5;
background-color:#BCBB85;
}

#dashboard_login {}

#dashboard .inputs, #dashboard .error{
font-size:100%; 
color:#5C5C5C;
border:1px solid #B5B5B5;
background-color:#ffffff;
}

#dashboard .error{
background-color: Yellow;
}

#vipMenu {}

#vipMenu li {}

#vipMenu li a {
font-size:100%;
text-align:center;
background-color:#90906F;
text-decoration:none;
color:#ffffff;
line-height:20px;
}

#vipMenu li a:hover, #vipMenu li a.over {
color:#3F3F3F;
background-color:#949474;
}

#dashboardContent {
  border-color:#717157;
  background-color:#949474;
}

