/* CSS Document */
body {
	margin: 0;
	padding: 0 0 10px 0;
	background-color: white;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B4F;
}

a:link, a:visited {
	text-decoration: none;
	color: #93018A;
}

a:hover, a:active {
	text-decoration: underline;
	color: #93018A;
}

img {
	border: none;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

td, th {
	line-height: 1.2em;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h2 {
  margin: 0 0 1.5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5B5B4F;
}

h3 {
  margin: 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #5b5b4f;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0;
}

blockquote {
  margin: 0 0 0 20px;
}

input, textbox, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 720px;
	background: url(img/bg.gif) repeat-y top center;
}

#header {
	height: 140px;
	background: url(./img/top.jpg) no-repeat top left;
}

#header h1 {
  margin: 0;
  padding: 70px 0 0 0;
  color: #0199FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
  text-align: center;
}

#header h2 {
  margin: 0;
  padding: 5px 0 0 0;
  color: #0199FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
  text-align: center;
}

#menu {
  margin: 0 4px 0 3px;
  padding: 5px;
  background-color: #EDEDDB;
  border-top: 1px solid #CCCCCC;
  font-size: 11px;
  font-weight: bold;
}

#menu ul {
  margin: 0;
  padding: 3px 0;
  list-style: none;
  text-align: center;
}

#menu li {
  display: inline;
  margin: 0 10px;
  padding: 0;
}

#main {
  min-height: 200px;
  margin: 0 4px 0 3px;
  border-bottom: 1px solid #CCCCCC;
}
* html #main {
  height: 200px;
}

#left_column {
  float: left;
  width: 215px;
  margin-left: 10px;
  margin-top: 20px;
}

#right_column {
  float: right;
  width: 400px;
  margin-left: 10px;
  background-color: #F3F2E4;
}

#body {
  margin: 20px;
  min-height: 200px;
}
* html #body {
  height: 200px;
}

#body.welcome {
	margin-right: 0;
}

#footer {
  clear: both;
  height: 24px;
	background: url(img/footer.jpg) no-repeat bottom center;
}

#footer span {
  display: none;
}

table.list {
	border-collapse: collapse;
}

table.list td, table.list th {
	padding: 3px;
	border: 1px solid #888;
}

table.list th {
	background-color: #EEE;
}

table.list td img {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.right, .number {
	text-align: right;
}

.clear {
	clear: both;
}

.error {
	color: red;
}

.star {
  color: red;
  font-size: 85%;
}

.myform .item {
  clear: left;
  margin-bottom: 1em;
}

.myform .item div {
  padding-left: 150px;
}

.myform label {
  float: left;
  width: 140px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}

.small {
  font-size: 85%;
}

.turquoise {
	color: #0099FF;
}

.violet {
  color: #93018a;
}

.big {
  font-size: 1.3em;
}

.property {
  margin: 10px 0;
  padding-top: 5px;
  border-top: 1px solid #888;
}

.property img {
  float: left;
  margin-top: 5px;
}

.property .content {
  margin-left: 170px;
}

.property .headline {
  margin: 5px 0;
  font-size: 110%;
  font-weight: bold;
}

.property .location {
  margin: 5px 0;
}

.property .type {
  margin: 5px 0;
}

.property .price {
  margin: 5px 0;
  font-weight: bold;
}

.property .description {
  margin: 10px 0;
}

.property_images {

  margin-left: 10px;
}

.property_image {
  float: right;
  clear: right;
  margin-bottom: 15px;
  margin-left: 10px;
  text-align: center;
}

.property_image img {
}

.package1 {
	background: url(img/bg_box1.jpg) no-repeat top right;
	padding-right: 200px;
}
.package2 {
	background: url(img/bg_box2.jpg) no-repeat top right;
	padding-right: 200px;
}
.package3 {
	background: url(img/bg_box3.jpg) no-repeat top right;
	padding-right: 200px;
}
.package4 {
	background: url(img/bg_box4.jpg) no-repeat top right;
	padding-right: 200px;
}
.buying {
	background: url(img/bg_buying.jpg) no-repeat top right;
}
.selling {
	background: url(img/bg_selling.jpg) no-repeat top right;
}

h2.img {
  height: 38px;
}

h2.img span {
  display: none;
}

h2.h_buying {
  background: url(img/h_buying.jpg) no-repeat top left;
}
h2.h_selling {
  background: url(img/h_selling.jpg) no-repeat top left;
}
h2.h_property {
  background: url(img/h_property.jpg) no-repeat top left;
}

table.calendar {
	border-collapse: collapse;
}

table.calendar td {
	padding: 5px;
	border: 1px solid #888;
	vertical-align: top;
}

table.calendar th {
  width: 85px;
	padding: 5px;
	border: 1px solid #888;
	text-align: center;
}

table.calendar th {
	background-color: #EEE;
}

.available {
	background-color: #88FF88;
}

table.calendar td img {
	vertical-align: middle;
}

table.calendar td.today {
  border: 3px solid #888;
}

.date_available {
	font-size: 9px;
}

.date_booked {
}

.date_available a {
  color: #00AA00;
}

.date_booked a {
  color: red;
}

.textbox {
  padding: 1px;
  background: url(img/grad_form.jpg) repeat-x bottom left;
  border: 1px solid #AAAAAA;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}

.select {
  background-color: #E4BFE1;
  border: 1px solid #AAAAAA;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#93018A;
}

.button1 {
  padding: 3px 5px;
  background: url(img/button1.jpg) repeat-x bottom left;
  border: 1px solid white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #93018A;
}

#image_popup {
  display: block;
  position: absolute;
  visibility: hidden;
  padding: 5px;
  background-color: white;
  border: 1px solid #888;
}

#image {
  display: block;
  margin-bottom: 5px;
}

#image_descr {
  text-align: center;
}