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

body {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #4F4C45;
	line-height: 20px;
	}
a img {
	border: 0px;
	}
	

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

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

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

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
	background-color:#FFF;
		border-top: solid;	
		border-right: solid;	
		border-bottom: solid;	
		border-left: none;	
	border-color: #DDD8D2;
	border-width: 3px;
	margin-left: 181px;
	}


/** TOP LEVEL LINK APPEARANCE **/
#multi-ddm a {
	padding: 0 0 9px 15px;
	margin: 0;
	color: #9A8D7C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 150px;
	}
	#multi-ddm a.first{ border-left: none;}
	#multi-ddm a.last { border-right: none;}


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

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



/*  *********************************************  ICONS  STYLE *********************************************** */

div#mn-icons img { float: left; }

div#mn-topnav a {
	text-decoration: none;
	}
div#mn-topnav a img{
	text-decoration: none;
	}
div#mn-topnav a:hover {
	text-decoration: underline;
	}


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

div#mn-content {
	}

div#mn-content p {
	}
	div#mn-content strong {
		}

div#mn-content ul {
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0 0 0px 30px;
		list-style-image: url(../images/arrow.gif);
		}
	div#mn-content li {
		padding-left: 5px;
		}
		
		#mn-content .faqlist {
		width: 40%;
		float: left;
		}	

div#mn-content a {
	color:#57747C;
	text-decoration:none;
	}
	div#mn-content a:hover {
		color:#19363E;
		}

.formtext {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #122859;
	line-height: 20px;
	}	
	
#doctorslist ul {
margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0 0 0px 30px;
		list-style-image: url(../images/arrow.gif);
}

div.spacer{
	clear:both; 
	height:0px; 
	display:block;
	}

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

.menu_list {	
	width: 253px;
}
.menu_head {
	padding: 0;
	cursor: pointer;
	position: relative;
	margin:0;
}
.menu_body {
	display:none;
	padding: 10px 0; 
  	background-color:#292728;
}
.menu_body a{
  display:block;
  color:#777;
  background-color:#292728;
  padding-left:30px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #FFF;
  }





/*  *********************************************  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: #292728;
	}
	#mn-footer p {
		text-align: center;
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		}
	#mn-footer ul {
		text-align: center;
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		list-style-type: none;
		}
		#mn-footer li {
			display: inline;
			padding-right: 25px;
			text-align:center;
			}
	#mn-footer a {
		color: #887765;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
#seotext p {
width: 940px;
text-align:center;
margin-left:11px;
margin-right:inherit;
}
	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */

H1, #mn-sidebar .header, H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#19363E;
	margin: 0 0 0 -3px;
	padding: 10px 0 10px 0;
	font-size: 26px;
	}

H2 {
	padding: 10px 0 0 0;
	font-size: 20px;
	}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#2B5E6C;
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	}
.header {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #19363E;
	line-height: 20px;
	font-weight:bold;
	}	
.header2 {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B5E6C;
	line-height: 20px;
	font-weight:bold;
	}	



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

.picborder, .picRight, .picLeft {
	border: 1px solid #fff; 
	padding: 4px;
	background-color: #fff;
	-webkit-box-shadow:1px 1px 5px #000;
	-moz-box-shadow:1px 1px 5px #ccc;
	}
	.picRight {
		float:right;
		margin-left:10px;
	    margin-top:5px;
		}
	.picLeft {
		float:left;
		margin-right:10px;
        margin-top:5px;
		}

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

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

div.testimonials p{
	font-size: 14px;
	margin-bottom: 20px; 
	}

blockquote {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	}


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

hr {
	width: 90%;
	border: none;
	border-top: 1px solid #D9CDC6;
	text-align: center;
	margin: 15px auto;
	}