html, body, td, p, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


/*******************/
/* Main navigation */
/*******************/
/**********/
#navigation {
	width:800px;
	height:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li {
	float:left;
	position:relative;
}
#navigation li a {
	display:block;
}
#navigation li ul {
	display:none;
	position:absolute;
	top:33px;
	left:2px;
	width:120px;
}
/* In order to get the list items to match the
 * hashes, there has to be a specific class for
 * each one. */
#navigation li ul li {
	width:120px;
	position:relative;
	
}
#navigation li ul li a {
	display:block;
	background-color:#D2D6DB;
	/*background:url("art/nav/dropdown.gif");*/
	padding-left:3px;
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
	border: solid #525455;
	border-width: 0 1px 1px 1px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
/* Navigation hovering */
#navigation li ul li a:hover {
	/*background:url("art/nav/rollover/dropdown.gif");
	background-repeat:repeat-x;
	background-position:top;*/
	background-color:#FFFFFF;
}
#navigation li.over ul,
#navigation li:hover ul {
	display:block;
}
#navigation li a:hover img,
#navigation li.over img {
	visibility:hidden;
}

/* Individual nav buttons */
#navigation .propertysearch { background: url('art/nav/propertysearch_on.gif') no-repeat; }
#navigation .propertysearch ul { left:3px; }
#navigation .propertysearch ul, #navigation .propertysearch ul li { width:168px; }

#navigation .buyers { background: url('art/nav/buyers_on.gif') no-repeat; }
#navigation .buyers ul, #navigation .buyers ul li { width:93px; }

#navigation .sellers { background: url('art/nav/sellers_on.gif') no-repeat; }
#navigation .sellers ul, #navigation .sellers ul li { width:92px; }

#navigation .new_homes { background: url('art/new_homes_btn_ro.gif') no-repeat; }
#navigation .new_homes ul, #navigation .new_homes ul li { width:114px; }

#navigation .relocation { background: url('art/nav/relocation_on.gif') no-repeat; }
#navigation .relocation ul, #navigation .relocation ul li { width:112px; }

#navigation .financial_services { background: url('art/nav/financialservices_on.gif') no-repeat; }
#navigation .financial_services ul, #navigation .financial_services ul li { width:159px; }

#navigation .tools { background: url('art/nav/tools_on.gif'); }
#navigation .tools ul, #navigation .tools ul li { width:106px; }

#navigation .navdivider { background: url('art/nav/divider.gif') no-repeat; }
#navigation .navdivider ul, #navigation .navdivider ul li { width:2px; }
/* Individual nav buttons */

/* Holly Hack \*/
 * html #navigation ul ul li a {height:1%;}
 * html #navigation ul ul li { height:1%; float:left; }
/* */

div#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#E6E9EC;
	padding:10px;
	height:100%;
}

div#content .heading {
	font-size:16px;
	font-weight:bold;
}

div#content .red {
	color:#C00;
}

div#content a {
	color:#23374F;
	text-decoration:underline;
}
div#content a:hover {
	color:#578CC8;
	text-decoration:underline;
}
#header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:black;
	font-weight:bold;
}

.white_text {
	color:#ffffff;
}

.boldtext {
	font-weight:bold;
}
