@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #353f48;
	background-image: url(../aom_images/pageBg_x.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #4c618c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 913px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(../aom_images/containerBg_y.jpg);
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.mainImgCont {
	float: left;
	height: 234px;
	width: 913px;
	background-image: url(../aom_images/mainImgBg_x.jpg);
	background-repeat: repeat-x;
}
.hintCont {
	float: left;
	height: 121px;
	width: 913px;
	background-image: url(../aom_images/hintContBg_x.jpg);
	background-repeat: repeat-x;
}

#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../aom_images/headerBg_x.jpg);
	background-repeat: repeat-x;
	height: 119px;
	width: 913px;
} 
.navCont {
	background-image: url(../aom_images/navBg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 888px;
	padding-top: 5px;
	padding-left: 25px;
}
.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainNav li {
	background-image: url(../aom_images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	line-height: 49px;
}
.mainNav a:hover, .mainNav a:active, .mainNav a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7697b6;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	line-height: 49px;
}




#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	padding-left: 3px;
}

.innerSidebar {
	background-image: url(../aom_images/sideBarBg_y.jpg);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 231px;
}
.sModule1_Cont {
	background-image: url(../aom_images/sModule1Bg_y.jpg);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 231px;
}
.sInnerModule1_Cont {
	background-image: url(../aom_images/sModule1Bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: auto;
	width: 231px;
}
.ortholink {
	margin: 0px;
	padding: 0px;
}
.ortholink ul {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.ortholink li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.ortholink a {
	color: #3c3c3c;
	text-decoration: none;
}

.ortholink a:hover, ortholink a:active, ortholink a:focus {
	color: #305ba0;
	text-decoration: none;
}
.module1headingWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #204482;
	padding-top: 25px;
	padding-left: 35px;
}

.module1heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #204482;
}
.module1headingWrap2 {
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 25px;
}
.module1heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #204482;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7697b6;
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding2px {
	padding-top: 4px;
}

.IconImgCont {
	float: left;
	height: 22px;
	width: 21px;
	padding-right: 5px;
}



.sModuleBootom {
	background-image: url(../aom_images/sModule1Bott_Bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 231px;
}
.sModule2_Cont {
	float: left;
	height: auto;
	width: 231px;
}
.sInnerModule2_Cont {
	float: left;
	height: auto;
	width: 231px;
}
.sInnerModule2Text {
	float: left;
	height: auto;
	width: auto;
	padding-left: 35px;
	padding-top: 10px;
}

.hrLineCont {
	background-image: url(../aom_images/sidebarHr.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 6px;
	width: 231px;
}
.sModule3_Cont {
	float: left;
	height: 256px;
	width: 231px;
}
.sInnerModule3_Cont {
	float: left;
	height: 235px;
	width: 231px;
}
.sideBarBott_Cont {
	float: left;
	height: 16px;
	width: 231px;
	background-image: url(../aom_images/sideBarBott.jpg);
	background-repeat: no-repeat;
}






#mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	height: auto;
	width: 673px;
} 
.mainModuleTop {
	float: left;
	height: auto;
	width: 672px;
}


.mainModuleL {
	background-image: url(../aom_images/mainModule_l.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 195px;
	width: 17px;
}

.mainModuleContent {
	float: left;
	height: auto;
	width: 638px;
	background-image: url(../aom_images/mainModuleBg_x.jpg);
	background-repeat: repeat-x;
}
.mainModuleR {
	background-image: url(../aom_images/mainModule_r.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 195px;
	width: 17px;
}

.subModule {
	float: left;
	height: auto;
	width: 672px;
}
.headingWrap {
	height: auto;
	width: auto;
	padding-left: 20px;
}

.subModuleL {
	float: left;
	height: 195px;
	width: 17px;
}
.subModuleContent {
	float: left;
	height: auto;
	width: 650px;
}


.subModuleR {
	float: left;
	height: 195px;
	width: 17px;
}
.mainContent_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2c2214;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #56a3cf;
	padding-bottom: 10px;
}
.contactreadmore {
	float: left;
	height: 26px;
	width: 102px;
	padding-left: 35px;
	padding-top: 8px;
}
.readmore {
	float: left;
	height: 26px;
	width: 102px;
	padding-left: 450px;
}

.mainContent_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2214;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
.normalText_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2214;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: justify;
}
.subContent_wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2214;
	height: auto;
	width: 638px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 30px;
	text-align: justify;
	float: left;
}
.subContent_wrap1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2214;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 30px;
	text-align: justify;
	float: left;
}
.subContent_wrap2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2214;
	height: auto;
	width: 638px;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 30px;
	text-align: justify;
	float: left;
}
.subContentImgDesc_wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2214;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: justify;
	float: left;
}
.imgCaption_wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2214;
	height: auto;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-align: justify;
	float: left;
	width: 600px;
}


.clientImgDesc {
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}


.drImgWrap {
	float: left;
	height: 141px;
	width: 118px;
	padding-top: 10px;
	padding-left: 10px;
}
.clientImgAutoWrap {
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.clientImgAutoWrapPad_5 {
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.clientImgWrap {
	float: left;
	height: 141px;
	width: 118px;
	padding-top: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.clientImgAutoWrap1 {
	float: left;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
.clientImgWrap1 {
	float: left;
	height: 141px;
	width: 118px;
	padding-top: 0px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}


.clientImgWrap2 {
	float: left;
	height: 141px;
	width: 118px;
	padding-top: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}





.drProfile {
	float: left;
	height: auto;
	width: 400px;
}

.subContent_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #040404;
	padding-left: 20px;
	padding-top: 10px;
}











#footer {
	background-image: url(../aom_images/footerBg_x.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width: 913px;

} 
.footerNav {
	padding-top:20px;
	height: 20px;
	padding-left: 200px;
}


.footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footerNav li {
	background-image: url(../aom_images/footerDivider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footerNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.footerNav a:hover, footerNav a:active, footerNav a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7697b6;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.footerL {
	background-image: url(../aom_images/footer_l.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	width: 16px;
}
.footerM {
	float: left;
	height: 20px;
	width: 878px;
}
.footerR {
	background-image: url(../aom_images/footer_r.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	width: 19px;
}
.designer {
	padding-top:10px;
	height: 20px;
	padding-left: 5px;
}
.designer a {
	text-decoration: none;
	color: #353f48;
}



#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logoCont {
	float: left;
	height: 95px;
	width: 358px;
	padding-top: 10px;
}
ul.bullPadding  {
	margin-top: -10px;
}
.cavitiesNav {
	margin: 0px;
	height: 35px;
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.cavitiesNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cavitiesNav li {
	background-image: url(../aom_images/cavities_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	float: left;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 16px;
	display: block;
	height: 35px;
}
.cavitiesNav .end {
	background-image: none;
}
.contact {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
