@media print {
body
{
  background: none !important;
  font: 11pt Arial, Helvetica, sans-serif;
  width: 17cm;
}


/* HOMEPAGE SPECIFIC
########################################################################*/
body.home
{
  background: inherit !important;
}



/* HEADER
########################################################################*/

#header
{
  width: 17cm;
  margin: 0px;
  position:static;
  height: 2cm;
}
#logo
{
  position: static;
  margin-top:.5cm;
  margin-left:10px;
}
#searchSite
{
  display: none;
}

#navEurope
{
  display: none;
}

#languages
{
  display: none;
}

.skipper
{
  display: none;
}

/* FOOTER
########################################################################*/
#footer
{
  width: 17cm;
  margin: 0px;
  position:relative;
  top: 0px;
  height: auto;
}

.hasbackdrop #footer
{
  background: none;
  color: #000000;
}
#footerleftbarlinks
{
  display:none;
}

#footerleftbartext
{
  border-top: solid 1px #666666;
  position:static;
  margin-top: 1cm;
  padding:0px;
  padding-top: .5cm;
  width: 100%;
  height: auto;
}

#footerrightbar
{
  display:none;

}

#footerrightimages
{
  display: none;
}


/* NAVIGATION - TOP NAV
########################################################################*/

#navMain
{
  display: none;
}

#navMainBg
{
  display: none;
}

/* NAVIGATION - LEFT PANEL
########################################################################*/

#navPanel
{
  display: none;
}

#container
{
  width: 17cm;
}
/* MAIN CONTENT
########################################################################*/

#contentMain,
.wide#contentMain,
.extrawide#contentMain
{
  position:static;
  left: 0px;
  width: 17cm;
  padding: 0px;
  margin:0px;
}

#contentHeader,
.wide #contentHeader,
.wide2col #contentHeader
{
  padding: 0px;
  height: 120px;
  margin: 0px;
  padding: 0px;
  margin:0px;
}

/* EXTRA CONTENT
########################################################################*/
#rightCol
{
  width: 11cm;
  margin: 0px;
  padding: 0px;
  padding-right: .5cm;
}

#leftCol
{
  width: 5cm;
}

#contentExtra
{
}

/* FORM ELEMENTS
########################################################################*/



/* Property search styling */

.landingpagepropertysearch#storyTitle
{
  top: 0px;
  height: 35px;
  left: -280px;
  width: 320px;
}

.landingpagepropertysearch#otherPanel1, .landingpagepropertysearch#otherPanel2, .landingpagepropertysearch#otherPanel3
{
  background-image: none;
  color: Black;
}

.propertySearchResults
{
  display: block;
  padding: 5px 5px 5px 5px;
  background-image: none;
  color: Black;
}

.propertySearchOptions
{
  background-image: none;
  color: Black;
  margin-top: 61px;
  padding: 10px 10px 5px 10px;
  margin-bottom: 10px;
}

/* I'm hoping that theres no other such div on the site! */
#ctl02_template_divSearchResults input
{
  display: none;
}

/* end of Property search styling */

ul.AZindextitle
{
  display: none;
}

/* End of @media print */
}

