@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	text-align: justify;
	line-height: 1.2em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background: #FFFFFF url(../images/backTile.jpg) repeat-x;
}
#container {
	background-color: #FFFFFF;
	float: left;
	width: 825px;
}
#header {
	padding-left: 60px;
	height:105px;
}
#logo {
	width: 265px;
	float: left;
}
a:link {
	color: #003973;
}
a:hover {
	color: #003875;
	text-decoration: underline;
}
a:visited {
	color: #003875;
}
#navContainer {
	float: left;
	margin-top: 35px;
	height: 30px;
	width: 825px;
	background: url(../images/navBackTile.jpg);
	clear: right;
}
#nav {
	height: 30px;
	font-size: x-small;
	padding-left: 60px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	color: #003875;
}
#nav li a:hover {
	background: #003875;
	color: #FFFFFF;
}
#nav li a.mainNavCurrentPage, #nav li a:hover.mainNavCurrentPage {
	color: #FFFFFF;
	background: #003875;
}
.ptNavBorder {
	border-left: thin solid #666666;
}
#blueBar {
	background: #003875;
	float: left;
	width: 800px;
	height: 11px;
}
#pic {
	background: #003875;
	float: left;
	width: 825px;
	height: 251px;
}
#liveFree {
	width: 610px;
	margin-top: 20px;
	height: 210px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#liveFree img {
	margin-top: 5px;
	margin-left: 5px;
}
#welcome {
	float: left;
	width: 340px;
	margin-left: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}
#welcome h1 {
	font-size: x-large;
	font-weight: bold;
	color: #003875;
	margin-top: 10px;
}
.blueBoldText {
	color: #003875;
	font-weight: bold;
}
#ortho {
	float: right;
	width: 195px;
	margin-top: 5px;
	background: #ECF4F2 url(../images/orthoBottom.png) no-repeat bottom;
	margin-right: 140px;
}
#ortho li {
	list-style: url(../images/arrow.png);
	font-weight: bold;
	color: #003875;
	vertical-align: top;
	margin-top: 5px;
}
#ortho p {
	font-size: x-small;
	padding-left: 30px;
	padding-right: 30px;
}
#pt {
	width: 230px;
	height: 130px;
	margin-left: 60px;
	padding-left: 125px;
	background: url(../images/ptBack.png) no-repeat;
	padding-top: 10px;
	float: left;
}
#pt p {
	color: #FFFFFF;
}
#pt h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#pt a {
	color: #FFFFFF;
	text-decoration: none;
}
#pt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#ptImage {
	width: 545px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #FFFFFF;
	background: url(../images/ptImage.jpg) no-repeat;
	height: 215px;
	position: relative;
}
#emailTitle h1 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	color: #006D51;
}
#emailFormField {
	margin-top: 0px;
	padding-top: 0px;
}
#emailFormField #email #emailField {
	float: right;
	margin-right: 10px;
	margin-top: 0px;
}
.emailButton {
	float: right;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.emailIcon {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}
.servicesList {
	list-style: disc outside;
	line-height: 2em;
}
#leftNav {
	width: 200px;
	margin-left: 60px;
	background: #ECF4F2 url(../images/orthoBottom.png) no-repeat bottom;
	height: 700px;
	float: left;
	text-align: left;
	padding-top: 15px;
}
#leftNav a.subNavCurrentPage, #leftNav a:hover.subNavCurrentPage {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
#leftNav h1 {
	font-size: 1.2em;
	color: #003875;
	margin-left: 10px;
}
#leftNav h2 {
	color: #333333;
	font-size: 1em;
}
#leftNav li {
	list-style: url(../none) none outside;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
#leftNav a {
	color: #333333;
	text-decoration: none;
}
#leftNav a:hover {
	font-weight: bold;
}
#contentBody {
	padding-left: 20px;
	float: left;
	margin-bottom: 10px;
	width: 525px;
	padding-top: 15px;
}
.portraitLeft {
	float: left;
}
#contentBody a {
	color: #003875;
	text-decoration: none;
}
#contentBody a:hover {
	color: #003875;
	text-decoration: underline;
}
#contentBody h1 {
	font-size: 1.2em;
	color: #003875;
	font-weight: bold;
}
#contentBody h2 {
	font-size: small;
	font-weight: bold;
}
.bioTitle {
	font-weight: bold;
	color: #003875;
}
#footer {
	clear: left;
	float: left;
	width: 800px;
	margin-top: 20px;
}
#footerNav {
	margin-left: 55px;
	font-size: x-small;
	color: #003875;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footerNav li {
	float: left;
}
#footerNav li a {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
}
#footerNav li a:hover {
	text-decoration: underline;
}
#footer #footerAddress {
	float: left;
	width: 250px;
	margin-left: 60px;
	margin-top: 10px;
}
#footer #carWebPros {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 80%;
}
#footer #carWebPros a {
	color: #666666;
}
#emailList {
	height: 115px;
	width: 200px;
	background: #e5f2ef;
	float: right;
}
#learnMore {
	height: 51px;
	width: 138px;
	position: relative;
	float: right;
	margin-top: 163px;
	margin-right: 5px;
}
.subList {
	font-size: 0.85em;
}
#centeredImage {
	text-align: center;
}
.portraitRight {
	float: right;
	margin-left: 10px;
}
#topNav {
	height: 105px;
	width: 220px;
	float: left;
	margin-left: 250px;
}
#forms {
	float: left;
	width: 220px;
	background: #ECF4F2 url(../images/orthoBottom.png) no-repeat bottom;
	height: 90px;
}
#forms a {
	text-decoration: none;
}
#forms a:hover {
	font-style: italic;
}
#forms li {
	list-style: url(../images/arrow.png);
	font-weight: bold;
	color: #003875;
	margin-top: 20px;
}
#headerNav {
	font-size: 0.8em;
	color: #003875;
	float: left;
	width: 85px;
	margin-left: 70px;
}
#headerNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#headerNav  li  {
	font-weight: bold;
	text-decoration: none;
}
#headerNav li a {
	text-decoration: none;
}
#headerNav li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.providersList {
	list-style: none;
	line-height: 2em;
	text-align: left;
}
.backtotop {
	font-size: x-small;
}
.imageRight {
	float: right;
}
#leftNav a.directions {
	color: #333333;
	text-decoration: underline;
}
#portrait {
	float: left;
}
#bioText {
	float: left;
	margin-left: 20px;
	width: 350px;
}
#bioText li {
	list-style: none;
	display: block;
	padding-bottom: 10px;
	text-align: left;
}
#bioText h1 {
	text-align: left;
}
.boldGreen {
	font-weight: bold;
	color: #008e73;
}
