 p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
p {
	line-height: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
}
ul {
	font-size: 12px;
	line-height: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
a {
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
ol {
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
}
.background {
	background-image: url(assets/images/leftstretch.jpg);
	background-repeat: repeat-y;
}
.leftbg {
	background-image: url(assets/images/lowercorner.jpg);
	background-repeat: repeat-y;
}
.padding {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.ghost {
	background-image: url(assets/images/ghostr.jpg);
	background-repeat: no-repeat;
}
.imgborder { BORDER: #000000 1px solid;}
.imgborder2 { BORDER: #801817 1px solid; margin:5px;}.linked_img_border {
	border: 1px solid #811717;
}

.table_field {
	color: #000000;
	padding-left: 5px;
}

.table_field:focus {
	background-color: #660000; 
	color: #FFFFFF;
	
	padding-left: 5px;
}

.required_field {color: #660000}

/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
	padding:2px;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/*dropdown position code*/

/*
#nav, #nav ul {
	padding: 0;
	margin:0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	width:98px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*end dropdown position*/

/*dropdown style code 
#nav a{
	display:block;
	border:1px solid #000;
	color:#090;
	text-decoration:none;
	text-align:center;
}

#nav a:hover {
	background-color:#0FC;
}

#nav li li a {
	background-color:#906;
	color:#FFF;
}
/*end dropdown style*/





/* Drop down positioning
   Look below for styling */



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 11em;
	*width: 10.7em;
}

#nav a.more {
	background-image: url(assets/images/arrows.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
	*width: 10.7em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	/*background: #fff; /* declare a background no matter what, otherwise IE will make the menus difficult to navigate */
	width: 11em;
	*width: 12.7em;
	visibility: hidden;
	/*left: -999em;  using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	*margin: -2em 0 0 8.9em;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/* Styling */


#nav
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}


#nav .topLevel
{
	margin-top: 7px;
	margin-left: 15px;
	color: #660000;
}

* html #nav .topLevel
{
	line-height: 15px;
}


#nav a, #nav a:active
{
	text-decoration: none;
	border: none;
	color: #333;
}


#nav .topLevel:hover
{
	background: none;
}

#nav a:hover
{
	color: #660000;
	background-color: #fff;
}

#nav ul li a
{
	padding: 5px;
	background-color: #CCC;
	border: 1px solid #000;
	font-size: 11px;
	*font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#topNav
{
	background-image: url(assets/images/top.jpg);
	background-repeat: no-repeat;
}

/* positioning hacks for top menu */

#nav #dental
{
	margin-top: 2px;
	padding:0px;
	position: absolute;
}

#nav #cosmetic
{
	margin-top: 2px;
	margin-left: 257px;
	padding:0px;
	position: absolute;
}

#nav #spa
{
	margin-top: 2px;
	margin-left: 352px;
	padding:0px;
	position: absolute;
}

#nav #hair
{
	margin-top: 2px;
	margin-left: 476px;
	padding:0px;
	position: absolute;
}

#nav #map
{
	margin-top: 2px;
	margin-left: 104px;
	padding:0px;
	position: absolute;
}.ad {
	float: right;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#blogButton {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 300px;
	height: auto;
	color: #fff;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #721311;
	border: 1px #000 solid;
	}
#sidenav {
	width: 100%;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#sidenav li{
	width: 100%;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	list-style: none outside none;
	text-decoration: none;
	padding: 0px;
	line-height: 25px;
}
#sidenav a{
	color: #ffffff;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	list-style: none outside none;
	background: transparent url(assets/images/nav-square.gif) center left no-repeat;
	padding-left: 20px;
}
#sidenav a:hover{
	color: #919191;
	background: transparent url(assets/images/nav-square-over.gif) center left no-repeat;
	text-decoration: none;
}
#height {
	height: 159px;
	width: auto;
	padding-top: 0px;
	background: transparent url(assets/images/top-bg2.jpg) top left no-repeat;
	text-align: left;
}
