body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	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: #FFFFFF;
	text-decoration:none;
	text-align:left;
}

H2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000;
	text-decoration:none;
}
/*.The P tag is the paragraph tag is used for content..*/ 
P
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	ccolor:#3366CC;
}
/*.HR is the horizontal rule dividine the content and the clinic details on the Home page..*/ 
HR
{
	  border-bottom: 1px solid #ffcc33;
      color: #000000;
      height: 3px;
}
/*..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: #6600FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

A:link
{
    COLOR: #006699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration:underline;
}

A:visited
{
	color: #000099;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
A:hover
{
    COLOR: #000000;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#ffcc33;
}
/*.This NAV tag is used for the Navigation on the Home page and other pages..*/ 
.nav
{
	padding-left:5px;
	border-right-style: double;
	border-right-color: #ffcc33;
	border-right-width: thin;
	border-top-style: none;
}
/*.Title tag is used for the titles in black color.*/ 
.title
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	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: 9pt;
	color:#000000;
	font-weight:bold;
	ppadding-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: 9pt;
	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: 8pt;
	color: #EEEEEE;
}
/*.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;
}

.updated
{ 
   color: #FF3333;
}
table {
	border-bottom-style: line;
	border-left-color: #6C2814;
	border-top-style: none;
	border-right-style: line;
	border-left-style: none;
}

.gradient {
hheight: 100px;
padding: 4px;
background: url(images/gradient4.png) 0% 0% repeat-x;
color: #000000;
}

.gradient2 {
height: 600px;
padding: 4px;
background: url(images/gradient.png) 0% 0% repeat;
color: #fc2;
}
.banner {
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: double;
	border-top-width: thin;
	border-top-color: #333399;
}

.padding {
	padding-left: 5px;
}

