#header {
	margin-bottom: 0;
}

#heading {
	margin:0;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;	
	float:left;
}

.subheading {
 	background: url('/images/company-banner.png') top left repeat-x;
}

#content h1 {
	color: #6d6855;
}

#introtext {
	margin-bottom: 30px;
        font-size:17px;
        color:#857e6d;
        letter-spacing:0px;
        line-height:19px;
}

.aboutpara a{
    text-decoration:underline;
    padding:1px;
    color:#000000;
    font-weight:bold;
}
.aboutpara a:hover{
    background-color:#857e6d;
    color:#ffffff;
}

.mapbubble{
	width: 150px;
	margin-bottom: 0;
}

#mapleft {
	width: 630px;
	float: left;
}

#about-quote{
	margin-bottom:40px;
}

/* RIGHT HAND COLUMN */
#mapright {
	width: 200px;
	float: left;
	font-size: 11px;
}

/* RIGHT PANEL */
#renquiries {
	margin-top: 38px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ae2319;
}

#address{
	margin-top:20px;
	margin-bottom:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

#senquiries{
	margin-top:20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#0083ad;
}

.contact{
	margin-bottom:10px;
	margin-left:0;
	margin-top:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.contact span{
	font-weight:bold;
	display:block;
}

#request_info_box {
	background: transparent url(/images/req_info_grey.gif) no-repeat scroll left top;
}

/* timeline */
#timelinepanel {
	clear: both;
}
#timelinepanel h2 {
	font-size: 16px;
}

#timeline {
	background-color: #aaa390;
	overflow: hidden;
}

#controller {
	background: url(/images/timeline/year_backdrop.jpg) top left no-repeat;
	width: 250px;
	height: 92px;
	float: left;
	margin-left: 10px;
}

#timeline_back {
	float: left;
	width: 35px;
	margin: 0;
	margin-left: 10px;
	margin-right: 18px;
}
#timeline_back img {
	margin-top: 28px;
}

#year {
	font-size: 58px;
	font-weight: bold;
	color: #ffffff;
	width: 140px;
	float: left;
	margin: 2px 0 0 0;
}

#timeline_forward {
	float: right;
	width: 35px;
	margin: 0;
	margin-right: 10px;
}
#timeline_forward img {
	margin-top: 28px;
	cursor: pointer;
}

#timeline_text {
	margin: 0 20px 0 275px;
	padding-top: 8px;
	color: #ffffff;
	font-size: 11px;
}

#months {
	clear: both;
	background-color: #3a382f;
	color: #ffffff;
	margin: 0;
	font-size: 9px;
	text-transform: uppercase;
	padding: 7px 0 7px 10px;
	font-weight: bold;
	overflow: hidden;
}
#months span { padding-top: 1px;
	margin-right: 10px;
	width: 60px;
	text-align: center;
	float: left;
	display: block;
}
#months span.last {
	margin-right: 0;
}
#months span.available {
	background: url(/images/timeline/month_available.jpg) top left no-repeat;
	cursor: pointer;
}
#months span.selected {
	padding-top: 2px;
	background: url(/images/timeline/month_selected.jpg) top left no-repeat;
}

#imagewrap {
	position: relative;
}
#image {
	clear: both;
	margin: 0;
}

#prevarrow {
	position: absolute;
	top: 50px;
	left: 10px;
	cursor: pointer;
}
#nextarrow {
	position: absolute;
	top: 50px;
	right: 10px;
	cursor: pointer;
}

#loader {
	height: 176px;
	text-align: center;
}
#loader img {
	margin-top: 50px;
}