/* general */

body {
	font:				x-small "Lucida Grande", Verdana, Arial, sans-serif;
	color:				#000;
	margin:				40px;
	padding:			0;
}
a:link, a:visited,
a:hover, a:active {
	font-weight:		bold;
}
h1 {
	font:				x-large "Century Gothic", Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	margin:				0 0 10px 0;
}
h2 {
	font:				small "Century Gothic", Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	margin:				0;
}
h3 {
	font-size:			xx-small;
	font-weight:		bold;
	text-transform:		uppercase;
	margin:				0 0 10px 0;
}
p {
	font-size:			x-small;
	line-height:		150%;
	margin:				0 0 10px 0;
}

/* sections */

#footer {
	font-size:			xx-small;
	line-height:		150%;
	margin:				10px 0 0 0;
}

/* get a quote */

.error {
	font-weight:		bold;
}
fieldset {
	margin:				0 0 10px 0;
	border:				none;
	padding:			0;
}
fieldset h3 {
	font-size:			xx-small;
	font-weight:		bold;
	text-transform:		uppercase;
	color:				#000;
	margin:				0;
	padding:			0 0 10px 0;
}
.about {
	margin:				10px 0 10px 0;
}
.description {
	margin:				0 0 2px 0;
}
.descriptiontwo {
	margin:				5px 0 2px 0;
}