/* CSS Document */

body {
margin-top: 0px;
font:Verdana, Arial, Helvetica, sans-serif;
}

p {font-size:12px;}

td.content {
background-image:url(images/content_bg.gif);
background-repeat:repeat-y;
}

.text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.capt {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style:italic;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #606E9A;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

td.leftm {
margin-left:15px;
padding-left:15px;
}

td.border
{
border-style: solid;
border-width: 1px 1px 1px 1px;
}

a.submen:link {color: #606E9A; text-decoration:none;font-weight: bold}
a.submen:visited {color: #606E9A; text-decoration:none; font-weight: bold}
a.submen:hover {color: #000; text-decoration:none; font-weight: bold}
a.submen:active {color: #000; text-decoration:none; font-weight: bold} 

small {
font-size:8px;
}

a.small:link {color: #606E9A; text-decoration:none;}
a.small:visited {color: #606E9A; text-decoration:none;}
a.small:hover {color: #000; text-decoration:none;}
a.small:active {color: #000; text-decoration:none;}

.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	padding-right: 6px;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}

a.terms:link {color: #fff; text-decoration:none;}
a.terms:visited {color: #fff; text-decoration:none;}
a.terms:hover {color: #fff; text-decoration:none;}
a.terms:active {color: #fff; text-decoration:none;}

td#cbg {background-image:url(images/c_bg.gif); background-repeat:no-repeat; width:300px; background-position:top right;}
td#sub {background-image:url(images/sub_images.gif); background-position:right; background-repeat:no-repeat;}
td#cbg2 {width:300px;}
td#flights {background-image:url(images/flights_bg.gif); background-repeat:no-repeat; width:300px; background-position:top right;}

/* ---------  Menu --------- */

#menu {
width: 148px; /* set width of menu */
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000;
margin: 0;
padding: 3px 0 3px 0;
}

#menu a {
color: #fff;
background: #8599C8;
text-decoration: none;
padding-left: 8px;
/*background-image:url(images/menu_link.gif);*/
}

#menu a:hover {
color: #000;
background: #DCE10B;
text-decoration: none;
padding-left: 8px;
/*background-image:url(images/menu_link_over.gif);*/
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul,
div#menu ul ul li:hover ul ul
{display: none;}


div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}


[if IE]>

body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 

<![endif]


