/* ----
HOME PAGE CSS
Ver. 1 
April 30-08
---- */

body {
font-family:Arial, Helvetica, sans-serif;
color:#ebebeb;
background-color:#020202;
margin:0;
}

img {
border:none;
}

/* ---- the clearing div ---- */
.theClear {
clear:both;
}

* html .theClear {
padding:3px 0 0 0;
}

/* ---- Site Container ---- */
#siteContainer {
width:960px;
margin:0 auto 0 auto;
}

/* ---- Header Container ---- */
#headerContainer {
height:64px;
width:960px;
border-bottom:1px solid #313131;
position:relative;
}

	#logo {
	border:none;
	position:absolute;
	top:24px;
	left:0px;
	}
	
/* Toolbar - At the top of the pages */
	#toolBar {
	height:34px;
	width:491px;
	position:absolute;
	top:30px;
	right:5px;
	display:inline-block;
	}		

	#toolBar img {
	display:inline-block;
	border:none;
	padding:0;
	margin:0;
	float:left;
	} 

	#toolBar .imgPointer {
	cursor:pointer;
	} 
		
		#toolBarFlash {
		display:inline-block;
		height:34px;
		width:134px;
		background:url(../images/toolBarFlash_bg.jpg) top left no-repeat;
		float:left;
		padding:0;
		margin:0;
		}

	/* client login */	
	#clientLogin {
	height:34px;
	width:129px;
	background:url(../images/clientLogin.jpg) top left no-repeat;
	display:inline-block;
	float:left;
	}
			
		#clientLogin a {
		display:inline-block;
		background:url(../images/clientLogin.jpg) top left no-repeat;	
	    height:34px;
	    width:129px;
		}

		#clientLogin a:hover {
		background:url(../images/clientLoginON.jpg) top left no-repeat;
		}
		
		#clientLogin span {
		display:none;
		}
		
/* /client login */

/* ---- Flash Container ---- */
#flashContainer {
height:336px;
width:960px;
background:none;
}

/* ---- Menu Container ---- */
#menu {
font-size:11px;
width:960px;
height:41px;
margin:0;
padding:0;
list-style:none;
background:url(../images/menu_bg.jpg) top left no-repeat;
float:left;
}

	#menu li {
	float:left;
	}

		#menu a {
		text-align:center;
		color:#ebebeb;
		text-decoration:none;
		display:block;
		width:106px;
		height:29px;
		padding:12px 0 0 0;
		margin:0;
		}
		
		#menu a:hover {
		color:#7fc241;
		background:url(../images/menu_linkOn.jpg) 4px 4px no-repeat;
		}
		
		#menu #link_freeTrial {
		width:101px;
		height:29px;
		padding:12px 0 0 5px;
		font-weight:bold;
		color:#FBDDB8;
		background:url(../images/menuLong_linkOn.jpg) 4px 4px no-repeat;
		}
		
		#menu #link_freeTrial:hover {
		color:#B76E00;
		background:url(../images/menuLong_linkOff.jpg) 4px 4px no-repeat;
		}
		

/* ---- Features Container ---- */
#featuresContainer {
padding:6px 0 0 0;
height:112px;
width:960px;
}
	/* agents button */
	#agentsBtn {
	width:317px;
	height:106px;
	float:left;
	background:url(../images/home_agentBtn.gif) top left no-repeat;
	}
	
	#agentsBtn a {
	display:block;
	background:url(../images/home_agentBtn.gif) top left no-repeat;	
	width:317px;
	height:106px;
	}
	
	#agentsBtn a:hover {
	background:url(../images/home_agentBtn_on.gif) top left no-repeat;	
	}
	
	#agentsBtn a span {
	display:none;
	}
	/* /agents button */
	
	/* brokers button */
	#brokersBtn {
	float:left;
	width:317px;
	height:106px;
	margin:0 5px 0 4px;
	background:url(../images/home_brokerBtn.gif) top left no-repeat;
	}
	
	#brokersBtn a {
	display:block;
	background:url(../images/home_brokerBtn.gif) top left no-repeat;	
	width:317px;
	height:106px;
	}
	
	#brokersBtn a:hover {
	background:url(../images/home_brokerBtn_on.gif) top left no-repeat;	
	}
	
	#brokersBtn a span {
	display:none;
	}
	/* /brokers button */
	
	/* support button */
	#supportBtn {
	float:left;
	width:317px;
	height:106px;
	background:url(../images/home_supportBtn.gif) top left no-repeat;
	}
	
	#supportBtn a {
	display:block;
	background:url(../images/home_supportBtn.gif) top left no-repeat;	
	width:317px;
	height:106px;
	}
	
	#supportBtn a:hover {
	background:url(../images/home_supportBtn_on.gif) top left no-repeat;	
	}
	
	#supportBtn a span {
	display:none;
	}
	/* /support button */

/* ---- Footer Container ---- */
#footerContainer {
height:35px;
width:960px;
border-top:1px solid #313131;
padding:6px 0 0 0;
display:inline-block;
}

	#footerLeft {
	color:#757575;
	font-size:10px;
	float:left;
	}
	
		#footerLeft a {
		color:#4D7528;
		text-decoration:none;
		}
		
		#footerLeft a:hover {
		color:#ebebeb;
		text-decoration:none;
		}
	
	#footerRight {
	width:300px;
	float:right;
	}
	
	#footerRight img {
	border:none;
	}

.hiddenLink a {
color:#000000 !important;
}

.hiddenLink a:hover {
color:#000000 !important;
}

#tollFree {
border:medium none;
right:100px;
position:absolute;
top:35px;
}

#liveChatIcon {
border:medium none;
right:205px;
position:absolute;
top:34px;
}
