/*
 *	Validated: 25 April 2008
 */
body {
	background-color: transparent;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
}

/***************** Layout *****************/

div, ul, li, h1, h2, img {
	border: 0px solid;
	padding: 0px;
	margin: 0px;
}

#base {
	position: relative;
	top: 0px; left: 0px;
	width: 100%;
}

#header {
	position: relative;
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
}

#logo {
	position: relative;
	left: -19px;
	width: 370px;
	height: 100%;
	float: left;
}

#tagline {
	position: relative;
	padding: 0px;
	height: 100%;
	float: right;
}

#container1 {
	position: relative;
	width: 100%;
}

#navigation {
	display: none;
}

#container2 {
	position: relative;
	width: 100%;
	float: left;
}

#top_container {
	display: none;
}

#sidebar {
	display: none;
}

#content {
	width: 100%;
	float: none;
	margin-top: 15px;
}

#content ul, #content ol {
	margin: 0px 0px 10px 18px;
}
#content ul li {
	padding: 0px 0px 5px 5px;
}

#content table td {
	vertical-align: top;
}

#footer {
	display: none;
}

#logo_footer {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
	margin-top: 40px;
}

.clear {
	clear: both;
}

/***************** Style *****************/
 
h1 {
	font-size: 1.9em;
	font-family: serif;
	font-style: italic;
	padding: 20px 0px 0px 0px;
}
h2 {
	font-size: 1.1em;
	font-style: normal;
	padding: 10px 0px 5px 0px;
}

p {
	padding-bottom: 10px;
	margin: 0px;
}

a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

table {
	font-size: 1em;
}

iframe {
	border: 0px;
}

hr {
	height: 1px;
	border: 1px solid #000;
	color: #000;
	background-color: #000;
}

.smalltext {
	font-size: .8em;
}

.csc-textpic-caption {
	font-size: .8em;
}
.csc-firstHeader {
	margin-bottom: 3px;
}
.csc-header-n2 h2 {
	padding-top: 0px;
	margin-top: 0px;
}

.fur_inf {
	padding-top: 20px;
}

.buttonLink {
	color: #fff;
	background-color: #fff;
	min-width: 50px;
	font-size: .8em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	padding: 2px 0px 2px 0px;
	margin-top: 5px;
	text-align: center;
}

sup {
	font-size: .7em;
}

img.small_flags {
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
}



/* --- Tables --- */
table.office_locations th {
	text-align: left;
	padding: 5px;
}
table.office_locations td {
	border-top: 1px solid #000;
	padding: 13px 5px 10px 5px;
}
table.office_locations td.colFlag {
	padding: 5px;
	padding-top: 10px;
	text-align: center;
}


table.form {
	font-size: 1em;
	background: #EEF0EF;
	width: 100%;
	border: 1px solid #000;
	padding-bottom: 5px;
}
table.form th {
	color: #000;
	text-align: left;
	padding: 3px 5px 5px 5px;
}
table.form td {
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
table.form tr.tr-1 td {
	padding-top: 10px;
}

table.contactform td.td-0 {
	width: 160px;
	padding-top: 4px;
}
table.contactform td.td-info {
	padding-top: 10px;
}

table.realEstate_searchform td.td-category {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
table.realEstate_searchform .price_range {
	width: 130px;
}
table.realEstate_searchform .rooms {
	width: 94px;
}

table.realEstate_searchform tr.display_none {
	display: none;
}
table.realEstate_searchform td.criteria {
	width: 50%;
}

table.realEstate_searchform_category {
	table-layout: fixed;
}
