/*
 *	content.css
 *
 *	This file defines any special case styles
 *	for the main content area as well as any
 *	unique style for secondary content areas.
 */
 #email
 {
	display: block;
	position: absolute;
	top: 64px;
	left: 617px;
	height: 15px;
	width: 142px;
}
.image
{
	float: left;
	width: 384px;
}
.image img
{
	display: block;
}
.image p
{
	padding-bottom: 0;
}
.subpage .image
{
	width: 190px;
	padding-top: 20px;
	color: #666666;
}
.subpage .image a
{
	color: #666666;
	line-height: 1.1em;
	text-decoration: none;
}
.subpage .image p
{
	padding-bottom: .6em;
	font-size: 85%;
	line-height: 1.1em;
}

#content
{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#content p.last
{
	padding-bottom: 0;
}
.subpage #content
{
	margin-left: 190px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right: 50px;
	font-size: 90%;
	color: #666666;
}
.subpage #content *
{
	line-height: 1.75em;
}
.full #content
{
	margin-left: 0;
	padding-left: 0;
}

.smaller
{
	font-size: 85%;
}

#contact_form
{
	width: 200px;
	float: right;
	padding-left: 20px;
}
#contact_form input,
#contact_form textarea
{
	width: 190px;
}
#contact_form #hidden_fields
{
	display: none;
}


#footer h1
{
	font-size: 105%;
	color: #1e5694;
}
#footer p
{
	padding-bottom: 0;
	line-height: 1em;
}
#footer a
{
	color: #000;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}

