/* CSS Document */
body{
margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	/*font-size: small; CEM */
	font-size: small;
	color: #38230E;}

.header {
	height:88px;
	background-color:#006699;
	border-top: 8px solid #6699CC;
	background-image: url(images/bg-header.jpg);
}

.content_body {
background-image: url(images/bg1.jpg);
background-repeat: repeat-x;
background-color: #F6F1DE;
}

.content_interior {
width: 760px;
margin-left: auto;
margin-right: auto;
}

.header_interior {
margin-left: auto;
margin-right: auto;
width: 760px;
/*margin-top: 25px; CEM */
margin-top: 5px;
}

.header_shadow {
background-image: url(images/hdr_shw.jpg);
background-repeat: repeat-x;
height: 8px;}

.left_column {
width: 196px;
float: left;
margin-top: 25px;
clear: both;
}

.navigation {
width: 184px;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
background-image: url(images/nav_side.jpg);
}

.navigationbtm {
width: 196px;
background-image: url(images/nav_btm.jpg);
background-repeat: no-repeat;
height: 8px;
margin-top: -5px;
}

.right_column {
	width: 545px;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
	border-left: solid 1px #E0D0B1;
	padding-left: 10px;
}

.contentImage {
	margin: 5px;
}

/* Enclose image caption in a div, enclose image and caption's div in a div */
/* Set the image width in the HTML so the browser knows the width to wrap the caption text */
/* top, bottom, left, right */

.destinationImage {
	margin: 5px 5px 5px 5px;
	text-align: center;
	clear: none;
	text-align: center;	/* center the caption */
}
.bordered {
	border: 2px #069 solid;
}
.imageCaption {
  margin-top: 2px;
  padding: 2px 4px;
  font-size: 95%;
  line-height: 100%;
  margin-bottom: 15px;
}

.note {
	color: #AAA;
}

.hr {
	width: 100%;
	height: 8px;
	background-image: url(images/hr.gif);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

a:link, a:visited {
	color: #268CCD;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

.title {
color:#FFFFFF;
/*font-size: 25px; CEM */
font-size: 270%;
margin: 0px;
/*padding-top: 3px; CEM */
}

h1 {
	/*font-size: 20px; CEM */
	font-size: 180%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #006699;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #000;
}

h2 {
	margin: 0;
	color: #006699;
	/*font-size: 18px; CEM */
	font-size: 150%;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left: 25px;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
/*h3 {
	margin: 0 0 8px 0;
	color: #999;*/
	/*font-size: 19px; CEM *//*
	font-size: 140%;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
} CEM */

h3 {		/* Alma Maslic */
	margin: 0;
	color: #38230E;	/* same as body text color */
	font-size: 130%;
	font-weight: normal;
}

h4 {
	margin: 0;
	color: #006699;
	/*font-size: 12px; CEM */
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	/*font-size: 12px; CEM */
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
}

.markermenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 180px;
	list-style: none;
	background: url(images/nav_bg.gif) ;
}

.markermenu li a {
	background: url(images/arrow.gif) no-repeat 2px center;
	background-position: 10px ;
	font-weight:bold;
	color: #006699;
	display: block;
	padding: 3px 0;
	padding-left: 30px;
	text-decoration: none;
	border-bottom: 3px solid #FCF7F3;
	list-style-type: none;
	list-style: none;
}

.markersubmenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 180px;
	list-style: none;
	background: url(images/nav_bg.gif) ;
}

.markersubmenu li a {
	/*background: url(images/arrow.gif) no-repeat 2px center;*/
	background-position: 10px ;
	font-size:smaller;
	/*font-weight:bold;*/
	color: #006699;
	display: block;
	padding: 3px 0;
	padding-left: 30px;
	text-decoration: none;
	border-bottom: 3px solid #FCF7F3;
	list-style-type: none;
	list-style: none;
}


* html .markermenu li a { /*IE only. Actual menu width minus left padding of LINK (20px) */
}

/*.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
} CEM */
	.markermenu li .markermenu li a:active {
	color: #00014e;
}

.markermenu li a:hover {
	color: black;
}

.footer {
	background-color: #EFE6CE;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(images/footer_bg.gif);}

.footer-inner {
	width: 760px;
	margin-left: auto;
	margin-right: auto;}

.footer-div {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

*html .footer-div {
	width: 150px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

/*
li {
	margin-left: -20px;
	list-style-type: square;
	color: #006699;
}*/

/* Styles for Alma */

ul.resources li {
	margin: 10px 10px 10px 0px;
}

/* For the airline contacts page */

.main {
	clear: both;
}
.main2 {
	font-size: 100%;
}

table.main2 td {	/* airline contacts */
	border: 1px #ebe6d3 solid;
}

table.main2 {
	/*border: 1px #DDDDDD solid;*/
	/*border: 1px #E0D0B1 solid;*/
	/*border: 1px #efdebd solid;*/
	/*border: 1px #f0ebd8 solid;*/
	border: 1px #ebe6d3 solid;
 
}

