/*
		Here we have an example collection of CSS statements
	
		Copyright 2003 Adobe Systems Incorporated.
*/

	body		{ color: black; background-color: #CCCCCC; background-repeat: repeat-x }
	p			 { color: #666; font-size: 9pt; font-family: Verdana; line-height: 15pt; margin: 0 0 12pt }

	a			{ color: blue; text-decoration: underline }
	a:link		 { color: #903; text-decoration: none }
	newslink	 { color: #903; text-decoration: none }
	a:visited	 { color: #903; text-decoration: none }
	a:hover		 { color: #fff; text-decoration: none }
	a:active	 { color: #903; text-decoration: none }

	div			{ }
	span		{ }
	
	td			{ }
	table		{ }

	h1			 { color: #666; font-size: 7pt; font-family: Verdana; font-weight: bold; text-transform: uppercase; margin: 0.67em 0 }
	h2			 { color: #903; font-size: 9pt; font-family: Verdana; font-weight: bold; text-transform: uppercase; margin: 10pt 0 5pt }
	h3			 { color: #666; font-size: 9pt; font-family: Verdana; font-weight: lighter; line-height: 14pt; margin: 0 }
	h4			 { color: #666; font-size: 7pt; font-family: Verdana; font-weight: bolder; line-height: 10pt; text-transform: uppercase; margin: 2pt 0 0 }
blast { color: white; font-size: 8pt; font-family: Arial; word-spacing: 2pt; top: 12pt }
h5			 { color: #666; font-size: 6pt; font-family: Verdana; font-weight: bold; word-spacing: 3pt; letter-spacing: 1pt; margin: 12pt 0 }
	h6			 { color: #b46f71; font-size: 7pt; font-family: Verdana; font-variant: normal; font-weight: bold; line-height: 13pt; text-transform: uppercase; margin: 20pt 0 10pt }

	ol			{ margin: 1em 0px 1em 40px; list-style-type: decimal }
	ol ol		{ margin-top: 0px; margin-bottom: 0px }
	ol ul		{ margin-top: 0px; margin-bottom: 0px }

	ul			{ margin: 1em 0px 1em 40px; list-style-type: disc }
	ul ol		{ margin-top: 0px; margin-bottom: 0px }
	ul ul		{ margin-top: 0px; margin-bottom: 0px }

#nav {
	width:800px;
	height: 109px;
	background: url(/images/nav.jpg);
	overflow: hidden;
}

#nav ul {
	position:relative;
	float:left;
	margin:0 0 0 0;
	padding:0;
}

#nav li {
	position:relative;
	float:left;
	list-style:none;
}

#nav a {
	display:block;
	height:109px;
	text-indent:-9999px;
	overflow:hidden;
}

#home {
	margin-left:89px;
	width:80px;
}
#home:hover, .homeon{
	background-image:url(/images/nav.jpg);
	background-position:-89px 109px;
}

#properties {
	width:134px;
}
#properties:hover, .propertieson{
	background-image:url(/images/nav.jpg);
	background-position:-169px 109px;
}

#company {
	width:154px;
}
#company:hover, .companyon{
	background-image:url(/images/nav.jpg);
	background-position:-303px 109px;
}

#news {
	width:76px;
}
#news:hover, .newson{
	background-image:url(/images/nav.jpg);
	background-position:-457px 109px;
}

#contact {
	width:151px;
}
#contact:hover, .contacton{
	background-image:url(/images/nav.jpg);
	background-position:-533px 109px;
}
