
/*-----> ELEMENTS FOR INDEX.PHP <------*/

#blue_bar {
padding: 0; margin: 0; 
position: relative;
float: left;
margin-top: 60px;
height: 168px;
width: 100%;
background: url('../images/back_bar.gif') repeat-x;  
z-index: 1;
}

#photo_bar {
left: 0; top: 0;
padding: 0; margin: 0;
position: relative;
margin: 0 auto;
margin-top: -47px;
height: 190px;
width: 800px;
z-index: 500;
}

/*------------------COLUMNS-------------------*/

#column_set{  
padding: 0;
margin: 0 auto;
width: 795px;
min-height: 320px;
}

.column {
float: left;
width: 263px;
border-left: 1px solid #75A497;
margin-top: 50px;
margin-bottom:0px;
height: 250px;
}
 
#column_set h2 {
color: #005841;
font-size: 18px;
clear: left;
text-align: center
}

#column_set p {
/*color: #838383;*/
color: #377C6A;
font-size: 14px;
width: 200px;
text-align: justify;
margin: 0 auto;
}

/*------------------ICONS-------------------*/
.col_icon {
top: 0;
left: 0;
margin: 0 auto;
padding: 10px 0px 0px 10px;
background: #000000;
width:105px; 
height: 105px;
background: url('../images/icon_back.gif') no-repeat;    
}

#home_plans_icon {
top: 0;
left: 0;
height: 90px;
width: 105px;
background: url('../images/home_icon.png') no-repeat;
_background:url("../images/spacer.gif") no-repeat top left;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='../images/home_icon.png');     
cursor: pointer;
}

#interactive_map_icon {
float: left;
height: 90px;
width: 90px;
background: url('../images/interactive_maps_icon.png') no-repeat;
_background:url("../images/spacer.gif") no-repeat top left;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='../images/interactive_maps_icon.png'); 
cursor: pointer;
}
#virtual_icon {
float: left;
height: 90px;
width: 90px;
background: url('../images/virtual_icon.png') no-repeat;
_background:url("../images/spacer.gif") no-repeat top left;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='../images/virtual_icon.png'); 
cursor: pointer;
}
#rosecrest_village_icon {
float: left;
height: 90px;
width: 90px;
background: url('../images/rosecrest_village_icon.png') no-repeat;
_background:url("../images/spacer.gif") no-repeat top left;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='../images/rosecrest_village_icon.png');     
cursor: pointer;
}

.desc_text {
font-size:11px;
}

/*----------- CALL TO ACTION -------------*/

#call_to_action {
width: 810px;
margin: 10px auto;
}

.cta_break {
float: left;
margin-top: 15px;
}

#cta_left {
width: 215px;
height: 115px;
border: 1px solid #dedede;
margin-left: 20px;
float: left;
text-align: left;
color: #005841;
} 

#cta_left img {
padding: 15px 0 15px 15px;
float: left;
}


#cta_left h2, h3 {
padding: 0px;
margin: 0px;
text-align: center;
}

#cta_left h2 {
font-size: 18px;
padding-top: 40px;
}

#cta_left h3 {
font-size: 14px;
}

#cta_right {
width: 485px;
height: 115px;
border: 1px solid #dedede;
margin-left: 20px;
float: left;
text-align: left;
color: #005841;
}

#cta_right p {
margin: 15px;
text-align: left;
font-size: 14px;
font-weight: bold;
padding: 0px;
color: #858585;
}

#cta_right a {
color: #005841;
}