/*-----------------------------------------------------
Positioning
------------------------------------------------------*/
#page {
	width:100%;
/*	position:absolute;
	top: 0;
	left: 0;*/
	}
	
#banner {
	height:80px;
	margin:0 0 0 0;
	padding:5px 0 0 25px;
	background:#fff;
	}

#content {
	background:#fff;
	margin:10px 0 10px 0;
	padding:0;
	}
	
#footer {
/*	position:absolute;
	bottom:0;*/
	clear:both;
	height:20px;
  	margin:0;
	padding:5px;
	color:#444;
	font-size:.8em;
	font-weight:lighter;
	text-align:center;
	}

/*-----------------------------------------------------
Main Menu
------------------------------------------------------*/

#menu {
	height:2em;
	padding:0;
	background:#000;
	font-size:.9em;
	font-weight:normal;					
	}

	#menu p {
		float:left;
		margin:0;
		padding:.4em 0 0 3em;
		white-space:nowrap;
		}

	#menu a {
		color:#fff;
		text-decoration:none;
		}

	#menu a:hover {
		color:#FFDB0C;
		text-decoration:none;
		}

#menufade {
	height:10px;
	background:#fff;
	background-image:url(images/menu_gradient.jpg);
	background-repeat: repeat-x;
	}

/*-----------------------------------------------------
Text
------------------------------------------------------*/
/*html, body, #page {
	min-height: 100%;
	width: 100%;
	height: 100%;
}*/

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

/*html>body, html>body #contents {
	height: auto;
}*/

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#666;
	}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#666;
	}

td a  { color: #336699; text-decoration: underline }

td a:hover {
	color:#336699;
	text-decoration: underline;
	}

.headings { 
	color:#999; 
	text-transform:uppercase;
	}none;
	}

td a:hover {
	color:#336699;
	text-decoration: underline;
	}

.headings { 
	color:#999; 
	text-transform:uppercase;
	}

.service-content {
	margin: 0;
	padding: 10;
	border: 0;
	}

.overview {
	background: #006699;
	color: #FFF;
	}

	.overview a {
		color:#000066;
		}

.apts {
	background: #2383B3;
	color: #FFF;
	}
	
	.apts a {
		color: #002299;
		}

.hotels {
	background: #51A3CC;
	color: #222;
	}

	.hotels a {
		color:#003399;
		}

.public {
	background: #8AC7E6;
	color: #111;
	}
	
	.public a {
		color: #003399;
		}