/*
	Default style sheet for Old Fenimore Mill condos
	Copyright 1999-2007, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 04-May-2006
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	
BODY {
	margin: 0px 0px 0px 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}

INPUT, TEXTAREA {font-size: 12px;}

H2 {font-size: 14px;}
H3 {font-size: 16px;}
H4 {font-size: 12px;}

H1, H2, H3, H4 {
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
}

H1 {
	font-size: 16px;
	color: #000033;
}

FORM {
	margin-top: 0px;
	margin-bottom: 0px;
}

P {
	margin-top: 10px;
	margin-bottom: 10px;
}

UL, OL, DL {
	margin-top: 0px;
	margin-bottom: 0px;
}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/
.underline	{text-decoration: underline;}
.credit			{
	font-family: serif;
	font-style: italic;
}
.moreleading {line-height: 150%;}

.head {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-family: Georgia,Times,serif;
	font-size: 13px;
	color: #000000;
	line-height: 150%;
}
.subhead {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	}

/* Link appearance
*******************************************************************/

A:link		{color: #CC0000; font-weight: bold; text-decoration: underline;}
A:visited	{color: #660000; font-weight: bold; text-decoration: underline;}
A:hover		{color: #FF0000; font-weight: bold; text-decoration: underline;}

/* Page layout specs
*******************************************************************/

.leftcol {
	width: 50%;
	background-image: url(../img/fmc_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #040404;
}
.rightcol {
	width: 50%;
	background-image: url(../img/fmc_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #040404;
}
.centercol {
	width: 751px;
	background-image: url(../img/fmc_center.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CDCDCD;
	padding: 0px 10px 10px 10px;
}

