﻿body 
{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000066;
	margin: 0;
		background: #FBE259 url(../../Images/body_bk.gif) repeat-y top left;

}

#wrap 
{
	width: 99%;
}

#header
{
	background-image: url(../../Images/header_bk3.jpg);
	background-repeat: repeat-x;
	border: solid #FFCC00;
	border-width: 0 0 3px 0;
	height: 130px;
}

#menu
{
	position: absolute;
	top: 133px;
	left: 0px;
	background-color: #FEF1A7;
	height: 100%;
	width: 170px;
	float: left;
	border: 0;
	margin: 0 0 0 0;
	padding: 0;
	z-index: 100;
}

#main
{
	/*padding: 10px 20px 20px 20px;*/
	border: 0;
	margin: 0 0 0 180px;
	padding: 20px;
	position: relative;
	z-index: 0;
}

#footer
{
	border-top: solid 3px #FFCC00;
}


/* MENU */
.menu
{
	margin: 5px 0 20px 10px;
}

	.menuItem
	{
		background-image: url(../../Images/menuItem_bk.gif);
		height: 25px;
		width: 146px;
		font-family: Arial;
		font-size: 12px;
		text-align: center;
		margin-top: 5px;
	}
		.menuItem A
		{
			background-image: none;
			color: #000066;
			font-weight: bold;
		}

	/* mouse over */
	.menuHover
	{
		background-image: url(../../Images/menuItemHover_bk.gif);
	}
		.menuHover A
		{
			text-decoration: underline;
			color: #3055B8;
		}

	/* current page */
	.menuSelected {}

	.menuSubMenu
	{
		background-color: #FEFBE7;
		border: solid 1px #FFCC00;
			min-width: 150px;
			  _width: 150px;
	}

	.menuSubMenuItem
	{
		background-color: #FEFBE7;
		font-family: Arial;
		font-size: 12px;
	}
		.menuSubMenuItem A
		{
			color: #000066;
			padding: 2px 10px 2px 7px;
			  display: block;
			  width: 100%;
		}
		.menuSubMenuItem A:Hover
		{
			text-decoration: underline;
			background-color: #FAED7E;
		}

/* Default.aspx */
#blurb
{
}
/* --- */
.clear
{
	clear: both;
	line-height: 0px;
}

Img
{
	border: none;
}

HR
{
	width: 80%;
	height: 3px;
	text-align: center;
}
.yellow
{
	color: #ffcc00;
}
.important
{
	color: Maroon;
	font-weight: bold;
}

.imageMargin
{
	margin: 5px;
}

iframe
{
	overflow: scroll;
}

.PropertyList_Item
{
	text-align: center;
	padding: 10px 0 15px 0;
}

.PropertyViewTitle
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.PropertyView_Header
{
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

.PropertyView_RowStyle
{}