/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.clear {
	clear: both;
}

a.x-icon {
	width: 12px;
	height: 12px;
	_overflow: hidden;
	text-decoration: none;
	background-image: url(../icons/other/rm-icon.gif);
	display: block;
	background-position: 0% 0%;
	background-repeat: no-repeat;

}

a:hover.x-icon {
	background-position: 0% 100%;
	_background-position: 0% -12px;
}

a.rollover {
	display: block;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

a:focus.x-icon {
	outline: none;
}


a:focus.rollover {
	outline: none;
}

a:hover.rollover {
	background-position: 0% 100%;
}
#mymaps_new_slideout {
	padding-bottom: 2em;
	border-bottom: 1px solid #F1F1F1;
}

.submit {
	background-color: #eee;
	border: 1px solid #0054df;
	color: #0054df;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 0 2px 0 2px;
	margin-left: 2px;
	height: 21px;
	vertical-align: middle;
}

#mymaps_current_title a {
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	margin-right: 6px;
	_margin-right: 3px;
	margin-top: 2px;
}
#mymaps_current_title {
	margin-top: 2em;
	margin-bottom: 0.9em;
}

#mymaps_current_title span {
	font-size: 16px;
	line-height: 16px;
	font-family: Arial;
	font-weight: bold;
	float: left;
}

#mymaps_select {
	width: 180px;
}

#mymaps_new_input {
	padding: 10px 10px 14px 12px;
	position: relative;
}

#mymaps_new_input input {
	padding: 2px;
	border: 1px solid #858585;
	height: 17px;
	vertical-align: middle;
}

#pageLinkDisplayClose {
	position: absolute;
	top: 3px;
	right: 3px;
}

#pageLinkDisplay {
	width: 350px;
	font-size: 12px;
	padding: 12px 14px 14px 14px;
	z-index: 10;
	position: absolute;
	right: 10px;
	background-color: #F6F7F7;
	border: 1px solid #979797;
	display: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#pageLinkDisplay input {
	width: 342px;
	padding: 3px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #858585;
	font-size: 12px;

}

.grey_highlight {
	background-color: #F1F1F1;
	padding: 3px;
}

#list_amount {
	width: 45px;
}

.bold {
	font-weight: bold;
}

.nodisplay {
	display: none;
}

img {
	border: 0;
}

#results li {
	background-repeat: no-repeat;
	background-position: left top;
}

/* Google Maps controls */

.google_control { 
	color: black;
	font-family: Arial,sans-serif;
	font-size: small;
	-moz-user-select: none;
	position: absolute;
	float: left;
	border: 1px solid black;
	background-color: white;
	text-align: center;
	cursor: pointer;
}

.google_control div {
	border-style: solid;
	border-color: white rgb(176, 176, 176) rgb(176, 176, 176) white;
	border-width: 1px;
	font-size: 12px;
}

.google_control_active div{
	border-color: rgb(52, 86, 132) rgb(108, 157, 223) rgb(108, 157, 223) rgb(52, 86, 132);
	font-weight: bold;	
}

/* Layout */

v\:* {
	behavior:url(#default#VML);
}

#hmtctl * div > div {
	padding: 2px;
}

.dragme1 {
   font-size: 14px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight:bold;
   margin-bottom:3px;
}

.dragme2 {
   font-size: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#blockwrapper {
	height: 93px;
	padding-right:20px;
}

#blockwrapper div#logo_container{
	width: 770px;
	height: 93px;
	background: transparent url(../images/bg-header.gif) repeat-x scroll 0 0;
	position: relative;
	z-index: 100;
}
	
#outsidelinks {
	width: 200px;
	height: 93px;
	padding-left: 10px;
	position: absolute;
	top: 0;
	left: 800px;
	background: url(../images/vbar.gif) no-repeat top left;
}

#outsidelinks #outsidelinks_ul2 {
	left: 90px;
}
	
#outsidelinks ul {
	position: absolute;
	top: 28px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#outsidelinks li.faded {
	color: #be7272;
}
	
#outsidelinks li a {
	color: #dcdfdf;
	text-decoration: none;
}
	
#outsidelinks li a:hover {
	color: #ffffff;
	text-decoration: none;
}
	
#outsidelinks li {
	color: #dcdfdf;
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	}
	
#outsidelinks img {
	float: left;
	}

#header {
	background: url(../images/bg-header.gif) repeat-x;
	padding-left: 22px;
	height: 118px;
}
		
#logo {
	width: 381px;
	height: 56px;
	position: absolute;
}
#logo a:focus {
	outline: none;
}
	
#search {
	padding-top: 24px;
	position: absolute;
	left: 380px;
}
	
#search form {
	margin: 0;
	padding: 0;
}


#search .inputbox {
	background-color: #fff;
	border: 1px solid #858585;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4px;
	padding: 3px;
	width: 200px;
}
	
#search select {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #858585;
	padding: 2px;
	width: 100px;
	margin: 0;
	}
	
* html #search select { padding: 3px; }	

#search input#qt {
	color: #555;
	}

#search input[type="submit"] {
	background-color: #eee;
	border: 1px solid #858585;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 2px;
	margin: 0;
}

* html #search .submit { position: relative; margin-left: -12px; }
	
#nav {
	z-index: 100;
	position: absolute;
	top: 56px;
	width:712px;
}
	
#optionbar {
	background-color: #f6f7f7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0.4em;
}
	
#hideshow {
	float: left;
}

#hideshow input {
	vertical-align:middle;
}

.displayTitle {
	margin-right: 5px;
	}
	
.first{
	display: inline-block;
	margin-right: 8px;
	}
.last{
	display: inline-block;
	margin-right: 5px;
	}	

#userfunctions {
	float: right;
	padding-right: 20px;
	padding-top: 1px;
	}

#userfunctions div{
	float:left;
	padding-left:5px;
	}
	
#userfunctions li.faded {
	color: #6B6B6B;
	display: inline;
	margin-left: 15px;
	padding-left: 22px;
}
	
#userfunctions a {
	text-decoration: none;
	}
	
#userfunctions a:hover {
	text-decoration: underline;
	}
	
#userfunctions a:visited {
	text-decoration: none;
	}
	
#userfunctions a:active {
	text-decoration: none;
	}
	
div#print {
	padding-top: 1px;
	background: url(../images/uf-print.gif) no-repeat top left;
	}
	
div#print a {
	padding-left: 22px;
	}
	
div#email {
	margin-left: 15px;
	padding-top: 1px;
	background: url(../images/uf-email.gif) no-repeat top left;
	}
	
div#email a {
	padding-left: 22px;
	}
	
div#link {
	margin-left: 15px;
	padding-top: 1px;
	background: url(../images/uf-link.gif) no-repeat top left;
	}
	
div#link a {
	padding-left: 23px;
	}
	
#content {
	width: 500px;
	padding-top: 35px;
	padding-left: 10px;
	}
	
#contentcenter {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}
	
#footer {
	margin-top: 14px;
	margin-left: 10px;
	}

		
/* General */

html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #f6f7f7;
	overflow: hidden;
	}
		
#content p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.9em;
	padding-bottom: 15px;
	color: #555555;
	}
	
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 15px;
	color: #c00;
	}
	
#content .form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
	
#footer img {
	display: block;
}
	
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4f4f4f;
	margin-top: 8px;
	}
	
#footer a:active {
	color: #555555;
	text-decoration: none;
	}
	
#footer a:visited {	
	color: #c00;
	text-decoration: none;
	}
	
#footer a:link {
	color: #c00;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #c00;
	text-decoration: underline;
	}

div#map {
	margin-left: 10px; /*312px*/
	border: 1px solid #979797;
	margin-right: 10px;
	top: 0px;
	_top: 0px;
	_overflow: hidden;
}

div#tabs {
	height: 29px;
	width: 100%;
	background-color: #F6F7F7;
	_overflow: hidden;
	z-index: 5;
	border-bottom: 1px solid #979797;
}

div#sideContainer {
	background-color: #FFF;
	border: 1px solid #979797;
	border-bottom: 0;
	border-top-width: 0;
	overflow: auto;
	padding: 12px;
	/*width: 290px;*/
	width: 269px;
	_width: 268px;
	overflow-x: hidden;
}

div#side {
	position: absolute;
	top:119px;
	border-right: 1px solid #979797;
	left: 0px;
	width: 305px;
	margin-left: 10px;
	background-color: #F6F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
	color: #555555;
	text-decoration: none;
	display:block;
	z-index: 1;
}
	
div#arrowhs {
	position:absolute;
	right: 0px;
	top: 0px; 
	width: 10px; 
	background: #f6f7f7 url(../images/arrow-hide.gif) no-repeat center;
	display:block;
	border-top:none;
	z-index: 1;
}
	
div#homepage {
	padding: 12px 12px 0px 12px;
}

div#homepage ol {
	margin-top: 10px;
	margin-left: 30px;
}

#nonemy {
	margin-bottom: 1em;
	display: none;
}

#side a:active {
	color: #0054df;
	text-decoration: none;
	top:30px;
	border-top:none;
}
	
#side a:visited {
	color: #0054df;
	text-decoration: none;
	}
	
#side a:link {
	color: #0054df;
	text-decoration: none;
	}
	
#side a:hover {
	color: #0054df;
	text-decoration: underline;
	}	
	
ul#results {
	display: none;
}
	
ul#results li {
	padding: 0;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
	min-height: 32px;
	list-style: none;
}

ul#results li {
	padding: 0;
	list-style: none;
	margin-bottom: 3px;
	margin-top: 3px;
	display: block;
	width: 255px;

	padding-top: 2px;
}

ul#results li a.resultIcon {
	display: block;
	float: left;
	width: 23px;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 4px;


}

ul#results li div.resultDetails {
	width: 200px;
	float: left;
	margin-left: 3px;

}

ul#results li .x-icon {
	float: right;
	width: 12px;
	margin-top: 3px;

}
	

#outsidelinks li#infocenter {
	background: url(../images/infocenter.gif) no-repeat top left;
}

#outsidelinks li#infocenter a {
	display: block;
	position: relative;
	left: -26px;
	padding-left: 26px;
}

.resultinfo {
	position:relative;
	display:block;
}
	
ul#results li.nonselected-result {
	background-color: #ffffff;
}
	
ul#results li.selected-result {
	background-color: #f1f1f1;
}
	
.title-0 {
font-weight: bold;
}

#noresults {
	display: none;
}

div#noresults ul {
	margin-top: 10px;
	margin-left: 20px;
}

#resultcount {
	display: none;
}

.resultnav {
	display: none;
}

#resultnavb {
	margin-bottom: 5px;
}

.resultnav li {
	display: inline;
	padding-top: 1px;
}

ul.pageslist {
	margin-top: 10px;
}

ul.pageslist li {
	margin-right: 3px;
}

li.resultleft {
	background: url(../images/button-prev.jpg) no-repeat top left;
	display: inline;
	font-weight: bold;
	}

li.resultleft a {
	padding-left: 20px;
	}
	
li.resultright {
	background: url(../images/button-next.jpg) no-repeat top right;
	display: inline;
	font-weight: bold;
	}

li.resultright a {
	padding-right: 20px;
	}

img.floatLeft { 
	float: left; 
	margin: 5px; 
}

#primary-nav {
	display: block;
	list-style: none;
	padding: 0; 
	margin: 0;
	height: 28px;
	position: relative;
	z-index: 1;
}

#primary-nav li, #primary-nav a {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}

#primary-nav li {
	height: 28px;
	}

#primary-nav a {
	width: 100%;
	text-indent: -100em;
	height: 28px;
	outline: none;
}

#primary-nav .dropdown {
	top: 37px !important;
}

/* General positioning */
#primary-nav #menu0 {width: 20px; left: 0px;}
#primary-nav #menu1 {width: 115px; left: 54px;}
#primary-nav #menu2 {width: 90px; left: 203px;}
#primary-nav #menu3 {width: 40px; left: 325px;}
#primary-nav #item4 {
	width: 37px;
	left: 473px;
}
#primary-nav #item5 {
	width: 40px;
	left: 534px;
}
#primary-nav #item6 {
	width: 32px;
	left: 599px;
}
#primary-nav #item7 {
	width: 49px;
	left: 653px;
}

#primary-nav #item8 {
}

#primary-nav #menu0 {
	background: url(../images/primary-nav/all.gif) no-repeat;
}
#primary-nav #menu0:hover {
	background: url(../images/primary-nav/all.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}

#primary-nav #menu1 {
	background: url(../images/primary-nav/crc.gif) no-repeat;
}
#primary-nav #menu1:hover {
	background: url(../images/primary-nav/crc.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}

#primary-nav #menu2 {
	background: url(../images/primary-nav/bumc.gif) no-repeat;
}
#primary-nav #menu2:hover {
	background: url(../images/primary-nav/bumc.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}

#primary-nav #menu3 {
	background: url(../images/primary-nav/other.gif) no-repeat;
}
#primary-nav #menu3:hover {
	background: url(../images/primary-nav/other.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}

#primary-nav #item8>a {
	position: static;
	width: 40px;
	margin-left: auto;
	margin-right: auto;
}

#primary-nav #item8 {
	width: 76px;
	left: 381px;
	background: url(../images/primary-nav/login.gif) no-repeat;
}

#primary-nav #item8.loggedin {
	background: url(../images/primary-nav/logout.gif) no-repeat;
}

#primary-nav #item8:hover {
	background: url(../images/primary-nav/login.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}

#primary-nav #item8.loggedin:hover {
	background: url(../images/primary-nav/logout.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}

#primary-nav #item4 {
	background: url(../images/primary-nav/about.gif) no-repeat;
}
#primary-nav #item4:hover {
	background: url(../images/primary-nav/about.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}

#primary-nav #item5 {
	background: url(../images/primary-nav/legend.gif) no-repeat;
}
#primary-nav #item5:hover {
	background: url(../images/primary-nav/legend.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}

#primary-nav #item6 {
	background: url(../images/primary-nav/help.gif) no-repeat;
}
#primary-nav #item6:hover {
	background: url(../images/primary-nav/help.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}

#primary-nav #item7 {
	background: url(../images/primary-nav/contact.gif) no-repeat;
}
#primary-nav #item7:hover {
	background: url(../images/primary-nav/contact.gif) no-repeat;
	background-position: 0% 100%;
	_background-position: 0% -33px;
}


.tooltip {
	width: 300px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.tooltip_class {
	background-color: #ffffff;
	border: 1px solid #b8b8b8;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.malign {
	margin-top: 50px;
}

li.current_page {
	font-weight: bold;
	color: #c00;
	}
	
#BU_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #BU_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#BU_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #BU_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#BU_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #BU_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

a.linkicon-normal {
	position:absolute;
	margin:0;
	padding:0;
	width:23px;
	height:26px;
	top: 3px;
	left: -31px;
	}
a.linkicon-parking {
	position:absolute;
	margin:0;
	padding:0;
	width:14px;
	height:14px;
	top: 3px;
	left: -27px;
	}
a.linkicon-train {
	position:absolute;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	top: -4px;
	left: -28px;
	}
a.linkicon-bus {
	position:absolute;
	margin:0;
	padding:0;
	width:18px;
	height:17px;
	top: 3px;
	left: -29px;
	}

/* CSS Document for dropdown menu */

#primary-nav li .dropdown {visibility: hidden;}

#primary-nav .activelink {z-index: -1;} /* z-index fix for ie */

#primary-nav>li.activelink {z-index: 0;}

#menu0>a, #menu1>a, #menu2>a, #menu3>a, #item4>a, #item5>a, #item6>a, #item7>a, #item8>a {overflow: hidden} /* fixes weird onclick outline in Mozilla/Firefox */

#pagebody {overflow: hidden} /* overflow fix for IE */

#primary-nav .dropdown { /* style for dropdown/flyout ul */
	position: absolute;
	display: block;
	float: left;
	border: 1px solid #cc0000;
	background-color: #fff;
	margin: -1px; padding: 0px;
	z-index: 100;
	top: 31px;
	left: -1px;
	padding-top: 2px;
	width: auto;
	margin-right: -20em;
}

#primary-nav .dropdown li { /* individual menu item */
	position: relative;
	padding: 5px 8px 5px 8px;
	height: auto;
	display: block;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	border-bottom: 1px solid #eeeeee;
}

#primary-nav .dropdown a  { /* menu links - padding is set here, so menu highlight is complete */
	position: relative;
	text-indent: 0;
	display: block;
	color: #727272;
	margin: -3px -8px -3px -8px;		/* the following two styles is to fix an IE problem. If li's padding was 0 and */
	padding: 3px 18px 3px 8px;	/* the a's padding was 5px, IE shifts the flyout and adds a linebreak to li */
	height: auto !important;
	height: 100%;
	width: auto !important;
	width: 100%;
	text-decoration: none;
	background-image: none;
}


#primary-nav .dropdown a:hover {
	background-image: none !important;
/*	background-color: #33CC00;*/
	color: #cc0000;
}

#primary-nav a {
	text-decoration: none;
}

#primary-nav .flyout {
	position: absolute;
	display: block;
	float: left;
	border: #c00 solid 1px;
	background-color: #fff;
	margin: 0; padding: 0;
	left: 100%;
	top: 0px;
}

#primary-nav .flyout a:hover {
	background-image: none !important;
	}

#primary-nav .submenu a {
	background-image: none !important;
}

.submenu {
	background: url(../images/arrows.gif) no-repeat right;
}

#primary-nav .dropdown .submenu a {
	padding-right: 15px;
}

.submenu a:hover {
	background: url(../images/arrows.gif) no-repeat right;
}

/* The following two declarations need to be made explicitly, since IE doesn't support 'parent > child' CSS selectors */

#primary-nav .submenu .flyout a {
	padding-right: 5px;
}

.submenu .flyout a:hover {
	background-image: none;
}
.popup .submit {
	background-color: #eee;
	border: 1px solid #0054df;
	color: #0054df;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 0 2px 0 2px;
	margin-left: 2px;
	height: 21px;
	vertical-align: middle;
}
.popup img {
	border: 0;
	margin: 0;
}

.popup #popup_back_button a {
	margin: 0 0.2em 0 0;
	vertical-align: middle;
	text-decoration: none !important;
}

.popup #popup_back_button a:hover {
	text-decoration: none !important;
}

.popup #popup_back_button a:hover span {
	text-decoration: underline;
}


.popup #extras_navigation {
	margin-top: 1em;
}

.popup #extras_navigation * {
	vertical-align: middle;
}

.popup #extras_navigation a {
	margin-right: 0.6em;
	margin-left: 0.6em;
}

.popup #icons a {
	margin-right: 2px;
	float: left;
}

.popup #icons img {
	float: left;
	margin-right: 2px;
}

.popup .infotitle a, .popup .infotitle {
	font-weight: bold !important;
}

.popup .infosection img {
	margin-right: 2px;
}

.popup .infosection {
	margin-top: 1em;
}

.popup #popup_add_mymap a {
	color: #CC0000 !important;
}

.popup #popup_mymaps_select {
	height: 21px;
	margin-right: 3px;
	border: 1px solid #858585;
	vertical-align: middle;
}

.popup {
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #555555;
	max-width: 500px;
}

.popup .imgwrap {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #c7c7c7;
	width: 139px;
}

.popup .img {
	padding: 7px 7px 7px 7px;
	width: 125px;
	height: 125px;
}

.popup .info {
	float: left;
	margin-bottom: 10px;
	max-width:340px;
}

.popup .closest {
	clear: both;
}

.popup a:link {
	color: #0054df !important;
	text-decoration: none !important;
}
	
.popup a:hover {
	color: #0054df !important;
	text-decoration: underline !important;
}	
	
.popup a:visited {
	color: #0054df !important;
	text-decoration: none !important;
}
	
.popup a:active {
	color: #0054df !important;
	text-decoration: none !important;
}
	
.popup .inputbox {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #858585;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	margin-top: 4px;*/
	padding: 3px;
	vertical-align: middle;
}
	
.popup .small {
	font-size: 9px;
	color: #999999;
}
	
.popup .align {
	vertical-align: middle;
}
	
.popup #infoicons {
float: left;
}

.popup ul#popicons {
	margin-top: 20px;
	margin-left: 10px;
}

.popup #popicons li {
	margin-left: 10px;
	margin-bottom: 2px;
	list-style: none;
}

.popup a.mymapslink:link {
	color: #CC0000 !important;
	text-decoration: underline;
}
	
.popup a.mymapslink:hover {
	color: #CC0000 !important;
	text-decoration: underline;
}	
	
.popup a.mymapslink:visited {
	color: #CC0000 !important;
	text-decoration: underline;
}
	
.popup a.mymapslink:active {
	color: #CC0000 !important;
	text-decoration: underline;
}
