


body {
  background-color: #ECEDF1;
  font-family: 'Lucida Grande',Geneva,Verdana,Arial,sans-serif;
  font-size: 12px;
  margin-top: 0px;
  padding: 0;
}

#page {
  width: 800px;
  margin: 0 auto 0px auto;
}

#header {
  background-image: url(/thaar/images/background/header_background.png);
  height: 122px;
  width: 800px;
}

#header #logo {
  float: left;
}

#header #upper_menu {
  padding: 50px 5px 0px 0px;
  float: right;
}

#pagecontent {
  padding: 10px;
  background-color: #FFF;
  min-height: 430px;
  width: 780px;
}


#pagecontent #pagetitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}


#index_find_a_property {
  background: url(/thaar/images/index/find_a_property.png) no-repeat top;
  background-color: #2C4602;
  margin-left: 0px;
  width: 270px;
  height: 300px;
  float: left;
}

#index_find_a_property #formfields {
  color: #FFF;
  padding: 50px 2px 0px 12px;
}


/* -- Menu -- */
#menu_bar {
  background: url(/thaar/images/background/menu_background.png) repeat-x;
  width: 800px;
}

#menucontainer {
  height: 32px;
}

.newsLink { font-size: 10px; }
.newsLink A { text-decoration:none; }
.newsLink A:hover { text-decoration: underline; }

.menuLink { color: #FFFFFF; font-size: 14px; font-weight: bold; padding-left: 6px; padding-right: 6px; }
.menuLink A { color: #FFFFFF; text-decoration:none; }
.menuLink A:hover { color: #FFFFFF; text-decoration: underline; }
.menuLink A:visited { color: #FFFFFF; }
.menuLink A:visited:hover { color: #FFFFFF; }

.upperMenuLink { color: #000000; font-size: 10px; padding-left: 10px; }
.upperMenuLink A { color: #000000; text-decoration:none; }
.upperMenuLink A:hover { color: #000000; text-decoration: underline; }
.upperMenuLink A:visited { color: #000000; }
.upperMenuLink A:visited:hover { color: #000000; }


/* -- Nice menu adapted from http://javascript-array.com/scripts/jquery_simple_drop_down_menu -- */

#jsddm { 
  margin: 0;
  padding: 0;
}

#jsddm li {
  float: left;
  list-style: none;
  font-size: 13px;
}
 
#jsddm li a {
  color: #EAFFED;
  display: block;
  padding: 8px 8px 7px 8px;
  text-decoration: none;
  white-space: nowrap;
}
 
#jsddm li a:hover {
  background-color: #003;
}
 
#jsddm li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  filter:alpha(opacity=90); /* for Internet Exploiter */
  opacity:0.90; /* CSS3 standard */
}
 
#jsddm li ul li {
  display: inline;
  float: none;
}
 
#jsddm li ul li a {
  background: #143291;
  font-size: 12px;
  padding: 6px 12px 6px 12px;
  width: auto;
}
 
#jsddm li ul li a:hover {
  background: #002;
}


/* -- Etc -- */

#footer {
  padding: 2px 0px 0px 2px;
}

#footer_content {
  color: #000000;
  font-size: 9px;
}


/* -- Breadcrumbs -- */

#breadcrumbs {
  margin-top: -4px;
  color: #777;
  font-size: 11px;
  margin-bottom: 14px;
}

#breadcrumbs a {
  color: #292929;
  font-size: 11px;
  margin-bottom: 10px;
}

.breadcrumbs li a {
  color: #292929;
  text-decoration: none;
}

.breadcrumbs li a.selected {
  border-bottom: 1px dotted #ccc;
  color: #292929;
}

.breadcrumbs li a:hover {
  color: #990000;
}

.breadcrumbLink { margin-top: 8px; font-size: 11px; color: #777777; }
.breadcrumbLink A { color: #777777; text-decoration: none;}
.breadcrumbLink A:hover { color: #000044; text-decoration: underline; }
.breadcrumbLink A:visited { color: #777777; }
.breadcrumbLink A:visited:hover { color: #777777; }


/* -- Page Formattting -- */

#c {
  width: 500px;
}

#l {
  float: left;
  width: 150px;
  padding-left: 20px;
}

#r {
  float: right;
  width: 330px;
}

#sectionHeader {
  font-size: 14px;
  font-weight: bold;
}


.cols_500_270 {

}

.cols_500_270 #left {
  float: left;
  width: 500px;
}

.cols_500_270 #right {
  float: right;
  width: 270px;
}


/* -- Index event -- */
#indexEventBox { 
  width: 270px;
  height: 120px;
  float: right;
}

#indexEventBox #title { 
  border-bottom: 1px solid #005AB4;
  float: left;
  font-size: 16px;
  font-weight: bold;
  width: 268px;
}

#indexEventBox #event { 
  width: 245px;
}

#indexEventBox #event #date { 
  width: 60px;
  font-weight: bold;
  float: left;
}

#indexEventBox #event #desc { 
  width: 185px;
  float: right;
}


/* -- Index news -- */
#indexNewsBox { 
  float: left;
  height: 120px;
  margin-right: 10px;
  width: 500px;
}

#indexNewsBox #title { 
  border: 1px solid #005AB4;
  float: left;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

/* -- Inews news scroll area -- */
.scrollable {  
  position: relative;
  overflow:hidden;	
  height: 120px;
  width: 500px;
}

.items {
   position: relative;
   height: 120px;
   margin: 0px;
}

.items div {
   margin: 0px;
   padding: 2px;
   font-size: 12px;
   height: 60px;
   width: 500px;
}

.clear { clear: both; }

.errorMsg {
  background-color: #FFA;
  padding: 2px;
  font-size: 10px;
  color: #F00;
}

.quick_search_field {
  float: left;
  font-size: 13px;
  padding: 2px;
  border: solid 1px #CCC;
  width: 150px;
  margin-top: 2px;
  margin-right: 3px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.quick_search_select option { /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
  width: 100px;
  font-size: 10px;
}

.quick_search_select select { /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
  width: 100px;
  font-size: 10px;
}



/* -- Buttons -- */

.confirm_button {
    font-size:12px;
    font-weight: bold;
    color:#FFFFFF;
    background-color:#FF0000;
    border: 0px solid #888;
    padding: 3px 5px;
}

.search_button {
  font-size:10px;
  font-family:Verdana,sans-serif;
  font-weight: bold;
  color:#FFFFFF;
  background-color:#888;
  border-width:0px;
  margin-top: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.continue_button {
    font-size:12px;
    font-weight: bold;
    color:#FFFFFF;
    background-color:#000066;
    border: 0px solid #888;
    padding: 3px 5px;
}

.quick_search_button {
  background-color:#666666;
  border: 1px solid #CCCCCC;
  color:#FFFFFF;
  font-family:Verdana,sans-serif;
  font-size:11px;
  font-weight:bold;
  height:22px;
  width: 40px;
  margin-top: 2px;
}

.clear_button {
    font-size:12px;
    font-weight: bold;
    color:#FFFFFF;
    background-color:#999999;
    border: 0px solid #888;
    padding: 3px 5px;
}



/* -- Field data -- */
.fd label {
    clear: left;
    display: inline-block;
    font-weight: bold;
    margin: 2px;
    position: relative;
    text-align: right;
    width: 130px;
}

.fd #desc {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 2px 6px 136px;
}

.fd input[type=text] {
    margin: 2px;
    font-size: 12px;
}

.fd input[type=button] {
    background-color: #F00;
    border: 1px solid #000;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    margin: 2px 2px 6px 136px;
}


/* -- Sections -- */

.section {
    width: 525px;
    padding: 8px 2px;
}

.section #label {
    float: left;
    width: 110px;
    font-weight: bold;
}

.section #data {
    float: left;
    width: 400px;
}

