/* CSS Document */
/*General Styles applied to all pages */
body	{
	margin: 0;
	background: #f2f2f2 url;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #000000;

}

p, td {	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
}

a {	
	color: #000000;
	text-decoration:underline;

}

a:hover {
text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0
}

.light {
	background-color: #F5F5ED;
}
.dark {
	background-color: #EEECDD;
}


/*Subnavigation Styles */

.linksetMenu{
margin: 1em 3px 1em 3px;
border-top:1px solid #81839a;
}
:first-child+html .linksetMenu {
margin: 5.5em 3px 1em 3px;
}
#property_nav{ 
width: 200px;
float: right;
height: 400px;
background: #B1C598;
}
#property_nav ul { list-style: none; margin: 0 2px; padding: 0; }
.linksetSubMenu-1 .navigationItem, #property_nav li {
	font: normal .8em Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0;
	padding: 0;
	align: right;
	}
.linksetSubMenu-1 .navigationItem a, #property_nav li a {
	display:block;
	text-decoration:none;
	padding:5px 0;
	color:#000000;
	text-indent:13px;
	background: 2% 50% no-repeat;
	border-bottom:1px solid #81839a; 
	}
.linksetSubMenu-1 .navigationItem a:hover, #property_nav li a:hover, #property_nav li a.selected{
background: #EEECDD 2% 50% no-repeat;
text-decoration: none;
}	
	
.linksetSubMenu-2
	{background-color:#EEECDD;  }

.linksetSubMenu-2 .navigationItem a{
background: 1% 50% no-repeat;
border-bottom:none
}	
.linksetSubMenu-3 { padding: .25em 0 1em 0; }
.linksetSubMenu-3 .navigationItem a	{
	text-decoration:underline;
	color:#00000;
	text-indent:25px;
	background-image: none;
	font-weight: normal;
	border-bottom:none
	}
.linksetSubMenu-3 .navigationItem a.active {
font-weight: normal; text-decoration: none; 
}
/* End Subnavigation Styles */
	
