/* =Global
clear browser default settings
----------------------------------*/
* {
	padding: 0;
	margin: 0;
}

* html { 
	height: 100%; 
} 

* body { 
	min-height: 100%;
	background: url(/images/bg.jpg) repeat-x;
} 

ul {padding:0; margin:0;}

li{
list-style-position:outside;
margin-left:10px;
}

h2{
color: #000000;
font-size: 14px;
font-weight: bold;
font-family:arial, helvetica, sans-serif;
}

img {
	display: block;
padding: 5px;
margin: 5px;
}

a {
	color: #54004f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #54004f0;
	text-decoration: underline;
}



#canvas {
	width: 956px;
	background-color: #FFF;
	text-align: left;
	overflow: hidden;
	font-family: verdana, helvetica, sans serif;
	font-size: 11px;
}

/* background images for the home page and sub level pages */
.home {
	background-image: url(/images/banner_reception.jpg);
	background-repeat: no-repeat;
}

.rooms {
	background-image: url(/images/banner_rooms.jpg);
	background-repeat: no-repeat;
}

.events {
	background-image: url(/images/banner_events.jpg);
	background-repeat: no-repeat;
}

.specials {
	background-image: url(/images/banner_specials.jpg);
	background-repeat: no-repeat;
}

.neighborhood {
	background-image: url(/images/banner_neighborhood.jpg);
	background-repeat: no-repeat;
}

.resources {
	background-image: url(/images/banner_resouces.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 954px;
	height: 236px;
}

#logoHomeLink {
	width: 380px;
	height: 115px;
	float: left;
	margin-top: 40px;
	display: inline;
}

/* top right sub menu */
#secondaryNavContainer {
	width: 550px;
	height: 40px;
	float: right;
	display: inline;
	font-family: verdana, sans serif;
	font-size: 11px;
}


#secondaryNav {
	width: 550px;
	height: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	margin-top: 13px;
	float: right;
	display: inline;
}

#secondaryNav li {
	float: right;
	display: inline;
	padding-right: 10px;
}

#secondaryNav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	/*text-indent: 15px;*/
	letter-spacing: 0.03em;
	font-weight: bold;

}

#secondaryNav li a:hover {
	color: #fdaa4e;
	text-decoration: none;
}

#doubleColon {
	color: #FFF;
	width: 6px;
}

body#contactUs a#contactUsNav,
body#directions a#directionsNav,
body#reservations a#reservationsNav {
	color: #fdaa4e;
}




/* =Main Navigation Menu
-------------------------------*/
#leftColumn {
	width: 175px;
	float: left;
	display: inline;
	position: relative;
	height: auto;

}

#containerMainNav {
	width: 179px;
	float: left;
	display: inline;
	position: relative;
	height: auto;
	background-image: url(/images/dottedLineY.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#mainNav {
	margin-left: 8px;
	width: 148px;
	list-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
	
}

#mainNav li.first {
	background-image: url(/images/dottedLineX.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#mainNav li.menu1 {
	font-size: 11px;
	line-height: 26px;
	background-image: url(/images/dottedLineX.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#mainNav li.menu1 a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	font-weight: normal;
	color: #695d54;
	width: 143px;
	_width: 148px;
}

#mainNav li.menu1 a:hover {
	background-image: url(/images/mainNavHover_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-decoration: none;
}

#mainNav li.menu1current {
	font-size: 11px;
	color: #695d54;
	line-height: 26px;
}

#mainNav li.menu1current a {
	text-decoration: none;
	padding-left: 5px;
	font-weight: normal;
	display: block;
	color: #695d54;
	background-image: url(/images/mainNavCurrent_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 143px;
	_width: 148px;
}

#mainNav li.menu1current a:hover {
	text-decoration: none;
	font-weight: normal;
}


#mainNav li.menu2 {
	font-size: 11px;
	/*line-height: 24px;*/
}

#mainNav li.menu2 a {
	display: block;
	line-height: 24px;
	color: #695d54;
	font-weight: normal;
	padding-left: 10px;
	margin-left: 18px;
	border-top: 1px solid #e1dfdd;
	width: 127px;
margin-left: 10px;
	
}

#mainNav li.menu2 a:hover {
	text-decoration: none;
	background-image: url(/images/bulletSub.gif);
	background-repeat: no-repeat;
	background-position: 0% 42%;
}

#mainNav li.menu2current {
	margin-left: 10px;
	font-size: 11px;
	color: #695d54;
	font-weight: normal;
	border-top: 1px solid #e1dfdd;
	line-height: 24px;
}

#mainNav li.menu2current a {
	display: block;
	color: #695d54;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(/images/mainNavSubCurrent_bg2.jpg);
	background-repeat: no-repeat;
	
	width: 127px;
	
}

#mainNav li.menu2current a:hover {
	font-weight: normal;
	text-decoration: none;
}


/*MENU LEVEL3 */
#mainNav li.menu3 {
	font-size: 11px;
	margin-left: 13px;
}

#mainNav li.menu3 a {
	display: block;
	line-height: 24px;
	color: #695d54;
	font-weight: normal;
	padding-left: 10px;
	margin-left: 18px;
	border-top: 1px solid #e1dfdd;
	width: 117px;
margin-left: 10px;
	
}

#mainNav li.menu3 a:hover {
	text-decoration: none;
	background-image: url(/images/bulletSub.gif);
	background-repeat: no-repeat;
	background-position: 0% 42%;
}

#mainNav li.menu3current {
	margin-left: 21px;
	font-size: 11px;
	color: #695d54;
	font-weight: normal;
	border-top: 1px solid #e1dfdd;
	line-height: 24px;
}

#mainNav li.menu3current a {
	display: block;
	color: #695d54;
	font-weight: normal;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(/images/mainNavSubCurrent_bg.jpg);
	background-repeat: no-repeat;
	
	width: 117px;
	
}

#mainNav li.menu3current a:hover {
	font-weight: normal;
	text-decoration: none;
}
/*END OF MENU LEVEL3 */

#containerPromoLeftSide {
	position: relative;
	width: 175px;
	float: left;
	display: inline;
	
color:#363945;
}

#promoLeftSide {
	margin-left: 20px;
	/*padding-right: 10px;*/
	line-height: 19px;
	width: 158px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
color:#363945;
}




/* =Navigation - Menu Persistence 
------------------------------------------*/



/* =Layout - border imags 
------------------------------------------*/
#topBorderLeftColumn {
	background-image: url(/images/topBorderLeftColumn.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 179px;
}

#bottomBorderLeftColumn {
	background-image: url(/images/bottomBorderLeftColumn.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 179px;	
}

#topBorderTwoColumn {
	background-image: url(/images/topBorderTwoColumn.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 755px;	
	margin-left: 10px;
}

#bottomBorderTwoColumn {
	background-image: url(/images/bottomBorderTwoColumn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	height: 15px;
	width: 755px;	
	margin-left: 189px;
	padding-bottom: 10px;
}

#topBorderThreeColumn {
	background-image: url(/images/topBorderThreeColumn.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 765px;	
	margin-left: 10px;
}

#bottomBorderThreeColumn {
	background-image: url(/images/bottomBorderThreeColumn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	height: 15px;
	width: 755px;	
	margin-left: 189px;
	padding-bottom: 10px;
}


/* =Layout - 2 and 3column
------------------------------------------*/

/* contains center and rightmost column */
#containerMainContent {
	width: 775px;
	float: right;
	display: inline;
}



/* two column */
#mainContentTwoColumn {
	width: 729px;
	_width: 755px;
	float: left;
        font-size: 12px;
	margin-left: 10px;
	/*margin-right: 10px;*/
	padding-left: 15px;
	padding-right: 15px;
	display: inline;
	background-image: url(/images/dottedLineY_TwoColumn.gif);
	background-repeat: repeat-y;
	background-position: top left;
line-height: 22px;
color:#363945;

}

#mainContentTwoColumn td{
line-height: 18px;
color: #363945;
font-size:12px;
}

#mainContentThreeColumnContainer {
	background-image: url(/images/dottedLineY_ThreeColumn.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 765px;
	float: left;
	display: inline;
	margin-left: 10px;
}

/* center - three column */
#mainContentThreeColumn {
	width: 545px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-left: 15px;

}

#mainContentThreeColumn h2,
#mainContentTwoColumn h2 {
	font-size: 18px;
	color: #22483f;
	margin-bottom: 10px;	
}

#mainContentThreeColumn h3,
#mainContentTwoColumn h3 {
	font-size: 16px;
	color: #22483f;
	margin-bottom: 2px;
}

#mainContentThreeColumn p, 
#mainContentTwoColumn p {
	/* margin-top: 14px; */
	margin-bottom: 14px;
	line-height: 22px;
}

#mainContentThreeColumn blockquote, 
#mainContentTwoColumn blockquote {
	margin-left: 25px;
	margin-bottom: 14px;
	line-height: 18px;
}

/* right column */
#secondaryContent {
	width: 150px;
	float: right;
	margin-right: 25px;
	/*padding-left: 10px*/
	display: inline;
	line-height: 18px;
}

#secondaryContent p {
	margin-bottom: 25px;
}

#mainPageTitle {
	padding-bottom: 14px;
	margin-left: -10px;
}

#pageTitle {
	width: 520px;
	margin-left: 15px;
	height: 28px;
	color: #6a2e22;
	padding-top: 25px;
	font-size: 14pt;
	
	font-family: verdana, arial, sans-serif;
}

#pageTitle.homePageTitle {
	padding-left: 10px;
}



#breadcrumb {
font-family: verdana;
	font-size: 10px;
	color: #999696;
position: absolute;
margin-left: -160px;
margin-top: -30px;
width: 350px;
	height: 25px;

}

#breadcrumb a {
	color: #999696;
    text-decoration: none;
	font-weight: normal;	
}

#breadcrumb a:hover {
	font-style: normal;
	color: #e77d00;
    text-decoration: none;
	font-weight: normal;
}


/* =Footer
------------------------------------------*/
#containerFooter {
	width: 954px;
	position: relative;
	float: left;
	display: inline;
}

#footer {
	width: 954px;
	background-image: url(/images/footerBorder.gif);	
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: verdana, arial, sans serif;
	font-size: 7pt;
	line-height: 16px;
	padding-top: 8px;
	padding-left: 20px;
	text-align: left;
	color: #877d76;
	/*position: relative;*/
	float: left;
	display: inline;
	padding-bottom: 20px;
}

.clear {
	clear: both;
}

/* =Equal Height Columns
----------------------------------*/
 #leftColumn, #containerMainContent, #mainContentThreeColumn, #mainContentTwoColumn, #secondaryContent, #mainContentThreeColumnContainer {
	/*padding-bottom: 32767px;
	margin-bottom: -32757px;*/
}


/*GOOGLE SITE SEARCH*/
.google_search{
float: right;
margin: 5px 10px 0 5px;
}

/*SITEMPAP*/
#sitemap li{
padding-left: 10px;
padding-bottom: 10px;
}



#sitemap li ul li{
padding-left: 30px;
}

#sitemap li ul li a{
color: #695D54;
}

#sitemap li ul li ul li a{
color: #363945;
}

#sitemap ul, #sitemap ul li, #sitemap li{
background: #ffffff;
}


/*BOOK NOW BUTTON*/
.book_now img  {
border: none;
margin-left: 15px;
}

/*PRINT BUTTON*/
.print_button{
width: 65px;
height: 25px;
background: #666666;
float: right;
background: url('http://sandbox.49.marqui.com/images/icons/print_button.jpg') top left no-repeat;
padding: 8px;
}

.print_button a{
margin-left: 20px;
}
