/***** Shared Styles for MN Dental Themes *****/

/* This site runs like Clockwork (http://www.clockwork.net/). */

* {
	margin: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 12px;
	background: #25458F url(/amm/themes/mda_new/images/blue/bg.jpg) repeat-x;
	
}
body {
	text-align: left;
}
#message {     
	color: #b91418;    
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0 24px;	
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	width: 885px;
} 
p {
	margin: 0;
	padding: 0.5em 0; 
	text-align: left; 
	font-family: "Arial", Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}                         
#header_wrapper {
	margin: 0;
	padding: 0;
	height: 100px;
	width: 885px;
	float: left;
}
#logo {
	margin: 0;
	padding: 28px 0 0 60px;
	float: left;
	height: 58px;
	width: 101px;
}
#utility_nav {
	margin: 0;
	padding: 20px 35px 0 0;
	float: right;
	width: 565px;
	text-align: right;
}
#utility_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#utility_nav li {
	margin: 0;
	padding: 0 10px 0 20px;
	float: left;
}
#utility_nav li a {
	margin: 0;
	padding: 0;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 10px;
	color: #9B9D9F;
	text-decoration: none;
}
#utility_nav li a:hover {
	text-decoration: underline;
}
.news {
	background: url(/amm/themes/mda_new/images/icon_news.gif) no-repeat;
}
.member {
	background: url(/amm/themes/mda_new/images/icon_member.gif) no-repeat;
}
.journal {
	background: url(/amm/themes/mda_new/images/icon_journal.gif) no-repeat;
}
.contact {
	background: url(/amm/themes/mda_new/images/icon_contact.gif) no-repeat;
}
.star {
	background: url(/amm/themes/mda_new/images/icon_star.gif) no-repeat;
}


#search_box {
	margin: 0;
	padding: 20px 35px 0 0;
	float: right;
	height: 13px;
	width: 565px;
	text-align: right;   
}

.TextField {
	background-color: white;
	border-width: 0;
	color: #838077;
	font-size: 10pt;
	border: 1px solid #DFDED8;
	font-family: arial;
}
/* Start the Main Nav Styles */
#nav_wrapper {
	padding-left: 70px;
	margin-bottom: 10px;
	width: 865px;
	height: 38px;
	float: left;
	text-align: center;
}	
#nav_left {
	margin: 0;
	padding: 0;
	float: left;
	height: 38px;
	width: 15px;
	background: #ffffff url(/amm/themes/mda_new/images/blue/nav_left.jpg) no-repeat;
	border-right: 1px solid #FADD8A;
}
.suckertreemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	height: 38px;
	width: 753px;
	background: #ffffff url(/amm/themes/mda_new/images/blue/nav_middle.jpg) repeat-x;
	
}  
.suckertreemenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	width: 149px;  
	text-align: center;   
	font-weight: normal;
	font-size: 11px; 
	border-right: 1px solid #FADD8A;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 133px; /*Width of top level menu link items*/
	padding: 13px 8px 1px 8px;
	background-color: none;
	text-decoration: none;
	color: #fff; 
	height: 21px;
	font-weight: bold;
	font-size: 11px; 
}     
.suckertreemenu ul li a:hover {
	font-size: 11px; 
	padding: 13px 8px 1px 8px;
    color: #26468f;
	height: 21px;
	font-weight: bold;
	text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 133px; /*width of sub menu levels*/
	background-color: #f1b900; 
   color: #fff;   
   text-align: left;    
   height: auto;  
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px; 
   border-bottom: 1px solid #D9A700;
   border-top: 1px solid #F3C323;
}

.suckertreemenu ul li ul li a:hover{
	color: #26468f;  
	display: block;
	width: 133px; /*width of sub menu levels*/
	background-color: #f1b900; 
   text-align: left;    
   height: auto;  
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px; 
   border-bottom: 1px solid #D9A700;
   border-top: 1px solid #F3C323;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
    
#nav_right {
	margin: 0;
	padding: 0;
	float: left;
	height: 38px;
	width: 15px;
	background: #ffffff url(/amm/themes/mda_new/images/blue/nav_right.jpg) no-repeat;
}       
/* Start the 2nd Level Side Nav */
ul#left_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;   
	float: left;
	
}	
/* Start the 3rd Level */
ul#left_nav li {
	display: block;
	list-style: none;
		
}     
ul#left_nav li a {
	display: block;
	padding: 10px 5px 10px 20px; 
	margin: 0;
	border: 0;	
	color: #fff;
	text-decoration: none;
	background: #F6CC49;  
	border-top: 1px solid #F7D363;
	border-bottom: 1px solid #EBC448;
	width: 150px;
	height: auto;
}
ul#left_nav li a:visited {
    display: block;
	padding: 10px 5px 10px 20px;
	border: 0;	
	color: #fff;
	text-decoration: none;
	background: #F6CC49; 
	border-top: 1px solid #F7D363;
	border-bottom: 1px solid #EBC448;
	width: 150px;
	height: auto;
}

ul#left_nav li a:hover {
	display: block;
	border: none;
	padding: 10px 5px 10px 20px;
	color: #F2B800;
	background: #FADD89; 
	border-top: 1px solid #F7D363;
	border-bottom: 1px solid #EBC448;
	width: 150px;
	height: auto;
}

ul#left_nav li a:active {
	display: block;
	border: none;
	padding: 10px 5px 10px 20px;
	color: #F2B800;           
	background: #FADD89;  
	border-top: 1px solid #F7D363;
	border-bottom: 1px solid #EBC448;
	width: 150px;
	height: auto;
}  
/* Start the 4th Level */
ul#left_nav li ul  {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	border-bottom: 0;	
}
ul#left_nav li ul li  {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	border-bottom: 0;	
}
ul#left_nav li ul li a {
	margin: 0;
	display: block;         
	padding: 5px 0 5px 30px;
	border: 0;	
	color: #fff; 
	background: #F6DD8F; 
	border-top: 1px solid #F8E3A3;
	border-bottom: 1px solid #E8D187;
	text-decoration: none;
	background-image: none;
	width: 145px;
	height: auto;
}

ul#left_nav li ul li a:visited {
    margin: 0;
	display: block;
	padding: 5px 0 5px 30px;
	border: 0;	
	color: #fff; 
	background: #F6DD8F;             
	border-top: 1px solid #F8E3A3;
	border-bottom: 1px solid #E8D187;
	text-decoration: none;
	background-image: none;
	width: 145px;
	height: auto;
}

ul#left_nav li ul li a:hover {
	margin: 0;         
	display: block;
	border: none;      
	padding: 5px 0 5px 30px;
	color: #fff; 
	background: #F6DD8F;   
	border-top: 1px solid #F8E3A3;
	border-bottom: 1px solid #E8D187;
	text-decoration: underline;
	width: 145px;
	height: auto;
}

ul#left_nav li ul li a:active {
	margin: 0;        
	display: block;
	border: none;           
	padding: 5px 0 5px 30px;
	color: #fff; 
	background: #F6DD8F; 
	border-top: 1px solid #F8E3A3;
	border-bottom: 1px solid #E8D187;
	text-decoration: underline;
	width: 145px;
	height: auto;
}

/* Start the 4th Level 
ul#left_nav ul li ul li  {
	display: block;
	list-style: none;
	border-bottom: 0;	
}
ul#left_nav ul li ul li a {
	display: block;
	padding: 5px 5px 5px 20px;
	border: 0;	
	color: #7caee3;
	text-decoration: none;
	background-image: none;
	width: 90px;
	height: auto;
		
	
}
ul#left_nav ul li ul li a:visited {
    display: block;
	padding: 5px 5px 5px 20px;
	border: 0;	
	color: #7caee3;
	text-decoration: none;
	background-image: none;
	width: 90px;
	height: auto;
	
}

ul#left_nav ul li ul li a:hover{
	display: block;
	border: none;
	padding: 5px 5px 5px 20px;
	color: #6b9cd4;
	text-decoration: underline;
	width: 90px;
	height: auto;
	
}
ul#left_nav ul li ul li a:active {
	display: block;
	border: none;
	padding: 5px 5px 5px 20px;
	color: #6b9cd4;
	text-decoration: underline;
	width: 90px;
	height: auto;
	 
}  */
#content_area_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	clear: both;       
}
#side_logo {
	margin: 0;
	padding-top: 50px;
	width: 50px;
	float: left;
	min-height: 551px;
}
#side_bars {
	margin: 0;
	padding: 0 0 0 20px;
	width: 803px;      
	background: #455F9F;
	float: left;       
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
/* Min-Height Hack for IE, http://cssplay.co.uk/boxes/minheight.html */
/*\*/
* html div#side_bars{
	height: 600px;
}
#home_content_area_3 {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 208px;
	text-align: center;
	background: #fff;
	float: left;
	
}
#middle_content_wrapper {
	margin: 0;
	padding: 0 0 10px 0;
	width: 780px;
	background: #bacffe; 
	float: left;        
	min-height: 500px;
	height: auto !important;
	height: 500px;     
	border: 1px: solid #91aae3;  
   
}                                 


#home_content_area_2 {
	margin: 0 10px 0 0;
	padding: 25px 15px 0 20px;
	width: 261px;      
	float: left;   
	 line-height: 20px;  
	
}       
#home_content_area_2 ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#home_content_area_2 ul li {
	margin: 0;
	padding: .5em 0;
	font-size: 11px;
	list-style: none;
}
#home_content_area_2 ul li a {
	font-size: 11px;
}

#home_content_area_1 {
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
	width: 454px;
	background: #bacffe; 
	 line-height: 20px;  
}

/* This is the Internal 1 Column Styles */

#breadcrumb {
	margin: 15px 0 15px 30px;
	padding: 0;
	width: 700px;
    float: left;
	line-height: 18px;
	
	
}    
.breadcrumb_component_current {
	padding-top: 3px;
}    
#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
    
}  
#breadcrumb ul li {
	margin: 0;
	padding: 0 5px;  
	float: left;
	color: #fff;
	font-family: "Helvetica", Arial, Verdana, sans-serif;  
	font-weight: bold;
	font-size: 12px;
	text-align: left;  
	
   
	
}
#breadcrumb ul li a{
	color: #fff;  
	margin: 0;
	padding: 0;   
	font-size: 12px; 
	
}
#breadcrumb ul li a:visted {
	color: #fff;
	margin: 0;
	padding: 0;     
	font-size: 12px;
}
#breadcrumb ul li a:hover {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;		
	font-size: 12px;
}
#breadcrumb ul li a:active {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;     
	font-size: 12px;
		
}

#onecolumn_middle_content_wrapper {
	margin:0;
	padding: 0;
	width: 780px;
	background: #fff; 
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left; 
	text-align: left;
}
#onecolumn_content_area_2 {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 208px;
	text-align: center;
	background: #fff;
	float: left;
}

#onecolumn_content_area_1 {
	margin: 0;
	padding: 20px;
	width: 700px;
	background: #fff;
	float: left;
}     
#onecolumn_right {  
	margin-top: 50px; 
	margin-left: 20px;
	margin-bottom: 20px;
	width: 205px;
	float: right;
	padding: 5px 10px 10px 10px;
	background: #eee;
	font-size: 12px;
} 
/* End One Colum Styles */

blockquote      { margin-left: 40px; margin-right: 40px }

/* This is the Internal Two Column Styles */
#twocolumn_content_area_3 {
	margin: 0;
	padding: 0; 
	text-align: center;
	background: #fff;
	float: left;
	width: 778px;
	height: 208px;    
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#twocolumn_content_area_2 {
	margin: 0;
	padding-left: 20px;
	padding-top: 20px; 
	padding-bottom: 20px;
	width: 200px;
	background: #fff;
	float: left;
	
}
#twocolumn_content_area_1 {
	margin: 0;
	padding-top: 20px;
	float: left;
	width: 535px;
	background: #fff; 
}

#twocolumn_content_area_1 ul {
        margin: 0;
        padding: 0 0 0 40px;

}
#twocolumn_content_area_1 ul li {
        margin: 0;
        padding: 0;
        list-style: disc;
}                     

#twocolumn_content_area_1 img {
	margin: 5px;
	padding: 5px; 
	border: 1px solid #ccc;
}


/* End Two Column Styles */

/* Start Splash Page Styles */
#splash_header_wrapper {
	margin: 0;
	padding: 0;
	height: 148px;
	width: 885px;
	float: left;
}
#splash_utility_nav {
	margin: 17px 14px 0 0;
	padding: 0;
	text-align: right;
	height: 50px;
	width: 565px;
	float: right; 
}
#splash_search_box {
	margin: 40px 14px 0 0;
	padding: 0;
	height: 100px;
	width: 565px;   
	float: right;    
}
#splash_page_middle {
	margin: 0 22px 0 20px;
	padding-top: 10px;
	width: 780px;     
	float: left;
	min-height: 700px;
	background: #fff url(/amm/themes/mda_new/images/blue/splash_bg.gif) no-repeat;
	background-position: center;
}
#splash_page_middle p{
	margin: 0;
	padding-left: 5px;
	color: #666666;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;	
}

#splash_page_content1 {
	margin: 0;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 235px;    
	float: left;	
}

#splash_page_content1 h1{
	margin: 0;
	padding-left: 5px;
	color: #0e2880;
	padding-top: 10px;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 13px;
}
#splash_page_content1 a{
	margin: 0;
	padding-left: 5px;
	color: #0e2880;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}	
#splash_page_content1 a:visted {
	color: #0e2880;
	text-decoration: underline;		
}
#splash_page_content1 a:hover { 
	color: #0e2880;
	text-decoration: none;		
}
#splash_page_content1 a:active {
	color: #0e2880;
	text-decoration: none;
}
#splash_page_content2 {
	padding-top: 10px;
	margin-right: 10px;
	width: 242px;    
	float: left;	
}

#splash_page_content3 {
	margin: 0;
	padding-top: 10px;
	padding-left: 478px;
	width: 240px;     
		
}
#splash_page_content3 h1 {
	margin: 0;
	padding-left: 5px;
	color: #efab00;
	padding-top: 10px;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 13px;	
}
#splash_page_content3 a {
	margin: 0;
	padding-left: 5px;
	color: #efab00;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;		
}
#splash_page_content3 a:visted {
	color: #efab00;
	text-decoration: underline;		
}
#splash_page_content3 a:hover { 
	color: #efab00;
	text-decoration: none;		
}
#splash_page_content3 a:active {
	color: #efab00;
	text-decoration: none;
}

/* Min-Height Hack for IE, http://cssplay.co.uk/boxes/minheight.html */
/*\*/
* html div#splash_page_middle{
	height: 700px;
}

/* END Splash Page Styles */

.footer, .push {
	height: 100px; 
}
.footer {
	margin: 0 auto;
	padding: 0;
	background: #f2b800 url(/amm/themes/mda_new/images/blue/footer_bg.jpg) repeat-x 0 0;
	font-family: Arial, Trebuchet, sans-serif;
	font-size: 11px;
	color: #25458F;
}
.clear { 
	clear: both;	
}
#footer_wrapper {
	margin: 0 auto;
	padding-top: 10px;
	width: 800px; 
	padding-left: 50px;       
}
#footer_copyright {
	margin: 0;
	padding: 0;
	height: 90px;
	width: 300px;
	float: left;
}               
#footer_copyright a {
	color: #25458F;        
	font-size: 11px;      
	line-height: 14px;
	text-decoration: underline;
}
#footer_copyright a:visted {
	color: #25458F;               
	font-size: 11px;  
	text-decoration: underline;		
}
#footer_copyright a:hover { 
	color: #25458F;      
	font-size: 11px;  
	text-decoration: none;		
}
#footer_copyright a:active {
	color: #25458F;      
	font-size: 11px;  
	text-decoration: none;
}
#footer_utility {
	margin: 0; 
	padding: 0 15px 0 0;
	float: right;
	width: 300px;
	height: 90px;  
	text-align: right; 
	line-height: 18px; 
}

#footer_utility a {
	color: #25458F;        
	font-size: 11px;      
	line-height: 14px;
	text-decoration: underline;
}
#footer_utility a:visted {
	color: #25458F;               
	font-size: 11px;  
	text-decoration: underline;		
}
#footer_utility a:hover {
	color: #25458F;      
	font-size: 11px;  
	text-decoration: none;		
}
#footer_utility a:active {
	color: #25458F;      
	font-size: 11px;  
	text-decoration: none;
}

div.clear {
	clear: both;
}

a.clockwork:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #25458F;
	text-decoration: underline;
}
a.clockwork:visited {
	color: #25458F;
	text-decoration: underline;
}
a.clockwork:hover {
	color: #25458F;
	text-decoration: underline;
}

a.clockwork:active {
	color: #25458F;
}
h1, .hd1 {
	font-family: "Georgia", Helvetica, sans-serif;
    font-size: 20px;
    color: #25458F;    
	font-weight: normal;
	border-bottom: 1px dotted #183791; 
}
h2, .hd2 {     
	margin: 0;
	padding: 0;
    font-family: "Georgia", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #efab00;       
}
h3, .hd3 {     
	margin: 0;
	padding: 0.5em 0;
    font-family: "Georgia", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #efab00;
}
h4, .hd4 {     
	margin: 0;
	padding: 0.5em 0;
    font-family: "Georgia", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #25458F;
}

h5, .hd5 {     
   	margin: 0;
	padding: 0.5em 0;
    font-family: "Georgia", Helvetica, sans-serif;
	font-size: 14px;
	color: #25458F;    
	font-weight: normal;
	border-bottom: 1px solid #183791;
}
h6, .hd6 {     
	margin: 0;
	padding: 0.5em 0;
    font-family: "Georgia", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #efab00;
}
a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #25458F;
        text-decoration: underline;
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #25458F;
        text-decoration: underline;
}
a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #25458F;
        text-decoration: underline;
}
a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #25458F;
        text-decoration: underline;
}
.textbold {
	font-weight: bold;
}

/* Reset components.css */
div.image_rotator_component {
	margin: 0;
}

