

a.link_navigation {
	color: #333333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a.link_navigation:active, a.link_navigation:visited {
	color: #333333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a.link_navigation:hover {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a.link_sephone_footer {
	color: #486c86;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a.link_sephone_footer:active, a.link_sephone_footer:visited, a.link_sephone_footer:hover {
	color: #486c86;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.error { color: #ff0000; }

.text_tiny { font-size: 8px; }
.text_small { font-size: 10px; }
.text_large { font-size: 14px; }
	
.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }
	
.bordercolor_light_gray { color: #cccccc; }
.bordercolor_dark_gray { color: #666666; }
.bordercolor_black { color: #000000; }
.bordercolor_red { color: #ff0000; }

/* custom styles */

#navigation { 
width: 200px; 
text-align: right;
height: 100px;
font-size: 14px;
line-height: 20px;
 }

#navigation ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

#navigation a
{
display: block;
padding: 3px;
;
}

#navigation a:link, #nav a:visited
{
color: #333333;
text-decoration: none;
}

#navigation a:hover
{
color: #fff;
}

.pad {
padding: 10px;
}

#propertyList {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;


}

#propertyList a {
color:#333333;
text-decoration: none;
padding-bottom:4px;
}
#propertyList a:hover {
color:#666666;
text-decoration: none;
}

#propertyList {
text-align: right;


}
#content h2{
font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
font-size:25px;
color:#DE4A0C;
}

.offset {
	position:absolute;
	left:-9999px;
}