/*  *********************************************  BODY  STYLE *********************************************** */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color: #FFF;
	line-height: 20px;
	}
a img {
	border: 0px;
	}
	

	
/*  *********************************************  TOPNAV  STYLE *********************************************** */

/** TOP MENU POSITIONING **/
#multi-ddm {
	margin: 0 0 0 0;
	}

/** SUBMENU WIDTH **/
#multi-ddm ul, #multi-ddm ul li {	width: 200px; }
#multi-ddm ul ul, #multi-ddm ul ul li {	width: 300px; }

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
	background-color:#688A58;
		border-top: none;	
		border-right: none;	
		border-bottom: none;	
		border-left: none;	
	margin-left: 266px;
	margin-top: -34px;
	border:1px solid #FFFFFF;
	}

/** TOP LEVEL LINK APPEARANCE **/
#multi-ddm a {
	padding: 0;
	margin: 0;
	height: 36px;
	width: 267px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
#multi-ddm a.home { background: url(../images/home.jpg); }
	#multi-ddm a.home:hover { background: url(../images/home_h.jpg); }

#multi-ddm a.about { background: url(../images/about.jpg); }
	#multi-ddm a.about:hover { background: url(../images/about_h.jpg); }

#multi-ddm a.meet { background: url(../images/meet.jpg); }
	#multi-ddm a.meet:hover { background: url(../images/meet_h.jpg); }

#multi-ddm a.procedures { background: url(../images/proc.jpg); }
	#multi-ddm a.procedures:hover { background: url(../images/proc_h.jpg); }

#multi-ddm a.gallery { background: url(../images/gallery.jpg); }
	#multi-ddm a.gallery:hover { background: url(../images/gallery_h.jpg); }

#multi-ddm a.medspa { background: url(../images/medspa.jpg); }
	#multi-ddm a.medspa:hover { background: url(../images/medspa_h.jpg); }

#multi-ddm a.news { background: url(../images/news.jpg); }
	#multi-ddm a.news:hover { background: url(../images/news_h.jpg); }

#multi-ddm a.financing { background: url(../images/financing.jpg); }
	#multi-ddm a.financing:hover { background: url(../images/financing_h.jpg); }

#multi-ddm a.forms { background: url(../images/forms.jpg); }
	#multi-ddm a.forms:hover { background: url(../images/forms_h.jpg); }

#multi-ddm a.maps { background: url(../images/maps.jpg); }
	#multi-ddm a.maps:hover { background: url(../images/maps_h.jpg); }

#multi-ddm a.contact { background: url(../images/contact.jpg); }
	#multi-ddm a.contact:hover { background: url(../images/contact_h.jpg); }

#multi-ddm a.end { background: url(../images/nav_bottom.jpg); height: 44px; }


/** SUB LEVEL LINK APPEARANCE **/
#multi-ddm ul a {
	padding: 5px 16px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	height: 20px;
	border: none;
	width:170px;
	}

/** TOP/SUB LINK HOVER APPEARANCE **/
#multi-ddm a:hover { color: #F1C655; }
#multi-ddm ul a:hover {  }


/** SUBMENU 2 APPEARANCE **/
#multi-ddm ul ul {
	background-color:#688A58;
		border-top: none;	
		border-right: none;	
		border-bottom: none;	
		border-left: none;	
	border:1px solid #FFFFFF;
	margin-left: 166px;
	margin-top: -24px;
	}
#multi-ddm ul ul a {
	padding: 5px 16px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	height: 20px;
	border: none;
	width:268px;
	}
/*  *********************************************  HEADER  STYLE *********************************************** */

#mn-header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  26px;
	margin: 0;
	padding: 25px 0 0 25px;
	color: #250D01;
	font-style:italic;
	height: 100px;
	}

/*  *********************************************  CONTENT  STYLE *********************************************** */

div#mn-content {
	}

div#mn-content p {
	}
	div#mn-content strong {
		}
	div#mn-content p.noTopPadding	{
		margin-top:0px;
		padding-top:0px;
		}
	div#mn-content p.noBottomPadding	{
		margin-bottom:0px;
		padding-bottom:0px;
		}
	div#mn-content p.noPadding	{
		margin-bottom:0px;
		padding-bottom:0px;
		margin-top:0px;
		padding-top:0px;		
		}					

div#mn-content ul {
		margin:0;
		padding: 10px 0 15px 20px;
		}
	div#mn-content li {
		padding-left: 5px;
		}

	div#mn-content ul ul	{
		margin:0 0 0 5px;
		padding:0;
		}
	div#mn-content ul ul li	{
		margin:0 0 0 5px;
		padding:0;
		}

div#mn-content a {
	color:#F1C655;
	text-decoration:none;
	}
	div#mn-content a:hover {
		color:#FFF;
		text-decoration: underline;
		}


/*  *********************************************  FOOTER  STYLE *********************************************** */

div#mn-footer ul ul { display: none; }
div#mn-footer .hidden { display: none; }

div#mn-footer {
	line-height: 20px;
	font-size: 11px;
	color: #FFF;
	}
	#mn-footer p {
		float: left;
		text-align: center;
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		}
	#mn-footer ul {
		float: left;
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		list-style-type: none;
		text-align: center;
		}
		#mn-footer li {
			display: inline;
			padding-right: 25px;
			}
	#mn-footer a {
		color: #FFF;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
	
	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */

  .header, H1, H2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#891C39;
	margin: 0 0 0 -3px;
	padding: 20px 0 10px 0;
	font-size: 26px;
	line-height: 40px;
	}
	

H1 {
	color:#764C1C;
	padding: 20px 0 0 0;
	font-size: 26px;
	}

H2 {
	color:#FFF;
	padding: 20px 0 0 0;
	font-size: 20px;
	border-bottom:1px dotted #764C1C;
	}


H3 {
	font-family: "Times New Roman", Times, serif;
	color:#FFF;
	padding: 20px 0 0 0;
	margin-bottom:3px;
	font-size: 17px;
	}

H4 {
	color:#FFF;
	padding: 0;
	margin-bottom:0px;
	font-size: 13px;
	font-weight:bold;
	}
	
H5 {
	color:#FFF;
	padding: 0;
	margin:0;
	font-size: 20px;
	border-bottom:none;
		font-family: "Times New Roman", Times, serif;
	font-weight: normal
	}	
/*  *********************************************   PICTURES   *********************************************** */

.picborder, .picRight, .picLeft {
	border: 1px solid; 
	border-color: #764C1C;
	margin-top: 5px;
	}
	.picRight {
		float:right;
		margin-left:20px;
		}
	.picLeft {
		float:left;
		margin-right:20px;
		}

.picRightnoborder {
	float:right; 
	margin-left:20px;
	margin-top: 5px;
	}

.picLeftnoborder {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	}

.picborder2 {
	border: 1px solid; 
	border-color: #764C1C;
	margin-top: 15px;
	}
/*  *********************************************   CONTENT ELEMENTS  *********************************************** */

hr {
	width: 100%;
	border: none;
	border-top: 2px solid #CCC;
	text-align: center;
	margin: 30px auto;
	}
	
div.spacer{clear:both; height:10px; display:block;}	
div.spacer2{clear:both; height:0px; display:block;}

.threeColumn	{
	margin:0;
	padding:0;
	float:left;
	width:220px;
	}
	
.videoPlayer	{
	margin:15px 0 0 20px;
	padding:0 0 0 0;
	float:right;
	width:auto;
	border:1px solid #764C1C;
	}
	.videoPlayer p	{
		margin:0;
		padding:0;
		text-align:center;
		}	
	
.videoPlayerLeft	{
	margin:15px 20px 0 0;
	padding:0 0 0 0;
	float: left;
	width:auto;
	border:1px solid #764C1C;
	}
	.videoPlayerLeft p	{
		margin:0;
		padding:0;
		text-align:center;
		}	

/***************** PDF Lists *******************/

div#mn-content .pdflist	{
			font-family: Arial, Helvetica, sans-serif;
			font-style:normal;
			margin-left: -20px;
			}
	
		div#mn-content .pdflist ul {
				list-style:none;
				}
		
		div#mn-content .pdflist ul li	{
				background-repeat:no-repeat;
				padding: 0 0 0 25px;
				margin: 0;
				background-image:url(../images/pdf-icon.gif);
				}
		
		div#mn-content .pdflist ul li a	{
				color: #F1C655;
				text-decoration:none;
				}
	
		div#mn-content .pdflist ul li a:hover {
				color: #FFFFFF;
				text-decoration:underline;
				}

/*  *****************************************  ABOUT US PAGE ************************************  */

div#mn-content .listLeft	{
	margin:0px;
	padding:0px;
	float:left;
	width:280px;
	}
div#mn-content .listRight	{
	margin:0px;
	padding:0px;
	float:left;
	width:380px;
	}	

.aboutUs3Column	{
	float:left;
	margin:0;
	padding:0;
	width:215px;
	}
.aboutUs3ColumnRight	{
	float:right;
	margin:0;
	padding:0;
	width:215px;
	}

/*  ********************************************  MAPS PAGE  ****************************************  */

.address	{
	float:left;
	margin:0px;
	padding:0px;
	width:215px;
	}
.buildingPic	{
	float:right;
	margin:10px 0 0 0;
	padding:0px;
	width:308px;
	}
	
/*  ********************************************  CONTACT US PAGE  ****************************************  */

.addressLeft	{
	float:left;
	margin:0px;
	padding:0px;
	width:215px;
	}
	.addressLeft p {
		text-align:left;
		}
.addressRight	{
	float:right;
	margin:0px;
	padding:0px;
	}	
	
/*  *******************************************  DR DORNER PAGE ****************************************  */

.societyMemberships	{
	margin:0;
	padding:0;
	float:left;
	width:430px;
	}
.hospitalAffiliations	{
	margin:0;
	padding:0;
	float:left;
	width:230px;
	}	

.newsPlayerLeft	{
	margin:0;
	padding:0;
	float:left;
	width:320px;
	border:1px solid #764C1C;
	}
.newsPlayerLeft p	{
		margin:0;
		padding:0;
		text-align:center;
		}	
.newsPlayerRight	{
	margin:0 0 0 8px;
	padding:0;
	float:left;
	width:320px;
	border:1px solid #764C1C;
	}
	.newsPlayerRight p	{
		margin:0;
		padding:0;
		text-align:center;
		}			
