@charset "utf-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, p, form, fieldset, input, blockquote {
	margin: 0;
	padding: 0;
}

p { margin: 1em 0; text-align: left; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; line-height:1.1; }

/* Removes border from fieldset and img */
fieldset, img { border: 0; }

/* Left-aligns text in caption and th */

caption, th { text-align: left; }

/* Removes quotation marks from q */

q:before, q:after { content:''; }

body {
	position : relative;
	height:100%;
	font-size: 13px;
	background: #ebebeb url('../images/bg_cityscape.jpg') repeat-x;
	color: #494949;
	text-align : left;
	font-family: Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	line-height:1.5;
}

table {
	font-size:12px;
	font-family: Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	line-height:1.0;
}

table.form {
	line-height:1.5;
}

a { color: #494949; }
a:hover { color: #FF0000; }

ul { padding-right: 10px; }

h2 { font-size: 22px; color: #002a51; }
h3 { font-size: 18px; color: #002a51; }
h4, h5, h6 { font-size: 15px; color: #494949; }

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding-top: 15px;
}

#nav {
	width: 800px;
	height:31px;
	background:#004771 url('../images/nav_bg.jpg') repeat-x;
	font-size:12px;
	font-weight: bold;
}

a#nav-home {
	left:0px;
	height: 31px;
	padding-left:8px;
	padding-right:8px;
	outline: none;
	color:#fff;
	text-decoration:none;
	line-height:2em;
}

a:hover#nav-home, a:hover#nav-retailers, a:hover#nav-wholesalers, a:hover#nav-contactus { color:#ffff33; }

#header { background: #004771 url('../images/header.png') no-repeat; width:800px; height:106px; }

#tag { background-color:#004771; width:800px; height:30px; color:#FFF; }

#tagline {
	position: relative;
	font-size: 14px;
	color: #fff;
	font-size:11px;
	font-weight: bold;
	line-height:1.2;
}

#header #contactlinks {
	position: relative;
	margin-left: 490px;
	top: 177px;
	font-size: 11px;
	color: #fff;
	width:200px;
	background-color:#024d79;
}

#contactlinks a { color: #fff; }
#contactlinks a:hover { color: #494949; }

#content { background-color:#fff; width: 790px; border:#99cccc 5px solid; overflow:hidden; }
#content-left { margin-right: 250px; padding-left: 10px; }
#content-right { width: 250px; float: right; padding: 8px; font-size: 11px; }

.sponsor-box { background-color:#ccffcc; padding: 2px; border:#ccffcc 1px solid; font-size: 11px;}
.sponsor-content { background-color:#ffffff; padding: 4px; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; line-height:1.2;}

#side-box { width: 244px; background-color:#ccffcc; padding: 2px; border:#ccffcc 1px solid; }
#side-content { background-color:#ccffff; padding: 4px; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; line-height:1.2;}

#westjet-left { margin-right: 610px; padding-left: 5px; font-size: 11px; line-height:1.2; font-family: Arial, Verdana, Helvetica, sans-serif;} 
#westjet-right { width: 610px; float: right; background-color:#e0e7eb; text-align:center; border-right:5px; border-color:#ffffff; border-style:solid; font-size: 11px; line-height:1.2; font-family: Arial, Verdana, Helvetica, sans-serif;}
.westjet-items { text-align:center; float:left; padding:6px; font-size: 11px; line-height:1.2; font-family: Arial, Verdana, Helvetica, sans-serif;}

.box { background-color:#e0e7eb; padding: 4px; }

.threadtitle {
	background-color:#e0e7eb;
	border-color:#000000;
	border-width:1px;
	padding:6px;
	margin:0px 4px 0px 4px;
	border-style: solid;
	font-weight:bold;
}

.comments {
	padding: 8px 8px 12px 8px;
	margin: 0px 8px 12px 8px;
	border-style: solid;
	border-width:1px;
	border-color:#000000;
	background-color:#ffffff;
}


div.hotel img { margin-top: 3px; margin-bottom: 3px; }
div.hotel a:hover { color:#002a51;}

div.wholesalers-happen { margin-right: 13px; background-color: #dad5cb; padding: 5px; }

#footer {
	height: 44px;
	background:url(../images/footer.jpg);
	background-repeat:no-repeat;
	line-height: 1.9;
}

#footer-nav {
	color: #FFF;
	font-size: 11px;
	text-decoration:none;
}

#footer-nav a { color: #FFF; text-decoration:none; }
#footer-nav a:hover { color:#ff2525; }

#copyright {
	width:auto;
	color: #fff;
	font-size: 11px;
}

#ad-left {
	position:absolute;
	margin: 0 auto;
	margin-left:50px;
	width:200px;
	min-height:100px;
	background-color:#0F0;
}

#ad-right {
	position:absolute;
	margin: 0 auto;
	right:50px;
	width:200px;
	min-height:100px;
	background-color:#00C;
}


.formfield { 
	border:1px solid;
	margin: 1px;
	font-size:11px;
	font-family:verdana,arial,courier;
	background-color:#ffffcc;
	border-color:#000000;
	color:#000000;
	text-decoration:none;
}

.formbutton {
	border:1px solid;
	font-size:11px;
	font-family:verdana,arial,courier;
	background-color:#AACCFF;
	border-color:#000000;
	color:#000000;
	text-decoration:none;
}