@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; line-height: 1.1;}

/* 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;
	font-weight:normal;
	background: #dcfcff url('../images/bg_cityscape.jpg') repeat-x;
	color: #494949;
	text-align : left;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	line-height:1.5;
}

table {
	font-size:12px;
	font-family: Lucida Sans Unicode, Arial, 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: 782px; border:#99cccc 5px solid; overflow:hidden; padding: 4px; }
#content-left { margin-right: 250px; padding-left: 10px; }
#content-right { width: 260px; float: right; padding: 1px; font-size: 12px;}

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

#side-box { background-color:#99cccc; padding: 2px; border:#99cccc 1px solid; }
#side-content { background-color:#ccffff; padding: 2px; font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif; font-size: 11px; line-height:1.2;}

.westjet { width: 200px; padding-left: 5px; line-height:1.2; font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;} 

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

.threadtitle {
	background-color:#e0e7eb;
	padding:8px;
	width: 508px;
}

.comments {
	padding: 8px;
	width: 508px;
}

.tinyticker { 
	font-size:10px;
	padding-left:10px;
}

/* mainpage stock ticker */

.container {
	border: 1px solid #808080;
	background-color:#f0ffff;
    margin: 0 auto;
    width: 778px;
	position: relative;
	top: -20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
 
.container .wrap {
    width: 651px;
    left: 120px;
    top: 0px;
    overflow: hidden;
    position: relative;
    line-height: normal;
    font-size-adjust: none;
}

div.stockticker {
    font-family: Verdana, Arial, Helvetica, San-serif;
    font-size: x-small;
    list-style-type: none;
    margin: 2px;
    padding: 0px;
    position: relative;
}

div.stockticker span.vendor { color: green; font-size:12px; font-weight: bold; }
div.stockticker span { color: black; margin: 0 10px 0; font-size:9px;}

/* end mainpage stock ticker */


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;
}

#slideshow {
  width: 778px;
  height: 187px;
}





.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;
}



