/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #000000; 
	background: #A9BAC3 url(bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #568EB6;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:5px; padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #eeeeee;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
}

input
{
	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #90b4cf;
	background: #eeeeee;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 770px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;
	background: #000 url(headerbg.gif) repeat-x 0% 100%;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	top: 10px; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: -7px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'Trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;
}

#hotel
{
	background: url(headerhotel.jpg) no-repeat;
	width: 770px;
	height: 120px;
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 75%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 62%;
}
#footer .footer-right{
	float: right;
	width: 35%;
}

#footer .footer-righthotel{
	float: right;
	width: 45%;
}

#footer .footer-hotel
{
	background: url(footer.jpg) no-repeat;
	width: 770px;
	height: 100px;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 10px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:3px 12px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }




/* NEW CSS */
.sg_green {
	color:#808000;
	font-size:10px;
	font-style:italic;
	border-bottom:1px solid #DADAE7;
	width:748px;
	padding-left:10px;
	margin-left:5px;
	}
.sg_green a{
	color:#808000;
	font-size:10px;
	font-style:italic;
	text-decoration:none;
	}
.sg_green a:hover{
	color:#808000;
	font-size:10px;
	font-style:italic;
	text-decoration:underline;
	}
	
.sg_green_bold {
	color:#008000;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	}
	
.sg_green_bold a {
	color:#008000;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	}
.sg_green_bold {
	color:#008000;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	}

	
.sg_green_bold2 {
	color:#008000;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	}
	
.sg_green_bold2 a {
	color:#008000;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	}
.sg_green_bold2 a:hover {
	color:#008000;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
	}
	
.sg_green_grey {
	color:#808080;
	font-size:12px;
	font-style:italic;
	}
	
.sg_green_grey a {
	color:#808080;
	font-size:12px;
	font-style:italic;
	text-decoration:none;
	}
	
.sg_green_grey a:hover{
	color:#808080;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
	}
	

.sg_grey2 {
	color:#808080;
	font-size:10px;
	padding:5px 0px 0px 8px;
	width:160px;
	}
.sg_grey2  a {
	color:#808080;
	font-size:10px;
	text-decoration: none;
	}
.sg_grey2 a:hover {
	color:#808080;
	font-size:10px;
	text-decoration:underline;
	}

.sg_grey3 {
	color:#808080;
	font-size:11px;
	font-style:italic;
	padding:5px 0px 0px 8px;
	}
.sg_grey3  a {
	color:#808080;
	font-size:11px;
	font-style:italic;
	text-decoration: none;
	}
.sg_grey3 a:hover {
	color:#808080;
	font-size:11px;
	font-style:italic;
	text-decoration:underline;
	}
	
.sg_green_orange {
	color:#FF6600;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	}
.sg_green_orange a {
	color:#FF6600;
	font-size:12px;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
	}
.sg_green_orange a:hover {
	color:#FF6600;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	}
.sg_picture {
	width:50px;
	display:block;
	margin:0px 5px 0px 10px;
	}


.sg_black {
	color:#000000;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	}
.sg_black  a {
	color:#000000;
	font-size:12px;
	font-style: normal;
	text-decoration:none;
	font-weight:bold;
	}
.sg_black a:hover {
	color:#000000;
	font-size:12px;
	font-style: normal;
	text-decoration:underline;
	font-weight:bold;
	}
	
.sg_black2 {
	color:#333333;
	font-size:11px;
	font-style:italic;
	padding-bottom:15px;
	}
.sg_black2  a {
	color:#333333;
	font-size:11px;
	font-style:italic;
	text-decoration:none;
	}
.sg_black2 a:hover {
	color:#333333;
	font-size:11px;
	font-style:italic;
	text-decoration:underline;
	}


.sg_black3 {
	color:#000000;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	padding:5px 0px 0px 8px;
	text-decoration:underline;
	}
.sg_black3  a {
	color:#000000;
	font-size:12px;
	font-style: normal;
	text-decoration:underline;
	font-weight:bold;
	}
.sg_black3 a:hover {
	color:#000000;
	font-size:12px;
	font-style: normal;
	text-decoration:underline;
	font-weight:bold;
	}
	

	
.sg_h3 {
	font-size:15px;
	font-weight:bold;
	color:#000000;
	padding:5px;
	}


.sg_h3 a{
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;	
	}


.sg_h3 a:hover {
	font-size:15px;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;	
	}
#wrapper_main {
	width:763px;
	background:url(bg_main.jpg) repeat-y;
	margin:0px 0px 0px 10px;
	padding:0px;
	}
	
#left_menu	{
	width:150px;	
	padding:0px;
	font-size:10px;
	float:left;
	margin:10px 10px 0px 5px!important;
	margin/**/:/**/10px 10px 0px 3px;
	}
		
#right_menu	{
	width:168px;	
	padding:0px;
	font-size:12px;
	float:right;
	}
#contents {
	width:400px;
	margin:0px 0px 0px 155px!important;
	margin/**/:/**/0px 0px 0px 0px;
	}

.wrapper {
	width:145px;
	margin:0px;
	padding:0px;
	}

.more_building {
	color:#808080;
	font-size:10px;
	padding:5px 0px 0px 8px;
	width:150px;
	}
.more_building  a {
	color:#808080;
	font-size:10px;
	text-decoration: none;
	}
.more_building a:hover {
	color:#808080;
	font-size:10px;
	text-decoration:underline;
	}	
		
.rule {
 	display:block;
	background:url(dotted_rule.gif) repeat-x;
	width:140px;
	height:4px;
	font-size:1px;
	margin:-0px 0px 0px 0px!important;
	margin/**/:/**/-1px 0px -13px 0px;
	padding:0px;}
ul.bullet li {
background:transparent url(http://a123.g.akamai.net/f/123/12465/1d/www.canada.com/images/widgets/bullet.gif) no-repeat; background-position:0px 6px;
}
ul.bullet li a {margin:0px 10px 0px 7px;}

/*Bubble Headings*/
.bubble {width:100%;clear:both;}
.bubble .left {float:left;}
.bubble .right {float:right;}
.bubble .top {height:5px;}
.bubble .top .left, .bubble .top .right {height:5px;width:6px;font-size:1px;}
.bubble .center h4 {font-size:11px;margin-left:3px;line-height:1;}
.bubble .bottom {height:13px;}
.bubble .bottom .left, .bubble .bottom .right {width:6px;}

.type09 .top {background:transparent url(http://a123.g.akamai.net/f/123/12465/1d/www.canada.com/images/widgets/bubble/new/999999_top_center.gif) top left repeat-x;}
.type09 .top .left {background:#EAE9EF url(http://a123.g.akamai.net/f/123/12465/1d/www.canada.com/images/widgets/bubble/new/999999_top_left.gif) top left no-repeat;}
.type09 .top .right {background: url(http://a123.g.akamai.net/f/123/12465/1d/www.canada.com/images/widgets/bubble/new/999999_top_right.gif) top left no-repeat;}
.type09 .center {background-color:#fff;border-left:2px solid #999;border-right:2px solid #999;}
.type09 .bottom {background:transparent url(http://a123.g.akamai.net/f/123/12465/1d/www.canada.com/images/widgets/bubble/new/999999_bottom_center.gif) 5px -2px repeat-x;}
.type09 .bottom .left {background:#EAE9EF url(http://a123.g.akamai.net/f/123/12465/1d/www.canada.com/images/widgets/bubble/new/999999_bottom_left.gif) 0px 0px no-repeat;}
.type09 .bottom .right {background:url(http://a123.g.akamai.net/f/123/12465/1d/www.canada.com/images/widgets/bubble/new/999999_bottom_right.gif) 0px 0px no-repeat;}
.type09 .center {color:#666;padding:0 0 1px 1px;}
#center2 h4 {
	margin:0px 0px 0px 0px!important;
	margin/**/:/**/-12px 0px 0px 0px;
	}

#center3{
	margin:0px 0px 0px 0px!important;
	margin/**/:/**/0px 0px 0px 0px;
	}
