﻿body { font-size: 14px; font-family: "Times New Roman", Georgia, Times }
p  { font-size: 14px; font-family: "Times New Roman", Georgia, Times }
td  { font-size: 14px; font-family: "Times New Roman", Georgia, Times }
a   { color: black; font-size: 14px; font-family: "Times New Roman", Georgia, Times; text-decoration: none }
.wlink  { color: white; font-size: 14px; font-family: "Times New Roman", Georgia, Times; text-decoration: none }
.up   { color: #600; font-weight: bold; font-size: 14px; font-family: "Times New Roman", Georgia, Times; text-decoration: underline }

.tagline {
color: #FFF;
margin: 0 0 10px 17px;font-size: 14px;
}
#footer {
font-size: 10px;text-align: center;margin-top: 3px;
}
#footer a {
font-size: 10px;
}
#footer div {
font-size: 10px;width: 500px;margin: 0 auto;
}

a:link {
color: blue;text-decoration: underline;
}
a:visited {
color: blue;text-decoration: underline;
}
a:hover{
color: red;text-decoration: underline;
}

	/* TOP Navigation
----------------------------------------------- */
#topNavContainer {
text-align: center;
}
#topNavContainer div {
width: 698px;margin: 0 auto;
}
ul#topNav {
list-style: none;
padding: 0;
margin: 0;
height: 25px;
position: relative;position: relative;
	z-index: 100;
}

 ul#topNav li {
float: left;
display: block;
text-align: center;
margin: 0;
padding: 0;line-height: 25px;vertical-align: middle;
background: #FFF;
}
 ul#topNav li a {
	font-size:13px;
 white-space: nowrap;
text-align: center;
margin: 0 0 0 1px;
padding: 0;
color:#000;
text-decoration: none;
vertical-align: middle;
height: 25px;line-height: 25px;
 display: block;
 border-right: 1px solid #000;
}
 ul#topNav li a#last {
 border-right: 1px solid #FFF;
}
  ul#topNav li#home {
 width: 53px;height: 25px;
}
ul#topNav li#attorney {
 width: 104px;height: 25px;
}
 ul#topNav li#family {
 width:84px;height: 25px;
}
 ul#topNav li#traffic {
 width:81px;height: 25px;
}
 ul#topNav li#real {
 width: 104px;height: 25px;
}
ul#topNav li#links {
 width: 49px;height: 25px;
}
ul#topNav li#contact {
 width: 103px;height: 25px;
}
ul#topNav li#directions {
 width: 120px;height: 25px;
}

ul#topNav li a:hover {
background:#000;color:#FFF;
text-decoration: none;
}



 ul#topNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;border-top: 1px solid #000;
	position: relative;
	z-index: 100;	 
}
* html ul#topNav ul {
margin: 0 0 0 -41px;
}

ul#topNav ul li a {
	display: block;
	width: 139px;
	   margin: -1px 0 0 0;text-align: left;
	   padding: 0;text-indent: 6px; border-right: none; border: none;
}


* html ul#topNav ul li a {
height:1%
}


ul#topNav ul li a:hover {

	width: 139px;
}

ul#topNav ul li.driving a:hover {

	width: 119px;
}

ul#topNav ul li { /* all list items */
	float: left;
	width: 139px; /* width needed or else Opera goes nuts */
	border-right: 1px solid #000;
	  border-bottom: 1px solid #000;
	   border-left: 1px solid #000;padding: 0;
	z-index: 100;
}
* html ul#topNav ul li { /* all list items */
	width:141px;/*for ie5.x win and ie6*/
	
}


ul#topNav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 139px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0;z-index: 100;
}

ul#topNav li:hover ul, ul#topNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a.wlink:link  { color: #FFF;text-decoration: none;}
a.wlink:visted  { color: #FFF;text-decoration: none;}
a.wlink:hover  { color: #FFF;text-decoration: underline;}
span.wlink  { color: #FFF;}