/* layout.css */

#layout {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background-image: url(/images/containers/storage_realty/gradient_top_bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
}

#header {
  display: block;
  width: auto;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-image: url(/images/containers/storage_realty/gradient_bottom_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}

#header h1 {
  background-image: url(/images/containers/storage_realty/storage_realty_logo.jpg);
  background-repeat: no-repeat;
  background-position: top;
  width: 649px;
  height: 140px;
  margin: 0 auto;
  padding: 30px 0;
}

#header h1 a {
  width: 649px;
  height: 140px;
  margin: 0;
  padding: 0;
  display: block;
}

#header h1 a img {
  display: none;
}

#header h6 {
  width: 649px;
  font-size: 18px;
  font-weight: normal;
  color: #1e4ba5;
  margin: -25px auto 0 auto;
  text-align: right;
}

#middle {
  clear: both;
  background-color: #ffffff;
  background-image: url(/images/containers/storage_realty/gradient_nav_bg.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  margin: 0;
  padding: 20px 0 0 0;
}

#navigation {
  float: left;
  color: #b5c1d1;
  width: 150px;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 110%;
  list-style-image: none;
}

#navigation li {
  list-style-type: none;
  text-align: right;
  margin: 10px 0 10px 20px;
  padding: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #666666;
  width: 130px;
  height: auto;
}

#navigation li a {
  display: block;
  padding: 3px;
  height: auto;
  width: 124px;
}

#navigation li a:link, #navigation li a:visited {
  text-decoration: none;
  background-color: transparent;
  color: #406fa2;
}

#navigation li.selected a:link, #navigation li.selected a:visited, #navigation li.selected li.selected a:link, #navigation li.selected li.selected a:visited, #navigation li a:focus, #navigation li a:hover, #navigation li a:active {
  text-decoration: none;
  background-color: #b5c1d1;
  color: #ffffff;
}

#navigation li ul {
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

#navigation li ul li {
  width: 110px;
  font-size: 80%;
  margin: 0 0 0 20px;
  border-width: 0;
  border-style: none;
}

#navigation li ul li a {
  width: 104px;
}

#navigation li.selected li a:link, #navigation li.selected li a:visited {
  background-color: transparent;
  color: #406fa2;
}

#navigation li li a:focus, #navigation li li a:hover, #navigation li li a:active, #navigation li.selected li a:focus, #navigation li.selected li a:hover, #navigation li.selected li a:active {
  background-color: #b5c1d1;
  color: #ffffff;
}

#content {
  width: auto;
  height: auto;
  min-height: 500px;
  margin: 0 0 0 150px;
  padding: 0 220px 20px 20px;
  background-color: #ffffff;
  background-image: url(/images/containers/storage_realty/content_bg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.row {
  width: 583px;
  height: auto;
  min-height: 120px;
  clear: both;
  zoom: 1;
  padding: 10px;
  margin: 0 0 10px 0;
}

.row.even {
  background-color: #ffffff;
}

.row.odd {
  background-color: #b5c1d1;
}

.row .image {
  float: left;
  width: 140px;
  border: 1px solid #666666;
  padding: 10px;
  margin: 0;
  background-color: #ffffff;
  text-align: center;
}

.row .data {
  width: 410px;
  min-height: 120px;
  margin: 0 0 0 170px;
  padding: 0;
}

.row .data h3 {
  border-bottom: 1px solid #1e4ba5;
  width: 410px;
}

.row .data dl {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 90%;
}

.row .data dl.left {
  width: 225px;
}

.row .data dl.right {
  width: 165px;
  margin-left: 20px;
}

.row .data dt, .row .data dd {
  float: left;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.row .data dt {
  width: 70px;
  clear: left;
}

.row .data dd {
  margin-left: 10px;
  width: 145px;
}

.row .data dl.right dt {
  text-align: right;
}

.row .data dl.right dd {
  width: 85px;
}

.divAlignLeft, .divAlignRight {
  scrollbar-base-color: #b5c1d1;
  scrollbar-arrow-color: #ffffff;
}

.divAlignLeft {
  float: left;
  width: 90px;
  padding: 5px;
  margin: 0 10px 10px 0;
  border: 1px solid #999999;
  background-color: #b5c1d1;
}

.divAlignRight {
  float: right;
  width: 200px;
  height: auto;
  padding: 5px;
  margin: 0 0 10px 10px;
  border: 1px solid #999999;
  background-color: #b5c1d1;
}

.divAlignRight h6 {
  text-align: center;
  color: #1e4ba5;
  margin: 0;
}

.divAlignRight a:link, .divAlignRight a:visited {
  color: #1e4ba5;
  text-decoration: none;
}

.divAlignRight a:focus, .divAlignRight a:hover, .divAlignRight a:active {
  color: #1e4ba5;
  text-decoration: underline;
}

.divAlignLeft img, .divAlignRight img {
  border: 1px solid #333333;
}

.divAlignLeft a img.icon, .divAlignRight a img.icon {
  border-width: 0;
  border-style: none;
}

.divAlignLeft .image, .divAlignRight .image {
  border: 1px solid #666666;
  padding: 10px;
  margin: 0;
  background-color: #ffffff;
  text-align: center;
}

.divAlignLeft p, .divAlignRight p {
  margin: 0;
  text-align: center;
}

.divAlignLeft dl, .divAlignLeft ol, .divAlignLeft ul, .divAlignRight dl, .divAlignRight ol, .divAlignRight ul {
  margin-bottom: 0;
}

.imgAlignLeft {
  margin: 0 10px 10px 0;
}

.listingsHorizontal {
  clear: left;
}

#content blockquote.blockquoteAlignLeft, #content blockquote.blockquoteAlignCenter, #content blockquote.blockquoteAlignRight {
  font-size: 130%;
  background-color: #eeeeee;
  padding: 10px;
  margin: 0 0 0 20px;
}

#content blockquote.blockquoteAlignLeft {
  float: left;
  width: 200px;
  margin: 0 10px 10px 10px;
}

#content blockquote.blockquoteAlignCenter {
  width: 400px;
  margin: 10px auto;
}

#content blockquote.blockquoteAlignRight {
  float: right;
  width: 200px;
  margin: 0 0 10px 10px;
}

#links h3 {
  margin: 20px 0 0 0;
}

#links p {
  margin: 0;
}

.data {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px 0;
}

.data th, .data td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #333333;
  padding: 2px 4px;
  text-align: left;
  vertical-align: top;
}

.data th {
  background-color: #b5c1d1;
  color: #333333;
}

.data tr.rowEven td {
  background-color: #b5c1d1;
  color: #333333;
}

h6.topLink {
  margin: 100px 0 0 0;
}

#footer {
  clear: both;
  color: #ffffff;
  font-size: 10px;
  width: auto;
  height: 15px;
  padding: 3px 10px 3px 10px;
  margin: 0;
}

#footer p.footer {
	color: #ffffff;
	text-align: center;
}

#footer a {
  font-size: 10px;
  color: #ffffff;
}

#footer a:link, #footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer a:focus, #footer a:hover, #footer a:active {
  color: #ffffff;
  text-decoration: underline;
}

#footer ul {
  float: right;
  list-style-type: none;
  margin: 0;
}

#footer ul li {
  text-align: left;
  display: inline;
  border-right: 1px solid #ffffff;
  margin: 3px 5px 3px 0;
  padding: 0 5px 0 0;
}

#footer ul li.last {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

#footer #copyright {
  float: left;
}

#footer #address {
  float: right;
}

#footer #powered {
  float: left;
}
