a {
	color: #CC0066;
	text-decoration: none;
}

a:hover {
	color: #20B2AA;
	text-decoration: none;
}

p {
	color: #6C779B;
	font-family: Verdana;
	font-size: 8pt;
}
.sold {
	color: #CC0066;
}
.p2 {
	color: #6C779B;
	font-family: Verdana;
	font-size: 8pt;
}
.p {
	color: #000055;
	font-family: Verdana;
	font-size: 8pt;
}
.print {
	color: Black;
	font-family: Verdana;
	font-size: 8pt;
	
}
.small_w{
	color: White;
	font-family: Verdana;
	font-size: 7.5pt;
}
.p3 {
	color: #576284;
	font-family: Verdana;
	font-size: 8pt;
}
.small {
	color: #6C779B;
	font-family: Verdana;
	font-size: 7.5pt;
}
h4 {
	color: #000055;
	font-family: Verdana;
	font-size: 10pt;
}
.white_nav {
	color: White;
	font-family: Verdana;
	font-size: 7.5pt;
}

.white_nav a {
	color: White;
	font-family: Verdana;
	font-size: 7.5pt;
}
.white_nav a:hover {
	color: #C5CD72;
	font-family: Verdana;
	font-size: 7.5pt;
}

.lite_nav {
	color: #D6D4E4;
	font-family: Verdana;
	font-size: 7.5pt;
}

.lite_nav a {
	color: #D6D4E4;
	font-family: Verdana;
	font-size: 7.5pt;
}
.lite_nav a:hover {
	color: #C5CD72;
	font-family: Verdana;
	font-size: 7.5pt;
}

/* @group Nav - Secondary
===================================== */

.navSecondary {
	margin: 0px 0 4em;
	padding: 0;
	list-style: none;
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
	}

.navSecondary li {
	
	margin-bottom: 3px;
	font-size: 1em;
	}

.navSecondary .last {
	
	}

.navSecondary li ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

.navSecondary li a {
	display: block;
	padding: 0 5px;
	border: 1px solid white;
	background: #ACA8C9;
	text-decoration: none;
	color: white;
	min-height: 24px;
	line-height: 24px;
	}
	
* html .navSecondary li a {
	height: 24px;

	}	
	
	
	
.navSecondary li a:hover {
	color: white;
	background: #B7B6D1;
}

.navSecondary li.current a {
	color: white;
	background: #B7B6D1;
	}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
background: #E3E1E0;
	}

.navSecondary li li {
	margin: 0 0 1px 0;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
	}

.navSecondary li.current li a {
	font-weight: normal;
	color: white;
	padding-left: 1em;
	border: none;
	background: #C7C6C5;
	}
.navSecondary li.current li a:hover {
	color: #005B7F;
	}
.navSecondary li.current li.current a {
	color: #005B7F;
	}
	
/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

