/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color:#8DBB30;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	color: #003300;
}

td {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

th {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
a {
	color:#5E5EFF;
	text-decoration: none;
	font-weight: bold;
}
.main a:hover {
	/*background-color:#5E5EFF;
	color:#FFFFFF;*/
	text-decoration:underline;
}

a img {
	border:0;
}
a:hover img,  .main a:hover img{
	text-decoration:none;
}



.nav a{
	color:#9F002F;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
.nav a:hover {
	color:#FF6600;
	text-decoration: none;
}
h2 {
	color: #006633;
	font-size:1.1em;
	padding-bottom:0px;
	text-align:left;
}

.wbfooter a{
	color: #FFFF66;
	text-decoration: none;
}
.wbfooter a:hover {
	text-decoration: underline;
}

.whiteboard{
	position:absolute;
	width:580px;
	height:auto;
	padding:0px;
	margin:0px 0px 15px 0px;
	left: 240px;
	top: 10px;
}
.wbtop{
	position:relative;
	background-image:  url(../images/wbtop.gif);
	background-repeat: no-repeat;
	width:480px;
	text-align:center;
	height:70px;
	margin:0px;
	padding:40px 50px 0px 50px;
	margin-bottom:-40px;
	display:block;
	font-size: 14pt;
	color:#FF6600;
	overflow:hidden;
}
.wbbtm{
	background-image:  url(../images/wbbtm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position:relative;
	width:580px;
	height:72px;
	margin:-1em 0px 0px 0px;
	display:block;
	text-align:center;
	font-size: 0.8em;
}
.main{
	position:relative;
	display:block;
	width:470px;
	
	background-image:  url(../images/wbmdl.gif);
	background-repeat: repeat-y;
	padding: 5px 60px 2em 50px;
	margin:0px;
	text-align:justify;
}
.wbfooter{
	position:relative;
	display:block;
	color:#FFFFFF;
	text-align:right;
	margin-top: 10px;
	font-style:italic;
	font-weight:bold;
	font-size:0.8em;
}
.wbbtm img {
 margin: 15px 5px 0px 5px;
}
.mainimg{
 margin: 0px 10px 5px 0px;
 }
 .main p {
 	line-height:1.5em;
 }
.main ol {
	line-height: 1.5em;
}
.tree dd {
	line-height: 1.5em;
	padding-bottom: 1em;
}

.main table {
	 position:relative;
	 width:430px;
	 height:auto;     
} 
.main td{
	text-align:left;
	vertical-align:top;
	margin:0px;
	padding: 2px;
}

#articles .main table, .datatable{
	vertical-align:top;
	margin:20px 0px 20px 0px;	 
	border-collapse:collapse;
	font-size:0.8em;
	border:1px solid #006633; 
}

#articles .main td, .main th, .datatable td, .datatable th{
	border:1px solid #006633;
	width:33.3%; 
	text-align:left;  
}
#articles .main th, .datatable th{
	background-color: #006633;
	border-color: #FFFFFF;
	color:#FFFFFF;
}
.datatable{
width:auto;
}
.datatable td{
	width:auto;
}
.datatable th{
	width: auto;
	text-align:center;
	padding-left:3px;
	padding-right:3px;
}


.main td ul{
margin:0px;
padding:0px;
list-style-type:none;
}
.main td li{
	padding:0px 0px 10px 0px;
}

sup {
font-size:0.7em;
}


.nav{
	 position: absolute;
	 top: 0px;
	 left: 0px;
}
.nav .logo{
	position:absolute;
	top: 5px;
	left: 5px;
	display:block;
	text-transform: none;
}
.nav ul{
	position:absolute;
	top: 170px;
	left: 0px;
	list-style-type:none;
	margin:20px;
	margin-top:0px;
	padding:0px;
	width: 170px;
	font-variant: small-caps;
}
.nav ul li{
	padding-bottom:0.5em;
}
.linklist {
 /*list-style-type:lower-roman;*/
 padding-left:0px;
 margin-left:20px;
 text-align:left;
}
.linklist li{
	padding-bottom:0.5em;
	
}
.linklistimg{
	margin: 0px 30px 5px 0px;
}

.articlesource{
font-size: 0.8em;
font-style:italic;
}


#about .about a{
	color:#006633;
}
#about .about a:hover{
	text-decoration:underline;
}
#services .services a{
	color:#006633;
}
#services .services a:hover{
	text-decoration:underline;
}
#founder .founder a{
	color:#006633;
}
#founder .founder a:hover{
	text-decoration:underline;
}
#doctors .doctors a{
	color:#006633;
}
#doctors .doctors a:hover{
	text-decoration:underline;
}
#locations .locations a{
	color:#006633;
}
#locations .locations a:hover{
	text-decoration:underline;
}
#articles .articles a{
	color:#006633;
}
#articles .articles a:hover{
	text-decoration:underline;
}
#vaccines .vaccines a{
	color:#006633;
}
#vaccines .vaccines a:hover{
	text-decoration:underline;
}
#brag .brag a{
	color:#006633;
}
#brag .brag a:hover{
	text-decoration:underline;
}
#contact .contact a{
	color:#006633;
}
#contact .contact a:hover{
	text-decoration:underline;
}
#links .links a{
	color:#006633;
}
#links .links a:hover{
	text-decoration:underline;
}
#director .director a{
	color:#006633;
}
#director .director a:hover{
	text-decoration:underline;
}
#calendar .calendar a{
	color:#006633;
}
#calendar .calendar a:hover{
	text-decoration:underline;
}
#brag .brag a{
	color:#006633;
}
#brag .brag a:hover{
	text-decoration:underline;
}
#faq .faq a{
	color:#006633;
}
#faq .faq a:hover{
	text-decoration:underline;
}
form p {
clear: both;
}
form p label{
float: left;
}
form p input, form p textarea, form p select{
float: right;
width: 300px;
}
form p.submit input, .button{
	width: auto;
	background-color:#FFB000;
	color: #663366;
	font-weight:bold;
	margin-left:5px;
}
.right {
	float:right;
}
.left{
	float:left;
}
.clear{
clear:both;
}
.comment{
clear:both;
font-size:0.9em;
font-style:italic;
}
#calendar .caltable{
	width: 300px;
}
#calendar #escaltable{
	width: 350px;
}
#calendar table img {
	border-style:solid;
	border-width: 10px;
	border-color:#45B3C9;	
}
.superscript {
font-size:0.8em;
position:relative;
top: -0.5em;
}

.insurances strong {
	color:#900030;
}
