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

body {
	margin-bottom: 0px;
	color:#161616;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#4D6D7F;
}

#container {
	margin: 0 auto;
	width:900px;
	height:720px;
	/* Eliminates extra space for Firefox */
	margin-top:-7px;
}

#header {
	background-image:url(../assets/header4.png);
	height:100px;
	width:900px;
}

#content1 {
	height:250px;
	width:850px;
	background-color:#A29664;
	margin: 0 auto;
}
	
	#main_pic {
		height:240px;
		width:440px;
		float:left;
		border: 1px solid #161616;
		border-bottom:none;
		margin: 10px 10px 0 10px;	
	}
	
	#item {
		width:36px;
		height:225px;
		float:left;
		margin: 12px 25px;
		background-image:url(../assets/vertical.png);
	}
	
	#navigation {
		width: 300px;
		height:230px;
		float:right;
		margin-top:20px;
	}
	
	#navbar {
		font-size:22px;
		width:250px;
	}

a {
	text-decoration:none;
	color:#323632;
}

a:hover	{
	color:#ffffff;
	cursor:pointer;
/*	border:none; */
}	


#divider { 
	height:40px;
	width:900px;
	background-image:url(../assets/divider4.png);
}

#content2 {
margin: 0 auto;
height:300px;
width:850px;
background-color:#A29664;
}
	
	#features {
		height:300px;
		width:510px;
		float:left;
		font-size:17px;
	}
			
	#location {
		height:35px;
		width: 142px;
		background-image:url(../assets/location.png);
		float:left;
		margin: -5px 0 0 50px;
	}
			
	#amenities {
		height:35px;
		width: 142px;
		background-image:url(../assets/amenities.png);
		float:left;
		margin: -5px 0 0 50px;
	}
			
	#rates {
			height:35px;
			width: 142px;
			background-image:url(../assets/rates.png);
			float:left;
			margin: -5px 0 0 50px;
	}
	
	#text {
		height:245px;
		width:510px;
		clear:both;
		padding: 10px 20px;
		font-family:Arial, Helvetica, sans-serif
	}
		
	#pictures {
		width:282px;
		height:300px;
		float:right;
		margin: 8px 0 0 13px;
	}
			
			#top_pic {
				height:130px;
				width:240px;
				border: 1px solid #161616;
				border-bottom:none;
			}
			
			#pic_divider {
				height: 23px;
				width:280px;
			}
			
			#pic_divider {
				margin: -15px 0 0 0;
			}
			
			#bottom_pic {
				height:130px;
				width:240px;
				background-image:url(../assets/pool.jpg);
				border: 1px solid #161616;
				border-top:none;	
				position:relative;
				z-index:-1;
				/* Firefox browser only */
				margin-left:23px;
			}
			
			#blp {
			border: 1px solid #161616;
			float:left; 
			margin-right:10px;
			}
			
#footer {
	height:50px;
	width:900px;
	background-image:url(../assets/footer.png);
}

#copyright{
	float:left;
	margin: 20px 0 0 30px;
	color:#ffffff;
	font-size:10px;
}

.red {
	color:#FF0000;
}

.selected {
	font-weight:bold;
	color:#1E4B65;
}

#pics {
	width: 100%;
}

#pics td {
	padding: 4px 10px 0 0;
}

#pics a{
	#border: 2px #323632 solid;
	#border:none !important;
}

#pics a:hover {
	#border: 2px #ffffff solid;
}

input {
	background-color:#1E4B65 !important;
	color:#fff;
	border: 3px solid #161616;
}

.button:hover {
	cursor:pointer;
}

textarea {
	background-color:#1E4B65 !important;
	color:#fff;
	border: 3px solid #161616;
}

select {
	background-color:#1E4B65 !important;
	color:#fff;
	border: 3px solid #161616;
}

.noMargin {
	margin: 0 0;
	padding: 0 0;
}

#rentalApplication {
	
}

#rentalApplication table tr{
	margin-top:10px;
}

#rentalApplication table td{
	text-align:center;
	padding-top:10px;
}

.fl {
	margin-left:10px;
	float:left;
}

.fr {
	margin-right:10px;
	float:right;
}

.pointer {
	cursor:pointer;
}

.ansp {
	display:none;
}

.center {
	text-align:center;
	vertical-align:middle;
}

.table {
	width:100%;
	margin-top:10px;
}

.legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	padding: 0 5px;
	font-size:22px;
}	

.faqs {
	margin: 0 5px 5px 5px; 
	color:#001E4C; 
	font-size:16px;
}

.close {
	margin-top:12px;
	cursor:pointer;
}

#questions {
	overflow:auto; 
	height:180px; 
	margin-top:10px; 
	padding-right:10px;
}

#usRates img{
	border: 2px solid #161616;
}

#pics img {
	border: 2px #161616 solid;
}

#pics img:hover {
	border: 2px #ffffff solid;
}

/*
	apply behavior filter only to foreground images
	and to background images whose position is top left
*/
img, #header, #divider, .subSmall, #footer, #item   {
	behavior: url(/css/iepngfix.htc);
	}