@charset "utf-8";
/* CSS Document */

/* C-V Developments CSS by Stuart Blackett (http://www.stuartblackett.com/) */

/* Holding DIV */

#innerwrapper {
	position: relative;
	margin: 0 auto;
	width: 988px;
	height: 798px;
}

/* Site Styles */

body {
	background-image: url(images/background.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #838589;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838589;
}

a { text-decoration: none; color: #000000; }

a:hover { text-decoration: underline; }

.largerP {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #838589;
}

.main-image {
	position: absolute;
	border: none;
	left: 19px;
	top: 55px;
}

.mini-header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #494949;
	font-weight: bold;
}

#banner {
	position: absolute;
	width: 983px;
	height: 130px;
}

#innerdiv {
	position: absolute;
	background-image: url(images/central-bg.jpg);
	background-repeat: no-repeat;
	width: 978px;
	height: 601px;
	top: 168px;
	left: 0px;
}

#templatediv {
	position: absolute;
	background-image: url(images/central-bg-nodots.jpg);
	background-repeat: no-repeat;
	width: 978px;
	height: 601px;
	top: 167px;
	left: 0px;
}

#maintext {
	position: absolute;
	width: 530px;
	height: 325px;
	left: 444px;
	top: 51px;
}

#developments {
	position: absolute;
	background-image: url(images/developments-bg.jpg);
	width: 510px;
	height: 125px;
	top: 208px;
}

#developments ul { list-style: none; margin: 0; padding: 0; }

#developments li { font-size: 11px; color: #494949; }

#location {
	position: absolute;
	height: 114px;
	width: 159px;
	left: 79px;
	top: 18px;
}

#property-type {
	position: absolute;
	height: 114px;
	width: 222px;
	left: 269px;
	top: 18px;
}

#menu {
	position: absolute;
	width: 978px;
	height: 37px;
	background-image: url(images/menu-bg.jpg);
	top: 138px;
	z-index: 1;
}

#news {
	position: absolute;
	left: 56px;
	top: 9px;
}

#about {
	position: absolute;
	top: 9px;
	left: 222px;
	width: 78px;
}

#residential {
	position: absolute;
	top: 9px;
	left: 359px;
}

#leisure {
	position: absolute;
	top: 9px;
	left: 519px;
}

#commercial {
	position: absolute;
	top: 9px;
	left: 655px;
}

#finished-homes {
	position: absolute;
	top: 9px;
	width: 116px;
	left: 814px;
	z-index: 1;
}

#townhead {
	position: absolute;
	width: 313px;
	height: 186px;
	left: 332px;
	top: 396px;
}

#themill {
	position: absolute;
	width: 313px;
	height: 181px;
	left: 6px;
	top: 396px;
}

#maltings {
	position: absolute;
	width: 311px;
	height : 184px;
	left: 658px;
	top: 390px;
}

#footer {
	position: absolute;
	width: 978px;
	height: 28px;
	background-image:url(images/footer-bg.jpg);
	top: 586px;
}

#footer-text {
	position: absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	left: 738px;
	top: 8px;
	width: 237px;
}

#footer-text a { text-decoration: none; color: #FFFFFF; }

#footer-text a:hover { text-decoration: blink; color:#999999; }

/* Hover Menu CSS */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	font-size: 80%;
	margin-right: 1em;
}

#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 1em;
	color: #2d486c;
}

* html #nav a {
	width: 100%;
}

#nav ul {
	display: none;
	position: absolute;
	padding: 0;
}

#nav ul li {
	font-size: 100%;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
}

#nav li:hover ul {
	display: block;
}

/* Sub Pages */

#template {
	position: absolute;
	width: 947px;
	height: 556px;
	top: 33px;
	left: 15px;
}
	
/* CSS Drop Down Menu */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	width: 180px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#nav a:hover {
	text-decoration: underline;
}

#nav ul {
	display: none;
	position: absolute;
	padding: 0;
}

#nav ul li {
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
	border-bottom: solid 1px #000000;
	background-color: #d5d5d7;
}

#nav li:hover ul {
	display: block;
}
