html, body, div, img, form, p, span, input, select, h2, h3, h4, h5, ul, li {
  /*font-size:0pt;*/
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  color: #000000;
  background-color: #F0EAD9;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  padding-top: 40px;
}

#container
{ margin: auto;
  width: 792px;
  text-align: left;
}


/*--- START MENU ---------------------------------------*/
table#menu
{ width: 100%;
  height: 30px;
  background-color: #AFADA1;
}
table#menu td
{ vertical-align: middle;
  text-align: center;
}

table#menu td a
{ color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

table#menu td.active
{ background-color: #304A8B;
}
/*--- END MENU ---------------------------------------*/



/*--- SUBMENU ---------------------------------------*/
div.submenu
{ position: absolute;
  visibility: hidden;
  background-color: #304A8B;
  text-align: center;
  font-size: 11px;
}
div.submenu a
{ text-decoration: none;
  color: #AFADA1;
}
div.submenu a:hover
{ color: #FFFFFF;
}

div.submenu div
{ border-top: 1px solid #80A2C8;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
}
div.submenu a.active
{ color: #FFFFFF;
}

/*--- END SUBMENU ---------------------------------------*/



/*--- START HEADER ---------------------------------------*/
#header
{ padding-top: 8px;
  margin-bottom: 15px;
  height: 174px;
  background: url(../design/header.jpg) no-repeat left bottom;
  text-align: right;
}
#header img
{ display: block;
  float: right;
}
/*--- END HEADER ---------------------------------------*/


/*--- START MAIN ---------------------------------------*/
#main table.maintable
{ width: 100%;
}
#main table.maintable td.col_1
{ text-align: left;
  color: #58595B;
  vertical-align: top;
  padding-right: 40px;
}
#main table.maintable td.col_1 h4
{ font-size: 16px;
}
#main table.maintable td.col_1 p
{ margin-top: 15px;
  font-size: 13px;
}
#main table.maintable td.col_1 span.blue
{ color: #345C96;
}
#main table.maintable td.col_1 a
{ color: #58595B;
text-decoration:none;
}

#main table.maintable td.col_1 img.person
{ display: block;
  border: 3px solid #AFADA1;
}

#main table.maintable td.col_2
{ text-align: center;
  vertical-align: top;
}

#main table.maintable td.col_2 div.featured
{ width: 211px;
  padding-top: 38px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #AFADA1 url(../design/featured_property.gif) no-repeat top;
}
#main table.maintable td.col_2 div.featured div
{ text-align: left;
  padding-top: 10px;
}
#main table.maintable td.col_2 div.featured div a
{ background: url(../design/featured_marker.gif) no-repeat right;
  padding-right: 10px;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
  color: #3F6292;
  font-size: 14px;
  font-family: "Times New Roman";
}

#main table.maintable td.col_2 div.news
{ width: 211px;
  margin-top: 20px;
  padding-top: 38px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #AFADA1 url(../design/new_flash.gif) no-repeat top;
  color: #ECEBE8;
  text-align: left;
  font-size: 13px;
}

#main table.maintable td.col_2 div.news a
{
color:#ECEBE8;
}

#main table.maintable td.col_2 div.photo
{ 
text-align: right;
color: #58595B;
}
#main table.maintable td.col_2 div.photo p
{ padding-top: 10px;
  color: #8E8D8B;
  clear: both;
}
#main table.maintable td.col_2 div.photo img
{ display: block;
  border: 3px solid #AFADA1;
  float: right;
}

#main table.maintable td.col_2 table.thumbs
{ margin-top: 50px;
  float: right;
}
#main table.maintable td.col_2 table.thumbs td
{ text-align: center;
  vertical-align: bottom;
}

#main table.maintable td.col_2 table.thumbs img
{ cursor: pointer;
  margin-left: 10px;
  margin-top: 10px;
}


#main table.maintable td.col_1 form.form input.input
{ width: 272px;
  height: 23px;
  border-bottom: none;
  border-right: none;
  border-top: 2px solid #878889;
  border-left: 2px solid #878889;
}
#main table.maintable td.col_1 form.form textarea
{ width: 272px;
  height: 75px;
  border-bottom: none;
  border-right: none;
  border-top: 2px solid #878889;
  border-left: 2px solid #878889;
}
/*--- END MAIN ---------------------------------------*/


/*--- TEAM PAGE ---------------------------------------*/
table.team_table
{ margin: 0px 70px;
  padding: 20px 0px;
}
table.team_table td.column_1
{ vertical-align: top;
  
}
table.team_table td.column_2
{ vertical-align: top;
  padding-left: 40px;
  text-align: left;
}
/*--- TEAM PAGE end ---------------------------------------*/


/*--- START FOOTER ---------------------------------------*/
#footer
{ margin-top: 20px;
  height: 30px;
  line-height: 30px;
  background-color: #AFADA1;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
}
#footer a
{ text-decoration: none;
  color: #FFFFFF;
}
/*--- END FOOTER ---------------------------------------*/


/*--- START THEGARAGE ---------------------------------------*/
#thegarage
{ margin-top: 10px;
  color: #B6B2A4;
  font-size: 11px;
  text-align: center;
}
#thegarage a
{ text-decoration: none;
  color: #B6B2A4;
}
/*--- END THEGARAGE ---------------------------------------*/
.blue {
color:#01549F!important;
}