/* ////////////////////////////////////////////////////////////////////////////////////////////////////////
HOME PAGE SPECIFIC
//////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ----- Feature Section ------------------------------------------------------------ */
#homepage-featureSection {
 display:inline-block;
}

/* ----- Buttons Section ------------------------------------------------------------ */
#homepage_buttonsSection {
 border-bottom:1px solid #d0dce2;
 padding:0 0 4px 0;
 display:inline-block;
}

.agentsBtn {
 width:317px;
 height:106px;
 float:left;
 background:url(../images/homepage_agentBtn.png) top left no-repeat;
}

.agentsBtn a {
 display:block;
 background:url(../images/homepage_agentBtn.png) top left no-repeat;	
 width:317px;
 height:106px;
}

.agentsBtn a:hover {
 background:url(../images/homepage_agentBtn_on.png) top left no-repeat;	
}

.agentsBtn a span {
 display:none;
}

.brokersBtn {
 width:317px;
 height:106px;
 float:left;
 background:url(../images/homepage_brokersBtn.png) top left no-repeat;
 margin:0 4px;
}

.brokersBtn a {
 display:block;
 background:url(../images/homepage_brokersBtn.png) top left no-repeat;	
 width:317px;
 height:106px;
}

.brokersBtn a:hover {
 background:url(../images/homepage_brokersBtn_on.png) top left no-repeat;	
}

.brokersBtn a span {
 display:none;
}

.trialBtn {
 width:317px;
 height:106px;
 float:left;
 background:url(../images/homepage_trialBtn.png) top left no-repeat;
}

.trialBtn a {
 display:block;
 background:url(../images/homepage_trialBtn.png) top left no-repeat;	
 width:317px;
 height:106px;
}

.trialBtn a:hover {
 background:url(../images/homepage_trialBtn_on.png) top left no-repeat;	
}

.trialBtn a span {
 display:none;
}


/* ----- Content Section ------------------------------------------------------------ */
.homepage_contentLeft {
 width:623px;
 padding:0 8px;
 float:left;
 display:inline-block;
 margin-right:4px;
}

.homepage_contentRight {
 width:301px;
 padding:0 8px;
 float:right;
 display:inline-block;
}