@charset "utf-8";
/* CSS Document */

* { 
 margin: 0; 
 padding: 0;
}
/*  */
html, body {
	background-color: #90bade;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 0.9em;
	color: #003366;	
}
a {
	color: #3366CC;
	}
	
a:hover {
	color: #FF6600;
	}
/****************************************************************
* FOLLOWING DIV TAGS DEFINE POSITION, SIZE AND LAYOUT
* BANNER, TOP AND MAIN MENUE, CONTENT, NEWS, FOOTER
****************************************************************/
#container {
 width: 100%;
 color: #333;
 line-height: 130%;
 background-color: #90bade;
}

#header {
	background-image:url(../images/mm_travel_photo.jpg);
	background-position:left top;
	background-color: #36c;
	background-repeat: no-repeat;
	height:127px;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cf9;
	padding-top: 50px;
	text-align: center;
	font-weight: lighter;
}
#header h2 {	
	font-size: 15px;
	color: #f60;
	text-align: center;
	font-weight: lighter;
	padding-top: 10px;
}
/* div page*/
#page {

	padding: 20px;
	margin-bottom:30px;
}
#leftPanel {
	float: left;
	margin: 0;
	width: 230px;
}
/* nav 1 */
#nav1 {
	 background-color: #cf9;
	 height: 20px;
	 padding: 5px 0.5em;
	 margin-bottom: 20px;
}

/* nav 2 */
#nav2 {
	clear:right;
	width:230px;
	margin: 0;
	background-color:#e6f3ff;
}
/* absolute div */
#absolute {
	margin-top: 30px;
	background-color:#90bade;
	text-align:center;
	padding: 0px;
	margin-bottom:30px;
}
#absolute img {
	padding: 2px;
}

.highlight:hover img {
		border: 2px solid #f60;
}

.highlight:hover {
	color: #f60;
	border: 0px ;
}

#absolute h3 {
	border: none;
}

/* content */

#content {
	margin-left: 270px;
	line-height:15px;
	max-width: 55em;
	background:#90bade;
	text-align:justify;
}

#banner{
	margin-top:-600px;
	float:right;
	width:205px;
	margin-right:10px;
	line-height:15px;
	background:#90bade;
	text-align:justify;
}

#content ul, #content ol {
	margin-left:30px;

}

#content ul li {background: url(../images/li.gif) no-repeat left 50%; list-style:none; padding-left:10px; line-height:20px;}

h3 {
	font-weight:bold;
	margin-bottom:20px;
	color: #003366;
	border-bottom: 1px solid #cf9;
	border-left: 1px solid #cf9;
	padding: 0 0 5px 10px;
	
}

/* news */
#news {
	border-top: 1px solid #cf9;
	margin: 50px 0px 0px 270px;
	background:#90bade;
	max-width: 55em;
}

#foot {
	clear:both;
	background-color:#36c;
	border-top: 3px solid #cf9;
	height: 40px;
	text-align:center;
	padding-top:10px;
	color: #cf9;
}

/* nav2 details */
#nav2 ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#nav2 li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#nav2 li a
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("../images/mm_arrow.gif") 14px 45% no-repeat;
}

html>body #nav2 li a { width: auto; }

#nav2 li a:hover
{
	background: #ffffff url("../images/mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
}

#nav2 li li
{
	border-top: 1px solid #90bade;
	border-bottom: 0;
	margin: 0;
}

#nav2 li li a
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 26px;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid gray;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 305px;
}
acronym {
	border: none;
	letter-spacing: .1em;
}
.red {color: #CC0033}

noscript {
	color: #c03;
}
.input2 { width:250px; }
.move {
	position:absolute;
	left:-2000px;
}