/* TYPOGRAPHY ---------------------------------------------- */

html, body {
	margin:0;
	padding:0;
}
body {
	background:url(../images/bg.gif) repeat-x;
	margin:0;
	padding:0;
	color:#3b3b3b;
	font:11px/1.9 Verdana, Geneva, sans-serif;
}
h1, h2, h3, p, strong, span, img, form, input, label, textarea, table, th, tr, td {
	padding:0;
	margin:0;
}
h2 {
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
}
/*LINKS ----------------------------------------------*/

a:link {
	color:#245a91;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:##5993CD;
}
a:visited {
	color:#245a91;
	text-decoration:none;
}
/*NAVIGATION ----------------------------------------------*/

#navigation {
	padding:10px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
}
#navigation ul {
	list-style:none;
	padding:0 10px;
	height:30px;
	line-height:30px;
	background:url(../images/bg_menu.gif) no-repeat;
	width:740px;
	margin:0 auto;
}
#navigation ul li {
	display:inline;
	margin-right:30px;
	text-transform:uppercase;
}
#navigation a {
	color:#245a91;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	text-transform:lowercase;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	text-decoration:none;
	color:#5993cd;
}
/* MACRO-STRUCTURE ---------------------------------------------- */

#container {
	width:100%;
}
#header {
	border-bottom:1px solid #CCC;
}
#logo {
	/*width:740px;*/
	width:760px;
	margin:0 auto;
	/*padding:0 10px;*/
	padding:0;
	height:90px;
}
#content {
	height:auto !important;  		/* per i browser moderni */
	height:100%;      				/* per IE5.x e IE6 */
	min-height:400px;  				/* per i browser moderni */
	width:740px;
	padding:15px 10px;
	margin:0 auto;
}
#wrapper {
	width:100%;
	background-color:#FFF;
}
#footer {
	height:auto !important;  		/* per i browser moderni */
	height:140px;      				/* per IE5.x e IE6 */
	min-height:140px;  				/* per i browser moderni */
	border-top:1px solid #CCC;
}
#footerContent {
	width:740px;
	padding:10px;
	margin:0 auto;
	height:auto !important;  		/* per i browser moderni */
	height:100px;      				/* per IE5.x e IE6 */
	min-height:100px;  				/* per i browser moderni */
}
.abstract {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:2px solid #c3dcea;
}
#images {
	height:200px;
	width:740px;
	margin-bottom:10px;
	border:2px solid #1877ad;
}
#links {
	/*background-color:#112a69;*/
	margin-bottom:20px;
	padding:5px;
}
#links ul {
	margin:0;
	padding:0;
}
#links ul li {
	display:inline;
	margin-right:10px;
}
#links a {
	color:#f2fbff;
	text-decoration:none;
	font-size:11px;
}
#links a:hover {
	text-decoration:none;
	border-bottom:2px solid #acd5ff;
	padding-bottom:2px;
}
#copyright {
	width:740px;
	font-size:10px;
	color:#fff;
	text-align:left;
	border-top:2px solid #eaf4ff;
	padding-top:7px;
}
#copyright a {
	color:#eafbff;
	text-decoration:none;
	font-weight:bold;
}
#copyright a:hover {
	border-bottom:2px solid #acd5ff;
	padding-bottom:2px;
}
#banner {
	height:100px;
	width:729px;
	margin:0 auto;
	padding:9px 0;
}
/*LISTS ----------------------------------------------*/

.apartmentsphoto {
	float:left;
	width:152px;
}
.apartments {
	width:330px;
	height:120px;
	float:left;
	padding:0 1px;
	font-size:90%;
	margin:0 20px 15px 0;
}
.apartments a {
	text-decoration:none;
	color:#245a91;
	font-weight:bold;
}
.apartments a:hover {
	text-decoration:underline;
	color:#5993CD;
	font-weight:bold;
}
.apartments img {
	width:144px;
	height:105px;
}
.apartments a img {
	border:1px solid #b9d7e8;
	padding:3px;
}
.apartmentsdescripton {
	float:right;
	width:170px;
}
.floatNone {
	clear:both;
}
/*FORM STRUCTURE----------------------------------------------*/

.form {
	margin:5px 0;
}
.form label {
	float:left;
	width:170px;
}
.form input {
	width:250px;
	border:1px solid #cacbcc;
	color:#4e4d4d;
	font:11px/1.9 Verdana, Geneva, sans-serif;
	padding:3px;
	height:15px;
	line-height:15px;
}
.form textarea {
	width:450px;
	height:170px;
	border:1px solid #cacbcc;
	color:#4e4d4d;
	font:11px/1.9 Verdana, Geneva, sans-serif;
	padding:3px;
	margin:0;
}
.form .button {
	font:11px Verdana, Geneva, sans-serif;
	border:1px solid #cacbcc;
	background-color:#acc9e5;
	width:100px;
	margin:0 0 0 170px;
	font-weight:bold;
	color:#0a2c4b;
	padding:0;
	height:25px;
}
.anchor {
	font-weight:bold;
	text-align:right;
	margin-top:15px;
	height:30px;
	text-transform:lowercase;
}

