body {
	padding:0px;
}

#fullMap{
	position:relative;
}
#stageContainer{
	height:900px;
	overflow:hidden;
}

#footer {
	clear:both;
}

.parishPath {
	fill-opacity:0;
}

.float-right {
	float:right;
}

.hidden {
	visibility: hidden;
}

.clearBoth {
	clear:both;
}

.clearLeft {
	clear:left;
}

.dropdown-menu.nolink li{
	padding:3px 20px 3px 20px;
}

.nopointer {
	pointer-events:none;
}

.dropdown-menu.nolink li:hover {
	background-color:#f5f5f5;
	color:black;
}

#mapNav .dropdown {
	font-size:120%;
	border-right:1px solid #e7e7e7;
}

#mapNav p.navbar-text {
	font-weight:bold;
}

#mapNav {
	bottom:0px;
}

#citySearchValue {
	width:200px;
}

li.disabled{
	opacity:.3;
	pointer-events:none;
}

li.highlighted {
	pointer-events:none;
	background-color:#2ABD12;
	color:white;
}

.italic{
	font-style: italic;
}

.pointImage{
	max-height:100px;
	max-width:120px;
	text-align:center;
}

.navbar-input {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 15px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.list-group-item-image {
	float:left;
	height:60px;
	
}

.list-group-item {
	clear:both;
}

.pointImage {
	max-width:400px;
}

#content {
	top:0px;
	height:100%;
	width:90%;
	margin-top:65px;
	margin-left:5%;
}
