/*--------------------------------------
			OVERALL
--------------------------------------*/
body
{
	margin: 0;
	background-color: #430922;
}

table
{
	font-size: 9pt;
	font-family: trebuchet ms, verdana, sans-serif;
}

/*--------------------------------------
			LAYOUT
--------------------------------------*/
ul#nav
{
	margin: 0;
	padding: 0;
	text-align: right;
}

/*--------------------------------------
			TEXT
--------------------------------------*/
h1
{
	font-size: 18pt;
}

h2
{
	font-size: 14pt;
}

.headerBlue
{
	color: #003399;
	font-size: 8pt;
}

.headerYellow
{
	color: #cccc66;
	font-size: 8pt;
}

.topContact
{
	font-weight: bold;
	font-size: 9pt;
}

ol,ul
{
	font-size: 9pt;
	font-family: trebuchet ms, verdana, sans-serif;
}

.heaveEmphasis
{
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;

}

.footer
{
	font-weight: bold;
	font-size: 8pt;
}

/*--------------------------------------
			LINKS
--------------------------------------*/
a:link
{
	color: #603;
	text-decoration: underline;
}
a:visited
{
	color: #430922;
	text-decoration: underline;
}
a:hover
{
	color: #fff;
	background-color: #603;
	text-decoration: none;
}

ul#nav li
{
	margin: 10px 5px;
	height: 14px;
	list-style-type: none;
}
ul#nav a:link, ul#nav a:visited
{
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: transparent url('images/nav_bg.gif') -15px 0 no-repeat;
}
ul#nav a.emergency
{
	color: #FFFF00;
	background: transparent url('images/nav_emergency_bg.gif') -15px 0 no-repeat;

}
ul#nav a:hover
{
	background-position: 0 0;
}

/*--------------------------------------
			IMAGES
--------------------------------------*/
.dentalImg
{
	border: 1px solid #660033;
}