/*******************************************

 Default Website Style Sheet 
 Created by Camilo Rostoker, Oct 31 2007
 For Sunshine Coast Dental Group
 Copyright Scottsdale Developments
 
********************************************/
 
 
body, td, p
{
  font-size: 90%;
  font-family: verdana, georgia, sans-serif, Arial, Helvetica;
  color: #000000;
}
  
a {
   color: #cc3300;
   text-decoration:none;
   font-weight: bold;
}

a:hover {
   color: #ff9900;
   text-decoration: none;
   font-weight: bold;   
}

.menu {
	font-size: 11px;
	color: navy;
	font-family: verdana;
	font-weight: bold;
	text-transform: uppercase;
}
.menu:hover {
	font-weight: bold;
	color: #ff9933;
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	text-transform: uppercase;	
}




textarea,input, select {
   border: 2px solid navy;;
   background-color: #ffff99;
   color: navy;
   font-size: 11pt;
   font-weight: bold;   
}

h1, h2, h3 {
   color: #666666;
}

h1      {
        font-size: 14pt;

        }

h2      {
        font-size: 13pt;

        }

h3      {
        font-size: 12pt;

        }
		
		.footerText {
		font-size: 10px;
		font-family: verdana;
		color: #ffffff;
		}
		.footerLink { color: yellow; }
		
		.homeServices { font-size: 7pt; }
		
		
.subheading {
	font-size: 13pt;
	font-weight: bold;
	font-family: Verdana, Helveltica, Arial;
	color: 000066;
}
.affiliationName {
	font-size: 12pt;
	font-weight: bold;
	color: 000066;
	font-style: italics;
}

.hoverButtonOn {
   border: 1 solid #333333;
   background-color: #6666FF;
   color: white;
}

.hoverButtonOff {
   border: 1 solid #333333;
   background-color: #6666CC;
   color: #000000;
}

.innerTable {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.smallFont {
	font-size: 11px;
}

.serviceHeading {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
