.textWrapper{
	font-family: Arial, Helvetica, sans-serif;
     margin: 0 0 0 10px;
     padding: 0;
}

     .textWrapper p{
          font-size: 90%;
          font-family: Arial, Helvetica, sans-serif;
     }
     
     imageText.p{
          float: left;
          font-size: 90%;
          font-family: Arial, Helvetica, sans-serif;
          margin: 0;
          padding: 0;
     }
     
     .textWrapper img.bioImage{
          float: left;
          padding: 2px ;
          margin: 0 10px 0 0;
          border-top: 1px solid #287900;
          border-right: 2px solid black;
          border-bottom: 2px solid black;
          border-left: 1px solid #287900; 
          
          
     }
     
     .textWrapper ul{
          font-family: Arial, Helvetica, sans-serif;
          font-size: 90%;
          
     }
     
     .textWrapper ul li{
          margin: 0 0 0 0;
          padding: 0;
     }
     
     .textWrapper p b.headerText{
          color: #287900;
     }

.footNote{
     float: right;
     clear: both;
     display: block;
     border-top: 2px solid black;
     padding: 5px 0 0 0 ;
}

     .footNote p{
          font-size: 70%;
          font-family: Arial, Helvetica, sans-serif;
          text-align: right;
     }
     
fieldset     {
   margin: 0;
   padding: 20px;
   width: 500px;
   
}

fieldset legend{
   color: #287900 /* GREEN */;
   font-weight: bold;
   font-size: 120%;   
}

fieldset ol li{
   list-style: none;
   float: left;
   position: relative;
   display: block;
   width: 330px;
   margin: 0 0 0 0;
   padding: 10px 0 10px 0 ;
   clear: left;
   border-bottom: 1px dotted black;
}

fieldset label{
   color: black;
   font-weight: bold;
   font-size: 100%;
   float: left;
   width:180px;
   height: 1%;
   display: block;
   position: relative;
   margin: 0 ;
   padding: 0;
   cursor: pointer;
}

fieldset input{

   padding: 2px;
   background: #D9C7B9;

}

fieldset button{


}

form.adventureDentalForm em{
   color: red;
   font-weight: bold;
   font-size: 100%;
}

h2.contactFormError{
   color:red;
   font-weight: bold;
   font-size: 120%;
   border-bottom: 2px solid black;
}

/* new styles */

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal !important;
	color: #006600;
	width: 758px;
	text-align: left;
	margin: 0 0 5px 0;
	}

address * {
	color: #006600;
	}

address a:ghover {
	color: #000;
	}

/* contact us forms
------------------------------------------------------------ */		

p.contact_special {
	font-size: 100% !important;
	margin: 0 0 15px 0 !important;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #000;
	text-align: left;
	}

#contact_intro,
#email_form	{
	padding: 0 0 0 15px;
	line-height: 130%;
	}

#email_form	textarea,
#email_form	input {
	width: 100%;
	}
	
#email_form	label {
	display: block;
	font-size: 90%;
	}

#email_form	.c_textinput {
	width: 250px;
	margin: 0 10px 10px 0;
	display: inline;
	float: left;
	}

#email_form	#c_address {	
	width: 510px !important;
	}

#email_form	.c_submit {	
	margin: 10px 0 0 0;
	width: 200px;
	}

div.confidential {
	clear: both;
	padding-top: 10px;
	}	
	
div.confidential p {
	font-size: 12px !important;
	font-style: italic;
	margin: 0;
	text-align: left;
	}	
	
div.error {
	border: 1px dashed #890d00;
	padding: 10px;
	margin: 10px 0 20px 0;
	color: #890d00;
	font-size: 90%;
	}
	
div.error ul {
	margin-bottom: 0 !important;
	margin-top: 10px !important;
	}
	
div.error ul li {
	font-size: 90% !important;
	margin-bottom: 5px !important;
	}
	
div.error * {
	color: #890d00;
	}
	
.required,
.indicates_required {
	font-weight: bold;
	font-size: .9em !important;
	}	
	
