html {
	background-color: #46605A;
	background-image: url(../_media/background.gif);
	background-repeat: repeat;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-align: left;
	}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #65877F;
	font-weight:normal;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #65877F;
}

h1 {
	font-size:24px;
	line-height:36px;
	padding-bottom: 10px;
	}

h2 {
	font-size:21px;
	line-height:27px;
	padding-bottom:3px;
	}

h3 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 8px;
	}

h4 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 6px;
	}

h5 {
	font-size: 12px;
	line-height: 18px;
	}
	
p {
	padding-bottom:16px;
}

ul {
	margin:0px 0 12px 18px;
	list-style:disc;
	line-height: 16px;
}

li{
	padding-bottom:4px;
}

a {
	color: #369;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

.attn {
	color:#c00;
	font-size:16px;
	font-weight:bold;
}

label{
	font-weight:bold;
	display:block;
	margin:15px 0 0 0;
}

#middle input[type=text]{
	width:250px;
}

#middle input.inline{
	display:inline;
}

#middle textarea{
	width:350px;
	height:85px;
}

fieldset {
	border:1px solid #999;
	background:#f9f9f9;
	margin:0px 0 30px 0;
	padding:5px 20px 20px 20px;
}

legend {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #65877F;
	font-weight:normal;
	font-size: 16px;
	line-height: 18px;	
}

#container {
	width: 950px;
	background-color: #efefef;
	margin: 25px auto 15px auto;
	border: 3px solid #273331;
	}
	
#header {
	background-color: #93B9B0;
	height: 119px;
	border-bottom: 6px solid #4E7269;
	}

	#branding {
		float: left;
		}

		#branding img {
			margin: 27px 0 0 27px;
			}

	#newsletter {
		float: right;
		margin: 40px 15px 0 0;
		}

		#newsletter img {
			display:block;
			}

		#newsletter #firstname {
			width: 100px;
			color: #999;
			}

		#newsletter #email {
			width: 132px;
			color: #999;
			}

		#newsletter #goBtn {
			position: relative;
			top: 8px;
			}

#nav {
	float: left;
	width: 150px;
	margin-top: 30px;
	padding: 0;
	}

	#nav ul {
		margin: 0;
		padding: 0;
		}

	#nav li {
		list-style: none;
		font-size: 13px;
		line-height: 17px;
		font-weight: bold;
		margin: 0 15px 0 27px;
		padding: 9px 0;
		background: url(../_media/navBorderBottom.png) no-repeat top left;
		}

	#nav li:first-child {
		list-style: none;
		font-size: 13px;
		line-height: 17px;
		font-weight: bold;
		margin: 0 15px 0 27px;
		padding: 9px 0;
		background: none;	
		}

	#nav .rule {
		height: 1px;
		background-image: url(../_media/navBorderBottom.png);
		background-repeat: no-repeat;
		margin: 0 0 12px 20px;
		}

		
	.subNav {
		}

	#home .subNav, #aboutus .subNav, #services .subNav, #payment .subNav, #currentpatients .subNav, #newpatients .subNav, #news .subNav, #contact .subNav  {
		display: block;
		margin-left:14px;
		}

	#nav .subNav li {
		font-size: 12px;
		line-height: 14px;
		font-weight: normal;
		margin:6px 0;
		padding:0;
		background:none;
		list-style:disc;
		color:#999;
		}

	a.reverse {
	color:#666;
		}

		
#middle { 
	float: left;
	width: 539px;
	padding:30px 20px;
	}

	#choose {
			width: 539px;
			margin:0;
			}

	#choose li {
		display:inline;
		margin-right:5px;
		list-style:none
	}
	
	.pullQuote{
		float:right;
		background:#f9f9f9;
		border:1px solid #666;
		margin:0 5px 5px 12px;
		padding:8px 10px 0px 10px;
		width:220px;
	}
	
	/* styles for images and captions */
	#middle .capImg, #middle .capImgAlt, .post img, .alignright {
		float: right;
		border: 1px solid #aaa;
		padding: 5px;
		margin: 0 0 5px 12px;
		background: #f9f9f9;
		}
		
		#middle .capImg div {
			width: 275px;
			margin-top: 5px;
			text-align: center;
			font-size: 11px;
			line-height: 14px;
			font-style: italic;
			color: #666;
			}
		
		/* for vertical images, less width */
		#middle .capImgAlt div {
			width: 215px;
			margin-top: 5px;
			text-align: center;
			font-size: 11px;
			line-height: 14px;
			font-style: italic;
			color: #666;
			}
		
		#middle .stackImg {
			margin: 0 0 5px 0;
			}
		
		/* for before and after images */ 
		#middle .capImgBA div {
			width: 298px;
			margin-top: 5px;
			text-align: left;
			font-size: 11px;
			line-height: 14px;
			font-style: italic;
			color: #666;
			}
		
		#middle .capImgBA  {
			float: left;
			border: 1px solid #aaa;
			padding: 6px;
			margin-bottom: 18px;
			background: #f9f9f9;
			}
			
/* styles for WordPress */
	.post{
		padding-bottom:5px;
		margin-bottom:25px;
		border-bottom:1px dotted #999;
	}
	
	.postAuthor{
		font-size:10px;
		color:#888;
		margin:-5px 0 8px 0;
	}
	
	.postMeta, .commentMeta{
		font-size:10px;
		color:#888;
	}
	
	.commentLink{
		font-size:14px;
	}
	
	.gravatar {
		float:left;
		padding-right:10px;
	}
	
	.standard, .alt{
		padding:10px 0 10px 0;
	}
	
	.commentsform {
		padding-top:20px;
	}
	
	/* address styles for contact */
	#middle .adr {
		}
		
		#middle .adrLine {
			margin-bottom: 4px;
		}
		
		#middle .adrLast {
			margin-bottom: 16px;
		}
			
#right {
	float: left;
	width: 185px;
	margin-top: 30px;
	}

	#right ul {
		width: 185px;
		margin:0;
		border-top: 5px solid #bbb;
		list-style:none;
	}

	#right li {
		padding: 7px 5px 7px 0;
		border-bottom: 1px dotted #bbb;
	}

	#right li:last-child {
		padding: 7px 5px 0 0;
		border-bottom: 0;
	}

	#right img {
		margin: 15px 0 7px 0;
		}

#footer {
	width: 950px;
	margin: 0 auto;
	}

	#footer p {
		font-size: 11px;
		text-align: center;
		color: #5e887e;
		}

		#footer .copyright {
			color: #bbb;
			}

	#footer a {
		color: #fff;
		font-weight: bold;
		}

	#footer .pipes {
		margin: 0 10px 0 10px;
		}

	#footer .phoneFax {
		margin-left: 15px;
		}

/* cleaner */
.cleaner {
	clear: both;
	}