/*== Developed By: Ryan H ===========*/

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
p, ul, ol, hr {margin-bottom:15px;}
h1, h2, h3, h4 {margin-bottom:10px;}
ul, ol {margin-left:1em; padding-left:1em; /*list-style:disc url(bullet.gif) inside;*/}
/*ul, ol {margin-left:1em; padding-left:1em; list-style:none; text-indent:-1em;}*/

a:link, a:visited {color:#0072bb; text-decoration:none; font-weight:bold;}
a:hover, a:active {color:#fff; text-decoration:none;}
a img {border:none;}

/*  IE uses font-size, Mozilla uses line-height  */
.sIFR-active h1 {font-size:28px; line-height:28px; width:100%;}



/*   Body and Wrappers
=====================================*/
body {
	background:#a39661 url(images/layout/bg.jpg) 0 0 repeat-x;
	font:72%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
#shell {
	background:url(images/layout/bodyBG.jpg) 0 0 repeat-y;
	margin:0px auto;
	width:900px;
}
#container {
	background:url(images/layout/headBG.jpg) 0 0 no-repeat;
	position:relative;
	width:100%;
	visibility: visible;










}



/*   Content Styles
=====================================*/
#content {
	padding:200px 0 25px 0;
	margin-left:100px;
	width:700px;
	min-height:150px;
	_height:150px; /* for IE6 */
}
#pagePhoto {
	border:2px solid #fff;
	margin:0 0 10px 10px;
	float:right;
}
#featurePage #pagePhoto {
	display:none;
}



/*   Footer Styles
=====================================*/
#footer {
	background:#A39661 url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 10px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto; clear:both;
	width:100%; height:125px;
}
#footSpace{height:10px;}
#foot_info {color:#000; width:90%; margin:0px auto; text-align:center;}
#foot_info a {color:#000; font-weight:normal;}
#foot_info a:hover {color:#0072bb;}



/*   Navigation Styles
=====================================*/
#nav {
	position:absolute;
	top:485px;
	left:11px;
	z-index:10;
	padding-left:8px;
	margin:0px;
	width:870px;
	background:#0072bb;
	visibility: visible;


}
#nav li, #tabs li {
	position:relative;
	list-style:none;
	cursor:pointer;
	margin:0px;
	float:left;
	display:block;
	visibility: visible;

}
#nav li a {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none; border-right:1px solid #c1c46d;
	line-height:30px;
	display:block;
	padding:0px 9px;
	color:#fff;
}
#nav li a:hover {
	background:#fff;
	color:#0072bb;
}
.menuSubs {
	position:absolute; top:100%; margin-left:-75px; z-index:100;
	background:#fff; padding-left:0px; width:150px; display:none;
}
#nav li ul li {
	background-image:none;
	width:100%;
	float:left;
	clear:both;
}
#nav li ul li a {
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px; text-align:center; 
	padding:0px; width:100%; border:none;
	color:#0072bb;
}
#nav li ul li a:hover {
	background:#E5EFEE;
	color:#0072bb;
}
#nav li ul {
	visibility:visible;
}
#nav li:hover ul {
	visibility:visible;
	display:block; position:absolute; top:29px; width:135px; left:45px;
}


#tabs {
	position:absolute;
	top:392px;
	left:100px;
	visibility: visible;



}
#tabs li a {
	text-indent:-9999px; display:block;
	height:124px; width:102px; margin-right:10px;
	background:url(images/layout/tabs.jpg);
}
#tabs #implants a {background-position:0 0;} #tabs #implants a:hover {background-position:0 -124px;}
#tabs #ortho a {background-position:-102px 0;} #tabs #ortho a:hover {background-position:-102px -124px;}
#tabs #dentures a {background-position:-204px 0;} #tabs #dentures a:hover {background-position:-204px -124px;}
#tabs #pediatric a {background-position:-306px 0;} #tabs #pediatric a:hover {background-position:-306px -124px;}
#tabs #cosmetic a {background-position:-408px 0;} #tabs #cosmetic a:hover {background-position:-408px -124px;}
#tabs #invisalign a {background-position:-510px 0;} #tabs #invisalign a:hover {background-position:-510px -124px;}

#flashBtn {
	width:210px;
	position:absolute;
	top:205px;
	right:45px;
	visibility: visible;



}
#flashBtn a {
	text-indent:-9999px; display:block;
	height:25px; width:100px; float:left;
	background:url(images/blank.gif);
}



/*   Individual Pages
=====================================*/
#faq, #faq li {list-style:none; margin-left:0px;}
.question, .openAll {margin:0px 0px 5px 0px; cursor:pointer;}
.faqAnswer {
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	margin:5px 0px 10px 5px;
	padding:8px;
	width:90%;
}




/*   Forms Styles
=====================================*/
form {padding:0; margin:0;}
.text  {border:1px solid #666;}
.error {border:1px solid #f00; background-color:#ffe0e0;}
.req {color:#ffe0e0; font-size:10px; margin-left:-10px;}
.req2 {color:#f00; font-weight:bold; margin-left:-10px;}



/*   Standard Image/Feature Styles
=====================================*/
#feature {margin:30px auto 20px auto;}
.caption {font-style:italic; color:#666;}
.right {margin:0px 0px 8px 9px; float:right;}
.left {margin:0px 9px 8px 0px; float:left;}
.photoright {padding:1px; border:1px solid #777; float:right; margin:1px 0px 8px 9px;}
.photoleft {padding:1px; border:1px solid #777; float:left; margin:1px 9px 8px 0px;}
.photo {padding:1px; border:1px solid #777;}
.featureRight {border:3px solid #074d97; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:3px solid #074d97; padding:2px; margin:7px auto; }




/*   sIFR3 Styles
=====================================*/
.sIFR-flash {
	visibility:visible !important;
	margin:0;
	padding:0;
}
.sIFR-unloading .sIFR-flash {
	visibility:hidden !important;
}
.sIFR-replaced, .sIFR-ignore {
	visibility:visible !important;
	margin:0; /* may not be needed */
	padding:0; /* may not be needed */
}
.sIFR-alternate {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin:0pt; 
	padding:0pt; 
	overflow:auto; 
	letter-spacing:0px; 
	float:none;
}
.sIFR-dummy { 
	width:0px;
	height:0px;
	margin-left:42px;
	z-index:0;
}
#m1mainSXMenu2 {
	margin:auto
}
#flashBtn {
	width:100px
}
#flashCover {
	position:absolute;
	top:203px;
	background-color:#0a64ab;
	width:110px;
	height:20px;
	left: 645px;
}