/* -- BEGIN Globals -- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,address,big,cite,code,img,sub,li,ol,ul,fieldset,form,label,legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	text-align: left;
}

table,tbody,tfoot,thead,tr,th,td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	font-family: Calibri,Helvetica Neue,Arial,Helvetica,sans-serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.3em;
	color: #4a4a4a;
	background: #f5eecc url(../images/mainBG.jpg) 0 0 repeat;
}

img {
	border: none;
}

h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 6px;
	color: #bb5500;
	text-shadow: 2px 2px 2px #AAA;
}

h2 {
	font-family: inherit;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 6px;
}

p {
	margin-bottom: 15px;
}

ul {
	margin-bottom: 15px;
}

li {
	margin-left: 25px;
}

/* -- END Globals -- */

/* -- START Banner Objects -- */

#banner {
	width: 972px;
	height: 100px;
	background: #e5dbc4 url(../images/bannerBG.jpg) 0 0 no-repeat;
	margin: 0px auto;
	position: relative;
}

#iconStrip {
	float: right;
	margin-top: 10px;
	margin-right: 16px;
}

.bannerIcon {
	display: block;
	float: right;
	height: 32px;
	width: 32px;
	margin-left: 5px;
}

a.contactUs {
	background: url(../images/bannerContactUs.png) 0 0 no-repeat;
}

a.contactUs:hover {
	background: url(../images/bannerContactUs.png) -32px 0px no-repeat;
}

a.twitter {
	background: url(../images/bannerTwitter.png) 0 0 no-repeat;
}

a.twitter:hover {
	background: url(../images/bannerTwitter.png) -32px 0px no-repeat;
}

a.facebook {
	background: url(../images/bannerFacebook.png) 0 0 no-repeat;
}

a.facebook:hover {
	background: url(../images/bannerFacebook.png) -32px 0px no-repeat;
}

#telephone {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

.reservations {
	color: #886644;
	font-family: Georgia,serif;
	font-size: 1em;
	letter-spacing: 1px;
}

/* -- END Banner Objects -- */

#mainWrapper {
	background: #fbfbfb url(../images/contentBG.jpg) 0 0 repeat-y;
 	width: 972px;
	min-height: 620px;
 	margin: 0px auto;
	position: relative;
}

#leftCol {
	float: left;
	width: 242px;
	margin-left: 6px;
	padding-bottom: 10px;
	position: relative;
}

.leftColContent {
	margin: 0px 20px;
}

.topObject {
	margin-top: 10px;
}

#rightCol {
	float: left;
	width: 718px;
}

#footer {
	background: #e5dbc4 url(../images/footerBG.jpg) 0 0 repeat-y;
	width: 972px;
	height: 18px;
	padding: 15px 0px;
	margin: 0px auto;
	position: relative;
}

#copyright {
	width: 972px;
	padding: 5px 0px;
	margin: 0px auto;
}

#copyright p {
	float: right;
	font-size: .7em;
}

img#beta {
	float: left;
}

.logo {
	display: block;
	margin: 10px 0px 0px 16px;
	float: left;
}

img#phone {
	float: right;
}

img.homeImage {
	margin: 4px 0px 0px 16px;
}

.homePics {
	display: block;
	margin: 4px 0px 0px 16px;
	height: 310px;
}

#pageHeadContainer {
	margin: 20px;
}

#pageContentContainer {
	padding: 0px 20px 20px 20px;
}

.top20Container {
	margin-top: 20px;
}

a.bodyLink {
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: underline;
}

a.bodyLink:visited {
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: underline;
}

#homeText {
	padding: 20px 20px 0px 20px;
}

#breadcrumbContainer {
	padding: 4px 20px;
	background: url(../images/ieRowBG.jpg) 0 0 repeat;
	background: rgba(140,140,140,0.3);
}

.crumbtext {
	font-size: 85%;
	margin: 0px;
}

#footer a {
	margin-right: 30px;
	color: #883300;
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	clear: both;
}

.top14 {
	margin-top: 14px;
}

.left10 {
	margin-left: 10px;
}


