@charset "utf-8";
#menu li {
	display: inline;
}

#menu  li.urhere  a, #menu li a:hover{
	background-color: #C3402E;
}
#property a   {
	width: 186px;
}
#concierge a {
	width: 162px;
}
#home a {
	width: 75px;
}
#whoweare a {
	width: 118px;
}
li#contact a  {
	border:none;
}


#menu li a {
	background-color: #A1321F;
	font-family: "Times New Roman", Times, serif;
	font-size: 12.5pt;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
}
#menu {
	list-style-type: none;
	width: 700px;
	margin: 0px;
	color: #FFFFFF;
	padding: 100px;
}
#navbar {
	padding-top: 90px;
}
#kdflash {
	padding-left: 20px;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #A1321F;
	background-color: #C23629;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
}
.twoColFixRtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 110px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 {
	background: #ffffff;
	padding: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 105px;
	padding-bottom: 0;
	padding-left: 114px;
} 
.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #mainContent #sidebar3 img {
	float: right;
}
#sidebar3 img {
	padding-top: 0px;
	padding-left: 20px;
}


.style2 {
	font-family: "Times New Roman", Times, serif;
	color: #663300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style3 {
	font-size: 12pt;
	color: #A1321F;
}
.style4 {
	font-size: 9pt;
	color: #9D2C1C;
}
.style5 {color: #A1321F}
#column {
	float: right;
	width: 264px;
	padding-right: 110px;
}
#column img {
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 5px;
}
