*
{
  margin: 0;
  padding: 0;
}

html
{
  overflow-y: scroll;
}

body *{
  line-height: 1.22em;
}

body
{
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font: 11px Tahoma, sans-serif;
}

select, input, textarea{
  font: 90% Tahoma, sans-serif;
}

pre, code{
  font: 115% monospace;
  *font-size: 100%;
}

table{
  font-size: inherit;
  font: 100%;
}

img{
  border: none;
}

a{
  outline: none;
  color: #CC0000;
}

a img{
  border: none;
}

h1{
  color: #CC0000;
}

h1, p, .linkslist li{
  margin-bottom: 10px;
}

.centered{
  text-align: center;
}

.justified{
  text-align: justify;
}

#wrapper
{
  margin: 0 auto;
  width: 780px;
  text-align: left;
  border-right: 5px solid #FFFFFF;
  border-left: 5px solid #FFFFFF;
}

#header
{
  padding-top: 122px;
  background: url(../images/logo.gif) no-repeat top center;
}

#banner
{
  height: 155px;
  background: url(../images/banner.jpg) no-repeat;
}

#menu
{
  list-style: none;
  text-transform: uppercase;
  background: url(../images/menu_bg.gif) bottom center no-repeat;
  padding-bottom: 15px;
}

#menu li
{
  display: inline;
}

#menu a
{
  float: left;
  width : 129px;
  display : block;
  background : #4A090F url(../images/navbar.jpg) repeat-x;
  color : #FFFFFF;
  text-decoration: none;
  font-weight : bold;
  text-align: center;
  border-right: 1px solid #FFFFFF;
  height: 31px;
  line-height: 31px;
 }

#menu a.lastMenuButton
{
  border-right: 0;
  width: 130px;
}

#menu a:hover
{
  background : #000000 url(../images/hover.jpg) repeat-x;
  color : #FFFFFF;
}

#content
{
  background: #E4E4E4 url(../images/content_bg.gif) bottom center no-repeat;
  color: #333333;
}

#main
{
  float: right;
  width: 505px;
  display: inline;
  padding: 0 10px 0 5px;
}

#sidebar
{
  float: left;
  width: 245px;
  display: inline;
  padding: 0 5px 0 10px;
}

#footer
{
  padding: 15px 0 10px 0;
  background: #000000 url(../images/footer_bg.gif) top center no-repeat;
  color: #FFFFFF;
  text-align: center;
}

#footer-content
{
  list-style-type: none;
}

#footer-content li
{
  display: inline;
}

#footer-content a
{
  background: #000000;
  color: #FFFFFF;
}

.posted, .propDetails{
  padding: 0 0 10px 20px;
  background: url("../images/icon-doc.gif") no-repeat;
  border-bottom: 1px dotted #373737;
}

.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix
{
  display: inline-block;
}

html[xmlns] .clearfix
{
  display: block;
}

* html .clearfix
{
  height: 1%;
}

.sidebarbox
{
  margin-bottom: 10px;
  border: 3px solid #000000;
  background: #F5F5B8;
  color: #000000;
}

.sidebarbox dt
{
  margin-bottom: 10px;
  background: #000000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  height: 31px;
  line-height: 31px;
  padding: 0 5px;
  text-align: center;
}

.sidebarbox dd
{
  margin-bottom: 10px;
  padding: 0 10px;
}

.textField{
  width: 100%;
}

input, select, textarea{
  padding: 2px;
  background-color: #FFFFFF;
}

select, .label
{
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

.pagination
{
  margin-bottom: 10px;
  text-align: center;
}

.pagination a
{
  text-decoration: none;
}

.pager
{
  margin-bottom: 10px;
  text-align: center;
}

.currentpage
{
  color: #000000;
}

.linkslist
{
  list-style-type: none;
}

#sidebarlinks
{
  list-style-type: none;
  margin-bottom: 10px;
}

#sidebarlinks li
{
  margin-bottom: 5px;
}