
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	background: #d3e3ca url(../../images/content_bkgd.jpg) repeat-y 50% 0;  /* bkgd color, bkgd image, repeat info. The 50% 0 part refers to the positioning of the background image — in this case, 50% from the left side of the browser window (resulting in a centered image) and 0 pixels from the top.*/
	margin: 0px;
	padding: 0px;
	line-height:1.3;
}

#wrapper{	 }

/****** Links ******/

a:link { 				/* Link you haven't been to */
color: #980000; 
text-decoration: underline; } 


a:visited {   			/* Link you have been to */
color: #980000; 
text-decoration: underline; } 


a:hover {    			 /* Link when you hover */
color: #4a2b00; 
text-decoration: underline; } 



/****** White Links ******/

a.white:link { 				/* Link you haven't been to */
color: #ffffff; 
text-decoration: underline; } 


a.white:visited {   			/* Link you have been to */
color: #ffffff; 
text-decoration: underline; } 


a.white:hover {    			 /* Link when you hover */
color: #4a2b00; 
text-decoration: underline; } 



/****** Font Styles ******/

.style1 {
	font-size:12px; }
	
.style2 {
	font-size:18px;
	color:#0c4000; 
	font-weight:bold; }
	
.style3 {
	font-size:31px;
	line-height: 30px; }
	
.dropshadow {
	text-shadow: 1px 1px 1px rgb(0, 0, 0); 
	/* The Fallback */
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5); }
	
	
	
/****** Other ******/
div {
padding:0;
margin:0;  }

ul {
	padding:0;
	margin:0; }	

a img {
border: none;  }

.barheight {
	height:25px; }
	
.floatleft {
	float:left;  }
	
.floatleftpic {
	float:left;
	padding:5px 10px 10px 0; }       /**** top right bottom left ****/
	
.floatright {
	float:right; }
		
.clear {
	clear: left; }    /**** Extend background to go below the floating content. Example is on the Contact page ****/
	
/*---------------------Appt Request---------------------------------------*/

.selectPatientType {
	float:left;
	background-color:#ebe9d7;
	padding:5px 20px;
}

#appt {
	line-height:normal;
	clear:left;
}
#appt label{
	padding-right:10px;
	float: left;
	width:400px;
	text-align:right;
	margin-top:10px;
}
#appt input {
	margin-top:10px;
}
#appt select {
	margin-top:10px;
}
#appt .captchaBoxText {
	font-size:smaller;
	line-height:normal;
	margin-bottom:0;text-align:center;
}
.captchaBox {
	padding-left:300px;
	}

.apptButton {
	font-family:Georgia;
	font-size:24px;
	margin-top:10px;
	margin-left:400px;
}
