/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
#headerLogo a img{
	display: inline;
	text-decoration: none;
	border: 0px;
}
#navwrapper {
	display: none;
}
.navbar {
	display: none;
}
#sidebar1, #sidebar2 {
	display: none;
}
#header h4 {
	font-size: 25pt;
	position: absolute;
	left: 1in;
	top: 0px;
}
#footer {
	display: none;
}
#container img {
	display: none;
}
.first {
	float: left;
	line-height: 0.85em;
	margin-bottom:-0.25em;
	font-size: 36pt;
	font-weight: bold;
	color: #000000;
}
a{
	text-decoration: none;
	color:#000000;
}
#content h6 {
	display: none;
}
#iphoneCopy {
	text-align: center;
}
#map a {
	display: none;
}
a.thumbnail span{
        display: none;
        }