/* CSS Document */
body {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#holder {
	border: 1px solid #999999;
	position: relative;
	width: 900px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#snaps {
	position: absolute;
	height: 286px;
	width: 347px;
	top: 174px;
	left: 487px;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 35px;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 10px;
}
.lefty {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#menu {
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 41px;
	top: 106px;
	width: 821px;
	margin-bottom: 25px;
	padding: 0px;
}
#menu .item {
	position: relative;
	z-index: 2;
	float: left;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	width: 162px;
	height: 45px;
	line-height: 4em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-family: verdana;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#menu a:hover{
	display: block;
	line-height: 4em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #0066CC;
	font-family: verdana;
	height: 45px;
	background-image: url(images/topbuttonhover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#calendaronpage{
	margin-top: 180px;
	position: relative;
}
#homepage{
	padding: 20px;
	float: left;
	position: relative;
}



.inputs {
	float:right;
	width: 120px;
	background-color: #E2F5F5;
}

.forms{
	float:left;
	width:130px;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}
.formsbig{
	float:left;
	width:45%;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}
.formsb{
	float:left;
	width:48%;
	margin-bottom: 2px;
		min-height:106px;
  height:auto !important;
  height:106px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
#enq {
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.prover {
	margin: 5px;
	height: 25px;
	width: 40%;
	border: 1px solid #000033;
	position: relative;
	float: left;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px
}
.propertylist{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: #FFFFFF;
}
.propertylist a:link, .propertylist a:active, .propertylist a:visited {
	color: #0033FF;
	font-size: 16px;
	text-decoration: none;
}
.propertylist a:hover {
	color: #333333;
	text-decoration: none;
}
.homep {
	position:relative;
	border: 7px double #584633;
	height:110px;
	width:110px;
	overflow: hidden;
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}
.homep img {
	position:relative;
	border-style: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}