/*********** BASIC ELEMENTS **********/

html, body {
	background-color:#BABCBE;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#005Daa;
	font-size: 12px;
	font-weight:normal;
	line-height: normal;
	height: 100%;
	margin-bottom: 1px;
}
	
	
a {
	font-size: 12px;
	color: #807F83;
}
	
a:visited {
	color: #005Daa;
	text-decoration:none;
}

a:hover {
	color: #BABCBE;
	text-decoration:underline;
}

a:active {
	color: #005Daa;
	text-decoration: underline;
}
a:link {
	color: #807F83;
	text-decoration:none;
}

img {
	border: 0;
}

/*********** TEXT **********/

.title {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

/*********** STRUCTURE **********/


#container {
	width:960px;
	height:auto;
	margin:auto;
	position:relative;
	border:none;
	background-color: #BABCBE;
}

#header{
	width:940px;
	height:auto;
	margin:auto;
	vertical-align:middle;
	position:relative;
	text-align:left;
	}

#content {
	width:940px;
	height: 100px;
	margin: auto;
	position:relative;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 25px;

}

#footer {
	width:940px;
	height:33px;
	margin:auto;
	padding:0 0 0 0;
	background-color:#FFFFFF;
	position: relative;
}

#logo_footer {
	width:940px;
	height:90px;
	background:url(images/logo_footer.jpg) no-repeat bottom;
	margin:auto;
	padding:0 0 0 0;
	background-color:#F3EEDE;
	position: relative;
}

#copyright {
	width:940px;
	height:20px;
	margin:auto;
	background-color:#FFFFFF;
	padding:0 0 0 0;
	position: relative;
}

#available_table {
	font-size: 12px;
	margin: 0px;
	width: 750px;
	text-align: center;
	border-collapse: collapse;
	border-top: 2px solid #DAC793;
	border-bottom: 2px solid #DAC793;
	border-left: 2px solid #DAC793;
	border-right: 2px solid #DAC793;
	border-collapse: collapse;
}
#available_table th {
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	background: none;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#available_table td {
	padding: 2px;
	background: none; 
}
.floor {
	border-bottom: 1px solid;
	border-bottom-color:#00467F;
	border-top: 1px solid #00467F;
	height: 38px; 
}
.px {
	height: 38px;
}
.suite {
	border-right: 1px solid #00467F;
	height: 38px;
}
.total {
	border-top:double #00467F;
	height: 38px;
}

#contactform input {
	position: absolute;
	left: 200px;
	
}
	
/*********** NAVIGATION **********/

#nav {
	width:800px;
	height:auto;
	margin: auto;
	position:relative;
	list-style:none;
	padding:0 0 0 0;
	line-height: normal;
	line-height: inherit;
	
	}

/*********** IMAGES **********/

#right_align {
	float:right;
	padding:0px 20px 0 20px;
}

#left_align {
	float:left;
	padding:0 0 0 20px;
}

/*********** TEXT **********/

