/* >>>>> Page Styles <<<<< */

html, body {margin: 0; padding: 0; font-size: 100%; }

img {
	border: 0px;
	padding: 0px; 
	margin: 0px; 
}

body {
  	font-family:  Arial, Helvetica, sans-serif;
  	font-size: 80%;
	color: #000;
	background: #ffffff; }

/* Generic title characteristics */

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS; 
}
h2 {
	margin-top: 25px; 
}
h6 {
	font-size: 1em; 
	font-weight: bold; 
	background: url(../images/arrows.gif) no-repeat 0 4px;
        padding: 0 0 0 13px;	
	margin: 20px 0px 10px 10px;
}


/* ?? title ?? */

#Layer1 {
	position:absolute; 
	background: #eeeeee; 
	left:0px; 
	top:112px; 
	width:100%; 
	height:27px; 
	border-bottom: 2px solid #797979; 
	z-index:0;
}

#Layer2 {
	position:absolute; 
	background: #797979; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:80px; 
	border-bottom: 2px solid #797979; 
	z-index:0; 
}

#pagetitle {
	margin: 0;
	text-align: center;
	background-color: #797979;
	left: 70px; 
	top: 40px; 
	position:absolute; 
}

#page_top {
        background-color: #797979;
	height: 87px; 
	margin-bottom: 3px; 
}

pre {
	margin: 0 0 0 10px;
	padding-top: 8px;
	font-family: sans-serif;
	font-size: 95%;
	font-weight: normal; }

p {
	margin: 0; 
	padding: 8px 7px 8px 10px; 
}

#contents p {
	font-weight: bold; 
}

.mainitembox {
	color: #000000;
	margin: 8px 251px 5px 0px;
	padding: 0 0px 5px 0px;
	position: relative; 
	/*border-bottom: 3px solid #eeeeee;*/
} /*** for IE6 ***/
 


a:link {color: #003795; text-decoration: underline; padding: 1px; }

a:visited {color: #003795; text-decoration: underline; padding: 1px; }

a:hover {color: #e2913b; text-decoration: underline; padding: 1px; }

/*#leftbox a:link, #leftbox a:visited {color: #233622; text-decoration: underline; }
*/

.right a:link strong, .right a:visited strong, .right a:link, .right a:visited {
	color: #000; text-decoration: underline; background: #eef7e2; padding: 1px; }
/*** Redundancy in this selector and the one below allows Op6 to display links properly ***/

.right a:hover strong, .right a:hover {color: #771464; background: #f4e6ef; padding: 1px; }

#contents a:link, #contents a:visited {
	color: #000; text-decoration: underline; background: #f4e6ef; padding-top: 0; }

#contents a:hover {color: #f9f; background: #233622; padding-top: 0; }

strong {font-weight: bold; color: #233622; }
	
pre strong {color: #000; }

#contents strong {color:  #f9f; }

/*.alignright  {margin: 0; padding: 1em 10px 2.5em 0; text-align: right; }
*/

.small, .sitemap {
	font-size: .9em; 
	color: #969696; 
}

.sitemap { 
	float: right; 
}

.alignright strong {color: #771464; font-weight: bold; }

.decoration {float: right; margin: 0.5em 1em 3px 3px; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/

#bottom {font-size: 1px; line-height:0; margin:0; padding:0;}



/* *****>>>>> Demo Styles <<<<<***** */

/*** The #header div has a static position and a background image ***/

#header {
	margin: 0;
	padding: 0; 
	/*background: url("images/waterlilies6.jpg") 0 0 no-repeat; /*** this is a shorthand 
								   property for the various 
								   background properties ***/
	background-color: #ffffff; 
	height: 130px; } /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

/*#leftbox {
	position: absolute;
	left: 0px;
	width: 75px;
	border-top: 1px solid #000;
	background-color: #9ba49b;
	color: #000; 
	padding-top: 5px; 
}*/

#container {
	margin-top: 20px; 
	margin-left: 75px;
	border-left: 1px solid #ffffff; 
}

#topnav, #bottomnav {
	background-color: #ffffff;
	border: 1px solid #8E8E8E;
	border-width: 0px 0 2px 0;
	padding: 3px 0;
	position: relative; 
} /*** IE6 needs this to display the div ***/  

/* Hide from IE5-Mac \*/
* html #topnav {height: 1%;}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/

#bottomnav {
	background-color: #f7f7f7; 
}


#topnav ul, #bottomnav ul {
	display: block;
	list-style: none;
	padding-left: 75px;
	margin: 0;
	font-family:  sans-serif;
	text-align: center;
	line-height: 1.2em; 
}

#topnav ul {
	position: absolute;
	padding-bottom: -10px; 
}

#topnav ul li, #bottomnav ul li {
  	font-weight: bold;
  	display: block;
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 1px 5px;
	margin: 3px 0;
	width: 5em;  
	border-right: 1px solid #000; 
}

#topnav ul li {
	border-right: 0px; 
}

#topnav ul li.first, #bottomnav ul li.first {
	margin-left: 0; 
	list-style: none; }

#topnav ul li.last, #bottomnav ul li.last {
	border-right: none; }

#topnav a, #bottomnav a {
	padding: 3px 0;
/*	color: #000; 
*/} 


#navclear {
  	display: block;
	clear: both; 
}

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: absolute;
	right: 16px;
	margin-right: 50px;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px; 
	top: 125px; /* can be removed if position BEFORE main body / page content */ 
}

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 65; }
/* IE5-Mac can see the rest */


/* STATS ETC */


#rightbox h3 {
	font-family: Trebuchet MS; 
	margin: 30px 0px 0px 0px;
	padding: 5px 10px;
	color: #fff;
	font-size: 100%;
	border: none;
	background-color: #949494; 
}

.bodybox h3, .bodynewsbox h3 {
	margin: 0px; 
	padding: 8px 7px 0px 10px;
}

#rightbox p {
	text-align: center; 
	margin: 4px 10px 4px 10px;
	padding: 0;
	list-style: none;
}
#rightbox ul {
 	margin: 0px; 
	padding: 10px; 
	list-style: none; 
	background: #eeeeee; 
}
#rightbox .news li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 10px;
	line-height: 1.2em;
	background: url(../images/arrows.gif) no-repeat 0 1.5em;
}
#rightbox li {
        margin: 0 0 .5em 0;
        padding: 0 0 0 10px;
	line-height: 1.2em;
}
.bullet {
	font-size: 0.9em;
	background: url(../images/arrows.gif) no-repeat 0 0.4em;
}
.lead_intro, .latest_intro {
	margin: 0 0 10px 0; 
	padding: 0px; 
	line-height: 1.3em; 
	background: none; 
}
.latest_intro {
	font-size: 0.9em; 
}
#rightbox .news .lead_intro {
	background: none; 
}
.outro_text {
	background: none;
	line-height: 1.3em; 
	font-weight: bold; 
}
#rightbox .news .outro_text {
	background: none; 
}
#rightbox .date {
	font-size: 0.8em; 
}
#rightbox .stat {
	font-weight: bold;
	font-size: 1em; 
	padding: 0px 0px 0px 50px; 
}
.footnote {
	padding-top: 15px; 
	padding-left: 10px;
	font-size: 0.8em; 
}

.wrapper {
	margin-left: 0px; 
	margin-right: 251px;
	font-size: 0.9em; 
	padding: 0px; 
}

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html .wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; 
} /*** resets the value for IE6 and IE5-Mac ***/

.wrapper table {
	padding-top: 0px;
	margin-top: 5px; 
	margin-left: 10px; 
}

.bodybox, .bodynewsbox {
        margin-top: 10px; 
	/*margin-right: 251px;*/
        padding-top: 5px; 
	padding-bottom: 5px; 
	background-color: #f0f1f0;  
}
.bodynewsbox {
	padding-top: 0px;
}

.bodybox table {
	padding-top: 0px; 
	margin-bottom: 10px; 
}
.bodybox .routetab {
	width: 100%; 
	margin-bottom: 0px; 
}
.righttab {
	padding-right: 5px; 
	text-align: right; 
}

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html .bodybox {
        width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
        w\idth: auto; 
} /*** resets the value for IE6 and IE5-Mac ***/



.left {
	float: left;
	width: 45%;
	background: #c3c8c3; 
	margin-left: 0px;
	padding-left: 0px; 
}

.help {
        margin-top: 20px; 
	padding-bottom: 5px; 
	font-size: 0.9em; 
	border: 1px dashed #f29232;  
}
* html .help {
        width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
        w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.help h3 {
	margin-top: 0px; 
	margin-bottom: 0px; 
}

a.help_link {
	color: #f00; 
	float: right; 
	display: inline; 
}

.help_float {
	float: right;
	margin: 8px 7px 0px 10px; 
}
.help_float a {
	color: #f00; 
}

.book_link, .book_link_big {
	float: right; 
	margin: 12px 15px 0px 10px; 
}

.book_link_big a {
	font-weight: bold; 
	font-size: 1.2em; 
}

.important_link {
	font-weight: bold; 
	font-size: 1.4em; 
}

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	width: 45%;
	background: #c3c8c3; 
}

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; 
	line-height: 0em; 
}

#contents {
	background-color: #233622;
	margin: 8px 251px 5px 10px;
	/*margin-right: 149px;
	margin-left: 10px;*/
	color: #eef7e2;
	padding: 3px 3px 15px 3px;
	position: relative; 
} /*** IE6 needs this to display the div ***/

#footer {
	background: #f0f1f0;
	margin-top: 1.5em;
	margin-right: 250px;
}

.routebox {
        background: #f0f1f0;
        margin-top: 1.5em;
        margin-right: 250px;
}

/* MENU */

#menu {
	border-bottom : 2px solid #797979;
        margin : 0;
        padding-bottom : 20px;
	padding-top: 0px; 
        padding-left : 80px;
	background-color: #ffffff; 
}

#menu ul, #menu li      {
        display : inline;
        list-style-type : none;
        margin : 0;
        padding : 0;
}

#menu a:link, #menu a:visited   {
        background : #ffffff;
        border : 2px solid #8e8e8e;
	border-bottom: 0px; 
	color : #666;
        float : left;
        font-size : small;
        font-weight : normal;
        line-height : 14px;
        margin-right : 8px;
        padding : 2px 10px 2px 10px;
        text-decoration : none;
}

#menu a:link.active, #menu a:visited.active     {
        background : #fff;
        border-bottom : 2px solid #fff;
        color : #000;
}

#menu a:hover   {
        color : #f29232;
}


body.s-home #menu li#m-home a,
body.s-news #menu li#m-news a,
body.s-atoz #menu li#m-atoz a,
body.s-airline #menu li#m-airline a,
body.s-search #menu li#m-search a,
body.s-update #menu li#m-update a,
body.s-about #menu li#m-about a {
        background : #eeeeee;
        border-bottom : 2px solid #eeeeee;
        color : #000;
}

#menu #subnav-home,
#menu #subnav-news,
#menu #subnav-atoz,
#menu #subnav-airline,
#menu #subnav-search,
#menu #subnav-update,
#menu #subnav-about {
        display : none;
        width: 90%;
}

body.s-home #menu ul#subnav-home,
body.s-news #menu ul#subnav-news,
body.s-atoz #menu ul#subnav-atoz,
body.s-airline #menu ul#subnav-airline,
body.s-search #menu ul#subnav-search,
body.s-update #menu ul#subnav-update,
body.s-about #menu ul#subnav-about {
        display : inline;
        left : 80px;
        position : absolute;
        top : 120px;
}

body.s-home #menu ul#subnav-home a,
body.s-news #menu ul#subnav-news a,
body.s-atoz #menu ul#subnav-atoz a,
body.s-airline #menu ul#subnav-airline a,
body.s-search #menu ul#subnav-search a,
body.s-update #menu ul#subnav-update a,
body.s-about #menu ul#subnav-about a {
        background : #eeeeee;
        border : none;
        border-left : 1px solid #ccc;
        color : #003795;
        font-size : 0.9em;
        font-weight : bold;
        line-height : 10px;
        margin-right : 4px;
        padding : 2px 5px 2px 5px;
        text-decoration : none;
}

#menu ul a:hover {
        color : #f29232 !important;
}

/* titles */

.itemtitle a:link, .itemtitle a:visited {
	color: #969696; 
	font-family: Trebuchet MS; 
}
.itemtitle a:hover {
	color: #f29232; 
}
.iteminfo a:link, .iteminfo a:visited {
	font-weight: bold; 
}

.news_item_date {
	padding-top: 5px;
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	font-size: 1em; 
	border-top: 10px #ffffff solid;
}
.news_item_title {
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 5px; 
}

/* categories */

.news_item {
	margin-bottom: 15px; 
	padding-left: 20px; 
	padding-right: 20px; 
	border-bottom: 1px dashed #ffffff;
/*	background-color: #f0f1f0;
*/}

.news_item p {
	padding: 0px 50px 10px 20px; 
}

/* a to z index */

#atoz {
	margin-left: auto; 
	margin-right: auto; 
}


#atoz td {
	background: #ccc; 
}

/* Displaying route indices */
td.place_title { 
	font-weight: bold; 
	vertical-align: top; 
}
td.places {
	padding-right: 30px; 
	padding-left: 10px; 
	width: 25em; 
	line-height: 1.2em; 
}
.route_index {
	margin: 15px 0px 0px 25px; 
}

/* searching styles */

.width2 {
        width: 230px;
	size: 4; 
}
#search {
        margin-left: auto;
        margin-right: auto;
}

#search th {
        background: #ccc;
}	

tr#submit td {
	text-align: right; 
}

.map {
	float: right;
	margin: 5px 5px 5px 5px;
}
.mapp {
	float: right; 
	margin: 5px 5px 5px 5px; 
}
.search_results {
	margin-left: 25px;
	font-weight: bold; 
	line-height: 1.4em;
}
.search_head {
	margin: 0px 0px 0px 35px;
}
