/*------------------------------CSS RESET------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
/*------------------------------CSS RESET------------------------------*/

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana;
}

#top {
	position: absolute;
	height: 20px;
	width: 100%;
	background-color: #09305B;
	border-bottom: 4px solid #DAAA00;
	font-size: 8px;
	letter-spacing: 1px;
	min-width: 800px;
}

#top a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	margin-top: 5px;
}

#top .float_left {
	float: left;
	overflow: hidden;
	margin-left: 30px;
}

#top .float_right {
	float: right;
	overflow: hidden;
	margin-right: 30px;
}

#left {
	position: absolute;
	top: 24px;
	bottom: 0px;
	width: 350px;
	min-height: 576px;
	border-right: 2px solid #B3B2AD;
	overflow-x: hidden;
	overflow-y: auto;
}

#left_top {
	padding: 40px 30px 30px 30px;
	text-align: center;
}

.logo {
	margin: 10px 0 30px 0;
}

#left_top div {
	margin-bottom: 5px;
	height: 34px;
}

#search_button {
	position: absolute;
	margin-left: -34px;
}

#left_top input {
	width: 95%;
	vertical-align: middle;
	font-size: 10px;
	padding: 2px 0px 2px 5px;
	float: left;
	margin-top: 8px;
}

#left_top select {
	display: block;
	width: 100%;
	padding: 2px;
	font-size: 10px;
}

#left_top input, #left_top select {
	border: 1px solid #B3B2AD;
}

#left_bottom > p {
	margin: 60px 20px 10px 20px;
	font-size: 10px;
	text-align: center;
}

/* Categories & global */
#locations > li:last-child span {
	border-bottom: none;
}
#locations li > span {
	border-bottom: 1px solid #B3B2AD;
	display: block;
	padding: 10px 0 10px 25px;
	margin: 0 30px 0 30px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	cursor: pointer;
}
#locations li > span > img {
	float: right;
	margin-left: 10px;
}
#locations ul {
	display: none;
}

/* Sub-categories */
#locations > li > ul {
	background-color: #FCF6E6;
}
#locations > li > ul > li > span {
	padding-left: 50px;
	font-size: 11px;
}

/* Locations */
#locations > li > ul > li > ul {
	background-color: #F9F0D1;
	padding: 3px 0 3px 0;
}
#locations > li > ul > li > ul > li {
	margin: 0 30px 0 30px;
	padding: 3px 0 3px 50px;
	font-size: 10px;
	cursor: pointer;
}

#map {
	position: absolute;
	top: 24px;
	left: 352px;
	bottom: 0px;
	right: 0px;
	min-width: 448px;
	min-height: 576px;
}

#popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 350px;
	min-height: 600px;
	border-right: 2px solid #B3B2AD;
	background-color: white;
}

#popup_header {
	width: 100%;
	height: 24px;
	background-color: #B3B2AD;
}

.closer {
	cursor: pointer;
	float: right;
	font-size: 12px;
	line-height: 24px;
	vertical-align: middle;
	margin-right: 6px;
	color: white;
}

#popup_logos {
	padding: 40px 30px 30px 30px;
	text-align: center;
}

#popup_content {
	margin-top: -24px;
	padding: 0px 30px 30px 30px;
	color: black;
	font: 10px Verdana, sans-serif;
	position: absolute;
	top: 219px;
	bottom: 0;
	overflow-y: auto;
}

#popup_content a {
	color: black;
}

#popup_content hr {
	width: 100%;
	border: 0;
	height: 1px;
	background-color: #B3B2AD;
	margin: 10px 0 10px 0;
}

#popup_content_picture {
	width: 290px;
	padding-bottom: 20px;
}

#popup_content_title {
	color: black;
	font: 23px Verdana, sans-serif;
	margin-bottom: -5px;
}

#popup_content_title a {
	text-decoration: none;
}

#popup_content_body {
	padding: 5px 0 25px 0;
}

#popup_content_body b, #popup_content_body em {
	font-weight: bold;
}

#popup_content_body ul {
	list-style: square;
	margin-left: 14px;
}

#popup_content_body ul li[data-type="department"] a,
#popup_content_body ul li[data-type="building"] a {
	font-weight: bold;
	color: #335379;
}

#popup_content_body ul li[data-type="department"] a:hover,
#popup_content_body ul li[data-type="building"] a:hover {
	color: #002855;
}

.boldgold {
	color: #C89A00;
	font: bold 10px Verdana, sans-serif;
}

#share_link {
	cursor: pointer;
}

#share_link img{
	padding-bottom: 1px;
}

#share_popup {
	display: none;
	position: absolute;
	top: 197px;
	left: 375px;
	width: 362px;
	background-color: white;
	border: 1px solid #B3B2AD;
	border-radius: 3px;
	padding: 20px;
}

#share_popup_close {
	margin: -20px -14px 0 0;
	color: black;
}

#share_popup h4 {
	color: black;
	font: 12px Verdana, sans-serif;
}

#share_popup h5 {
	color: black;
	font: 10px Verdana, sans-serif;
	margin: 15px 0 5px 0;
}

#share_popup input {
	width: 100%;
	color: black;
	font: 10px Verdana, sans-serif;
	border: 1px solid black;
}

ul.ui-autocomplete > li {
	font-family: Arial;
	font-size: 10px;
}

[title=Show\ 45\ degree\ view], [title=Zoom\ in\ to\ show\ 45\ degree\ view], [title=Zoom\ in\ to\ show\ 45-degree\ view] {
  display:none !important;
}