* {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
body {
	font : normal 0.75em/1.8em Geneva, Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #000000;
	background-color: #D1D1D6;
	line-height: 150%;
	margin: 12px 0 0 0;
	padding: 0;
	text-align: left;
	background-image: url(images/bg2009-1.jpg);
	background-repeat: repeat-x;
}
#page {
	width: 957px;
	border-left: solid 2px #999999;
	border-right: solid 2px #999999;
	margin: 0 auto;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
a {
	color: #097df5;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

p {
	margin-top: .4em;
}
/* Set the page width */
#page-menu-top, #header, #page-content, #page-footer {
	width: 957px;
	margin: 0 auto;
	text-align: left;
}
#main_container {
	width: 969px;
	background-color:#ffffff;
	height: 100%;
	overflow: hidden; /* This fixes the height 100% problem in Firefox */
	text-align: center;
}
#header_container {
	height: 200px;
}
#header {
	background: url('images/header/hdr2009-1.jpg') no-repeat center top;
	background-color: #7ea172;
}
#take_you_there {
	padding-left: 450px;
	padding-top: 140px;
}
#grk {
	padding : 0px 0px 0px 20px;
	background-color: #20336b;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	color: #ffffff;
	/* background-image: url(images/bg_gradient-grey.jpg); */
	background-repeat: repeat-x;
}
* html #page-content {
	height: 100%;
}
#page-content {
	background-color:#FFFFFF;
	}
.title {
	color: #ffffff;
	background: #097df5;
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	line-height: 110%;
	text-align: center;
}
#left {
	width : 200px;
	float : left;
	text-align : left;
	padding-left : 25px;
	margin-top: 20px;
}

#breadcrumb {
	display: block;
	border-bottom: thin solid #eeeeee;
	overflow : auto;
	width : 600px;
	float : left;
	margin: 20px 20px 0px 20px;
}
#left a {
	color : #000099;
	text-decoration : none;
	padding-left: 10px;
	display: block;
	border-bottom: solid #dddddd 1px;
	border-left: solid #dddddd 1px;
	border-right: solid #dddddd 1px;
}
#left a:hover {
	color : #CC0000;
	background-color : #CCCCCC;
	display : block;
	text-decoration : none;
}
#ctrcolumn {
	width : 480px;
	float : left;
	display: inline;
	margin: 0px 0px 20px 20px;
	text-align : left;
	line-height: 130%;
}
#ctrcolumn a {
	font-weight: bold;
	text-decoration: underline;
}

#ctrcolumn li {
	margin-left: 10px;
	margin-top: 5px;
	list-style-position: inside;
	list-style-type: disc;
}
.titles {
	/* background-color: #E8EFFF; */
	background-image: url(images/bg_lines.gif);
	color : red;
	font-size: 18px;
	display: block;
	padding-left: 5px;
	margin-top: 20px;
	width: 480px;
}
.titles a {
	color: #000099;
}
#right {
	width : 190px;
	background-color: #eeeeee;
	float : right;
	padding : 6px;
	border-left: 1px solid #dddddd;
	margin-top: -30px;
	font-size: 90%;
	line-height: 100%;
}
#right a {
	font-weight: bold;
	text-decoration: underline;
}
#right a:hover {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#ontop {
	position : absolute;
	z-index : 999;
}
#twocolumns {
	width : 650px;
	float : left;
	margin-left: 20px;
	text-align : left;
	line-height: 130%;
}
#airfarewatchdog {
	text-align: center;
}
#icons {
	float: left;
	position: relative;
	margin: 20px 30px 20px 50px;
}
#footer {
	/*	background-color: #20336b; */
	background-color: #097df5;
	color: #ffffff;
	font-size: .8em;
	text-align: center;
	display: block;
	clear:both;
}
#footer a {
	/*	background-color: #20336b; */
	color: #ffffff;
	
}

/* Drop-down menu code */


#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 2em;
	display:inline;
	z-index: 999;
}
#navbg {
	background-color : #7ea172;
	width : 100%;
	display : block;
	clear : both;
	float : left;
	height : 2em;
	margin-top: -8px;
}
#nav a { /* individual links in red bar */
	display: block;
	text-align: center;
	width: 10.4em;
	clear: both;
	line-height: 1.7em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#nav li { /* all list items */
	float: left;
	width: 10.5em; /* width needed or else Opera goes nuts */
	position : relative;
	text-indent : 0px;
	text-align: left;
	display: block;
}
#nav li ul { /* individual links in dropdown */
	position : absolute;
	display: block;
	width : 10.4em;
	left : -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color : #EBECDD;
	color : #000000;
	border-bottom : 1px solid #D7D9BA;
}
#nav li ul a {
	color : #373E59;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1.7em;
}
#nav li ul a:hover {
	color : #ffffff;
	background-color : #5A6391;
	display : block;
	text-decoration : none;
}
#nav li ul ul { /* third level links */
	float: left;
	margin: -1.5em 0 0 10.3em;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display:block;
}
#nav li:hover, #nav li.hover {
	position: static;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
	display:block;
} /* from Son of Suckerfish */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
} /* from Son of Suckerfish */
.style1 {
	color: #182767;
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
	
/*	dark gradient menu color: #1684f5 */
