﻿body
{
	font-family: Microsoft Sans Serif;
	font-size: 12pt;
}

body.center {
  text-align: center;
  width: 100%;
	font-family: Microsoft Sans Serif;
	font-size: 12pt;
}
 
div.center {
  text-align: center;
  width: 100%;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

.SectionHeader
{
	font-size: 16pt;
	font-weight: 500;
	color: GrayText;
}

.hidden 
{
	display: none;
}

.transparentpanel
{
   -moz-opacity:.01; filter:alpha(opacity=0); opacity:.0; 
}

.dropshadow
{
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	border-bottom-width: 3px;
	border-right-width: 3px;
}

a
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.popupwindowtable
{
}
.popupwindowtitle
{
	font-size: 16pt;
	font-weight: 700;
	color: GrayText;
}
.popupwindowpanel
{
  position: absolute; left:200px; top:100px; z-index:10; background-color:White; border-style: none; vertical-align: middle
}
.popupwindowclosebutton
{
    background-color: Gray;
    border-color: black;
    border-width: thin;
    border-style: outset;
    color: Black;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}
.contentimage
{
}
.testimonialby
{
	font-size: smaller;
}
.testimonialname
{
	font-weight: bold;
}
.staffmemberinfo
{
	font-size: smaller;
}
.staffmembername
{
	font-weight: bold;
}
.pagetitle
{
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
}
.tableheader
{
	font-weight: bold;
	text-align: center;
	background-color: ButtonFace;
}
.tabledata
{
	text-align: center;
	font-size: smaller;
}
.servicesheader
{
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	color: Gray;
}
.servicesheaderselected
{
	font-weight: bold;
	text-decoration: underline;
	background-color: Silver;
	cursor: pointer;
}

.servicespanel
{
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
}

.footer
{
	font-size: small;
	color: Gray;
	text-align: center;
}

.hovermenupopup
{
	background-color: #efefef;
	display: none;
}