/**GLOBAL
------------------------------------------------------------------------**/

body {
	background-color:#eae5df;
	color:#333333;
	font-family:"Trebuchet MS","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:13px; /*sets the base size for entire site*/
	text-align:center;
}


/**HEADER
------------------------------------------------------------------------**/

#headwrapper{
	background-color:#243D51;
	width:100%;
}

#masthead {
	width:800px;
	background:url('../images/20x200px_header_back.gif') repeat-x;
	height:200px;
	margin:0 auto; /*centre-align in firefox*/
}

#logo_div {
	float:left;
	width:235px;
	height:200px;
	background:url('../images/235x200px_nova_logo.gif') no-repeat;
	margin-left:1.25em;
	cursor:pointer;
}

#banner_div {
	float:right;
	width:500px;
	height:190px;
	margin-top:5px;
	margin-right:7px;
	margin-bottom:5px;
}



/**MAIN NAVIGATION
------------------------------------------------------------------------**/

#nav {
	width:800px;
	text-align:center;
	background:#6D7B84 url('../images/19x30px_nav_back.gif')  repeat-x;
	font-size:1.083em;
	visibility:visible;
	padding:9px 0px;
	margin:0 auto 10px auto;
}

#nav ul {width:100%;}

#nav ul li  {
	display:inline;
	list-style-type:none;
	margin-right:.0916em;
}
	
#nav a {
	color:#fff;
	text-decoration: none;
	margin: 7px 5px; 
	padding:4px 3px;
}

#nav a:hover, #nav a:focus {
	color:#3a6277;
	background-color:#A3B3B7;
	text-decoration: none;
}

/**the following styles indicate which page the user is currently on**/

#home #nav-home a,
#rooms #nav-rooms a,
#services #nav-services a,
#specials #nav-specials a,
#dining #nav-dining a,
#meetings #nav-meetings a,
#yellowknife #nav-yellowknife a,
#contact #nav-contact a {
	color:#ccc;
}


/**MAIN CONTENT
------------------------------------------------------------------------**/
#contentwrapper{
	width:800px;
	margin:0 auto; /*centre-align in firefox*/
	text-align:left;
}

/**the following three style rules allow the contentwrapper div to wrap the content in all browsers**/
#contentwrapper:after { 
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
#contentwrapper {
}
#contentwrapper {
	display:block;
}


#content {
	width:100%;
	float:left;
	background:#fff url('../images/content-shadow.gif') repeat-x top left;
	padding:1em 0;
	
}

#main {
	width:470px;
	float:right;
	background:url('../images/header-bg.gif') repeat-x top left;
	margin:0 .833em 0 0;
	padding:0.5em .833em 1em .833em;
	border:1px solid #ccd1d4;
	min-height:480px;
}
*html #main {display:inline;} /*IE6 margin bug fix*/

#home #main {min-height:250px;}


/**SECONDARY CONTENT
------------------------------------------------------------------------**/
#side_content {
	width:230px;
	float:left;
	background:url('../images/header-bg.gif') repeat-x top left;
	color:#666666;
	margin:0 0 0 .833em;
	padding:0.5em .833em 1em .833em;
	border:1px solid #ccd1d4;
}


/**FOOTER
------------------------------------------------------------------------**/
#footer {
	width:100%;
	clear:both;
	float:left;
	margin-top:1em;
	text-align:center;
	color:#A39F98;
	font-size:0.916em;
}

#footer a { padding:0px 2px 0px 2px;}

#footer a {
	color:#A39F98;
	background-color: ;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	color:#9E815A;
	background-color:#EAF4F4;
	text-decoration: none;
}


/**TYPOGRAPHY
------------------------------------------------------------------------**/
h1,h2,h3,h4,h5,h6 { 
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #243D51; 
}

h1 {
	font-size:1.5em; 
	line-height:1em;
	margin:0 0 0.833em 0;
}

h2 {
	font-size:1.25em; 
	line-height:1.125;
	margin:1.929em 0 0.643em 0;
}

h3 {
	font-size:1em;
	margin-bottom:1em;
	line-height:1.5em;
}


p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

a {
	color:#85badd;
	text-decoration:underline;
}

a:focus, a:hover {
	color:#3a6277;
	background-color:#ddebf2;
}

#content ul, ol { 
	margin:0 1.5em 1.5em 1.5em;
	line-height:1.5em;
}

#content ul     { list-style-image: url('../images/7x14px_blue_arrow.gif'); }
#content ol     { list-style-type: decimal; }

#content ul ul {
	padding-top:1em;
}

strong {font-weight:bold;}
em {font-style: italic;}

.small { 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}

.large { 
	font-size: 1.2em; 
	line-height: 1.5em; 
	margin-bottom: 1.25em; 
}

.quiet { color: #666; }

.top { 
	margin-top:0;
	padding-top:0; 
}

.bottom { 
	margin-bottom:0; 
	padding-bottom:0; 
}


/**MISC TAG STYLES
------------------------------------------------------------------------**/
hr {
	text-align:center;
	width:85%;
	padding:.833em 0;
}

/**STYLE CLASSES
------------------------------------------------------------------------**/

.clear {clear:both;}

.center {text-align:center;}

.left {text-align:left;}

.right {text-align:right;}

.imageleft {
	display:block;
	float:left;
	padding:0 .666em .333em 0;
}

.imageright {
	display:block;
	float:right;
	padding:0 .666em;
}

.imagecenter {
	display:block;
	margin:auto;
	padding:.5em 0;
	border:none;
	clear:both;
}

.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	   }
	   
.clearfix {display:inline-block;}

. /* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/**TABLE STYLES
------------------------------------------------------------------------**/

table {
	width:97%;
	font-size:.85em;
	margin:0px 7px 10px 7px;
	text-align:right;
	border:1px solid #C7D5D8;
}

th {
	font-weight:bold;
	padding:5px;
}
	
td, tr { padding:4px; margin:3px; }

.light_blue { background-color:#E7F5F7;}
	
.lightest_blue { background-color:#F5FEFF;}


/*for the shuttle bus schedule*/
#tablewrapper{
	position:relative;
	width:600px;
	text-align:center;
	margin:auto;
	padding-top:10px;
}

#tablewrapper table {
	width:600px;
	border-top:1px solid #E7F5F7;
	border-right:1px solid #E7F5F7;
	margin:1em auto;
	border-collapse:collapse;
	font-family:Trebuchet MS, Arial, sans-serif;
	background-color:#FFFFFF;
	color:#6D7B84;
}
	
#tablewrapper table caption {
	background-color:#FFFFFF;
	font:bold 1.25em/1.8em "Trebuchet MS",Arial,Helvetica,sans-serif;
	border-top:1px solid #E7F5F7;
	border-left:1px solid #E7F5F7;
	text-align:center;
	margin:0px;
	padding:5px 0px;
}
	
#tablewrapper table caption em {
	font:italic 0.9em/1.4em "Trebuchet MS",Arial,Helvetica,sans-serif;
}
	
#tablewrapper td {
	color:#6D7B84;
	border-bottom:1px solid #E7F5F7;
	border-left:1px solid #E7F5F7;
	padding:.5em 1.25em;
	text-align:center;
}

#tablewrapper tr th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1em/1.8em "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#6D7B84;
}

/**BOOKING ENGINE (world web - iframe)
------------------------------------------------------------------------**/

#side_content iframe textarea { 
	background-color: #ffffff; 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: .833em;
	color: #6D7B84;
	border: solid 1px #A5ACB2;
	margin:2px;
}
#side_content iframe input { 
	background-color: #ffffff; 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: .833em;
	color: #6D7B84;
	border: solid 1px #A5ACB2;
	margin:2px;
}
#side_content iframe select { 
	background-color: #ffffff; 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: .833em;
	color: #6D7B84;
	border: solid 1px #A5ACB2;
	margin:2px;
}

