body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#003399;
	margin:0;
	padding:0;
}
/*..H1 and H2 are header tags used for the banner(Practice..) and sub banner( Featuring..).*/ 
H1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color:#006699;
	text-decoration:none;
	text-align:left;
}

H2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#3366CC;
	text-decoration:none;
}
/*.The P tag is the paragraph tag is used for content..*/ 
P
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#003399;
}
/*.HR is the horizontal rule dividine the content and the clinic details on the Home page..*/ 
HR
{
	  border-bottom: 1px solid #003366;
      color: white;
      background-color: #fff;
      height: 4px;
}
/*..UL means an UN ordered list/bullets that are used in Clinic pages and Needs pages.*/ 
UL 
{
	list-style-type: circle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#003366;
}
/*.The A tags are LINK tags or ANCHOR tags.*/ 
A:active
{
    COLOR: #003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
}

A:link
{
    COLOR: #003399;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
}

A:visited
{
	color:#CC3399; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
}
A:hover
{
    COLOR: #003399;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color:#FFFFFF;
	text-decoration: underline;
}
/*.This NAV tag is used for the Navigation on the Home page and other pages..*/ 
.nav
{
	padding-left:5px;
}
/*.Title tag is used for the titles in black color.*/ 
.title
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#000000;
	ccolor:#3366CC;
	font-weight:bold;
}
/*..The subtitle is used in the content area like Clinic Details and Clinic Highlights.*/ 
.subTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#000000;
	color:#3366CC;
	font-weight:bold;
	padding-left:20px;
	text-align: inherit;
}
/*.The Content tag is used for the content in all the pages.*/ 
.content
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:black;
}
/*..The footnote is at the bottom of the all pages This is the disclaimer area with the NOTE.*/ 
.footnote
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
/*.this is the tag used for the "coming soon" green text. keep this tag you can use it later*/ 
.comingSoon
{
	color:#009900;
}

.backgroundColor
{
	background-color:#9CAFCF;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.img-shadow {
  float:left;
  background: url(newSite/shadowAlpha.png) no-repeat bottom right !important;
  background: url(newSite/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 
/*.this is the tag used for to create a black background outside the image */ 
.imageBorder
{
	filter:shadow(color:gray);
	border:1px solid black;
}