@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00104A;
	text-align: center;
}
a:link, a:visited {
	font-weight: bold;
	color: #00104A;
	text-decoration: none;
}
a:hover {
	color: #006BB7;
	text-decoration: underline;
}
p {
	line-height: 1.5em;
	font-size: 1.em;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#divWrap {
	text-align: left;
	width: 770px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#divBanner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 160px;
}
#divBanner #imgLogo {
	position: absolute;
	margin-top: 10px;
}
#divBanner #imgBanner {
	margin-bottom: 16px;
	float: right;
}
#divSecondaryNav {
	position: relative;
	font-size: 12px;
	width: 400px;
	top: -20px;
	left: 360px;
}
#divSecondaryNav ul {
	list-style-type: none;
}
#divSecondaryNav li {
	display: inline;
	margin-right: 15px;
}
#divContact {
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF200;
	padding-top: 2px;
	font-size: 13px;
}
#divContact #phone {
	float: left;
}
#divContact #address {
	float: right;
}
#divBody {
	clear: both;
	padding-top: 20px;
}
#divBody #divPrimaryNavigation {
	width: 180px;
	float: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF200;
	padding-right: 20px;
	margin-bottom: 20px;
}
.divStaff {
	clear: both;
	height: 70px;
	margin-bottom: 10px;
}
.divStaff img {
	float: left;
	margin-right: 10px;
	vertical-align: baseline;
}
.divStaff p {
	padding-top: 30px;
}
#divBody #divPrimaryContent {
	margin-left: 220px;
	margin-bottom: 20px;
}
.imgConcierge {
	float: left;
	margin-right: 10px;
}
#divPrimaryContent #divSpecials {
	background-image: url(../images/SpecialsBot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#divSpecialsInside {
	background-image: url(../images/SpecialsTop.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
	min-height: 75px;
}
#imgAskUs {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imgUnderline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF200;
	margin-top: -5px;
	margin-bottom: 6px;
}
.imgHeadline {
	margin-top: 10px;
}
#divFooter {
	text-align: center;
	clear: both;
}
#divPhotoWrap {
	padding-bottom: 10px;
}
#divHighlights {
	float: right;
	width: 205px;
	font-size: 1.1em;
}
#slideshow1 {
	width: 222px;
	float: left;
}
#thumb1, #thumb2 {
	width: 105px;
	margin-left: 225px;
	margin-bottom: 5px;
}
.divClear {
}
