/*
	New Colour Definitions :

	Light Blue: #0099CC;
	Dark blue/ purple: #4D419A;
	Light Green: #669933;
	Warm Grey: #5E5C58;
		
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat;
	background-position: top;
	background-color: #0099CC;
}

.cleardiv {
	clear: both;
	height: 0px;
}

/* Drop Shadow */

#wrapper {
	margin: 0 auto;
	width: 1002px;
	background-image: url(../images/layout/shadow-repeat.png);
	background-position: top;
	background-repeat: repeat-y;
}

#pagefooter {
	height: 10px;
	width: 1002px;
	margin: 0 auto;
	background-image: url(../images/layout/shadow-footer.png);
	background-position: top;
	background-repeat: no-repeat;
}

/* framework */
#container {
	margin: 0 auto;
	background-color: #fff; 
	width: 958px;
	padding: 11px 11px 11px 11px;
}

#header {
	width: 958px;
	height: 134px;
	margin-bottom: 11px;
}

#left {
	width: 203px;
	float: left;
}

#right {
	width: 744px;
	float: left;
	margin-left: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#rightlinks {
	width: 744px;
	float: left;
	margin-left: 11px;
	background-color: #5E5C58;
}

#rightlinks ul {
	list-style: none;
	color: #FFF;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	padding: 20px;
}

#rightlinks h1 {
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	padding: 20px;
}

/* Header */

#header h1{
	float: left;
	margin-left: 20px;
}

#header a img {
	border: 0px;
}

#header h2 {
	float: right;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 20px;
	font-weight: normal;
	margin-right: 20px;
	margin-top: 85px;
}

/* Menu  */

#left #menu {
	background-color: #fff;
	list-style: none;
}

#left #menu li {	
	background-color: #0099CC;
	background-image: url(../images/layout/arrow2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 12px;
	font-size: 12px;
	font-family: arial, verdana, san-serif;
	margin: 0 0 2px 0;
}

#left #menu li#selected {	
	background-image: url(../images/layout/arrowdown.jpg);
}
#left #menu li.arrow-hover {
	/*background-image: url(../images/layout/arrowshift.jpg);*/
	background-position: bottom right;
}

#left #menu li ul li.arrow-hover {
	background-image: none;
}

#left #menu li a {
	color: #fff;
	padding: 5px 0px 5px 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#left #menu li a:hover{
	color: #000;
}

#left #menu li ul {
	padding: 5px 0;
	background-color: #01ABE4;
	list-style: none;
}

#left #menu li ul li {
	background-image: none;
	padding: 2px 10px 2px 20px;
	background-color: #01ABE4;
}

#left #menu li ul li a{
	padding: 0px ;
	font-weight: normal;
}

/* Check flash */
#checkflash {
	margin-top: 9px;
	background-color: #4D419A;
	font-family: Georgia, Times New Roman, Serif;
	color: #fff;
}

#checkflash h3 {
	font-size: 22px;
	font-weight: normal;
	padding: 10px 20px 0px 10px;
}

#checkflash p {
	font-size: 14px;
	padding: 5px 20px 10px 10px;
}

#checkflash img {
	margin-left: 16px;
}

#checkflash a {
	color: #fff;
	font-size: 20px;
	text-align: right;
	text-decoration: none;
}

#checkflash a:hover {
	text-decoration: underline;
}

#footer {
	margin-top: 11px;
	height: 140px;
	background-color: #669933;
	color: #fff;
}

#footer p {
	font-size: 12px;
	margin: 10px;
}

#footer p strong {
	font-weight: bold;
	font-size: 14px;
}

/* Home page splash*/

#homepagesplash {
	height: 303px;
	width: 744px;
	overflow: hidden;
	background-color: #669933;
}

#homepagesplash img {
	height: 303px;
	width: 744px;
}



/* Home welcome */

#homewelcome {
	margin-top: 11px;
	background-color: #5E5C58;
	height: 268px;

}

#homewelcomeleft {
	width: 410px;
	padding: 20px 10px 20px 20px;
	float: left;
}

#homewelcomeleft h3 {
	font-size: 24px;
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}

#homewelcomeright {
	float: left;
	width: 270px;
}

#homewelcomeright p{
	font-size: 10px;
	line-height: 17px;
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	margin: 20px 10px 0px 10px;
}

/* Portfolio Page */

#portfoliotopleft {
	width: 460px;
	height: 230px;
	background-color: #5E5C58;
	color: #fff;
	float: left;
	font-family: Georgia, Times New Roman, Serif;
	margin-bottom: 11px;
}

#portfoliotopleft h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 10px 0 20px;
}

#portfoliotopleft p{
	font-size: 11px;
	line-height: 18px;
	padding: 10px 20px;
}

#portfoliotopleft #qualitylink {
	font-size: 14px;
	padding: 0px 30px 0 0;
	float: right;
}

#portfoliotopleft #qualitylink a{
	color: #fff;
}

#portfoliotopleft #qualitylink a:hover{
	text-decoration: none;
}

#portfoliotopright {
	margin-left: 11px;
	margin-bottom: 11px;
	float: left;
	width: 273px;
	height: 230px;
	background-color: #4D419A;
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
}

#portfoliotopright h3{
	margin: 10px;
	font-size: 18px;
	font-weight: normal;
}

#portfoliotopright li {
	font-size: 12px;
	margin: 2px 10px;
	list-style: none;
	line-height: 14px;
}

#portfoliotopright li a{
	text-decoration: none;
	color: #fff;
}

#portfoliotopright li span {
	width: 150px;
	display: block;
	float: left;
	line-height: 14px;
	cursor: pointer;
}


#portfoliomap{
	clear: both;
	width: 742px;
	height: 338px;
	background-color: #99B3CC;
	border: 1px solid #5E5C58;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	overflow: hidden;
}

/* Properties to let */

#propertiestolet caption {
	font-size: 20px;
	text-align: left;
	padding: 10px;
	background-color: #5E5C58;
	color: #fff;
}

#propertiestolet table {
	font-family: Georgia, Times New Roman, Serif;
	margin: 0 0 11px 0;
	width: 744px;
	border-collapse: collapse;
}

#propertiestolet tbody, #propertiestolet thead {
	padding: 0px;
	width: 744px;
}

#propertiestolet table th {
	text-align: left;
	padding: 3px 10px;
	font-size: 16px;
}

#propertiestolet table td {
	padding: 3px 10px;
	font-size: 14px;
}

.location { width: 20%; } 
.unittype { width: 20%; }
.size  { width: 15% }
.contact { width: 20%; }
.view { width: 25%; }

/*  Business Park Page */

#businessparktopright {
	margin-left: 11px;
	margin-bottom: 11px;
	float: left;
	width: 273px;
	height: 370px;
	background-color: #0099CC;
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
}

#businessparktopright p{
	padding: 10px;
	text-align: left;
}

#businessparktopright p a {
	color: #fff;
	text-decoration: none;
}

#businessparktopright p a:hover {
	text-decoration: underline;
}

#businessparktopright #officemap {
	width: 273px;
	height: 330px;
	overflow: hidden;
	color: black;
	
}

#businessparktopleft {
	width: 460px;
	height: 370px;
	background-color: #5E5C58;
	color: #fff;
	float: left;
	font-family: Georgia, Times New Roman, Serif;
	margin-bottom: 11px;
}

#businessparktopleft h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 10px 0 20px;
}

#businessparktopleft p{
	font-size: 11px;
	line-height: 18px;
	padding: 10px 20px;
}

#businessparktopleft img {
	margin-left: 5px;
}

.bus {
	padding-left: 15px;
}

#businessparktopleft #qualitylink {
	font-size: 16px;
	padding: 0px 30px 10px 0px;
	float: right;
}

#businessparktopleft #qualitylink a{
	color: #fff;
}

#businessparktopleft #qualitylink a:hover{
	text-decoration: none;
}


/* Gallery */

#gallery {
	clear: both;
}

#gallery h3 {
	background-color: #669933;
	padding: 10px 0px 10px 20px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
}

#gallery img {
	display: block;
	float: left;
	margin: 11px 11px 0 0;
	border: 0px;
}

#gallery img.fifth {
	margin: 11px 0 0 0;
}

#link360 {
	width: 120px;
	height: 120px;
	background-color: #669933;
	float: left;
	padding: 10px;
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
	margin: 11px 11px 0 0;
}

#link360 p {
	float: right;
	text-align: right;
	width: 100px;
}

#link360 p a{
	color: #fff;
	text-decoration: none;
}

#link360 p a:hover {
	text-decoration: underline;
}


#checkspace {
	width: 120px;
	height: 120px;
	background-color: #0099CC;
	float: left;
	padding: 10px;
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
	margin: 11px 0 0 0;
}

#checkspace p {
	float: right;
	text-align: right;
	width: 100px;
}

#checkspace a{
	color: #fff;
	text-decoration: none;
}

#checkspace a:hover {
	text-decoration: underline;
}

/* Contact Page */

#contactform {
	width: 370px;
	height: 620px;
	float: left;
	background-color: #5E5C58;
	color: #fff;
	padding:  23px;
	font-family: Georgia, Times New Roman, Serif;
}

#contactform2{
	width: 370px;
	height: 700px;
	float: left;
	background-color: #5E5C58;
	color: #fff;
	padding:  23px;
	font-family: Georgia, Times New Roman, Serif;
}

#contactform h2, #contactform2 h2 {
	font-size: 26px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}

#contactform p {
	margin: 12px 0;
}

#contactform #message, #contactform #email_new, #contactform #address,#contactform #name, #contactform #telephone, #whatis, #whereis, #size {
	width: 300px;
}

#contactform #message, #contactform #address {
	height: 70px;
}

#contactform2 p {
	margin: 12px 0;
}

#contactform2 #message, #contactform2 #email_new, #contactform2 #address,#contactform2 #name, #contactform2 #telephone, #whatis, #whereis, #size {
	width: 300px;
}

#contactform2 #message, #contactform2 #address {
	height: 70px;
}

#sendmessage {
	padding: 10px 0 0 0;
}

#addressdetails {
	float: left;
	width: 297px;
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	background-color: #4D419A;
	margin-left: 11px;
	padding: 10px;
}

#addressdetails h3 {
	font-weight: normal;
	font-size: 20px;
}

#addressdetails p {
	font-size: 12px;
	margin: 10px 0;
}

.occupiers a {
	color: #FFF;
	text-decoration: none;
}

.occupiers a:hover {
	color: #01a6e6;
	text-decoration: none;
}

.keysymbols {
	position: absolute;
	top: 470px;
}

#accordian h3 {
	font-size: 24px;
	color: #000;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}

#links h3 {
	font-size: 24px;
	color: #000;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}

#rightlinks a {
	color: white;
	text-decoration: none;
}

#rightlinks a:hover {
	color: #01a6e6;
}

#accordian img {
	margin-left:30px;
}

.menu_body {
	margin: 10px;
	display: none;
}

.menu_body p {
	padding: 10px;
	background: #5E5C58;
	font-family: Georgia, Times New Roman, Serif;
	color: #FFF;
}

.menu_head {
	padding: 10px;
}

#linkleft {
	float: left;
	height:500px;
	width: 250px;
}

#linkright {
	float: left;
	width: 480px;
	border-left: 10px solid #fff;
}

#linkright ul {
	float: left;
}

.linksbox2 {
	margin: 0px 0px 12px 15px;
}

.linksbox {
	margin-left: 12px;
}

.sent {
	background: #669933;
	border: 1px solid #FFF;
	padding: 10px;
}

.notsent {
	background: red;
	border: 1px solid #FFF;
	padding: 10px;
}