@import url(nav.css);

BODY {
	margin : 0px;
	padding : 0px;
}

#layTable {
	border: 1px solid #7A8C94;
	width:1000px;
}

#homePageHeader{
	background: url(images/home_headerImage.jpg) no-repeat right;
	height: 270px;
}

#homeContactButton {
	margin: 190px 0 0 50px;
}

#homeNavTab {
	background: #7991AE;
	height: 35px;
}

A.navGlobal {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #C2382C;
	padding: 0 2px 0 2px;
	text-decoration: none;
	text-transform: uppercase;
}

A.navGlobal:hover {
	color:#3F7588;
}

#homeContentArea {
	background: #ECF1F5 url(images/BGgradient_homepage.jpg) repeat-x;
	padding: 16px 0px 40px 27px;
}

#homePropertyShowcaseTitle {
	font: 17px arial;
	color:white;
	width: 600px;
	background: url(images/home_titleBg600.gif) no-repeat left top;
	padding:7px 0px 5px 0px;
	margin: 0;
}

#homePropertyShowcaseBox {
	width: 600px;
	background: #00527F;
	padding: 0;
	margin: 0;
}

.listing {
	padding-top: 2px;
}

.listingText {
	padding: 10px 20px 0px 25px;
}

.listingText .subtitle {
	font:bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#fff;

}

.listingText .text {
	font: 13px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#eee;
}

#slideShowNav {
	width: 600px;
	background: #00527F;
	text-align:center;
	padding-bottom: 10px;
}

#slideShowNav a { 
	font: 10px Verdana, sans-serif;
	color: #a6a6a6;
	border: none; 
	text-decoration: none; 
	margin: 0; 
	padding: 3px 5px;  
}

#slideShowNav a.activeSlide { 
	/* background: #AF362A; */
	font: bold 9px Verdana, sans-serif;
	color: #fff;
}

#slideShowNav a:focus { 
	outline: none; 
}

.homePodTitle {
	font: bold 17px arial;
	color:white;
	width: 315px;
	background: url(images/home_titleBg315.gif) no-repeat left top;
	padding:6px 0px 5px 25px;
	margin: 0;
}


/* My Comment 

TD.properti {
	width: 212px;
	background: #FEFEFE;

}

DIV.properti{
	text-align:left;
	margin: 16px 8px 12px 16px;
	
	position:relative;
}

DIV.properti .subtitle{
	margin: 3px 0 5px 7px;
}

DIV.properti .text{
	margin: 0 0 6px 7px;
}*/

DIV.propLink {	
	margin:0px 0px 0px 0;
	padding:0px 0px 0px 0;
	text-align:right;
}

DIV.clear {
	clear: both;
}

DIV.propLink a {
	font:bold 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#AF362A;
	background-image/* */:url(images/projectLinkArrow.gif);
	background-repeat : no-repeat;
	background-position: right;
	background-color: #fff;
	text-align:right;
	padding: 3px 36px 3px 10px;
	display:inline;
	text-decoration:none;
	/*height:24px;*/
}

DIV.propLink a:hover{
	background-color:#AF362A;
	text-decoration:none;
	color:#fefefe;
}

DIV.textPod {
	background: #fff;
	padding: 16px 15px 16px 25px;
	width: 275px;
}

.subtitle {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #646980;
	margin: 0 0 5px 0;
}

.text {
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #272B2D;
	margin: 0 0 6px 0;
	text-decoration: none;
}

.text A:link, .text A:visited {
	color: #C21115;
	font-weight : bold;
	text-decoration : none;
}

.text A:hover {
	color: #D8696A;
	font-weight : bold;
	text-decoration : underline;
} 

A.text {
	background/* */: url(images/linkArrow.gif) no-repeat right;	
	padding-right: 13px;
}

LI {
	margin : 2px 0 0 16px;
	padding:  0;
	list-style : disc outside;
	list-style-image : url(images/bulletBlue.gif);
} 

#footer {
	border-top: 6px solid #0079B8;
	padding: 8px 0 8px 0;
	background-color : #7991AE;
}

.footer {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FEFEFE; 
}

.footer A:link, .footer A:visited  {
	color: #FEFEFE; 
}

.footer A:hover {
	color: #C2382C;
}

.hint {
	font : 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}

.hinthover {
	font : 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	cursor : default;
}



/* 
use comment hack in background image to hide the style from IE 5 
only when display: inline
not needed when display: block
*/
