/* layout.css */

#layout {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#header {
	float: left;
  width: 140px;
  height: auto;
  margin: 0 20px 20px 0;
  padding: 5px;
	background-color: ivory;
}

#header h1 {
  background-image: url(/images/duellatoria_logo_bg.png);
  background-position: top;
  background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#header h1, #header h1 a {
  width: 140px;
  height: 172px;
  margin: 0;
  padding: 0;
}

#header h1 a {
  display: block;
}

#header h1 a span {
  display: none;
}

#navigation {
	margin-top: 15px;
	line-height: 150%;
}

#navigation li.selected a, #navigation li.selected li.selected a {
	font-weight: bold;
}

#navigation li.selected li a {
	font-weight: normal;
}


#navigation ul {
	margin: 0 0 0 15px;
}

#main {
  background-color: ivory;
  margin: 0;
  padding: 0 0 0 170px;
  zoom: 1;
}

#content {
  margin: 0;
  padding: 30px;
  zoom: 1;
}

ul.thumbnails {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.thumbnails li {
  float: left;
  width: 160px;
  height: 120px;
  list-style-type: none;
  list-style-image: none;
  margin: 0 10px 10px 0;
  padding: 1px;
  border: 1px solid #cee0b5;
}

ul.thumbnails li.right {
  margin-right: 0;
}

ul.thumbnails li a {
  display: block;
  width: 160px;
  height: 120px;
  margin: 0;
}

a.get-adobe-reader {
  display: block;
  width: 112px;
  height: 33px;
  background-image: url(/images/get_adobe_reader.gif);
  background-position: left;
  background-repeat: no-repeat;
}

a.get-adobe-reader span {
  display: none;
}

#location-map {
  color: #000000;
  margin: 0;
}

#location-map div.google-maps-tab {

}

#location-map div#tab1 {
  padding: 10px 0;
}

#location-map div#tab1 h2 {
  font-size: 120%;
  color: #000000;
  margin: 0 0 10px 0;
}

#location-map div#tab1 h2 strong {
  color: #557fd1;
}

#location-map div#tab1 dl:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#location-map div#tab1 dl.split dt, #location-map div#tab1 dl.split dd {
  float: left;
}

#location-map div#tab1 dl.split dt {
  clear: left;
  width: 60px;
  margin: 0;
}

#location-map div#tab1 dl.split dd {
  width: 90px;
  margin: 0 0 0 10px;
}

div.divAlignLeft, div.divAlignRight {
  width: 250px;
}

div.divAlignLeft {
  float: left;
  margin: 0 15px 15px 0;
}

div.divAlignRight {
  float: right;
  margin: 0 0 15px 15px;
}

div.divAlignLeft h3, div.divAlignRight h3 {
  font-size: 13px;
}

div.divAlignLeft ul, div.divAlignRight ul {
  border-top: 1px solid #cee0b5;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

div.divAlignLeft ul li, div.divAlignRight ul li {
  margin: 0;
  padding: 6px 0 6px 27px;
  background-image: url(/images/amenities_li_bg.gif);
  background-repeat: no-repeat;
  background-position: 13px 11px;
  border-bottom: 1px solid #cee0b5;
}

div.divAlignLeft ul li a:link, div.divAlignLeft ul li a:visited, div.divAlignLeft ul li a:focus, div.divAlignLeft ul li a:hover, div.divAlignLeft ul li a:active, div.divAlignRight ul li a:link, div.divAlignRight ul li a:visited, div.divAlignRight ul li a:focus, div.divAlignRight ul li a:hover, div.divAlignRight ul li a:active {
  color: #000000;
}

#home-wrapper {
  width: auto;
  margin: 0 -30px;
}

#home-wrapper #home-sidebar {
  float: right;
  width: 350px;
  margin: 0;
  padding: 0;
}

#home-wrapper #home-sidebar ul.amenities {
  border-top: 1px solid #cee0b5;
  margin: 0 0 30px 0;
  padding: 0;
  width: 350px;
  list-style-type: none;
  list-style-image: none;
}

#home-wrapper #home-sidebar ul.amenities li {
  margin: 0;
  padding: 6px 0 6px 27px;
  background-image: url(/images/amenities_li_bg.gif);
  background-repeat: no-repeat;
  background-position: 13px 11px;
  border-bottom: 1px solid #cee0b5;
}

#home-wrapper #home-sidebar ul.thumbnails li {
}

#home-content-wrapper {
  float: left;
  width: 100%;
  margin-right: -350px;
}

#home-content {
  margin-right: 350px;
  padding: 0 30px;
}

#content p.intro {
  font-weight: bold;
  font-size: 125%;
}

#content img.content {
  margin: 0 auto 10px auto;
}

#content ul.special {
  list-style-type: none;
  list-style-image: none;
  margin: 0 auto 30px auto;
  padding: 0;
  max-width: 500px;
}

#content ul.special li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  margin: 0 20px;
  padding: 0;
  background-image: url(/images/content_special_li_bg.gif);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 125%;
  color: #000000;
}

#content ul.special li a:link, #content ul.special li a:visited, #content ul.special li a:focus, #content ul.special li a:hover, #content ul.special li a:active {
  padding: 0 0 0 15px;
  color: #000000;
}

#spotlight {
  background-image: url(/images/home_spotlight_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #f0b61b;
  padding: 10px;
  margin: 0 auto;
  width: auto;
  max-width: 500px;
  height: auto;
  min-height: 84px;
}

#spotlight h3 {
  color: #ffffff;
  margin: 0 0 10px 0;
}

#spotlight p {
  color: #fae4a8;
  margin: 0 0 10px 0;
}

#spotlight a:link, #spotlight a:visited, #spotlight a:focus, #spotlight a:hover, #spotlight a:active {
  color: #ffffff;
}

#spotlight ul.inline {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 10px 0;
  padding: 0;
}

#spotlight ul.inline li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  background-image: url(/images/spotlight_li_bg.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 0 0 13px;
}

#spotlight ul.inline li a {
  padding: 0 0 0 17px;
}

#contact-wrapper {
  width: auto;
  margin: 0;
}

#contact-wrapper #contact-sidebar {
  float: right;
  width: 160px;
  margin: 0;
  padding: 0;
}

#contact-wrapper #contact-sidebar ul.thumbnails li {
  display: block;
  float: none;
}

#contact-content-wrapper {
  float: left;
  width: 100%;
  margin-right: -160px;
}

#contact-content {
  margin-right: 160px;
  padding: 0 30px 0 0;
}

#footer {
  clear: both;
  color: #ffffff;
  width: auto;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
  text-decoration: underline;
  color: #ffffff;
}

#copyright, #legal {
  float: left;
  width: auto;
  height: auto;
}

#copyright {
  margin: 0;
}

#contact address, #contact dl, #contact dl dt, #contact dl dd {
  display: inline;
}

#contact address, #contact dl {
  margin: 0 10px;
}

#contact {
  margin-right: -10px;
}

#contact dl dt {
  width: auto;
  margin: 0 5px 0 0;
}

#contact dl dd {
  width: auto;
  margin: 0;
}

#legal {
  clear: left;
  margin: 0;
  white-space: nowrap;
}

#legal a {
  margin: 0 10px;
}

#contact, #powered {
  clear: right;
  float: right;
  width: 60%;
  height: auto;
  text-align: right;
}

#content:after, #home-content-wrapper:after, #spotlight:after, #footer:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}