@charset "utf-8";
/**RESET - reduces browser inconsistencies - do not edit
------------------------------------------------------------------------**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET STLES*/

/**GLOBAL
------------------------------------------------------------------------**/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#05374e;
	font-size:12px;
	background:#fff url(../images/bg-site.gif) repeat 0 0;
}

#wrapper {
	background-color: #FFFFFF;
    margin: 0 auto;
	padding: 0 .833em;
    width: 912px;
	overflow:hidden;
}

/**HEADER
------------------------------------------------------------------------**/
#header {
    background-color: #05374E;
    border-bottom: 10px solid #9CC4C8;
	padding:0.833em;
	height:78px;
}
#logo {padding: 0.833em 0 0.25em 0.833em ; float:left;}


#header-nav {
	color:#cee2e4; 
	font-size:0.916em; 
	font-weight:bold;
	position:relative;
	float:right;
}
#header-nav {
	color:#cee2e4; 
	font-size:0.916em; 
	font-weight:bold;
	position:relative;
	float:right;
}

#french {
	float:left;
	clear:right;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	margin-top:0px;
	width:500px;
	margin:0 0 12px 10px;
}


#french a {color:#cae1e2; text-decoration:none; padding:0 .25em;}
#french  a:focus, #french  a:hover {color:#cae1e2; text-decoration:underline;}


#social {

	width:160px;
	margin:15px 0 10px 25px;
}


#header-nav a {color:#cee2e4; text-decoration:none; padding:0 .25em;}
#header-nav a:focus, #header-nav a:hover {text-decoration:underline;}
#header h1 {
	float:right;
	clear:right;
	text-align:right;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	margin-top:2.2em;
	min-width:495px;
}

#header h1.home {
	float:right;
	clear:right;
	text-align:right;
	color:#CAE1E2;
	text-transform:uppercase;
	font-size:1em;
	margin-top:0;
	min-width:495px;
}

#address {
	padding:0.833em;
}
#address h1 {
	margin-bottom:0;
}
#address p {
	font-size:0.916em;
	margin:.25em 0 .833em 0;
}

#tracking {
	float:right;
}

/**MAIN NAV
------------------------------------------------------------------------**/
#main-nav {
	clear:both;
	background-color:#cae1e2;
	font-size:0.916em;
	font-weight:bold;
	height:30px;
}

#main-nav ul {
	list-style:none;
	text-transform:uppercase;
	text-align:center;
	padding-top:7px;
	height:30px;
}
#main-nav ul li {
	display:inline;
	padding: 0.25em 0.25em 0 0.25em;
}
#main-nav a {
	color:#05374e;
	text-decoration:none;
	padding: 3px 10px 5px 10px;
}
#main-nav a:focus, #main-nav a:hover {text-decoration:underline;}

#home #nav-home a,
#rooms #nav-rooms a,
#features #nav-features a,
#photos #nav-photos a,
#dining #nav-dining a,
#specials #nav-specials a,
#meetings #nav-meetings a,
#area #nav-area a {
	color:#05374e;
	background-color:#9CC4C8;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/**MAIN CONTENT
------------------------------------------------------------------------**/
#content-wrapper {
	background:url(../images/bg-content.png) repeat-y top left;
	position:relative;
	float:left;
}

#content {
	width:685px;
	float:right;
	padding-bottom:1.5em;
}

#post {
	width:665px;
	padding-left:1.67em;
}


/**ENG-FR Homepage
------------------------------------------------------------------------**/
#main-image-booking{

	height:256px;
	background-color:#f5f5f5;
	
}	
#main-image-booking	#booking {
	float:left;
	width:170px;
	margin:0;
	padding:0 0.5em;
	height:256px;
	width:200px;
}

#main-image-booking	#main-image {
	float:right;
	margin:0;
	padding:0;
	height:256px;
	width:685px;
}

#main-image-booking #booking h3 {margin-top:15px;}

#content-wrapper-home {

}

#content-en {
	width:440px;
	float:left;
	padding-bottom:1.5em;
}

#content-fr {
	width:440px;
	float:right;
	padding-bottom:1.5em;
}	
	


/**COLUMN
------------------------------------------------------------------------**/
#column {
	width:227px;
	float:left;
	/*background-color:#f5f5f5;*/
}
#aside {
	clear:both;
	font-size:0.916em;
	padding:0 0.5em;
	margin:2.25em .833em 0 1em;
}
/**Booking
------------------------------------------------------------------------**/
#booking {
	float:left;
	width:200px;
	margin:1.25em 0 0 1em;
	padding:0 0.5em;
	min-height:201px;
}

#booking h3 {margin-top:0.33em;}

#searchForm{
	font-size:0.916em;
}

#searchForm input {width:80px; font-size:0.916em; margin-top:0.125em;}

#searchForm select {font-size:0.916em; margin-top:0.125em;}

#checkInBlock, #checkOutBlock, #roomsfield, #adultsfield {float:left; margin:0.3em 0.6em 0.33em 0;}
#checkInBlock, #checkOutBlock {width:141px; text-align:right;}
#roomsfield, #adultsfield {margin-bottom:.7em;}

#searchForm img.imageright {margin-right:3.5em;}
*html #searchForm img.imageright {margin-right:2em; display:inline;}


#calendaricon{	
float:right;
clear:both;
margin-right:20px;
}

#searchForm button {

	background-color:#05374e;
	color:#fff;
	border:medium none;
	cursor:pointer;
	display:block;
	font-size:1em;
	font-weight:bold;
	border-radius:5px;
	margin:1em 0px 0 33px;
	padding:0.25em 0; /*padding:3px 20px 4px 8px;*/
	*padding:3px 0;
	text-decoration:none;
	height:25px;
	width:125px;

	
}

#searchForm p {
	float: none;
	clear:both;
	
}

/**FOOTER
------------------------------------------------------------------------**/
#footer {
    background-color: #05374E;
    border-top: 10px solid #9CC4C8;
    color: #FFFFFF;
	clear:both;
	padding:0 1.25em;
	font-size:.833em;
	min-height:170px;
}
ul.nav {
	list-style-type:none;
	margin-top:1em;
}
ul.nav li{
	display:inline;
	
}
ul.nav a {
	color:#f5f5f5;
	text-decoration:none;
	padding: 0 0.25em;
}
ul.nav a:first-child {padding-left:0;}
ul.nav a:focus, ul.nav a:hover {text-decoration:underline;}

#spg {
	clear:both;
	position:relative;
}
#spg p {padding-top:2em; }
#spg a {color:#fff;}
#spg a:focus, #spg a:hover {text-decoration:none;}

/**TYPOGRAPHY
------------------------------------------------------------------------**/
h1,h2,h3,h4,h5,h6 { 
	font-family:'Century Old Style Std','Century Schoolbook',Georgia,serif;
	font-weight:normal;
	color: #05374e; 
}

h1 {
	font-size:1.5em; 
	line-height:1em;
	text-transform:uppercase;
	margin:0 0 0.9em 0;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:1.35em;
	font-weight:bold;
	line-height:1.125;
	margin:1.929em 0 0.643em 0;
}

h3 {
	font-size:1.08em; /*13px*/
	margin-bottom:.9em;
	margin-top:1.25em;
	line-height:1em;
	font-weight:bold; 
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

h4 {
	font-size:1em;
	margin-bottom:0.6em;
	color:#51899c;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h5 {
	font-size:0.917em;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:0.5em;
}


p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

a {
	color:#529FAF;
	text-decoration:underline;
	line-height:1.5em;
}
a:focus, a:hover {
	color:#333;
	text-decoration:none;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration:none;} 


#content ul, #column ul, #content ol, #column ol {
	margin:0 1.5em 1.5em 0;
}
#content ul li, #column ul li, #content ol li, #column ol li { 
	font-size:1em;
	margin-left:1.5em;
	line-height:1.5em;
}

#content ul.small li {font-size: 1em; color:#666666;}

#content ul li,  #column ul li    { list-style-type: disc; }

#content ol li, #column ol li  { list-style-type: decimal; }

ul ul {
	padding-top:1em;
}

ul.downloads {list-style-image:url(../2011Site/images/pdf.gif);}

strong {font-weight:bold;}

em {font-style: italic;}

.small { 
	font-size: .833em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}

.large { 
	font-size: 1.083em; 
	line-height: 1.5em; 
	margin-bottom: 1.25em; 
}

.caps { text-transform:uppercase; }

.quiet { color: #666; }

.top { 
	margin-top:0;
	padding-top:0;
}

.bottom { 
	margin-bottom:0; 
	padding-bottom:0; 
}

u {text-decoration:none;}

sup {font-size:0.6em; vertical-align:text-top;}

#sitemap  ul li {
	line-height:2em;
	list-style-type:none;
}

#sitemap ul li ul {
	margin-bottom:0.5em;
	margin-top:0;
	padding-top:0.25em;
}

/**STYLE CLASSES
------------------------------------------------------------------------**/
.clear {clear:both;}

.left {float:left;}

.right {float:right;}

.text-right {text-align:right;}

.center {text-align:center;}

.imageleft {
	display:block;
	float:left;
	margin:0 .666em .333em 0;
}

.imageright {
	display:block;
	float:right;
	margin:0 .666em;
}

.imagecenter {
	display:block;
	margin:auto;
	padding:.5em 0;
	border:none;
	clear:both;
}

.feature {
    background-color: #E2EFEF;
    margin-bottom: 1.5em;
    padding: 1em;
}
/**Specials page**/
.special {
    background-color: #E2EFEF;
    margin-bottom: 1.5em;
    padding: 1em;
}
.special .clear {
    padding-top: 0.9em;
}
.special a {
    text-decoration: none;
}
.reserve-btn {
    background-color:#9CC5C9;
	border-radius:5px;
    color: #06374E;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: 7px 0;
    padding: 0.25em 1.67em 0.33em 0.75em;
    text-decoration: none;
	text-transform:uppercase;
}
a.sp-slide {
    clear: both;
    cursor: pointer;
    display: block;
    padding-top: 0.9em;
}
.special .details {
    color: #444444;
}
.special ul {
    padding-left: 7.25em;
}
.special .details ul {
    padding-left: 0;
}
#photos #post img {
    margin: 0.25em 0.125em;
}
/**Events page**/
.event {
    background-color: #E2EFEF;
    margin-bottom: 1.5em;
    padding: 1em;
}
a.slide {
    clear: both;
    cursor: pointer;
    display: block;
    padding-top: 0.9em;
}


/**TABLE STYLES
------------------------------------------------------------------------**/
table.data {
    font-size: 0.916em;
    margin-bottom: 2em;
    width: 99%;
	margin-top:0;
}
table.data tr {
    margin-left: 0.833em;
}
table.data th {
    border-bottom: 2px solid #05374E;
    font-weight: bold;
}
table.data td {
    border-bottom: 1px solid #05374E;
}
table.data th, table.data td {
    padding: 5px 10px;
}
table.data tr.odd {
    background-color: #CAE1E2;
}

/**For printable meeting plans
------------------------------------------------------------------------**/
.button-container {margin: 10px 0 -1px 0;}
.print-btn { /*button*/
 	background: url(../images/print-icon.png) no-repeat scroll left center transparent;
    float: right;
    font-size: .916em;
	font-weight:bold;
    margin-left: 0;
    margin-right: 20px;
    padding: 0 18px;
    position: relative;
    top: -25px;
	margin-bottom:0;
}
.print-btn a {text-decoration:none;}
/*pop-up*/
body#meetingplans {
	background-image:none;
}
#printButtonContainer {
    text-align: right;
}
#printButtonContainer {
    background-color: #EDE9DD;
    font-weight: bold;
    margin: 2em 0;
    padding:1.25em;
    text-align: right;
    text-decoration: none;
}
button {
    background-color:#9CC4C8;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #05374E;
    cursor: pointer;
    font-weight: bold;
    padding: 4px 10px;
    text-transform: uppercase;
	font-size:1em;
}

#meetingplans #post {padding-left:0.833em;}

/**TAG STYLES
------------------------------------------------------------------------**/
hr {
    background-color: #CCCCCC;
    border: 0 none;
    color: #CCCCCC;
    height: 1px;
    width: 100%;
	margin:0 0 1em 0;
}

/**HOME PAGE SLIDESHOW
------------------------------------------------------------------------**/
#slideshow {
    position:relative;
    height:256px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
