/****************************************************************************

Author: 
Development by: 
Last updated: 

*****************************************************************************/


/* BASE STYLING **************************************************************/

* {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ol, ul {
	list-style:none;
}
a {
	outline:none; /*removes dotted outline in F.Fox*/
}
img {
	border-style:none;
}
/* BASE STRUCTURE ************************************************************/

html {
	text-align:center;
	background:#f5f1d8 url(../images/body_tile_green.gif) repeat-x center top;
}
body {
	width:970px;
	margin:0 auto 40px auto;
	text-align:left;
	background:#898b92 url(../images/wrap_tile.gif) repeat-x center top;
	font:12px/1.5 Arial, Verdana, Helvetica, sans-serif;
	color:#414141;
}
/* HACKS ********************************************************************/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* Hides from IE-mac */
* HTML .clearfix {
	height:1%;
}
/* tables inherit font sizes */
table {
	font-size:1em;
}
form {
	margin:0;
	padding:0;
}
/*label {
  display:none;
}*/

/* misc **********************************************/

div.map {
	float:right;
	width:400px;
	height:330px;
	border:solid 1px #ccc;
}
/* HEADER ********************************************************************/

#header {
	width:904px;
	margin-left:33px;
	text-align:left;
	height:336px;
	border-top: 1px solid #002b51;
	background: #fff url(../images/bg_top.jpg) repeat-x 0 0;
	position: relative;
}
#headerHome {
	width:904px;
	margin-left:33px;
	text-align:left;
	height:384px;
	border-top: 1px solid #002b51;
	background: #fff url(../images/bg_top.jpg) repeat-x 0 0;
	position: relative;
}
a#logo {
	width:294px;
	height:80px;
	margin:8px 0 0 10px;
	float:left;
	text-indent:-9999px;
	background: url(../images/cs_logo.png) no-repeat top left;
	display:inline; /* for double float bug */
}
#masthead {
	width:904px;
	height:202px;
}
#mastheadHome {
	width:904px;
	height:250px;
	padding-top:4px;
}
/*..... #utilityNav .....*/
#utilityNav {
	padding:10px 0 0 0;
	float: right;
	position: relative;
	margin-right: 2px;
}
#utilityNav li {
	display:inline;
	float:left;
}
#utilityNav li a {
	color:#445026;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	background: #ccc;
	padding: 0 18px 0 12px;
	background: url(../images/nav_divider.gif) no-repeat center right;
}
#utilityNav li a#french {
	margin-right: 64px;
	background: none;
}
#utilityNav li a:hover, #utilityNav li.active a {
	color: #CCCCCC;
	text-decoration:none;
}
#utilityNav li.active a {
	color: #445026;
	font-weight: bold;
}
#utilityNav li img {
	padding: 0 12px;
}
/*..... #Top-Nav .....*/
ul#top-nav {
	font-family:Lucida Sans, helvetica, arial, sans-serif;
	font-size:11px;
	padding:10px 0 0 0;
	float: right;
	position: relative;
	margin-right: 2px;
}
ul#top-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin:0 0 0 0;
}
ul#top-nav li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0.3em 1em 0.3em 1em;
	border:1px solid #445026;
	color:#fff;
	background:#445026;
}
ul#top-nav li a:hover {
	border:1px solid #69913b;
	color:#fff;
	background:#69913b;
}
ul#top-nav li.active a {
	border:1px solid #62cae3;
	color:#fff;
	background:#62cae3;
}
/*..... #mainNav .....*/
#mainNav ul, #mainNavFrench ul {
	width:904px;
	height:30px;
	background: #455026 url(../images/main_nav.gif) repeat-y;
	margin-top:104px; /* should be 104 */
	margin-bottom:-4px;
	font: 13px Times, serif;
	position: relative;
}
#mainNav li, #mainNavFrench li {
	float: left;
}
#mainNav li a, #mainNavFrench li a {
	height: 30px;
	float: left;
	display: block;
	display: inline;
	text-indent: -9999px;
}
#mainNav #theHotel, #mainNavFrench #theHotelFr {
	width: 86px;
	margin-left: 10px;
	background: url(../images/text/buttons/the_hotel.gif) no-repeat left bottom;
}
#mainNavFrench #theHotelFr {
	background: url(../images/text/buttons/the_hotel_fr.gif) no-repeat left bottom;
}
#mainNav #theHotel:hover, #mainNav .active #theHotel, #mainNavFrench #theHotelFr:hover, #mainNav .active #theHotelFr {
	background-position: top;
}
#mainNav #victoria, #mainNavFrench #tadoussacFr {
	width: 91px;
	margin-left: 10px;
	background: url(../images/text/buttons/victoria.gif) no-repeat left bottom;
}
#mainNavFrench #tadoussacFr {
	background: url(../images/text/buttons/tadoussac_fr.gif) no-repeat left bottom;
}
#mainNav #victoria:hover, #mainNav .active #victoria, #mainNavFrench #tadoussacFr:hover, #mainNavFrench .active #tadoussacFr {
	background-position: top;
}
#mainNav #accommodations, #mainNavFrench #accommodationsFr {
	width: 132px;
	margin-left: 10px;
	background: url(../images/text/buttons/accommodations.gif) no-repeat left bottom;
}
#mainNavFrench #accommodationsFr {
	width: 101px;
	background: url(../images/text/buttons/accommodations_fr.gif) no-repeat left bottom;
}
#mainNav #accommodations:hover, #mainNav .active #accommodations, #mainNavFrench #accommodationsFr:hover, #mainNavFrench .active #accommodationsFr {
	background-position: top;
}
#mainNav #dining, #mainNavFrench #diningFr {
	width: 73px;
	margin-left: 10px;
	background: url(../images/text/buttons/dining.gif) no-repeat left bottom;
}
#mainNavFrench #diningFr {
	width: 99px;
	background: url(../images/text/buttons/dining_fr.gif) no-repeat left bottom;
}
#mainNav #dining:hover, #mainNav .active #dining, #mainNavFrench #diningFr:hover, #mainNavFrench .active #diningFr {
	background-position: top;
}
#mainNav #meetingsAndSpecialEvents, #mainNavFrench #meetingsAndSpecialEventsFr {
	width: 137px;
	margin-left: 10px;
	background: url(../images/text/buttons/meetings_and_events.gif) no-repeat left bottom;
}
#mainNavFrench #meetingsAndSpecialEventsFr {
	width: 165px;
	background: url(../images/text/buttons/meetings_and_events_fr.gif) no-repeat left bottom;
}
#mainNav #meetingsAndSpecialEvents:hover, #mainNav .active #meetingsAndSpecialEvents, #mainNavFrench #meetingsAndSpecialEventsFr:hover, #mainNavFrench .active #meetingsAndSpecialEventsFr {
	background-position: top;
}
#mainNav #packagesAndSpecials, #mainNavFrench #packagesAndSpecialsFr {
	width: 146px;
	margin-left: 10px;
	background: url(../images/text/buttons/packages_and_specials.gif) no-repeat left bottom;
}
#mainNavFrench #packagesAndSpecialsFr {
	width: 140px;
	background: url(../images/text/buttons/packages_and_specials_fr.gif) no-repeat left bottom;
}
#mainNav #packagesAndSpecials:hover, #mainNav .active #packagesAndSpecials, #mainNavFrench #packagesAndSpecialsFr:hover, #mainNavFrench .active #packagesAndSpecialsFr {
	background-position: top;
}
/*..... #toolsNav .....*/
#toolsNav {
	height: 26px;
	background: #fff;
	position: absolute;
	padding-top: 2px;
	right: 35px;
	top: 103px;
}
#toolsNav li {
	float: left;
}
#toolsNav li a {
	float: left;
	display: block;
	width: 40px;
	height: 20px;
	text-indent: -9999px;
}
#toolsNav li a#home {
	background: url(../images/icn_home_mainNav.gif) no-repeat center center;
}
#toolsNav li a#home:hover {
	background: url(../images/icn_home_mainNav_hover.gif) no-repeat center center;
}
#toolsNav li a#email {
	background: url(../images/icn_mail_mainNav.gif) no-repeat center center;
}
#toolsNav li a#email:hover {
	background: url(../images/icn_mail_mainNav_hover.gif) no-repeat center center;
}
#toolsNav li a#siteMap {
	background: url(../images/icn_sitemap_mainNav.gif) no-repeat center center;
}
#toolsNav li a#siteMap:hover {
	background: url(../images/icn_sitemap_mainNav_hover.gif) no-repeat center center;
}
/*..... image and h2 .....*/
#bannerHeading {
	display: block;
	width: 426px;
	height: 47px;
	font: 19px Georgia, serif;
	font-weight: normal;
	color: #fff;
	background:#ee3124;
	position: absolute;
	top: 290px;
	left: 0;
	text-indent: -9999px;
}
#homePg #bannerHeading {
	background: #ee3124 url(../images/text/headings/home.gif) no-repeat right 15px;
}
#tadoussacPg #bannerHeading {
	background: #ee3124 url(../images/text/headings/tadoussac.gif) no-repeat right 15px;
}
#tadoussacEcoTourismPg #bannerHeading {
	background: #ee3124 url(../images/text/headings/eco_tourism_activities.gif) no-repeat right 15px;
}
#accommodationsPg #bannerHeading {
	background: #ee3124 url(../images/text/headings/accommodations.gif) no-repeat right 15px;
}
#accommodationsGalleryPg #bannerHeading {
	background: #ee3124 url(../images/text/headings/photo_gallery.gif) no-repeat right 15px;
}
#meetingsAndEventsPg #bannerHeading {
	background: #ee3124 url(../images/text/headings/meetings_and_events.gif) no-repeat right 15px;
}
#corporateAndGroupsPg #bannerHeading {
	background: #ee3124 url(../images/text/headings/corporate_and_groups.gif) no-repeat right 15px;
}
/* CONTENT: HOME ********************************************************************/
#content {
	background:none;
	width:904px;
	margin: 0 0 33px 33px;
	background: #fff;
}
/*..... main content .....*/
#mainContent {
	float: right;
	display: inline;
	width:554px;
	margin:40px 33px 33px 0;
	padding-left: 16px;
	min-height:500px;
}
#mainContent h1 {
	font: normal bold 17px "Times New Roman", Times, serif;
	color: #002b51;
	margin:0 0 20px 0!important;/*margin-left: -16px;*/
}
#mainContent h3 {
	font: normal bold 17px "Times New Roman", Times, serif;
	color: #002b51;
	margin:0 0 20px 0!important;/*margin-left: -16px;*/
}
#mainContent h4, #leftCol h4 a, #rightCol h4 a {
	font:normal bold 14px "Arial" !important;
	margin:0 0 10px 0;
	color: #002b51;
}
#mainContent p {
	margin: 20px 0;
}
#mainContent strong {
	font-weight:bold;
}
#mainContent em {
	font-style: italic;
	color:#666;
}
#mainContent ul {
	margin:0 0 25px 0 !important;
}
#mainContent li {
	background:url(../images/bullet.gif) no-repeat 0 8px;
	padding:0 0 0 8px;
	margin:0 0 10px 0;
}
#mainContent a {
	color: #002b51;
	text-decoration: underline;
	font-weight:600;
}
#mainContent a:hover {
	color: #999999;
	text-decoration: none;
}
#mainContent .pkglinks a {
	color: #445026;
	text-decoration: underline;
	font-weight:600;
	font-size:14px;
}
#mainContent .pkglinks a:hover {
	color: #999999;
	text-decoration: none;
}
#mainContent .fps a {
	color: #cc3333;
	text-decoration: none;
	font-weight:600;
}
#mainContent .fps a:hover {
	color: #999999;
	text-decoration: none;
}
#mainContent .packages {
	width:235px;
	background: url(../images/packages_bg_home.gif) no-repeat top left;
	float: left;
	margin-top: 20px;
}
#mainContent .packagesright {
	margin-left: 50px;
}
#mainContent .packages h4 {
	color: #002b51;
	padding: 14px 0 4px 20px;
	width: 180px;
}
#mainContent .packages p {
	margin: 14px 20px;
}
#mainContent .packages img {
	border-bottom: 5px solid #4dc5e2;
}
/* dotted line breaks */

.break p {
	margin:0;
	padding:0;
}
p.break {
	background: url(../images/break.gif) repeat-x 0px 6px;
	height:10px;
}
/*..... sub content home.....*/
#subContent {
	float: left;
	display: inline;
	background: url(../images/email_sidebar.jpg) no-repeat top left;
	width:266px;
	height: 513px;
}
/*..... sub content: email form.....*/
#subContent form {
	margin: 20px 0 0 20px;
	width: 153px;
}
fieldset {
	border: 0;
}
#subContent span#legend {
	font: normal 19px "Times New Roman", Times, serif;
	color: #002b51;
	text-transform: uppercase;
	text-indent: -9999px;
	padding-bottom: 10px;
	display: block;
	width: 130px;
	height: 14px;
	background: url(../images/text/email_sign_up.png) no-repeat left top;
}
#subContent span#legend2 {
	font: normal 19px "Times New Roman", Times, serif;
	color: #002b51;
	text-transform: uppercase;
	text-indent: -9999px;
	padding-bottom: 6px;
	display: block;
	width: 130px;
	height: 14px;
	background: url(../images/text/booking_sign_up.png) no-repeat left top;
}
#subContent p {
	margin-bottom: 4px;
}

#subContent input {
	margin-bottom: 4px;
}

#subContent select {
	margin-bottom: 4px;
	height:22px;
	vertical-align:middle;
}

#subContent input#button {
	width: 120px;
	height: 10px;
	float: left;
}
#subContentimagelogo {
	margin: 120px 0 0 53px;
}
#subContentimagelogo2 {
	margin: 60px 0 0 40px;
}
/* CONTENT INTERIOR ********************************************************************/

/*..... main content .....*/
.interior #mainContent {
	float: right;
	display: inline;
	width:634px;
	margin:40px 33px 33px 0;
	padding-left: 16px;
}
#mainContent h4 {
	font: italic normal 17px "Times New Roman", Times, serif;
	color: #002b51;
	margin: 0 0 8px 0;
}
/*..... accommodations .....*/
#accomodationDetails {
	background: url(../images/underline_blk_red.gif) no-repeat left top;
	width: 538px;
	padding-top: 20px;
}
#accomodationDetails ul {
	margin: 0 0 20px 0;
}
#accomodationDetails ul li {
	background: url(../images/underline_blk_red_bullet.gif) no-repeat left bottom;
	padding:4px 0 4px 31px;
}
#extstayDetails {
	/* background: url(../images/underline_blk_red.gif) no-repeat left top; */
  width: 665px;
	padding-top: 20px;
}
#extstayDetails ul {
	margin: 0 0 20px 0;
}
#extstayDetails ul li {
	background: url(../images/underline_blk_extstay_bullet.gif) no-repeat left bottom;
	padding:4px 0 4px 31px;
}
#galleryContent {
	text-align:center;
	padding: 45px 0;
}
/*..... tadoussac .....*/
#mainContent .tadoussac {
	width:235px;
	background: url(../images/tadoussac_bg.jpg) no-repeat top left;
}
#mainContent #leftCol {
	float: left;
	width: 235px;
}
#mainContent #rightCol {
	float: left;
	width: 235px;
	margin-left: 50px;
}
#mainContent #leftCol2 {
	float: left;
	width: 300px;
}
#mainContent #rightCol2 {
	float: left;
	width: 250px;
	margin-left: 30px;
}
#mainContent .tadoussac h4 {
	/*font: normal 14px "Times New Roman", Times, serif;*/
  font:normal 12px "Arial";
	color: #002b51;
	padding: 16px 0 6px 20px;
	width: 200px;
}
#mainContent .tadoussac p {
	margin: 14px 20px;
}
#mainContent .tadoussac img {
	border-bottom: 5px solid #4dc5e2;
	margin-bottom: 30px;
}
#mainContent .ecoTourism, #mainContent .roomBlurb {
	border: 1px solid #fff;
	position: relative;
	height: 180px;
	background: url(../images/underline_blk_red_longer.gif) no-repeat left bottom;
	margin-bottom: 10px;
}
#mainContent .roomBlurb {
	background:none;
	height:130px;
}
#mainContent .ecoTourism img, #mainContent .roomBlurb img {
	background: url(../images/tadoussac/picture_frame.gif) no-repeat;
	padding: 9px;
	padding-bottom: 15px;
	float: right;
	margin: 2px 0 0 18px;
}
#mainContent .greenBlurb {
	border: 1px solid #fff;
	position: relative;
	height: 170px;
	background: url(../images/underline_blk_red_longer.gif) no-repeat left bottom;
	margin-bottom: 10px;
}
#mainContent .greenBlurb {
	background:none;
	height:300px;
}
#mainContent .greenBlurb img {
	background: url(../images/tadoussac/picture_frame.gif) no-repeat;
	padding: 9px;
	float: right;
	margin: 2px 0 0 18px;
}
#mainContent .ecoTourism span, #mainContent .roomBlurb span {
	color:#ee3124;
}
#mainContent .ecoTourism h3 {
	font:12px/1.5 Arial, Verdana, Helvetica, sans-serif;
	margin:18px 0 0 0;
	padding:0;
}
#mainContent .ecoTourism p, #mainContent .roomBlurb p {
	margin:0;
	padding:0;
}
/*..... meetings and special events .....*/
.corporateGroups {
	width: 580px;
	background: url(../images/underline_blk_red_longer.gif) no-repeat left bottom;
	padding-bottom: 8px;
	margin-bottom: 24px;
	position: relative;
}
#mainContent .corporateGroups h4 {
	font-style: normal;
	margin:0 0 20px 0;
}
.corporateGroups ul {
	margin: 0 0 20px 0;
	border-right: 1px solid #f3f3f3;
	width: 322px;
}
.corporateGroups ul li {
	background: url(../images/bullet.gif) no-repeat left center;
	padding:1px 0 1px 27px;
}
.corporateGroups ul li span {
	color: #929292;
}
.corporateGroups .price {
	color: #fff;
	background: #ee3124;
	padding: 2px 6px;
	position: absolute;
	left: 340px;
	top: 28px;
	font-weight: bold;
	font-size:12px;
}
/*..... sub content .....*/

.interior #subContent {
	float: left;
	display: inline;
	background: url(../images/localnav.jpg) no-repeat top left;
	width:196px;
}
#subNav {
	border-left: 10px solid #445026;
	background:url(../images/subnav_bg.gif) no-repeat bottom left;
	padding:50px 0 40px 20px;
	margin:0;
}
#subNav a {
	text-decoration:none;
	padding:10px 25px 10px 0 !important;
	border-bottom:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#002b51;
	display:block;
}
#subNav a:hover {
	color:#999999;
}
#testimonials {
	margin:0;
	margin-right:30px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#testimonials h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:600;
	color:#002b51;
}
#testimonials a {
	color:#002b51;
	text-decoration:underline;
}
#testimonials a:hover {
	color:#002b51;
	text-decoration:none;
}

#homepromo {
	margin:0;
	width:160px;
	margin-right:30px;
	margin-left:10px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#homepromo h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:600;
	color:#002b51;
}
#homepromo a {
	color:#002b51;
	text-decoration:underline;
}
#homepromo a:hover {
	color:#002b51;
	text-decoration:none;
}


#mask {
	margin:0;
	margin-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*..... sitemap .....*/


/* FOOTER ********************************************************************/

#footer {
	width:970px;
	clear:both;
	background:#dddee0;
}
#footerCopyright {
	height: 48px;
	background: #c2c3c7;
	text-align: center;
	padding: 27px 0 0 0;
}
/*..... #footerToolsNav .....*/
#footerToolsNav {
	height: 26px;
	float: left;
	display: inline;
	background: url(../images/icn_pipe_white.gif) no-repeat top center;
	margin-left: 208px;
}
#footerToolsNav li {
	float: left;
}
#footerToolsNav li a {
	float: left;
	display: inline;
	width: 40px;
	height: 20px;
	text-indent: -9999px;
	margin: 0 20px 0 20px;
}
#footerToolsNav li a#footerhome {
	background: url(../images/icn_home_foot.gif) no-repeat center center;
}
#footerToolsNav li a#footerhome:hover {
	background: url(../images/icn_home_foot_hover.gif) no-repeat center center;
}
#footerToolsNav li a#footeremail {
	background: url(../images/icn_mail_foot.gif) no-repeat center center;
}
#footerToolsNav li a#footeremail:hover {
	background: url(../images/icn_mail_foot_hover.gif) no-repeat center center;
}
#footerToolsNav li a#footersiteMap {
	background: url(../images/icn_sitemap_foot.gif) no-repeat center center;
}
#footerToolsNav li a#footersiteMap:hover {
	background: url(../images/icn_sitemap_foot_hover.gif) no-repeat center center;
}
#footerCopyright p {
	float: left;
	margin: 3px 0 0 40px;
	font-size: 11px;
	color: #6d6f78;
}
#footerCopyright a {
	font-size: 11px;
	color: #6d6f78;
	text-decoration:none;
}
#footerCopyright a:hover {
	font-size: 11px;
	color: #6d6f78;
	text-decoration:underline;
}
#footerNav {
	width: 904px;
	margin: 0 0 0px 33px;
	text-align: center;
}
#footerNav li {
	display: inline;
	line-height: 44px;
	padding: 0 5px 0 5px;
}
#footerNav li a {
	text-decoration: none;
	color: #494b57;
	font-size: 10px;
	font-weight: bold;
}
#footerNav li a:hover {
	color: #717484;
}
#footerNav li.active a {
	color: #002b51;
}
img {
	border:0;
	margin-top:.3em;
}

/* ----------- stylized ----------- */

.myform {
	margin:0 auto;
	width:400px;
	padding:14px;
}

.myform-contest {
	margin:0 auto;
	width:600px;
	padding:14px;
}

#signup {
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#signup h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#signup p {
	font-size:12px;
	color:#666666;
	margin-top:4px;
	margin-bottom:4px;
	border-top:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#signup label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	padding:2px 2px;
}

#signup checkbox {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	padding:2px 2px;
}

#signup input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	width:200px;
	margin:2px 0 10px 10px;
	display:block;
}
#signup select {
	float:left;
	font-size:12px;
	padding:2px 2px;
	width:200px;
	display:block;
}
#signup button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(../images/button.png) no-repeat;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border:none;
}
