/* Default CSS Stylesheet for a new Web Application project */

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A {
	color: Olive;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1em;	
}
/*		
A:visited	{	
	color: 2f4d44;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .9em;	
}	
		
A:active	{	
	color: 2f4d44;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .9em;	
}	
		
A:hover	{	
	color: 2f4d44;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .9em;	
}
*/	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}
	
/*---------------Property Listings---------------*/
.PropertySearch td
{
	BACKGROUND-COLOR: Transparent;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.PriceTextBox
{
	width: 75px;
}

.PropertyTypeDropDown
{
	width: 125px;
}

.ListingsText
{
	BACKGROUND-COLOR: Transparent;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.ListingsItem td
{
	/*padding: 3px;*/
}

.ListingsAltItem td
{
	/*padding: 3px;*/
}

.ListingsLink
{
	color: Olive;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .8em;	
}

.ListingsAltLink
{
	color: Olive;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .8em;	
}

.ListingsImage
{
	border-style: solid;
	border-width: thin;
	border-color: #2f4d44;
}

.ListingsAltImage
{
	border-style: solid;
	border-width: thin;
	border-color: #2f4d44;
}

/*---------------Property Details---------------*/
.PropertyDetailText
{
	BACKGROUND-COLOR: Transparent;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.PropertyDetailLink
{
	color: Olive;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .8em;	
	text-decoration: underline;
}

.PropertyDetailImage
{
	border-color: #2f4d44;
	border-width: thin;
}

/*--------------- Property Photos ---------------*/
.PropertyPhotos
{
	background-color: #838e51;

    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.PropertyPhotosImage
{
	border-style: solid;
	border-width: thin;
	border-color: #2f4d44;
}

.PropertyPhotosTitle
{
	color: Black;
}

/*--------------- Email Styles ---------------*/
.FromTextBox
{
	width: 200px;
}

.SubjectTextBox
{
	width: 400px;
}

.BodyTextBox
{
	width: 600px;
	height: 200px;
}

/*---------------Floor plan listings---------------*/
.FloorPlanText
{
	BACKGROUND-COLOR: Transparent;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.FloorPlanItem td
{
	padding: 3px;
}

.FloorPlanAltItem td
{
	padding: 3px;
}

.FloorPlanLink
{
	color: Olive;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .8em;	
	text-decoration: underline;
}

.FloorPlanAltLink
{
	color: Olive;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .8em;	
	text-decoration: underline;
}

.FloorPlanName
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: Olive;
	font-size:	1em;
}

.FloorPlanAltName
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: Olive;
	font-size:	1em;
}

/*--------------- General Body Styles ---------------*/
BODY
{
    BACKGROUND-COLOR: Black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.BodyText
{
	BACKGROUND-COLOR: Transparent;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.ModuleTitle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*color: Olive;*/
	color: #2f4d44;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.Content
{
	background-color: #b2c079;
}

/*--------------- Header Styles ---------------*/
.Menu
{
	/*background-color: #83904f;*/
	background-color: #6f7a44;
}

.MenuSeparator
{
	background-color: #ffffff;
}

/*--------------- Footer Styles ---------------*/
.copyright
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: Black;
	font-size: .8em;
	text-align: left;
	background-color: #6f7a44;
}

.webmaster
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: Black;
	font-size: .8em;
	text-align: right;
	background-color: #6f7a44;
}

.webmasterLink
{
	color: Black;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;	
}

/*--------------- Pager Styles ---------------*/
.PagerControl A
{
	color: #2f4d44;	
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .9em;	
	text-decoration: underline;
}

.PagerControl
{
	BACKGROUND-COLOR: Transparent;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/*--------------- Image Styles ---------------*/
.ImageOuterBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #6f7a44;
	padding: 0px;
	margin: 0px;
}

.ImageInnerBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #2f4d44;
	padding: 0px;
	margin: 0px;
	display: block;
}