/*----top nav styles----*/

body{
	font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
}

#header1 {
width: 470px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px
background-color: #ffffff;
float: left;
padding: 10px 2px 2px 2px;
font-family:Arial, Helvetica, sans-serif;
}

#topnav {
font-family:Arial, Helvetica, sans-serif;
color:#333;
display: block;
width: 780px;
clear: both;
}

#topnav a{
	color: white;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 0px 4px 12px;
font-size:100%;
}

#topnav li{
	list-style: none;
	padding: 4px 8px 4px 0px;
	margin-right: 6px;
	float: left;
}

#topnav ul {
		margin-left: 0px;
		padding-left: 16px;
}

.property{

	background-image: url(images/prop-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #3366CC;
}

#topnav .property a{
	background-image: url(images/prop-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
}

.contact{
	background-image: url(images/contact-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #006666;
}

#topnav .contact a{
	background-image: url(images/contact-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
}

.health{
    font-size:100%;
	background-image: url(images/health-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #003366;
}


#topnav .health a{
    font-size:100%;
	background-image: url(images/health-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
}

.magenta{
background-image: url(images/magenta-right.gif);
background-repeat: no-repeat;
background-position: top right;
background-color: #cc3366;
}

#topnav .magenta a{
background-image: url(images/magenta-left.gif);
background-repeat: no-repeat;
background-position: top left;

}

.green{
background-image: url(images/green-right.gif);
background-repeat: no-repeat;
background-position: top right;
background-color: #669900;
}

#topnav .green a{
background-image: url(images/green-left.gif);
background-repeat: no-repeat;
background-position: top left;

}

.orange{
	background-image: url(images/youth-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #663366;
}

#topnav .orange a{
	background-image: url(images/youth-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}