﻿* { font-size:100%; }

body {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:0px;
}

#header {
	background: url(images/bgImg.png) top repeat-x;
	height: 90px;
}

#logo-left
{
	background: url(images/logoImg.gif) top left no-repeat;
	font: 2.2em/2.2em "Trebuchet MS", sans-serif;
	margin: 5px 0 0 15px; padding: 10px 0 0 40px;
	color: #f90;
}

#logo-left span {
	color: #999;
	font-size: 0.5em;
	font-weight: bold;
	margin: 0;
}

#logo-right {
	position: absolute;
	background: url(images/marqueImg.gif) top right no-repeat;
	width: 204px; height: 94px;
	right: 0px; top: 0px;
}

#footer {
	clear: both;
	font-size: 70%;
	color: #D0D0D0;
	background-color:#f0f0f0;
	border-top:1px solid #959595;
	padding:10px;
}

img {border:0;}

a {
	color:#003366;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

.orange {
	color: #FF9933;
}

.blue {
	color: #003366;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:150%;
	font-weight:bold;
}

h2
{
	color: #FF9933;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 110%;
}

/* ----- Menu -----*/
div.menu {
	vertical-align: middle;
	background-color: #003366;
	border-style: solid; border-width:1px; border-color:#E5E5E5;
	text-align: right;
	color: #FFFFFF;
	padding: 5px;
}

/* ---- Columns --- */
div, td
{
	font-size: 90%;
}

div.clear
{
	clear:both;
	height:1px;
}

div.main
{
	margin-left:177px;
	margin-right:210px;
}

div.adsColumn
{
	position: absolute;
	left: 0;
	width: 160px;
	padding: 5px;
	margin-left: 5px;
	text-align: center;
}

div.travelColumn
{
	float: left;
	width: 39%;
	margin-top: 5px;
}

div.trip
{
	margin-bottom: 5px;
	padding: 5px;
	border-bottom:1px dashed #959595;
}

div.trip img
{
	padding-right: 5px;
	width: 100px;
	height: 60px;
}

div.newsColumn
{
	float: right;
	width: 59%;
	border-left: 1px solid #c0c0c0;
	padding-left: 3px;
	border-right: 1px solid #c0c0c0;
	margin-top: 5px;
}

div.rightColumn
{
	position:absolute;
	right:0;
	width: 200px;
	padding: 5px;
}

div#mapContainer
{
	width: 200px;
	height: 300px;
}


div#weatherContainer
{
	width: 200px;
}

#weatherContainer img {}
