/*  CSS Styles for Northwest Dental */

/* global settings */
body				{color:#333333; background-color:#666666; margin:8px 0px 0px 0px; }
div, p, td, dl, li	{color:#333333; }

/* primary navigation elements */
.nav				{background-image:url(images/nav_itembg.gif); height:20px; line-height:20px; background-repeat:no-repeat; }
.nav a:link			{color:#000000; text-decoration:none; }
.nav a:visited		{color:#000000; text-decoration:none; }
.nav a:hover		{color:#990000; text-decoration:underline; }
.nav a:active		{color:#000000; text-decoration:none; }
.navitem			{font-family:arial,helvetica,sans-serif; font-size:12px; font-weight:bolder; color:#000000; padding-left:36px; text-decoration:none; }

/* other than primary nav links in navbar region */
.navbar a:link		{color:#0000ff; text-decoration:underline; }
.navbar a:visited	{color:#0000ff; text-decoration:underline; }
.navbar a:hover		{color:#990000; text-decoration:underline; }
.navbar a:active	{color:#000000; text-decoration:none; }

/* main content area */
.main				{color:#333333; background-color:#ffffff}
.main a:link		{color:#0000ff; text-decoration:underline; }
.main a:visited		{color:#0000ff; text-decoration:underline; }
.main a:hover		{color:#990000; text-decoration:underline; }
.main a:active		{color:#000000; text-decoration:none; }

/* headings, footings */
.textnav			{font-family:arial,helvetica,sans-serif; font-size:10px; text-align:center; padding-top:20px; padding-bottom:10px; }
.subhead			{font-family:arial,helvetica,sans-serif; color:#000000; font-size:24pt; font-weight:bold; }
.footer				{margin-top:20px }

