﻿html, body, .form
{
   margin: 0;
   padding: 0;
   height: 100%;
   font-family:Arial;
   font-size:10pt;
   color:#EE3224;
}

body
{
   background: #FFFFFF url(../images/html_bg.jpg) no-repeat center center;
   text-align: center;
   min-width: 1000px;
   min-height: 570px;
}

#vertical
{
   float: left;
   height: 50%;
   margin-top: -285px; /* half vertical height*/
   width: 100%;
   border: 0px solid black;
}

#hoz
{
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   height: 570px;
   overflow: auto; /* allow content to scroll inside element */
   text-align: left;
   clear: both;
   border: 0px solid black;
   overflow: hidden;
}
#container
{
   
   padding: 1px;
   margin: 20px 50px 50px 0px; /*modified this based on template*/
   width: 840px;
   height: 517px;
   border: opx solid red;
}

#left{
  margin-left:60px;
  float:left;
  width:260px;
  height:250px;
  max-height:544px;
  overflow-x:hidden;
  overflow-y:auto;
  border: 0px solid red;
 }
 
 #TextPage{
  margin-left:0px;
  margin-top:0px;
  float:left;
  padding:0;
  width:300px;
  height:200px;
  max-height:544px;
  overflow-x:hidden;
  overflow-y:auto;
  border: 0px solid red;
  font-family:Helvetica;
  color:#999999;
 }
 
 
 

#right{
  /*float:left;*/
  margin-left:60px;
  margin-top:250px;
  width:430px;
  height:270px;
  max-height:400px;
  /*overflow-x:hidden;*/
  /*overflow-y:auto;*/
  border: 0px solid black;
 
}

#nav {
  margin:80px 0 0 0px; /*position site nav */
}
/*
#content {
  margin: 0px 50px 50px 330px; 
  width:656px;
  max-height:544px;
  overflow-x:hidden;
  overflow-y:auto;
  border: 10px solid blue;
  
}*/

#promoimage
{
   position:absolute;
   height: 25px;
   margin-top:390px;
   margin-left:0px;
   width: 25px;
   border:0px solid black;
}

#enquiryLink img 
{
   cursor:pointer;
}

#copyright
{
   border: 0px solid yellow;
   position: absolute;
   width: 40px;
   text-align: right;
   height: 100px;
   margin: -45px 0 0 880px;
}

#externallink1
{
   border: 0px solid yellow;
   position: absolute;
   width: 160px;
   text-align: right;
   height: 20px;
   margin: -42px 0 0 260px;
   background-image: url(../images/richmond_hill.png);
   background-repeat: no-repeat;
   cursor:pointer;
}

#externallink2
{
   border: 0px solid red;
   position: absolute;
   width: 170px;
   text-align: right;
   height: 20px;
   margin: -42px 0 0 420px;
   background-image: url(../images/florentine.png);
   background-repeat: no-repeat;
   cursor:pointer;
}

#copyright img
{
   margin-right: 15px;
}
