/* CSS Document */
* {
    margin:0px; padding:0px;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
}
body {
    padding:0; margin:0 auto;
    width: 766px;
}
a:hover{text-decoration:none;}
a img {border:0;}
.clear {clear:both;}


/*outer page container  */

#main {
    padding:0; margin:0 auto;
    width: 766px;
}


/* blue bar at the top of the page*/


#top {
    width:766px;
    height:15px;
    background-color:#5CC2CD;
    margin-bottom:4px;
}

/* home button within the blue bar */

.home {
    margin-left:5px;
    margin-top:2px;
}


/* link to rss feed */

#rss
{
float: right;
color: white;
font-size: 11px;
text-decoration: none;
position: relative;
right: 5px;
}

#rss:hover
{
text-decoration: underline;
}

/* top end */






/*left*/



/* container of left side content */




#left {
    float:left;
    width:276px;
    background-color:#DBF2F4;
    color:#1D7079;
}

#google {
    float:left;
    width:276px;
    background-color:#fff;
    color:#1D7079;
}

/*logo at the top of the page */




#logo
{
width: 186px;
height: 16px;
background: url(images/logo.gif);
padding-left: 90px;
padding-top: 33px;
font-size: 12px;
}

/* block for latest rental listing */



#newest
{
float: left;
background: #dbf2f4;
width: 256px;

padding: 10px;

}















/*left end*/

/* main navigation menu */



#right_cont ul
{
list-style: none;
margin: 0;
padding: 0;
}

#right_cont ul li
{
display: inline;
float: left;
}

#right_cont ul li a
{
display: block;
width: 86px;
height: 35px;
background: url(images/a-both.jpg);
text-align: center;
text-decoration: none;
color: white;
padding-top: 10px;
}

#right_cont ul li a:hover
{

background-position: -91px 0px;


}

/* outer container for the main menu */


#nav_cont
{
width: 485px;
height: 45px;
background: url(images/nav-bg.jpg);
background-repeat: repeat-x;
padding-right: 5px;
}


/* welcome message at the top right of the page */


#welcome p {
    margin-top:10px;
    margin-right:60px;
}
#welcome a {color:#56B0C4;}

#welcome
{

height: 30px;
background: url(images/welcome.jpg);
background-repeat: no-repeat;
font-size: 12px;
padding-left: 25px;
float: left;
margin-top: 10px;
}

/* actual text of the welcome message */

#message
{
width: 300px;
float: left;
}


/* outer container for the two blue blocks */

#right_cont
{
float: left;
width: 490px;


}

/* left hand side blue box */



#blue_one
{
float: left;
width: 256px;
height: 266px;
background: url(images/bg1_con.jpg);
background-repeat: no-repeat;
margin-left: 1px;

}

/* title for the left hand blue box */


#find
{
background: url(images/find.jpg);
background-repeat: no-repeat;
width: 226px;
height: 28px;
margin-top: 7px;
padding-left: 30px;
font-weight: bold;
}

#find p
{
width: 200px;
}

#blue_one p
{
margin-left: 10px;
margin-right: 10px;
}

/* left blue box title */


#find
{
width: 157px;
height: 28px;
background: url(images/find.jpg);
background-repeat: no-repeat;

}

.main_search
{
width: 181px;
}

/* right hand side blue box */


#blue_two
{
float: left;
width: 208px;
height: 266px;
background: url(images/bg2_con.jpg);
background-repeat: no-repeat;
margin-left: 1px;
padding: 10px;
padding-top: 0px;
}




/* right blue box title */



#landlords
{
width: 104px;
height: 28px;
background: url(images/special_offers.jpg);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: 30px;
padding-left: 30px;
font-weight: bold;

}




/* main content area for each page */


#content
{

margin-left: 293px;

}


#content p
{
margin-top: 10px;
}


/* left hand side of the footer */


#footer-left
{
background: url(images/bg1_bot.jpg);
width: 256px;
height: 128px;
float: left;
padding: 10px;
}


/* right hand side of the footer */

#footer-right
{
background: url(images/bg2_bot.jpg);
width: 470px;
height: 128px;
float: left;
padding: 10px;

}

#footer-right a
{
color: black;
}



/* WHAT FOLLOWS ARE VARIOUS STYLES FOR FORMS AND TABLES ON DIFFERENT PAGES */

#seekers2 td
{

padding: 10px;
border: 1px solid black;
background-image: url(images/nav-bg.jpg);
background-repeat: repeat-x;
background-color: #92b04e;
}







#action_menu
{

margin: 0;
padding: 0;
list-style: none;
padding-right: 30px;

}

#submit_ad td
{
padding: 5px;
border: 1px solid gray;

}

#tf table td
{

padding: 5px;
border: 1px solid gray;
}

#action_panel
{

height: 260px;
overflow: scroll;
margin-top: 10px;
border: 1px solid gray;
}

#action_panel table td
{
padding: 5px;
border: 1px solid gray;
}












