@charset "utf-8";
body	{
	margin:0;
	padding:0;
	background-color:#ebeace;
	font-size:11px;
	font-family:tahoma;
	color:#111111;
	}

div,img{
	margin:0;padding:0;
	display:block;
	
}
image {
	border-color:#6d0101;
}
p	{
	margin:0;padding:0;
}

h1,h2,h3{
	margin:20px 0 5px 0;
	font-size:11px;
}
h1{
	margin-left:10px;
	width:173px;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px solid #f6f9fc;
}
h3{
	color:#6d0101;
	margin-left:1px;
	font-size:12px;
}
h4{
	margin:0px 0 0 3px;
	color:#6d0101;
	font-size:9px;
	clear:both;
}
a{
	text-decoration:none;
	color:#303030;
}
a:hover{
	text-decoration:underline;
	color:#6d0101;
}
a:visited{
	text-decoration:none;
}

	#container{
		width:806px;
	}
		#header{
			position:relative;
			width:100%;
			height:293px;
		}
			#header .logo{
				position:absolute;
				top:0;
				left:0;
				z-index:1;
			}
			#header .pic{
				position:absolute;
				top:78px;
				left:52px;
				z-index:0;
				border-top:1px solid #f8f7f2;
				border-right:1px solid #f8f7f2;
				border-left:1px solid #f8f7f2;
			}
		#content{
			width:754px;
			margin-left:52px;
			padding-bottom:2px;
			border-bottom:1px solid #fbfaf9;
		}
			#mainNav{
				background-color:#c2b59f;
				width:100%;
				font-size:11px;
				height:24px;
				line-height:2.2;
				border-bottom:5px solid #6d0101;
			}
				#mainNav span{
					margin-right:60px;
				}
					#mainNav span a{
						color:#6d0101;
					}
			#welcome{
				background-image:url(images/gradientWelcome.gif);
				background-repeat:repeat-x;
				width:100%;
				font-size:15px;
				color:#843c1d;
				height:58px;
				line-height:3.5;
				border-bottom:5px solid #6d0101;
				text-align:center;
			}
			#info{
				overflow:hidden;
				width:744px;
				background-image:url(images/infoBackground.gif);
				background-repeat:repeat-y;
				background-color:white;
				padding:1px 10px 12px 0;
			}
				#info #infoLeft{
					width:192px;
					height:100%;
					margin-right:11px;
				}
					#infoLeft p{
						color:#f8f4f3;
						margin:0 9px 8px 10px;
						font-size:9.5px;
					}
					#infoLeft img{
						padding:1px;
						border:1px solid #f6f7f7;
						margin:0 0px 0px 10px;
					}
				#info #infoCenter{
					width:364px;
					height:100%;
				}
				#info #infoCenterRight{
					width:540px;
					height:100%;
				}
					#infoCenter p, #infoCenterRight p{
						margin:11px 12px 0 0;
					}
					#infoCenter .infoBox, #infoCenterRight .infoBox{
						width:355px;
						border:1px solid #d7d7d7;
						margin:7px 0 7px; 0;
					}
					#infoCenter .infoBox2, #infoCenterRight .infoBox2{
						width:530px;
						border:1px solid #d7d7d7;
						padding: 0 0 10px 0;
						margin:12px 0 12px; 0;
					}
						#infoCenter .infoBox img, #infoCenterRight .infoBox img{
							margin:2px 13px 10px 2px;
						}
						#infoCenter .infoBox p, #infoCenterRight .infoBox p{
							font-size:8px;
							color:#7f7f7f;
						}
						#infoCenter .infoBox2 p, #infoCenterRight .infoBox2 p{
							font-size:9px;
							color:#7f7f7f;
						}

				#info #infoRight{
					width:176px;
					height:100%;
				}
					#infoRight .infoBox{
						width:174px;
						border:1px solid #b7b7b7;
						padding:2px 0;
					}
						#infoRight .infoBox img{
							margin:0 2px 2px 2px;
						}
						#infoRight .infoBox .sep{
							width:100%;
							height:1px;
							background-color:#838384;
							margin-bottom:2px;
						}
#rentheadline{
	color:#6d0101;
	font-size:12px;
}
#suitedetails{
	color:#000000;
	font-weight:bold;
}
.black{
	color:#303030;
}
.center{
	margin:0 auto;
}
.genericBoxLeft{
	display:inline;
	float:left;
	overflow:hidden;
}
