@CHARSET "UTF-8";

@import '/css/reset.css';

.left {
    float: left;
}

.right {
    float: right;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#contentpane p ul {
	list-style: disc!important;
	margin-left: 15px;
}

h2 a, h1 a, h3 a, h4 a {
	color: black;
	text-decoration: none;
}

.result h2 a {
	color: blue;
}

.item-thumb {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 100px;
}

.item-list {
	margin-top: 25px;
}

.item-featured {
	background-color: #89c4dc;
}

label {
	margin-right: 20px;
}

select {
	margin-left: 15px;
}

p {
	margin: 15px 0px!important;
}
.item-list li {
	padding: 10px;
	clear: left;
	margin-bottom: 0px!important;
}

.item-content {
	position:relative;
	top: -15px;
	float:right;
	width: 400px;

	padding: 5px;
	padding-top: 0px;
	margin-top: 10px;
}

.item-image, .item-map {
	width: 200px;
}

.standfirst {
	font-weight: bold;
}

#mapstraction {
	width: 196px;
	border: 2px solid #ff923d;
	}
	
ul.facilities {
    list-style: none!important;
    margin: 0px 0px 50px 0px!important;
}
.item-content ul {
	margin-top: 15px;
	list-style: disc;
	margin-left: 15px;
}
.topicpack {
    width: 46%;
    height: 120px;
    padding: 10px;
    margin-bottom: 10px;
    background-color:#89c4dc;
    position: relative;
}

.topicpack img {
	width: 35px;
	height: 35px;
    float: left;
    margin-bottom: 80px;
    margin-right: 10px;
}

.topicpack h3 {
    margin: 0px;
    padding: 0px;
}

.topicpack p {
    width: 250px;
	float: left;
}
    
.toc ul {
      list-style: disc;
      margin-left: 15px;
}

.toc li {
    margin-bottom: 3px;
}

.toc {
    float: right;
    padding: 15px;
    border: 1px solid orange;
    width: 100px;
    margin: 40px;
    margin-top: 0px;
    margin-right: 0px;
}

.facilities li img {
	position: relative;
    float: left!important;
    width: 30px;
    margin-right: 2px;
    border: 1px black solid!important;
}

.facilities li {
	float: left;
}


#sidebar p a {
    float: left;
    clear: none;
    display: inline;
    text-align: center;
}

#sidebar p {
    width: 200px;
}
.searchurl {
	font-size: 0.8em;
	color: green;
  }
