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

p,td,li {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

p {
	padding-right: 5px;
	}

.redText {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: red;
}

th {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}

h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	}


h2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	}

h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	}


table.mytable tr.header td,th { 
/*	border-bottom: 1px solid #ffffff;  */
	vertical-align:top; 
	color:#FFFFFF; 
	font-weight:bold;  
	}

object {
    outline: none;
}	


a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	border-style: none;
    outline: none;
}
a:hover {
	text-decoration: none;
	color: #8d8d8d;
	border-style: none;
}

table.tour {
	border-collapse: collapse;
	vertical-align: top;
	padding: 2px;
}

tr.tour{
	border-top: 1px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: black;
}

tr.tour_even {
	background-color: #ffffff;	
	border-top: 1px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: black;
	vertical-align: top;
}

tr.tour_odd {
	background-color: #CCD5DE;
	border-top: 1px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: black;
	vertical-align: top;
}

td.tour_cell {
	color:#000000;
	}

a.tour_cell {
	color:#000000;
	}


/* These are the Drop Menu Styles on the site */
#TopNav {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	list-style: none;
} 

#TopNav ul {
	color: white;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#TopNav li { /* all list items */
	float: left;
}

#TopNav a {
	text-decoration: none;
	border: 0px;
	outline: none;
}

#TopNav li ul { /* second-level lists */
	position: absolute;
	background: #DCDAC5;
	width: 171px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#TopNav li:hover ul, #TopNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #ccd4de;	
}

/* List Items of the Secondary Menu */
#TopNav li:hover ul li, #TopNav li.sfhover ul li {
	border: 1px solid #323232;
	width: 170px;
	}

/* Link List items in the second- Menu */
#TopNav li:hover ul li a, #TopNav li.sfhover ul li a { 
	text-decoration: none;
	display: block;
	color: #00264a;		
	width: 170px;
	text-align: left;
	margin-left: 0px;	
	padding-left: 10px;
	padding-bottom: 1px;
}

/* Hovering over the Secondary Menu ITEM */
#TopNav li:hover ul li:hover, #TopNav li.sfhover ul li.sfhover{
	background-color:#24344a;
}
#TopNav li:hover ul a:hover, #TopNav li.sfhover ul a:hover {
	color: #FFFFFF;
}


/* These are the Drop Menu Styles on the site */
#SideNav {
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	list-style: none;
} 

#SideNav ul {
	color: white;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#SideNav li { /* all list items */

}

/* These are the Drop Menu Styles on the site */
#CMSNav {
	margin: 0px 0px 0px 25px;
	padding: 5px 0px 0px 0px;
	list-style: none;
} 

#CMSNav ul {
	color: white;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#CMSNav li { /* all list items */
	float: left;
}

#CMSNav a {
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	border: 0px;
}

