﻿
/*** 
   do not delete this dummy class which is
   used to fix some strange problems
***/

.xxx {
}

/* ------------- GENERIC --------------------*/
* {
  margin: 0;
  padding: 0;
}

html, body {
   min-height: 100%;
   height: 100%;
   width: 100%;
}

body {
   margin: 0;
   padding: 0;
   color: #000;
   background-color: #e9e9ea;
   font: 12px Arial, Verdana, Helvetica, sans-serif;
   border: 0px dashed blue;
}

/*** set this due to the inheritance bug. body font is not inherited in the td tags ***/
td{
   font: 12px Arial, Arial, Helvetica, sans-serif;
}

/**********************************************************/
img {
   margin: 0;
   padding: 0;
   border: 0px solid red;
   display: block;
}

a img {
   border: 0;
}

p {
   margin: 0 0 1em;
}

ul {
   margin-left: 15px;
}

/* ------------- common styles --------------- */
.clear {
   clear: both;
}

.hrDiv {
   border-top: 1px dashed #ccc;
}

/**********************************************************/
a {
   text-decoration: none;
   color:#7A2727;
}

a:hover {
   text-decoration: underline;
}

/**********************************************************/
h1, h2, h3, h4, h5, h6 {
   margin-top: 0.2em;
   margin-bottom: 0.2em;
   font-weight: bold;
}

h1 {
   font-size: 1.8em;
}

h2 {
   font-size: 1.3em;
   margin-bottom: 0.7em;
}

h3 {
   font-size: 1.3em;
}


/**********************************************************/
#siteContainer {
   margin:auto;
   width:994px;
   border:0px solid red;
   background-color: #fff;
   text-align:left;
}

#left {
   width: 244px;
   _height: 550px;
   min-height: 500px;
   background-color: #fff;
   border: 0px solid red;
   float: left;
}

#middle {
   width: 484px;
   border: 0px solid red;
   float: left;
}

#right {
   width: 262px;
   float: left;
   border: 0px solid violet;
}

#rightTop {
   background-color: #fff;
   width: 746px;
   float: left;
   border: 0px solid #000;
   height:100%;
}

#rightBottom {
   background-color: #fff;
   border: 0px solid #000;
}

#middleProperty {
   margin-top:73px;
   width: 484px;
   _height: 320px;
   border: 0px solid red;
   float: left;
}

