/* CSS Document */
<style type="text/css">

.index_ul_list
{
margin-left: 0px;
padding-left: 0px;
list-style: none;
list-style-type:none;
}

.index_ul_list li
{
list-style: none;
list-style-type:none;
margin-left: 0px;
padding: 12.5px 2.5px 13px 30px;
background-image: url(/images/checkmarkindex.png);
background-repeat: no-repeat;
background-position: -60px;
}


#slider { 
   width: 875px; /* important to be same as image width */ 
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#sliderContent {
   width: 875px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   list-style-type: none;
   margin-top:0px;
   padding: 0px;
   margin-left:0px; 
   margin-right:0px; 
   list-style:square; 
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   list-style-type: none;
}

.sliderImage span {
   position: absolute; /* important */
   left: 4px;
   bottom: 0;
   font: 15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 840px;
   background-color: #333333;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   /*top: 0;*/

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

 .sliderImage .fontheader {      
    color:#1DCCEF;  
	font-weight: bold; 
   }   
.clear {
   clear: both;
}

.show_more_text{
display: inline;
}

.show_less_text{
display: none;
}


.show_more a { text-decoration:none; font-size: 11px; }
.show_more A:link {color: #800000; text-decoration: none;}
.show_more A:visited {color: #800000; text-decoration: none}
.show_more A:active {color: red; text-decoration: none}
.show_more A:hover {text-decoration: underline;}



/*New Index CSS below*/


#quick_search_wrapper{


}

#newly_added_ul {
line-height: 22.5px;
list-style-type: none;
margin: 3px 10px 10px 0px;
padding: 0px;
line-height: 25px;
}

#newly_added_ul li {
border-bottom: 1px dotted #cccccc;
}

#featured_ul {
list-style-type: none;
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
}

#featured_ul li {
height: 57px;
margin-top: 6px;
border-bottom: 1px dotted #cccccc;
vertical-align: middle;
}

#featured_ul a{ text-decoration: none;}
#featured_ul a:hover{ text-decoration: underline;}
#featured_ul a:visited{ color: blue;}
#featured_ul a:active{ color: red;}

.pic_img {
width: 50px; height: 50px; 
/*border: 1px solid blue;*/
text-align: left;
margin-left: 25px;
}

.numbering{
width: 20px; height: 20px;
text-align: left;
margin-top: 15px;
}


#landlord_syndication a, #map a,  #newly_added_div a{text-decoration: none;}
#landlord_syndication a:hover, #map a:hover, #newly_added_div a:hover{text-decoration: underline;}
#landlord_syndication a:visited, #map a:visited, #newly_added_div a:visited{color: blue;}

#quick_search_content a{text-decoration: none; color: green;}
#quick_search_content a:hover{text-decoration: underline;}
#quick_search_content a:visited{color: green;}

.bottom_text_title{
font-weight: bold; 
border-bottom: 1px dotted #dddddd; 
padding: 0px; 
margin: 0px; 
margin-top: 30px;
color: #555555;
}

.bottom_text_content{
margin-left: 10px;
margin-top: 3px;
}

#information_bottom {margin-left: 15px; 
float: left; 
height: auto; 
width: 825px; 
font-size: 10px; 
color: #777777; 
margin-top: 30px; 
margin-left: 25px;}


#popular_searches li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}


</style>
