@charset "utf-8";
/* CSS Document */

body
{
	/*ie nedds these*/
	margin:0px;
	padding:0px;
	font-size:24px;
	font-family:Arial;
}
div
{
	line-height:1.2em;
}

/*we use container DIV  to center #content and #navigation in the page*/
#container
{
	/*our page width*/
	width:1002px;
	margin: 0 auto;
}

#content
{
	/*  we substracted navigation width from page width and got 800px*/
	width:800px;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	/* use float to inverse position with navigation DIV*/
	float:right;
	/*color section for identification*/
}

#navigation
{
	/* set margin top to header height*/
	float:left;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	width:200px;
	/*color section for identification*/
}

#header
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:1002px;
	/*center absolute  div*/
	/*put div on the center of the page*/
	left:50%;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-500px;
	/*pu the div fist on the page*/
	top:0px;
	height:160px;
}

#footer
{
	width:1000px;
	clear:both;
	height:30px;
}

.maxH
{
	margin-top: 30px !important;
}


#content
{
clear: both;
display: inline;
width: 1002px;
margin-top:100px;
}

#CategoriesMenu
{
	width: 222px;
	float: left;
	padding: 5px;
	background-color:#eee;
	position: relative;
	margin-top: 119px;
	height: 250px;
}

#CategoriesMenu UL LI
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 22px;
	line-height: normal;
}

#apartmentListing
{
	float: right;
	width: 766px;
	margin-top: 100px;
}

#apartmentInfo
{
	float: left;
	width: 500px;
}

#apartmentThumbs
{
	float: right;
	width: 266px;
}

#leftDetailColumn
{
	float: left;
	height: auto;
	width: 250px;
}


#rightDetailColumn
{
	float: right;
	height: auto;
	width: 240px;
}

#apartmentsCategory
{
	width: 764px;
	float: left;
	clear: both;
}

.bookForm
{
	float: left;
}

#footer
{
	width: 1002px;
	border-top: 1px solid black;
	text-align: right;
	clear: both;
	margin: 0 auto;
}
