@charset "UTF-8";
/* CSS Document */

p, li, td {
	font: normal 10px arial;
	line-height: 12px;
}

textarea {
	width: 200px;
	height: 150px;
}

.Error {
	margin-top: 10px;
	padding: 5px;
	font: normal 10px arial;
	color: #ff0000;
	background: #ffcccc;
	border: 1px solid #ff0000;
}

.NoHandheld {
	display: none;
}

/* HEADER */
#Header {
	height: 83px;
	background-image: url(/images/MacGrayHandHeldHeader.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.HeaderNav {
	display: none;
}
#HeaderNavLogo {
	display: none;
}
#HeaderNavFreeQuote {
	display: none;
}
/* NAVIGATION */
#MainNav {
	display: none;
}
/* CONTENT */
#MainContent {
}
#Footer {
	font: normal 10px arial;
	color: #000000;
	margin: 20px 0px 20px 0px;
	clear: both;
}

