
/*Global attributes start*/

body {
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 100%; 
  max-height: 100%;
  background:#fff;  
  font-family: eurostile, tahoma, times new roman;
  font-size: 100%;
  /*Font Colour*/  
  color: #464646;
  overflow: hidden;
}

/*Sets body size in IE*/

* html body {
  padding: 105px 0px 20px 0px; 
}

/*End */

/*Global attributes End*/




/*Master menu code*/

.mastermenu {
  display: table;
  padding: 0px;
  margin: 0px auto 0px auto;
  list-style: none;
  height: 30px;
}
.mastermenu li {
  display: table-cell;
  float: left;
  padding: 0px;
}
.mastermenu li a {
  display: table-cell; 
  float: left; 
  height: 30px;
  line-height: 29px;
  background: url(../graphics/standardsilverend.gif) no-repeat; 
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: eurostile, tahoma, times new roman;
  font-weight: bold;
  text-align: center;
  padding: 0px 0px 0px 12px;
  cursor: pointer;
}
.mastermenu li a b {
  float:left;
  padding: 0px 12px 0px 0px;
  background: url(../graphics/standardsilverbar.gif) right top;
}
.mastermenu li.current a {
  color: #fff;
  background: url(../graphics/standarddarkredend.gif) no-repeat;
}
.mastermenu li.current a b {
  background: url(../graphics/standarddarkredbar.gif) right top;
}
.mastermenu li a:hover {
  color: #fff; 
  background: url(../graphics/standardlightredend.gif) no-repeat;
}
.mastermenu li a:hover b {
  background: url(../graphics/standardlightredbar.gif) right top;
}
.mastermenu li.current a:hover {
  color: #fff; 
  background: url(../graphics/standarddarkredend.gif) no-repeat;
  cursor: default;
}
.mastermenu li.current a:hover b {
  background: url(../graphics/standarddarkredbar.gif) right top;
}

/*Centres master menu in IE*/

* html #mastermenu ul{
  margin: 0 0 0 0px;
  display: inline-block;
  display: inline;
}
* html #mastermenu ul li{
  float: left;
}
*html #mastermenu{
  text-align: center;
}

/*End*/

/*Master menu code end*/




/*Sub menu code */

/*Standard size sub menu code*/

.standardsubmenu {
  display: table;
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 30px;
}
.standardsubmenu li {
  display: table-cell;
  float: left;
  padding: 0px;
}
.standardsubmenu li a {
  display: table-cell; 
  float: left; 
  height: 30px;
  width: 150px;
  line-height: 29px;
  background: url(../graphics/standardsilverend.gif) no-repeat; 
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: eurostile, tahoma, times new roman;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 12px;
  cursor: pointer;
}
.standardsubmenu li a b {
  display: block;
  padding: 0 12px 0 0;
  background: url(../graphics/standardsilverbar.gif) right top;
}
.standardsubmenu li.current a {
  color: #fff;
  background: url(../graphics/standarddarkredend.gif) no-repeat;
}
.standardsubmenu li.current a b {
  background: url(../graphics/standarddarkredbar.gif) right top;
}
.standardsubmenu li a:hover {
  color: #fff; 
  background: url(../graphics/standardlightredend.gif) no-repeat;
}
.standardsubmenu li a:hover b {
  background: url(../graphics/standardlightredbar.gif) right top;
}
.standardsubmenu li.current a:hover {
  color: #fff; 
  background: url(../graphics/standarddarkredend.gif) no-repeat;
  cursor: default;
}
.standardsubmenu li.current a:hover b {
  background: url(../graphics/standarddarkredbar.gif) right top;
}

/*Standard size sub menu code end*/


/*Small size sub menu code*/

.smallsubmenu {
  display: table;
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 22px;
}
.smallsubmenu li {
  display: table-cell;
  float: left;
  padding: 0px;
}
.smallsubmenu li a {
  display: table-cell; 
  float: left; 
  height: 22px;
  width: 150px;
  line-height: 21px;
  background: url(../graphics/smallsilverend.gif) no-repeat; 
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-family: eurostile, tahoma, times new roman;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 12px;
  cursor: pointer;
}
.smallsubmenu li a b {
  display: block;
  padding: 0 12px 0 0;
  background: url(../graphics/smallsilverbar.gif) right top;
}
.smallsubmenu li.current a {
  color: #fff;
  background: url(../graphics/smalldarkredend.gif) no-repeat;
}
.smallsubmenu li.current a b {
  background: url(../graphics/smalldarkredbar.gif) right top;
}
.smallsubmenu li a:hover {
  color: #fff; 
  background: url(../graphics/smalllightredend.gif) no-repeat;
}
.smallsubmenu li a:hover b {
  background: url(../graphics/smalllightredbar.gif) right top;
}
.smallsubmenu li.current a:hover {
  color: #fff; 
  background: url(../graphics/smalldarkredend.gif) no-repeat;
  cursor: default;
}
.smallsubmenu li.current a:hover b {
  background: url(../graphics/smalldarkredbar.gif) right top;
}

/*Small size sub menu code end*/

/*Sub menu code end*/




/*Header positioning code*/

#header {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 66px; 
  overflow: hidden; 
  background: #53829d;
  border-bottom: 4px solid #73a2bd;
}

/*Defines size of header in IE*/

* html #header {
  height: 70px;
}

/*End*/

/*Header positioning code end*/



/* Master menu positioning code */

#mastermenu{
  position: absolute; 
  top: 70px; 
  left: 0px; 
  width: 100%; 
  height: 31px; 
  overflow: hidden; 
  padding-left: 2px;
  background: #53829d;
  border-bottom: 4px solid #73a2bd;
}

/*Defines size of master menu in IE*/

* html #mastermenu {
  height: 35px;
}

/*End*/




/*Main window code*/

#container {
  position: fixed; 
  top: 105px;
  left: 170px;
  bottom: 20px; 
  right: 0px; 
  padding: 20px;
  font-size: 10pt;
  overflow: auto; 
  /*Scroll bar edits don't work in Firefox*/
  scrollbar-arrow-color: white;
  scrollbar-base-color: #E4E4E4;
  scrollbar-face-color: #E4E4E4;
  scrollbar-highlight-color: white;
  scrollbar-track-color: #E4E4E4;
}

/*Defines size of main window in IE*/
/*This section causes the #link jumping bug on 'For Sale' page*/

* html #container {
  height: 100%; 
  width: 100%; 
}

/*End*/

/*End of section*/




/*Left column positioning code*/

#left{
  position: fixed;
  top: 105px;
  width: 150px;
  margin-left: 20px;
  padding-top: 20px;
  text-align: left;
  font-size: 08pt;
}

/*Position left column in IE*/

* html #left {
  float: left;
  display: inline;
}

/*End*/

/* End of section */




/* Footer Code */

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px; 
  overflow: hidden;
  text-align: center; 
  font-size: 7pt;
  background: #53829d;
  border-top: 4px solid #73a2bd;
}

/*Defines footer size in IE*/

* html #footer {
  height:20px;
}

/*End*/

/* End of section */




/*General style code*/

p {
  font-size: 10pt;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  margin: 5px 5px 5px 5px; 
  borderstyle: none;
}

h1 {
  font-size: 30pt;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  background-image: url(../graphics/h1.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px 5px 5px 5px; 
  borderstyle: none;
}

h2 {
  font-size: 20pt;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  margin: 5px 5px 5px 5px; 
  borderstyle: none;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  margin: 5px 5px 5px 5px; 
  borderstyle: none;
}

/*For property pages only*/
h4 {
  font-size: 12pt;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  margin: 25px 0px 0px 0px; 
  borderstyle: none;
}

/*For property pages only*/
h5 {
  font-size: 10pt;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  margin: 25px 20px 0px 20px; 
  borderstyle: none;
}

img {
  margin: 0px 0px 0px 0px; 
  borderstyle: none;
}

hr {  
  height: 1px;
  color: #ddd;
  margin: 5px 0px 5px 0px; 
  borderstyle: none;
}

table {
  align: center;
  border-collapse: collapse;
  margin: 0px auto 0px auto; 
  borderstyle: none;
}

div.center { 
  text-align: center;
} 

div.left {
  float: left; 
  padding:0; 
  background:#fffff;
}

/*General style code end*/




/*Property page layout code*/

div.photo {
  float: left; 
  padding:0; 
  background:#fffff;
  width: 200px;
  height: 210px;
}

div.description {
  float:left; 
  padding:0; 
  background:#fffff; 
  width:63%;
  height: 210px;
}

div.hr {
  float:left; 
  padding: 0px 0 0px 0;
  width: 100%;
  height: 17px;
}

/*Property page layout code end*/



/*Property page tooltip code*/

#tooltip{
position: absolute;
border: 2px solid black;
padding: 2px;
font-weight: bold;
visibility: hidden;
z-index: 100;
}

/*Property page tooltip code end*/




/*Link styling code*/

a:link {
  text-decoration: none;
  color: blue;
}

a:visited {
  text-decoration: none;
  color: ;
}

/* Visited attribute redundant in current version */

a:hover {
  text-decoration: underline;
  color: red;
}

/*Link styling code end*/




/*Index page layout code*/

div.borders {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd
}

div.topborder {
  border-top: 1px solid #ddd;
}

div.paddingleft {
  padding-left: 10px;
}

div.paddingright {
  padding-right: 10px
}

div.paddingtop {
  padding-top: 10px
}

/*Index page layout code end*/

