/*  *********************************************  BANNER  STYLE *********************************************** */

#mn-banner img { border: none; }

/*  *********************************************  ADDRESS  STYLE *********************************************** */

div#mn-address .pane-list {
	list-style: none;
	position: relative;
	top: 25px;
	left: 55px;
	}	
div#mn-address .doctor {
	cursor: pointer;
	width: 500px;
	height: 30px;
	}

div#mn-address p {
	position: relative;
	top: 25px;
	right: 35px;
	margin: 0; 
	padding: 0;
	text-align: right;
	font-size: 14px;
	}
div#mn-address a {
	color: #FFF;
	text-decoration: none;
	}
	div#mn-address a:hover {
		color: #E3EFB1;
		}

/*  *********************************************  SERVICELIST  STYLE *********************************************** */

div#mn-servicelist ul {
	margin: 0;
	padding: 0;
	}
	div#mn-servicelist li {
		height: 113px;
		width: 617px;
		margin: 0;
		padding: 0;
		cursor: pointer;
		}	
		div#mn-servicelist .medical { background: url(../images/medical.jpg); }
		div#mn-servicelist .cosmetic { background: url(../images/cosmetic.jpg); }
		div#mn-servicelist .surgical { background: url(../images/surgical.jpg); }

div#mn-servicelist p {
	margin: 0;
	padding: 0 35px 0 0;
	clear: right;
	float: right;
	}	

div#mn-servicelist .title {
	padding-top: 25px;
	font-size: 22px;
	color: #828e54;
	text-transform: uppercase;
	}
div#mn-servicelist .subtitle {
	font-size: 13px;
	color: #828e54;
	}
div#mn-servicelist .info {
	padding-top: 5px;
	font-size: 11px;
	color: #000;
	}
	div#mn-servicelist .info a {
		color: #000;
		text-decoration: none;
		}
		div#mn-servicelist .info a:hover {
			text-decoration: underline;
			}


/*  *********************************************  SIDEBAR  STYLE *********************************************** */

div#mn-sidebar .pane-list {	
	clear: left;
	margin: 0;
	padding: 60px 0 0 20px;
	}
div#mn-sidebar .pane-list li {	
	height: 32px;
	width: 200px;
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	cursor: pointer;
	}
div#mn-sidebar p {
	margin: 0;
	padding: 0;
	}
div#mn-sidebar .title {
	width: 100px;
	border-right: 1px solid #96A06B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	float: left;
	}
div#mn-sidebar .info {
	margin: 15px 0 0 15px;
	width: 84px;
	font-size: 11px;
	float: left;
	vertical-align: bottom;
	}
	div#mn-sidebar .info a {
		text-decoration: none;
		color: #96A06B;
		}
		div#mn-sidebar .info a:hover {
			text-decoration: underline;
			}


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

div#mn-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#mn-content p {
	line-height: 20px;
	}
	div#mn-content strong {
		}
	div#mn-content a {
	color:#828e54;
	text-decoration:none;
	font-weight: bold;
		}
		div#mn-content a:hover {
	      text-decoration:underline;
			}
	div#mn-content ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	margin:0;
	padding: 0 0 0 50px;
	line-height: 20px;
		}
		#mn-content ul li a {
			color: #828e54;
			text-decoration:none;
			font-weight: bold;
			}
		#mn-content ul li a:hover {
			text-decoration:underline;
			}



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

div#mn-footer {
	text-align: left;
	width: 100%;
	clear: both;
	font-size: 11px;
	padding-top:10px;
	margin: 0 auto;
	color: #3D451E;
	line-height: 18px;
	}
	#mn-footer p {
		text-decoration: none;
		width: 875px; 
		margin: 0 auto;
		padding: 10px 0 0 10px;
		}
	#mn-footer ul {
		width: 875px; 
		margin: 0 auto;
		padding: 15px 0 0 10px;
		}
		#mn-footer li {
			list-style-type: none;
			display: inline;
			padding-right: 5px;
			}
	#mn-footer a {
		color: #343434;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	#mn-footer img {
			padding-top: 3px;
			}	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */



/*Link Text*/
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: normal;
	color:#FFF;
	height: 45px;
	margin: 0 0 0 -10px;
	padding: 19px 0 0 0px;
}

H2 {
	font-size: 19px;
	font-weight: normal;
	color: #828e54;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 15px -10px;
	padding: 0;
}


/*  *********************************************   PICTURES   *********************************************** */


.picborder {
	border: 1px solid;
	border-color:#C2D57C;
}

.picRight {
	border: 1px solid;
	border-color:#C2D57C;
	float:right;
	margin-left:10px;
	margin-top:5px;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picLeft {
	border: 1px solid #1C5596;
	float:left;
	margin-right:10px;
    margin-top:5px;
}
.picLeftnoborder {
	float: left;
	margin-right: 20px;
	}

/*  *********************************************   FORMS   *********************************************** */

#contact {
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343434;
	}

#contact td {
	vertical-align: top;
	}
.inputSelect {
	font-family:Georgia, "Times New Roman", Times, serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 16px;
	BORDER: 1px solid #555;
	color: #000000;
	width:200px;
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 4px;
}
#code {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 13px;
	BORDER: 1px solid #555;
	color: #000000;
	width:100px;
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 4px;
}
.inputComment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 16px;
	BORDER: 1px solid #555;
	color: #555555;
	width:200px;
	background-color: #FFF;
	padding: 4px;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	CURSOR: pointer;
	COLOR: #343434;
	width:100px;
	background-color: #FFF;
	border: 1px solid #555;
	padding: 3px;
	float: left;
	margin: 4px 4px 0 0;
}


/*  *********************************************   CONTENT ELEMENTS  *********************************************** */


hr {
	width: 80%;
	border: 1px solid #ccc;
	text-align: center;
	margin: 10px auto;
	}
h3 {
	font-size: 19px;
	font-weight: normal;
	color: #828e54;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 15px 20px;
	padding: 0;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
	font-size: 11px;
	color: #96A06B;
	text-decoration: none;
}
.link1:hover {
	font-family: Arial, Helvetica, sans-serif, "Microsoft Sans Serif";
	font-size: 11px;
	color: #96A06B;
	text-decoration: underline;
}

