body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #2c5f8b;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../_media/backgrounds/page-background-with-lines-markup.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#interior {
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 50%;
	height:auto;
	width:1105px;
	min-height:100%;
	margin-left: -550px;
	/*background-image: url(../_media/backgrounds/sidenav-bar.png);*/
	background-repeat: no-repeat;
	background-position: 313px 423px;
    }
#interior #wrapmaster {
	
}	
* html #wrapmaster {
	height:100px;
	}

#client_header {
	display: block;
}

#noflash #client_header {
	display:block;

}

#client_header #client_name{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#FFF;
	position:absolute;
	top:12px;
	right:22px;
	display: none;
}
#client_header #specialty{
	display: none;
}
#client_header #location{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	position:absolute;
	top:286px;
	right:38px;
	display: none;
}
#client_header #phone{
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#242424;
	position:absolute;
	top:302px;
	left:39px;
	display: none;
}

#wrap {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	text-align:left;
	background-image: url(none);
	
	}

#wrapcenter	{
	padding: 0px;
	width: 100%;
	height: 100%;
	float: left;
	}
	
	
html>body#wrapcenter {
	height: auto;
	}

#wrapleft {
	padding: 0px;
	width: 0px;
	height: 0px;
	float: left;
	background-image:  url(none);
	background-repeat: no-repeat;
	}
	
#wrapright	{
	padding: 0px;
	width: 0px;
	height: 0px;
	float: right;
	background-image: url(none);
	background-repeat: no-repeat;
	}

p {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.5em;
	font-weight: normal;
	}

h1 {
	color: #73c7ef;
	font-family: "Century Gothic";
	font-size: 3em;
	text-align: left;
	margin-top:0px;
	font-weight: normal;
	line-height: 1.5em;
	}
#home h1 {
	font-size: 2.8em;
	}
	
h2 {
	color: #73c7ef;
	font-family: "Century Gothic";
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	}

h3 {
	color:#73c7ef;
	font-family: "Century Gothic";
	font-size: 145%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #73c7ef;
	font-size: 110%;
	line-height: 100%;
	font-family: "Century Gothic";
	text-align: center;
	width: 90%;
	}

a {
	color: #FFF;
	}

a:hover {
	color: #E5B977;
	text-decoration: none;
	}

ul {
	list-style-image: url(../_media/common_assets/bullet.png);
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	color: #FFF;
	line-height: 1.5em;
	}
	
ul li {
	padding: 8px 8px 8px 0px;
	}
	
ol {
	padding:0px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	line-height: 1.5em;
	color: #FFF;
	margin-left: 30px;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

#header{
	text-align: center;
	width: 1105px;
	height: 394px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}
#noflash #header{
	background-image: url(../_menu/topbar.jpg);
	background-repeat: no-repeat;
	}
#home #header{
	text-align: center;
	width: 1105px;
	height: 394px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	position: relative;
	}
#noflash #home #header{
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 1105px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px;
	}
#home #content_wrapper{
	display:inherit;
	background-image: url(none);
	background-color: transparent;
	margin: 0px;
	z-index: -1000;
	}

/*------------- content header/footer section ----------------- */

#content_header{
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#home #content_header{
	background-image: url(none);
	background-color: transparent;
	margin-top: 40px;
	}
	
#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	}	
#home #content_footer{
	background-image: none;
	background-color: transparent;
	z-index: -1000;
	}
/*------------- content main ----------------- */

#content_main{
	background-image: url(none);
	background-color: transparent;
	min-height: 350px;
	width: 750px;
	float: left;
	text-align: left;
	right: 0px;
	/*padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
	z-index: -1000;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	}
#content_main .bottom {
	display: none;
}
#home #content_main{
	background-image: url(none);
	background-color: transparent;
	min-height: 0px;
	width: 463px;
	float: left;
	right: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	z-index: -1000;
}


/*------------- content side ----------------- */


#home #content_side{
	float: left;
	width:300px;
	height: auto;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	left: 0px;
	z-index: -1000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#interior #content_side{
	float: left;
	width:303px;
	height: auto;
	min-height: 100%;
	margin: 0px;
	display: inherit;
	left: 0px;
	z-index: -1000;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #000000;
    }
	
#content_side h1 {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 110%;
	font-weight: normal;
    }
	
#home #content_side h2 {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 110%;
	font-weight: normal;
	}
#home #content_side h3 {
	color: #273F28;
	font-family: "Century Gothic";
	font-size: 110%;
	font-weight: normal;
	padding: 6px 0px 6px 13px;
	margin-top: 0px;
	}
	
#home #content_side ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#home #content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: url(none);
	}
	
#home #content_side li a {
	color: #70583D;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 100%;
	display: block;
	padding: 6px 0px 6px 13px;
	width: 215px;
	font-weight: normal;
	border-bottom: solid #A8845D 1px;
	
	}
#home #content_side li li a {
	background-color:#F8F5EE;
	}
a.active {
	background-color:#DED3A6;
	}
#interior #content_side .phone_box {
	background-image: url(../_media/backgrounds/round-box-simple.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#interior #content_side .phone_box p {
	margin-left: 25px;
}
#interior #content_side .phone_box a {
	color: #E4B975;
	text-decoration: none;
	font-weight: bold;
}
#interior #content_side .phone_box a:hover {
    color:#FFFFFF;
}
#interior #content_side h2 {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 120%;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	width: 278px;
	padding-top: 25px;
	background-image: url(../_media/backgrounds/side-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 25px;
	}
#interior #content_side h3 {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 120%;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	width: 278px;
	padding-top: 25px;
	background-image: url(../_media/backgrounds/side-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 25px;
	}
	
#interior #content_side ul {
	text-align: left;
	list-style: none;
	background-image: url(../_media/backgrounds/side.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 303px;
	margin-top: -17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	}
#interior #content_side li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: url(none);
	line-height: 1.5em;
	}
#interior #content_side  ul.office li  {
	font-size: 1.1em;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	text-align: left;
	width: 268px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 25px;
	margin-left: 5px;
}
#interior #content_side ul.office li.different {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e4b975;
	font-weight: normal;
	text-transform: capitalize;
}
	
#interior #content_side li a {
	color: #FFF;
	text-align: left;
	font-family: "Century Gothic";
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	font-weight: normal;
	width: 268px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 5px;
	padding-left: 25px;
	text-transform: lowercase;
	padding-right: 0px;
	}
#interior #content_side li li a {
	background-color:#F8F5EE;
	}
#interior #content_side .bottom {
	background-image: url(../_media/backgrounds/side-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 303px;
	height: 50px;
}
	
#content_side li a:hover {
	text-decoration: none;
	background-image: url(../_media/backgrounds/link-hover.png);
	background-repeat: repeat;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	/*text-align: center;
	width: 944px;
	margin: 0px auto 0px auto;
	height: 230px;
	background-image: url(../_media/backgrounds/footer-separator.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	width:709px;
	height:18px;
	background-image: url(../_media/backgrounds/footer-separator.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
	margin-top: 20px;
	clear: both;
}
#noflash #footer{
	background-image: url(../_menu/bottombar.jpg);
	background-repeat: no-repeat;
	}
#home #footer{
	width:709px;
	height:18px;
	background-image: url(../_media/backgrounds/footer-separator.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
	margin-top: 20px;
	clear: both;
}
#noflash #home #footer{

	}
#footer_links{
	width: 760px;
	padding-top: 30px;
	margin-top: -20px;
	margin-bottom: 50px;
	float: right;
}
#footer_links p{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
}

#footer_links a {
	color: #FFF;
	font-weight: bold;
	text-decoration:underline;
	font-size: 95%;
	padding: 0px 3px 0px 3px;
	line-height: 1.5em;
}


#footer_links a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0px auto 0px auto;
}


/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #F1EAD4;
	border: solid #000000 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	}

.image_center {
	margin: 0px auto 5px auto;
	}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #666666;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}

/*  DESIGN ELEMENTS */
	
.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
.float_left{
	float: left;
	width: 350px;
}

.float_right{
	float: right;
	width: 350px;
}
.clear{
	clear: both;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0px 30px 0px;
	}
.clear_line{
	clear: both;
	background-color: #E4DBB4;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0px 20px 0px;
	}
/*  End CSS Classes   */
.Brown {
	color: #e4b975;
	font-family: "Century Gothic";
	font-size: 1.3em;
	text-align: center;
	display: block;
	line-height: 1.5em;
	font-weight: normal;
	margin-top: -20px;
}
#content_main .implant {
	padding: 0px;
	float: left;
	height: auto;
	width: 218px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_main .cosmetic {
	padding: 0px;
	float: right;
	height: auto;
	width: 218px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.modules {
	padding: 0px;
	float: left;
	height: 325px;
	width: 360px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-size: 0.8em;
}
#content_main table tr td h3 {
	text-align: center;
}
td {
	height: auto;
	margin: 0px;
	border: 1px solid #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
table h6 {
	text-align: center;
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
table  .second {
	width: 80px;
}
table  .third {
	width: 168px;
}
table tr td p {
	text-align: left;
}
#spacing {
	padding-left: 10px;
	padding-right: 10px;
}
.blue {
	background-color: #30739D;
}.grey {
	background-image: url(../_media/backgrounds/link-hover.png);
	background-repeat: repeat;
	background-position: left center;
}
.red {
	color: #E5BC7C;
}
.bluest {
	color: #73C7EF;
}
.white {
	color: #FFF;
}
label {
	color: #FFF;
	padding-right: 10px;
}
.left {
	float: left;
	height: auto;
	width: auto;
	margin-right: 15px;
}
.right {
	float: right;
	height: auto;
	width: auto;
	margin-left: 15px;
}
.box {
	background-image: url(../_media/backgrounds/smallerbox.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 168px;
	height: 126px;
}
.box p {
	padding-right: 5px;
	padding-left: 10px;
}
.boxTran {
	width: 168px;
}
.contactLeft {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.officeHours {
	padding: 0px;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.imgFloatRight {
	float: right;
	height: auto;
	width: auto;
	margin-left: 15px;
}
.meet {
	width: 220px;
	float: left;
	height: 390px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../_media/backgrounds/old-paper-and-quill.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 20px;
}
#k, #m, #j {
	background-image: url(../_media/backgrounds/old-paper-and-stamp.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#k h2, #m h2, #j h2 {
	display: block;
	text-align: left;
	margin-top: 50px;
	margin-left: 30px;
	font-size: 1.5em;
	color: #666;
}
#k p, #m p, #j p {
	margin-top: 35px;
	margin-left: 29px;
}
.meet h2 {
	color: #FFF;
}
/*.meet h3 {
	text-align: left;
	display: block;
	margin-left: 25px;
}*/
.meet p {
	text-align: left;
	display: block;
	width: 145px;
	margin-left: 60px;
	margin-top: 100px;
	color: #000;
}
.photo {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 207px;
	height: auto;
}
.divirer {
	background-image: url(../_media/backgrounds/footer-separator.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 100%;
}
imgFloatRight {
	float: right;
	height: auto;
	width: auto;
	margin-left: 15px;
}
.tourBackground {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 565px;
	width: 747px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	color: #2C608B;
}
#readwriteicon {
	height: 73px;
	width: 67px;
}
.board {
	background-image: url(../_media/images/board.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	float: right;
	height: 342px;
	width: 367px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#link1, #link2, #link3, #link4, #link5, #link6 {
	height: auto;
	width: 117px;
}
#link1 a, #link2 a, #link3 a, #link4 a, #link5 a, #link6 a {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
}
#link1 a:hover, #link2 a:hover, #link3 a:hover, #link4 a:hover, #link5 a:hover, #link6 a:hover {
	font-weight: bold;
	color: #206996;
	text-decoration: none;
}
#link1 {
	margin-top: 40px;
	float: left;
	margin-left: 68px;
	text-align: center;
}
#link2 {
	float: right;
	text-align: center;
	margin-top: 40px;
	margin-right: 60px;
}
#link3 {
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 68px;
}
#link4 {
	float: right;
	text-align: center;
	margin-top: -20px;
	margin-right: 60px;
	clear: both;
}
#link5 {
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 68px;
}
#link6 {
	float: right;
	text-align: center;
	margin-right: 60px;
	clear: both;
	margin-top: -20px;
}
.before {
	float: left;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.beforetext {
	background-image: url(../_media/common_assets/before.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 49px;
	width: 325px;
	margin-top: -100px;
}
.after {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: auto;
}
.aftertext {
	background-image: url(../_media/common_assets/after.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 49px;
	width: 325px;
	margin-top: -100px;
}
.separator {
	background-image: url(../_media/common_assets/separator-line.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 3px;
	width: 100%;
	clear: both;
}
p.middle {
	text-align: center;
}
.smallest {
	font-size: 0.75em;
}
#posts {
	width: 100%;
}
#interior #wrap #wrapcenter #content_wrapper #content_footer #content_header #content_main .onMiddle {
	text-align: center;
}
p.onMiddle {
	text-align: center;
}
#content_main .textMiddle {
	height: auto;
	width: 455px;
	margin-right: auto;
	margin-left: auto;
}
#content_main .textMiddle h3 {
	text-align: center;
	display: block;
}
a[href^="tel:"], a[href^="tel:"]:hover {
	font-size: inherit !important;
	cursor: text !important;
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: inherit !important;
	background: none !important;
}
