/*
---------------------------------------------
 
File :       /css/style.css
Title :      City Suite General CSS File
Author :     Derek Smith, adamantean ltd.
URL :        http://www.adamantean.com
 
Created :    01/04/2008 DSAD
 
---------------------------------------------
*/
 
 
/* General */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FFC7F0;
  background: #651A45;
  background-image: url("/images/bodybg.gif");
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}

a {
  color: #FFC7F0;
  text-decoration: none
}

a:active,
a:hover {
  color: #ffffff;
}

h1, h2, h3, h4 {
  color: #ffffff;
  font-weight: normal;
  padding: 0;
}

h1, h2, h3 {
  margin-top: 0px;
}

h4 {
  margin-top: 40px;
  margin-bottom: 10px;
}

h1, h2, h4 {
  font-size: 16px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

p {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

table {
  font-size: 12px;
  width: 100%;
}

div.table {
  margin: 0 20px;
}

th {
  background: #DEDEDE;
  white-space: nowrap;
}

tr {
  background: #58133A;
}

th, td {
  vertical-align: top;
  padding: 4px 5px;
}

td.price {
  text-align: center;
}

.paddingleft1 {
  padding-left: 15px;
}

ul {
}

li {
}

div#site {
  width: 941px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
  background-image: url("/images/sitebg.gif");
  background-repeat: repeat-x;
}

div#siteheader {
  height: 30px;
  text-align: right;
  color: #FFC7F0;
  font-weight: bold;
}

div#siteheader div {
  padding: 5px 20px;
}

div#header {
  overflow: hidden;
  background-repeat: no-repeat;
}

div.header1 {
  height: 405px;
  background-image: url("/images/headerbg1.gif");
}

div.header2 {
  height: 270px;
  background-image: url("/images/headerbg1.gif");
  background-position: bottom;
}

img#logo, img.headerimage {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 3px;
}

img#logo {
  margin-left: 21px;
}

div.header1 div#menu {
  height: 170px;
}

div.header2 div#menu {
  height: 35px;
}

div#menu {
  overflow: hidden;
}

div#menu ul, div#headermenu ul {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

div#menu ul {
  color: #ffffff;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

div.header1 div#menu ul {
  margin-top: 135px;
}

div.header2 div#menu ul {
  margin-top: 0;
}

div#menu a {
  font-size: 14px;
}

div#menu ul li, div#headermenu ul li {
  display: inline;
  list-style-type: none;
  background: none;
}

div#menu ul li a {
  color: #F5ADE3;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-top: 11px;
  padding-bottom: 13px;
}

div#menu ul li a span {
  padding-right: 10px;
  padding-top: 11px;
  padding-bottom: 13px;
}

div#menu a:hover, div#menu a:active, div#menu a.menuselected {
  color: #ffffff;
}

div#menu a:hover span, div#menu a:active span, div#menu a.menuselected span {
}

div#menu ul li.menuspacer {
}

div#menu ul li.arrow {
  background-image: url("/images/menuarrow.gif");
  background-repeat: no-repeat;
  background-position: left;
}

div#menu ul li.arrow a {
  font-size: 16px;
  color: #ffffff;
}

div#menu ul li.apartments {
  margin-left: 84px;
}

div#menu ul li.availability {
  margin-left: 118px;
}

div#menu ul li.about {
  margin-left: 49px;
}

div#menu ul li.line {
  background-image: url("/images/menuspacer.gif");
  background-repeat: no-repeat;
  background-position: left;
}

div#headerimage {
  padding-left: 21px;
}

div#contentwrapper {
  background-image: url("/images/contentbg.gif");
  background-repeat: no-repeat;
  padding-bottom: 47px;
  padding-top: 54px;
}

div#content, div#content2 {
  width: 941px; /* fix IE peekaboo bug */
  padding: 0;
  margin: 0;
}

div#contentdivider {
  background-image: url("/images/contentdivider.gif");
  background-repeat: repeat-y;
}

div.contentdivider {
  background-position: 540px;
}

div.contentdivider2 {
  background-position: 593px;
}


div#contentleft {
  float: left;
}

div#contentleft p {
  overflow: hidden;
}

div#content div#contentleft {
  width: 541px;
  overflow: hidden;
}

div#content2 div#contentleft {
  width: 592px;
  overflow: hidden;
}

div#contentleftcontent {
  padding: 10px 62px 10px 87px;
}

div#contentright {
  float: left;
  overflow: hidden;
}

div#content div#contentright {
  width: 354px;
}

div#content2 div#contentright {
  width: 348px;
}

div#contentrightcontent {
  padding: 10px 87px 10px 61px;
}

div#contentleftcontent ul {
  margin: 0 20px;
  list-style-type: none;
}

div#contentleftcontent ul li {
  background: #58133A;
  background-repeat: no-repeat;
  background-image: url("/images/bullet-1.gif");
  background-position: left top;
  padding: 3px 30px 3px 35px;
  margin-bottom: 2px;
}

div#contentleftcontent2 ul.links li a {
  font-weight: bold;
  text-decoration: none;
}

div#contentleftcontent2 a:hover {
  color: #FF4F02;
}

div#contentright2 {
  float: left;
  width: 219px;
  color: #ffffff;
  background: #008567;
  margin-top: 1px;
}

div#contentrightcontent2 {
  padding: 7px 25px 0 20px;
}

div#contentrightcontent2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#contentrightcontent2 li {
  background-repeat: no-repeat;
  background-image: url("/images/bullet-7.gif");
  background-position: 0 3px;
  padding-left: 18px;
  line-height: 150%;
}

div.box {
}

div.box1 {
}

div.box2 {
}

div.boxheader {
  color: #ffffff;
}

div.boxcontent {
  clear: both;
}

div.box span.boxbutton, span.button {
  padding: 3px 0 7px 0;
  background-image: url("/images/button-left.gif");
  background-repeat: no-repeat;
  background-position: left;
}

span.boxbutton a.boxbutton, span.button a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px 40px 7px 30px;
  background-image: url("/images/button-right.gif");
  background-repeat: no-repeat;
  background-position: right;
}

span.boxbutton a:hover.boxbutton, span.button a:hover {
  color: #F5ADE3;
}

img.gallery {
  border: 10px solid #ffffff;
  margin: 0;
  margin-bottom: 5px;
}

div#googlemap, div.panorama {
  color: #58133A;
  height: 250px;
  margin: 0 20px;
  border: 10px solid white;
}

div.panorama {
  width: 383px;
  height: 288px;
}

a.link1 {
  color: #ffffff;
  text-decoration: underline;
  background-image: url("/images/arrow-1.gif");
  background-repeat: no-repeat;
  background-position: right 0.5em;
  padding-right: 8px;
}

a.link1:hover {
  color: #E0A4CE;
}

a.link2 {
  font-weight: bold;
  text-decoration: none;
}
 
a.link2:hover {
  color: #7C8A6E;
}

form {
}

form.quick {
  display: inline;
}

form br {
  clear: left;
}

form input, form select, form textarea {
  float: left;
  margin-left: 10px;
  border: 1px solid #BFBFBF;
}

form input.image {
  border: none;
}

div.formlabel {
  padding-top: 1px;
  float: left;
  width: 140px;
  text-align: right;
}

div.formlabel2 {
  width: 430px;
  text-align: left;
  margin-left: 20px;
  overflow: hidden;
}

input.details {
  position: relative;
  bottom: 18px;
  left: 140px;
}

div.cleardiv {
  float: none;
  clear: both;
  height: 0px;
  overflow: hidden;
}

div#footer {
  font-size: 11px;
  color: #C978A6;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

div#footer a {
  font-size: 11px;
  color: #C978A6;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
}

div#footermenu {
  font-size: 12px;
  padding-bottom: 4px;
}

div#footermenu a {
  font-size: 12px;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
}

div#adamantean {
  display: inline;
}

div#copyright {
  display: inline;
}

div#terms {
  line-height: 110%;
  margin-top: 20px;
  margin-left: 200px;
  margin-right: 200px;
}

div.clear {
  clear: both;
}

div.clear2 {
  width: 563px;
  height: 1px;
  overflow: hidden;
  clear: both;
  margin-left: 1px;
}

div.clearleft {
  clear: left;
}

div.clearright {
  clear: right;
}

div.spacer {
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}

div.spacer1 {
  height: 88px;
}

div.spacer2 {
  height: 34px;
}

div.spacer3 {
  height: 3px;
}

div.spacer4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

a.backbutton {
  padding-left: 6px;
  background-image: url("/images/arrow-back.gif");
  background-repeat: no-repeat;
  background-position: left 5px;
  text-decoration: none;
}

a.nextbutton {
  padding-right: 11px;
  background-image: url("/images/arrow-white.gif");
  background-repeat: no-repeat;
  background-position: right 1px;
  text-decoration: none;
}

fieldset {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #E0A4CE;
}

label * {
  vertical-align: middle;
}

legend {
  font-weight: bold;
  color: #E0A4CE;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

input {
}

.checkbox,
.radio {
  border-width: 0px;
  border-style: none;
}
 
select {
}
 
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

input.imagebutton {
  border: none;
}
 
.floatleft {
  display: inline;
  float: left;
}

.floatright {
  display: inline;
  float: right;
}

.alignright {
  text-align: right;
}

img.arrow1 {
  vertical-align: middle;
}

.hr {
  height: 14px;
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
  margin-top: 3px;
  border: 0;
  background-image: url("/images/hr.gif");
  background-repeat: no-repeat;
  clear: both;
}

.highlight, a.highlight {
  color: #C1192F;
  font-weight: bold;
}

.padding10 {
  padding: 10px;
}
