div#content1 {
	height: 1280px;
}
div#content1 div.hm {
	min-height: 1180px;
}
div#content2 {
	height: 1000px;
	position:relative;
}

div#content1 div.hm {
	position:relative;
}
div#content1 div.hm div.box1 {
	width:380px;
	height:310px;
	position:absolute;
	top:100px;
	left:20px;
	text-align:left;
	font-size:1.5em;
}
div#content1 div.hm div.box2 {
	width:380px;
	height:310px;
	position:absolute;
	top:100px;
	left:420px;
}
div#content1 div.hm div.box3 {
	width:380px;
	height:310px;
	position:absolute;
	top:100px;
	left:820px;
}

div#content1 div.hm div.boxwide {
	width:1180px;
	height:200px;
	position:absolute;
	top:430px;
	left:20px;
	text-align:left;
	font-size:1.5em;
}


div#content1 div.hm div#map {
	width:1180px;
	height:550px;
	position:absolute;
	top:610px;
	left:20px;
}
form {
	font-size:1.5em;
	margin:0;
	padding:0;
	text-align:left;
}

form label {
	float:left;
	width: 100px;
}
form p {
	clear:both;
}
form .txtipt, form .txtaipt {
	border: 1px solid #CCC;
	padding: 2px;
	margin:0;
	width: 250px;
	height: 25px;
	background:#ECEBEC;
}
form .txtaipt {
	height: 203px
}
form #sbtn {
	margin:25px 0 0 100px;
	padding:0;
	height: 30px;
	width: 90px;
	text-align:center;
	color:#70706E;
	background-color:#CFE5F3;
	border: none;
	cursor:pointer;
	vertical-align:middle;
	font-weight:700;
}
form #sbtn:hover {
	background-color:#F4EDEC;
}








div#outsidepicsholder {
	background:url(../images/local/outsidepics.png) no-repeat top center;
	height:176px;
	width:100%;
	min-width:1200px;
	margin:0 auto;
	position:absolute;
	top: 715px;
	z-index:1;
}
div#outsidecolourholder {
	background:url(../images/local/coloured-bkd.png) no-repeat bottom center #F4EDEB;
	height:897px;
	width:100%;
	min-width:1200px;
	margin:0 auto;
	position:absolute;
	top: 891px;
	z-index:1;
}