/*====== MAIN ======*/
* {
margin: 0px;
padding: 0px;
}

body {
color: #000;
font-size: 14px;
font-family: "trebuchet ms", helvetica, sans-serif;
}

a {
text-decoration: underline;
color: #000;
}

.img1{
border: 1px solid #000;
}

h1 {
margin:10px 0;
font-size:20px;
}

h3 {
margin-top: 30px;
color: #333;
font-size: 18px;
height: 34px;
}

#main {
padding: 0;
position: relative;
width: 955px;
margin: 0px auto;
padding-bottom: 10px;
background-color:#fff;
}

ul {
list-style: none;
}

p {
margin: 0 0 25px 0;
text-align: justify;
line-height: 20px;
}

form {
width:600px;
}

/*====== HEADER ======*/

#header {
width: 100%;
height: 100px;
color: #fff;
}

#header_content {
position: relative;
width: 955px;
height: 100px;
margin: 0px auto;
}

#logo {
display:none;
position: absolute;
left: 0px;
top: 0px;
border:0;
}

.phone {
width:400px;
position: absolute;
left: 15px;
bottom: 50px;
font-size: 22px;
color: #000;
}

.header_title {
width:400px;
position: absolute;
left: 15px;
bottom: 10px;
font-size: 20px;
color: #000;
}

/*====== NAVIGATION ======*/

#top_menu {
display:none;
}

#menu{
display:none;
}

/*====== CONTENT ======*/

#lcontent {
padding: 0 20px;
}

#rcol {
display:none;
}

#lcol {
/*margin: 0 0 0 190px;*/
width: 750px;
background-repeat: repeat-x;
}

#slogan {
font-size: 14px;
}

#AdRotator1
{
display:none;
}
    

/*====== LISTINGS ======*/

.listings {
width:700px;
border: solid 1px #000;
margin: 15px 0 0 0;
color: #000;
font-size: 15px;
background: #fff;
}

.listing p {
line-height: 16px;
margin: 0;
}

.listing_content {
border: dashed 1px #ccc;
padding: 15px;
height:110px;
}

#map { 
position: relative; width: 300px; height: 160px;
margin: 0 5px 0 0;
}

/*====== FOOTER ======*/
#footer{
color: #000;
font-size:12px;
clear: both;
width: 955px;
margin: 0 auto;
padding: 3px 0 0 0;
text-align: center;
}

/*====== sIFR ======*/
.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}