@charset "utf-8";
/* CSS Document */
html {
  background: #3848aa url(../images/bkgrd.jpg) repeat-x top left;
  text-align: center;
  margin: 0;
  padding: 0;
}
body {
  width: 990px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #002478;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  background: url(../images/content-bottom.jpg) no-repeat bottom left;
  padding-bottom: 75px;
  margin-bottom: 15px;
}
img {
  border: none;
}
h1 {
  font-weight: normal;
  font-size: 150%;
  margin: 0 0 0 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
  font-size: 110%;
  font-weight: normal;
  margin: 10px 0px;
  padding: 0;
  text-transform:uppercase;
  font-family: Arial, Helvetica, sans-serif
}
h2.featured {
  background: url(../images/red-house.gif) no-repeat center left;
  padding-left: 40px;
}
h3 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
p {
  margin: 12px 0;
  padding: 0;
}
.clear {
  clear: both;
}
.floatLeft {
  float: left;
  width: 200px
}
#contentWrap {
  float: left;
  background: url(../images/content-bkgrd.jpg) repeat-y top left;
  width: 990px;
  padding: 0;
  margin: 0;
}
/*--Left  Side---*/
#left {
  float: left;
  width: 775px;
  background: url(../images/allied-realty.jpg) no-repeat top left;
}
#leftInner {
  width: 717px;
  padding-left: 29px;
}
#logo {
  float: right;
  margin-top: 20px;
  display: block;
  height: 119px;
}
  /*--Main navigation--*/
#navWrap {
  background: url(../images/nav-line.gif) repeat-x bottom left;
  clear: both;
  width: 717px;
  float: left;
}
#mainNav {
  float: left;
  list-style: none;
  margin: 25px 0 0 0;
 padding: 0;
  clear: both;
  background: url(../images/nav-top.gif) repeat-x top left;
  border-bottom: 2px solid #3747a9;
  width: 717px;

}
#mainNav li {
  float: left;
  margin: 0;
  padding: 0;
}
#mainNav li a {
  color: #5058c3;
  text-decoration: none;
  text-transform:uppercase;
  display: block;
  padding: 20px 5px 5px 5px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 5px solid #fff;
  margin: 0 8px;
}
#mainNav li a:hover {
  background: url(../images/hover.jpg) no-repeat center top;
  border-bottom: 5px solid #5d63b8;
}
#mainNav li a.current, #mainnav li a.currentParent {
  background: url(../images/active.jpg) no-repeat center top;
  color: #d6053b;
  border-bottom: 5px solid #5d63b8;
}
   /*--Main Content--*/
#content {
  clear: both;
  padding-top: 30px;
  position: relative;
  display: inline;
  float: left;
  width: 100%;
}
/*---Right Side---*/
#right {
  float: left;
  width: 215px;
  color: #e2e4ef;
}
#sideNav {
  list-style: none;
  margin: 45px 0;
  padding: 0;
  text-align: left;
}
#sideNav li {
  margin: 6px 0;
  padding: 5px 0;
}
#sideNav a {
  text-decoration: none;
  color: #ffffff;
  text-transform:uppercase;
  font-size: 115%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0;
  margin-left: 2px;
  padding: 5px 13px;
}
#sideNav a:hover, #sideNav a.current, #sideNav a.currentParent {
  background: #d6053b;
}
  /*--Search box--*/
#searchBox {
  border: 3px solid #384f8b;
  margin: 20px auto;
  color: #e2e4ef;
  padding: 20px 8px 45px 8px;
  font-family: "Times New Roman", Times, serif;
  position: relative;
  width: 182px;
}
#searchBox p {
  padding: 12px 0;
}
#searchBox label {
  float: left;
}
#searchBox select {
  color: #2b4a8a;
  float: right;
  width: 100px;
  background: #e2e4ef;
  border: 1px solid #90a9c2;
}
#searchBox #towns {
  color: #2b4a8a;
  float: right;
  width: 100px;
  background: #e2e4ef;
  border: 1px solid #90a9c2;
}
#searchBox #price-min {
  margin-bottom: 5px;
}
#advancedSearch a {
  color: #e2e4ef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-style:italic;
  position: absolute;
  bottom: 25px;
  left: 5px;
}
#submit {
  background: url(../images/search.jpg) no-repeat bottom left;
  width: 191px;
  height: 41px;
  border: none;
  position: absolute;
  bottom: -26px;
  left: 4px;
}
  /*---address--*/
#address {
  margin: 40px 15px;
  padding: 0;
  text-align: left;
}
#address a {
  color: #e2e4ef;
}
/*---Listing Table---*/
#topText {
 background: yellow;
 margin: 0 6px 0 7px;
}
#browse {
  font-weight: bold;
  color: #002478;
  float: left;
  font-size: 90%;
  font-family: Arial, Helvetica, sans-serif;
}
#browse a {
  text-decoration: underline;
  font-weight: normal;
  color: #002478;
  margin-left: 5px;
}
.pages {
  float: right;
  font-size: 80%;
  font-family:Arial, Helvetica, sans-serif;
  color: #002478;
}
.pages a {
  color: #002478;
  text-decoration: underline;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 7px;
}
.pages span a {
  color: #c5cde0;
  margin-left: 15px;
}
#listings {
   clear: both;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  z-index: 1
}
#listings tr {
  margin: 10px;
}
#listings td {
  width: 360px;
  vertical-align: top;
}
#listings td p {
  margin: 0;
  padding: 35px 0 10px 0;
  line-height: 1.4em;
  clear:both;
}

div.shadowBox {
  background: transparent url(../images/shadow.gif) no-repeat scroll right bottom;
  margin:10px 6px 5px !important;
  float: right;
  display: block;
  position:relative;
}
div.shadow {
 background:transparent url(../images/shadow2.png) no-repeat scroll left top !important;
 background: url(../images/shadow2.gif) no-repeat left top;
 padding:0px 5px 5px 0px;
 display: block;
 float: left;
}
div.shadowWrap {
 background-color:#FFFFFF;
 border:1px solid #A9A9A9;
 display: block;
 padding: 5px;
 float: left;
}
#propertyTbl {
  width: 296px;
}
.houseInfo {
  float: left;
  z-index: 2;
}
.houseInfo th {
  background: #e2e4ef;
  color: #002478;
  font-weight: normal;
  text-align: left;
  margin-left: 10px;
  padding: 2px;
  vertical-align: top;
}
.houseInfo td {
  background: #f2f3f9;
  color: #002478;
  padding: .1em .3em;
}
.houseInfo td .col2 {
  width: 90px;
}

div.shadowBox div.img {
  position: absolute;
  top:   18px;
  right: 0px;
  z-index: 1000;
  margin: 0;
  float: none;
}
div.shadow div.no-padding {
  padding: 0;
}

/*---Details--*/
.details h1 {
  color: #3747a9;
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px 0 10px 0;
}
#houseInfoLeft {
 float: left;
  margin: 0;
  padding: 0;
}
#back {
 margin: 3px 0 20px 0;
 position: absolute;
 top: 0;
 lefT: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
}
#back span {
  text-transform:uppercase;
}
#back a {
  color: #0b2c73;
  text-decoration: none;
  background: url(../images/back.gif) no-repeat center left;
  padding: 5px 5px 5px 13px;
}
#back a:hover {
  text-decoration:underline;
}
#slideshow {
  text-align: justify;
 float: right;
 width: 415px;
 background: url(../images/slideshow_middle.gif);
}

#slideshowTop {
 float: right;
 width: 415px;
 height: 12px;
 background: url(../images/slideshow_top.gif) no-repeat;
}

#slideshowBottom {
 float: right;
 width: 415px;
 height: 13px;
 background: url(../images/slideshow_bottom.gif) no-repeat;
}
#slideshowLinks {
  float: left;
  color: #625d5d;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 80%;
  width: 100%;
}
#slideshowLinks li {
  float: left;
  border-right: 1px solid #625d5d;
  margin: 5px 0;
}
#slideshowLinks li.last {
  border: none;
}
#slideshowLinks a {
  color: #625d5d;
  margin: 5px;
}
#slideshowLinks a:hover {
  color: #5058c3;
}
.details .houseInfo td, .details .houseInfo th {
  padding: .2em .6em;
}
.details .houseInfo td {
  width: 8em
}
/*--Home Page--*/
#featuredHomes {
  float: right;
  width: 477px;
}
td.featureImg {
  background: #fff;
}
/*--Search All Maine Listings--*/
#searchAll {
  margin: 160px 0 80px 7px;
}


.company {
    display: none;
}

#largeImage, #thumbs {
    margin: 0 auto;
}