/*RESET*/
/*Thank you, Eric Meyer - http://www.meyerweb.com*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*SIFR*/
.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}

/*general*/
body{
	font-family:Tahoma,Arial,Helvetica,Sans-serif;
	font-size:12pt;
	line-height:120%;

}
body a:after {
   content: attr(href)
}
body div.head img.print-logo{
	display:block;
}
body div.head h1{
	display:none;
}

body ul.utility{
	display:none;
}
body div.head h2.phone{
	font-weight:normal;
	position:absolute;
	top:0;
	right:0;
}
body div.wrapper ul.main,
body div.wrapper div.banner{
	display:none;
}
body div.wrapper div.copy{
	margin-top:2em;
}
body div.wrapper div.copy h3,
body div.wrapper div.copy h4{
	font-size:14pt;
	font-weight:bold;
	margin-top:1em;
}
body div.wrapper div.copy p{
	margin-top:0.5em;
}
body div.wrapper div.copy ul{
	list-style:disc inside none;
	margin-left:1.5em;
}
body div.wrapper div.copy ul li{
	padding-left:0.2em;
}

body div.wrapper div.map{
	margin-top:2em;
	clear:both;
}
body div.wrapper div.feedback{
	display:none;
}

body div.wrapper img.campaign-image{
	display:none;
}

body div.footer ul{
	display:none;
}
body div.footer p img{
	display:none;
}


