/* Common styles for text throughout site. */

body
{
	font-family: Arial, Helvetica, san-serif;
	font-size: small;
}

#frame
{
	font-size: 0.9em;
}

#sectionNav
{
	font-family: Georga, Times, serif;
}

blockquote
{
	padding: 1em;
}

blockquote p
{
	margin: 0;
}

#content li
{
	margin-bottom: 0.7em;
}

h2, h3
{
	font-family: MrsEaves, Times, serif;
	margin: 0;
	margin-bottom: 0.2em;
}

h1
{
	width: 640px;
	height: 57px;
	background-repeat: no-repeat;
	margin: 0;
	border-top: 3px solid white;
	clear: both;
}

h1 span
{
	display: none;
}

h2
{
	font-size: 2em;
}

h3
{
	font-size: 1.5em;
}

p
{
	margin: 0;
	margin-bottom: 1.5em;
}

a
{
	color: #EB8428;
}

a:active
{
	color: #FAB771;
}

a.readMore
{
	font-family: Times, serif;
	font-size: 0.9em;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 11px;
	white-space: nowrap;
}

a.toTop
{
	font-family: Times, serif;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #8a8f9e;
	background-image: url(../images/design/top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	white-space: nowrap;
}

.preview
{
	border-bottom: 1px dashed #adafb3;
	margin-bottom: 1em;
}

span.phone
{
	font-weight: bold;
	white-space: nowrap;
}

#disclaimer
{
	font-size: 0.8em;
	color: #333;
	clear: both;
	padding-top: 1em;
}