/************************************************************/
/************* FREETIMERS INTERNET CSS **********************/
/*********************** & **********************************/
/***************** ENJOY OUR HOMES **************************/
/************************************************************/

body
{
    margin: 0px;
    padding: 0px;
    background: #7A95A5;
}



body, td, th
{
    font-family: Verdana;
    font-size: 11px;
}

a, a:link
{
    color: #656565;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.pagetitle
{
    font-weight: bold;
    font-size: 12px;
    color: #2D0307;
    margin: 0;
}

/************************************************************/
/********************** Main Area ***************************/
/************************************************************/

#mainContainer
{
    display: block;
    margin: auto;
    width:780px;
    clear:both;
    background: #fff 
}


/************************************************************/
/******************** Header ********************************/
/************************************************************/

#headerContainer
{
    padding:0px;
    margin: 0px;
    width: 100%;
    height: 91px;
    clear:both;
    background: #224E69;
}

.leftImage
{
    float: left;
    padding-left: 26px;
}

.rightContent
{
    margin-left:280px;
    margin-right: -50px;
    padding-top: 30px;
    text-align: center;
}

.rightContent .links
{
    padding-top:5px;
}

.rightContent .links, .rightContent .links a
{
    color: #fff;
}

/************************************************************/
/********************* Right Column *************************/
/************************************************************/

.rightColumn
{
    float:right;
    width:190px;
    z-index:2;
}

/************************************************************/
/******************** Center Column *************************/
/************************************************************/

.centerColumn
{
    background: #FFF;
    float:right;
    width:500px;  
    z-index:-1;
	  display: inline-block;
}

.centerContent .pagetitle
{
    margin: 0;
    padding: 0;
    color: #2D0A10;
}

.centerContent
{
    padding: 12px; 
}

/************************************************************/
/********************** Left Column *************************/
/************************************************************/

.leftColumn
{
    float: left;
    width:280px;
    z-index:1;
}

.leftColumn .leftContent 
{
    background:url('../images/layout/general/white_beige.gif');
}

.leftColumn .leftContent .textWidth
{
    padding-left:10px;
    width:210px;
}

.theTitle
{
    color: #3F5155;
    font-size:12px;
    font-weight: bold;
    padding:2px;
}

.propertiesBackground
{
    background: #F4EAD1;
    min-height: 237px;
}

*html .propertiesBackground
{
    background: #F4EAD1;
    height: 237px;
}

li
{
	color:#656565;
}

/************************************************************/
/********************** Typical Menu ************************/
/************************************************************/

.navcontainer ul
{
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navcontainer li 
{ 
    margin: 0 0 0 0; 
}

.navcontainer a.top
{
    font-size: 12px;
    display: block;
    line-height: 22px;
    text-indent: 10px;
    width:280px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #767C58;
}

.navcontainer ul li a
{
		text-indent: 10px;
    font-size: 11px;
    line-height: 22px;
		display: block;
    width:280px;
    color: #0D0500;
    font-weight: normal;
    background: none;
    background: url('../images/layout/general/line_bg.gif');
}

/************************************************************/
/****************** FOOTER CONTAINER ************************/
/************************************************************/

#footerContainer
{
    text-align:center; 
    clear: both; 
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 220px;
}

/************************************************************/
/************************ CALENDAR **************************/
/************************************************************/

td.nonmonthdays
{
  background:#fff;
	/*background: #E4EFF2;*/
}
.borderMe td
{
	border: 1px solid #eee;
}
.borderMe2 td
{
	border: 1px ridge #C2D2EF;
}
.header
{
  color: #fff;
  background: #224E69;
}
.taken
{
  color: #000;
  background: #60A4CC;
}
.free
{
  background: #F4EAD1;
}
.startDate
{
    background: #767C58;
    background: url(../images/layout/calendar/start.gif) no-repeat #767C58;
    color: #000;
}
.startDate div
{
    background: #767C58;
}
.endDate
{
    background: url(../images/layout/calendar/end.gif) no-repeat #F4EAD1;
    color: #000;
}
.endDate div
{
    background: #F4EAD1;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:9px;
}



/*
td.nonmonthdays
{
  background:#fff;
}
tr.borderMe td
{
	border: 1px ridge #C2D2EF;
	width:20px;
	height: 20px;
}
tr.borderMe2 td
{
	border: 1px ridge #C2D2EF;
}
.header
{
  color: #fff;
  background: #8198C9;
}
.taken
{
  background: #DBE3FA;
}
.free
{
  background: #B3C1DE;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:9px;
}
*/
