body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000066;
	text-align: center;
}
/* ----------------------------- Layout ----------------------------- */

#header-top {
	width: 770px;
	height: 60px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header-hr-T, #header-hr-B, #nav-bottom {
	background-color: #FF9900;
	line-height: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	text-align: center;
	font-size: 11px;
	height: 18px;
}
#header-img {
	width: 100%;
	height: 200px;
	background-color: #0066FF;
	text-align: center;
	background-image: url(../images/header_main.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#nav-main {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
	margin: 0px auto;
}

#content-wrap {
	width: 770px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#side-barL {
	width: 158px;
	float: left;
	text-align: center;
}
#content-main {
	float: left;
	width: 610px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066CC;
}
#container-middle {
	width: 770px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
#nav-bottom {
	width: 100%;
	clear: both;
}
#footer {
	width: 770px;
	padding-right: 4px;
	text-align: right;
	font-size: 10px;
}

span#offer {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 58px;
	padding: 0;
	margin: 0;
	/*border: 1px solid #eaeaea;*/
}
/* ----------------------------- Globals ----------------------------- */

div {
	margin: 0px;
	padding: 0px;
	height: 1%;
	text-align: left;
}
td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	margin-top: 4px;
	margin-left: 4px;
}

#content-main p {
	margin-right: 40px;
	margin-left: 40px;
	padding: 0px;
	margin-bottom: 10px;
}

.align-center {
	text-align: center;
}

.flag {
	margin-right: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/* ------------------ Images ------------------ */
img {
	border: none;
}
.img-content-right {
	float: right;
	margin-left: 10px;
}
#side-barL img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.img-content-left {
	float: left;
	margin-right: 10px;
}
/* ------------------ Lists ------------------ */
ul#apartments {
	list-style-type: disc;
	margin-left: 80px;
	margin-top: 0px;
	display: block;
}
ul#prices {
	list-style-type: disc;
	width: 450px;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 30px;
	display: block;
}
ul#prices li {
	margin-top: 4px;
	list-style: outside;
}
ul#prices li span {
	color: #0033CC;
}

/* ------------------ Tables ------------------ */

table#prices {
	margin: 0 0 0 40px;
}
table#prices th {
	font-size: 12px;
	color: #0033CC;
	text-align: left;
	padding: 3px 14px 2px 3px;
}
table#prices th span{
	font-weight: normal;
}
table#prices td {
	text-align: center;
}

/* ----------------------------- Links ----------------------------- */

#nav-main a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}
#nav-main a:hover {
	color: #003399;
}
#nav-bottom a {
	text-decoration: none;
	color: #000099;
}
#nav-bottom a:hover {
	text-decoration: underline;
}
#side-barL {

}
#side-barL a, #side-barL a:visited {
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #0066CC;
	padding: 2px 0;
	margin: 2px 0;
	color: #0000CC;
	display: block;
	
}
#side-barL a:hover {
	color: #003399;
	text-decoration: underline;
}
#side-barL a.current {
	color: #003399;
	text-decoration: underline;
}
#footer a {
	font-size: 10px;
	color: #000099;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* ----------------------------- headings ----------------------------- */

h2 {
	font-size: 13px;
	color: #0000CC;
	margin-left: 30px;
	margin-bottom: 0px;
}
h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 12px;
	color: #FF6600;
	line-height: 14px;
}
h1#box-hd,
h4#box-hd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	margin: 0px 0px 25px;
	padding: 0px 6px 0px 0px;
	font-size: 12px;
	text-align: right;
	color: #0033CC;
	line-height: 18px;
}
h3.res-info {
	margin: 30px 0 10px 40px;
	color: #0033CC;
	font-size: 12px;
}

/* ----------------------------- Forms ----------------------------- */

form#contact td label {width: 120px; display: block; float:left;}
#contact td.form-fields input.form-fields, 
#contact td.form-fields select, 
#contact td.form-fields textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #0066CC;
	margin: 0px 0px 6px;
}
#contact td.form-fields input, 
td.form-fields textarea {
	width: 170px;	
	padding: 1px 2px;
	margin: 0px 0px 6px;
}
#contact td.form-fields select.month {
	width: 70px;
}
#contact td.form-fields input.form-but {
	width: 100px;	
}
.form-but {
	font-size: 12px;
	width: 100px;	
}

/* ----------------------------- Photos ----------------------------- */
ul.photos-gallery, ul.photos-sidebar {
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}
ul.photos-gallery {float: left; margin: 15px;}
ul.photos-sidebar {margin: 0px;}
ul li.photo-txt {
	margin: 0px;
	padding: 0px;
	width: 115px;
	text-align: left;
}
#phototxt {
	margin-bottom: 10px;
}
ul li.photo {
	margin: 0px;
	padding: 0px;
	width: 115px;
	text-align: left;
}
ul.photos-gallery li, ul.photos-sidebar li {
	list-style-type: none;
}
.photos-row {
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	left: 7px;
	display: block;
	width: 100%;
	height: 1%;
	clear: both;
	float: none;
}

dl.apartments {
	margin: 0 0 0 40px;
}
dl.apartments dt {
	font-weight: bold;
	margin: 0 0 6px;
}

dl.apartments dd {
	margin: 0 0 14px 30px;
}

dl.payment {
	margin: 0 0 0 40px;
}
dl.payment dt {
	font-weight: bold;
	margin: 0 0 6px;
}

dl.payment dd {
	margin: 0 0 14px 0px;
}
form select.type-dropdown {
	/*width = 100px;*/	
}
.highlight {
	color: #0066FF;
}

span#offer {
	display: none;
}

.heading_text{
	font-family: Georgia, "Times New Roman", Times, Roman; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #003366; 
	text-decoration: none; 
	background-color: transparent; 
	margin-bottom: 5px;
}
