* {
	padding: 0px;
	margin: 0px;
	font-family: arial;
}

body {
	background-image: url("../img/bg.gif");
}

img {
	border: none;
}

/* Wrap */

#wrap {
	width: 788px;
	background-color: #FFFFFF;
	margin: 25px auto auto auto;
	border: 1px solid #306D5C;
	background-image: url("../img/wrap.jpg");
}

#wrap:after {
	clear: both;
	display: block;
	content: ".";
	height: 0px;
	visibility: hidden;
}

/* header */

#header {
	height: 197px;
	background-image: url("../img/logo.jpg");
}

/* Navi */

#navi {
	list-style: none;
	float: left;
	margin: 5px auto auto 22px;
	display: inline;
}

#navi li {
	display: block;
	float: left;
}

#navi a {
	display: block;
	text-align: center;
	line-height: 18px;
	height: 18px;
	font-weight: bold;
	color: #8E853F;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}

#navi a:hover {
	background-color: #185D4C;
}

#navi .home {
	width: 57px;
	border-right: 1px solid #2F6C5B;
}

#navi .about {
	width: 77px;
	border-right: 1px solid #2F6C5B;
}

#navi .meet {
	width: 101px;
	border-right: 1px solid #2F6C5B;
}

#navi .services {
	width: 80px;
	border-right: 1px solid #2F6C5B;
}

#navi .contact {
	width: 97px;
	border-right: 1px solid #2F6C5B;
}

#navi .practice {
	width: 96px;
}

/* Content DIV's */

/* left */

#left_content {
	width: 184px;
	padding-left: 12px;
	padding-right: 12px;
	height: 412px;
	float: left;
	background-image: url("../img/left_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

#left_content h2 {
	background-image: url("../img/left_header.gif");
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 185px;
	text-align: center;
	color: #FFFFFF;
}

#left_content .top {
	width: 167px;
	padding: 10px 9px 0px 9px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/left_p.gif");
	background-repeat: repeat-x;
	font-size: 11px;
}

#left_content .mid, .address, .tel {
	width: 177px;
	padding: 10px 9px 0px 9px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

#left_content .mid {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -4px;
}

#left_content .tel {
	color: #185D4C;
	font-size: 15px;
	margin-top: 10px;
}

#left_content strong {
	color: #185D4C;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

#left_content ul {
	list-style: none;
	padding: 10px 9px 0px 9px;
	width: 170px;
}

#left_content li {
	background-image: url("../img/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding: 5px;
	padding-left: 10px;	
}

#left_content a {
	color: #333;
	text-decoration: none;
}

#left_content a:hover {
	text-decoration: underline;
}

/* center */

#main_content {
	width: 338px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	float: left;
}

#main_content a[href] {
	color: #999999;
}

#main_content #contact {
	
}

#main_content #contact label {
	display: block;
	font-size: 11px;
}

#main_content #contact input, textarea {
	display: block;
	margin: 5px 0px 5px 10px;
	border: 1px solid #999999;
}

#main_content #contact textarea {
	width: 310px;
	height: 100px;
}

#main_content  #contact .hidden {
	display: none;
}

#main_content h1 {
	color: #185D4C;
	font-size: 14px;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

#main_content p {
	font-size: 11px;
	margin-bottom: 10px;
}

#main_content ul {
	font-size: 11px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#main_content .house {
	margin-bottom: 10px;
}

#main_content .smallprint {
	font-size: 8px;
	margin-bottom: 10px;
	display: block;
}

#main_content .invisalign,.before_after {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

#main_content .reg {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#main_content .prices {
	font-size: 11px;
	width: 340px;
}

#main_content table {
	padding: 0px;
	margin: 0px;
}

#main_content td {
	border-bottom: 1px solid #999999;
}

#main_content img {
	float: left;
	margin-right: 10px;
}

.location {
	display: block;
	padding: 5px;
	margin-top: 7px;
	background-image: url("../img/location.gif");
	background-repeat: repeat-x;
}

.fix {
	height: 167px;
}

.location h2 {
	color: #185D4C;
	font-size: 13px;
}

.location a {
	color: #185D4C;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100px;
	margin-top: 4px;
}

.location a:hover {
	text-decoration: underline;
}

.location p {
	margin-top: 4px;
}

/* Right */

#right_content {
	width: 176px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	height: 392px;
	float: right;
	background-image: url("../img/right_bg.gif");
}

#right_content h2 {
	color: #185D4C;
	font-size: 13px;
	margin-top: 5px;
}

#right_content p {
	font-size: 12px;
	color: #000000;
}

#right_content a {
	color: #185D4C;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#right_content a:hover {
	text-decoration: underline;
}

#right_content hr {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 25px;
}

#right_content strong {
	display: block;
}

/* Footer */

#footer {
	clear: both;
	width: 788px;
	height: 10px;
	margin: 10px auto 10px auto;
}

#footer a {
	border-right: 1px solid #666666;
	float: left;
	display: block;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
