/* CSS Document */

#content h1 {
	font: 150% Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #53772f;
	margin: 0px;
	}

#content h2 {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003768;
	margin: 0px;
	}

#content h3 {
	font: 80% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 0px;
	}
	
#content p, #content ul, #content table {
	color: #333;
	font: 70%/140% Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}
	
	#content a {
		color: #2e71b5;
		text-decoration: none;
		}
		
	#content a:hover {
		text-decoration: underline;
		}
		
		#content ul li ul li {
			list-style: none;
			}
	
#content p.noMargin {
	margin: 0px;
	}
	
#content blockquote {
	margin-top: 0px;
	}
	
.imageAlignLeft {
	float: left;
	margin: 5px 7px 7px 0px;
	}
	
.imageAlignRight {
	float: right;
	margin: 5px 0px 7px 7px;
	}
	
/*divs for birth center baby tour	*/

.photoButtons{
	height:25px;
	width:32px;
	background: #F7DEDE;
	border: 1px dotted #38B7C4;
	text-align: center;
	padding-top: 0px;
	color: #167589;
	font: 22px "Curlz MT", Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	float: left;
}

.photoButtons:hover {

	background: #38B7C4;
	border: 1px dotted #167589; 
	cursor: pointer;
	color: #fff;
}
