body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #4C689A;
	font-size: 80%;
	background-image: url(images/img1.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #000099;
	text-align: center;
}

h2{
	font-size: 100%;
	color: #006699;
	text-align: center;
}

h3{
	font-size: 100%;
	color: #334d55;
	text-align: left;
}

h4{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #CC6600;
	background-color: #FAFAD2;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #330066;
	border-bottom-color: #330066;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-right: 0px;
	text-transform: uppercase;
}

h5{
 font-size: 100%;
 color: #CC6600;
}
ul{
	list-style-type: square;
	margin-bottom: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

				

/***********************************************/
/* Layout divs                                 */
/***********************************************/

#masthead{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 779px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #330066;
	position: relative;
}
#nav{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	background-color: #DFDFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#content{
	float: left;
	width: 420px;
	color: #666666;
	background-color: #FFFFFF;
}


/************** .feature styles ***************/

.feature{
	padding: 5px 0px 10px 10px;
	text-align: justify;
}

.feature h3{
	padding: 0px;
	text-align: left;
	color: #006699;
}

.feature img{
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.feature span{
	font-style: italic;
	font-weight: bold;
}
.feature object {
	width: 400px;
	margin-left: 75px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px;
	width: 100%;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
}

.story p{
	padding: 0px;
	text-align: center;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #FFCC33;
	margin-top: 0px;
	background-color: #0000FF;
	height: 47px;
	text-align: left;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px;
	vertical-align: middle;
	color: #FFCC33;
}
/*********** #nav link styles ***********/

#nav ul a:link, #nav ul a:visited {
	display: block;
	text-decoration: none;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav li {
	border-bottom: 1px solid #EEE;
	background-color: #FFFFFF;
}

/* fix for browsers that don't need the hack */
html>body #nav li {border-bottom: none;}

/******top horizontal nav bar******/

#horizNav {
	margin: 0px;
	padding: 3px 0px 0px;
	width: 779px;
	height: 19px;
	list-style-type: none;
	background-image: url(images/headback.gif);
	border-top: 1px;
	border-bottom: 1px solid #330066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330066;
}
#horizNav li {
	display: inline;
	color: #330066;
}
#horizNav a:link {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 96px;
	float: left;
	color: #330066;
}
#horizNav a:visited {text-align: center; display: block; width: 96px; float: left;  }
#horizNav a:hover {text-decoration: none; text-align: center; display: block; background-color: #CCCCFF; width: 96px; float: left; }
#horizNav a:active {text-decoration: none; text-align: center; display: block; width: 96px; float: left; 
}

/*********** #sidehead styles ***********/

#sidehead{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
}

#sidehead h3{
	padding: 10px 0px 2px 10px;
}

#sidehead a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 4px 0px 4px 10px;
	color: #5C5C5C;
}

#sidehead a:hover{
	background-color: #006699;
	color: #FFFFFF;
}
#sidehead img {
}

/************** #rightcolumn styles **************/

#rightcolumn{
	float:right;
	width: 170px;
	margin: 0px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: justify;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#rightcolumn p{
	padding: 5px 0px 5px 0px;
	font-size: 85%;
}
#rightcolumn img{
	margin-bottom: 5px;
	vertical-align: middle;
}
#rightcolumn td {
	text-align: left;
}

/************** #linkproperty page styles **************/

#linkbox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	width: 640px;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#linkbox img {
	white-space: nowrap;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
	height: 84px;
	width: 112px;
	border: 1px solid #3366FF;
}
#linkboxlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 15px 20px 5px;
	height: 260px;
	width: 640px;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}

#linkboxlarge img {
	float: left;
	height: 240px;
	width: 320px;
	margin-right: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #0000FF;
	border-right-color: #FFFF00;
	border-bottom-color: #0000FF;
	border-left-color: #FFFF00;
}
.rentals {
	font-size: 80%;
}
#rentalswrap {
	margin: 0;
	padding: 0 5 0 0;
	float: right;
}
#links{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #330066;

}



#links a:link{
	text-decoration: none;
	color: #FFCC33;
	font-weight: bold;
}

#links a:visited{
	text-align: left;
	color: #999999;
}

#links a:hover{
	
	
	text-decoration: none;
	text-align: left;
	
	color: #3399CC;
}
h6 {

 font-size: 100%;
 color: #334d55;
}
#contact{
	width: 412px;
	padding-top: 60px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 12px;
	background-image: url(images/boxbglge.jpg);
	background-repeat: no-repeat;
	height: 214px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search{
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 10px;
	width: 273px;
	margin-bottom: 10px;
	background-image: url(images/boxbg.gif);
	background-repeat: no-repeat;
	height: 180px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search form {
	text-align: center;
}
#noside{
	padding-left: 100px;
}
#enquiry td{
	text-align: left;
	vertical-align: bottom;
}
#enquiry h3{
	text-align: left;
}
/***********************************************/
/* Results field                                 */
/***********************************************/

.resultPage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	
}
.resultPage a {
	text-decoration: none;
}
.resultPage img {
	border: none;
}
.resultPage ul {}
.resultPage li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
}
#resultStart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #8CA9FF;
	height: 15px;
	width: 614px;
	padding: 2px 2px 10px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #330099;
	border-right: 1px solid #330099;
	border-left: 1px solid #330099;
	position: relative;
	text-align: center;
	}
#resultEnd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #AFEEEE;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	width: 614px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	clear: both;
}
#resultEnd li {
	display: inline;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 8px;
}
	
	#resultfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	width: 618px;
	min-height: 130px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	border-right: 1px solid #000099;
	border-left: 1px solid #000099;
	
}
#resultfield p {
	margin-right: 5px;
}
#resultfield img {
	border: 1px solid #000099;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
}
#resultfield a {
	font-weight: bold;
	color: #3300CC;
	float: right;
}
/***********************************************/
/* wider pages                               */
/***********************************************/

.wider{
	clear: both;
	padding: 10px 0px 0px 20px;
	width: 590px;
	text-align: left;
	background-color: #FFFFFF;
	
}

.wider p{
	padding: 0px 0px 10px 0px;
	text-align: left;
}
.wider img {
	vertical-align: top;
	float: left;
	margin-left: 70px;
}
#rightbox {
	width: 273px;
	padding-top: 40px;
	text-align: center;
	margin-right: 60px;
	float: right;
	margin-bottom: 10px;
	background-image: url(images/boxbg.gif);
	background-repeat: no-repeat;
	height: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftbox {
	width: 273px;
	padding-top: 30px;
	text-align: center;
	margin-left: 60px;
	float: left;
	background-image: url(images/boxbg.gif);
	background-repeat: no-repeat;
	height: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav p {

	border-bottom: 1px solid #EEE;
	background-color: #FFFFFF;
}
.featureboxleft {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #CC6600;
	background-color: #FAFAD2;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	width: 400px;
	height: 150px;
	border: 1px solid #330066;
	margin-bottom: 5px;
}
.featureboxleft p img {
	border: none;
}
.featureboxleft img {
	float: left;
	text-transform: none;
	margin-left: 2px;
	border: 1px solid #0000FF;
	height: 125px;
	width: 125px;
	padding: 2px;

}
.featureboxleft span {
	font-weight: normal;
	font-style: normal;
	color: #666666;
	font-size: 10px;
}
.featureboxright {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #CC6600;
	background-color: #FAFAD2;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #330066;
	float: right;
	margin-bottom: 5px;
}
.featureboxright p img {
	border: none;
}
.featureboxright img {
	float: left;
	text-transform: none;
	margin-left: 2px;
	border: 1px solid #0000FF;

}
.featureboxright span {
	font-weight: normal;
	font-style: normal;
	color: #666666;
	font-size: 10px;
}
#translate {}
#translate img {
	height: 25px;
	width: 40px;
	display: inline;
	padding-left: 17px;
}
.story2 {
	clear: both;
	padding: 0px;
	width: 100%;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
	color: #999999;
}
.imageRight img {
	float: right;
}
#central {}
