@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FEE1BB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 975px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #8E5230;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #EBB978;
	margin: 0px;
} 
#header #header-top {
	background-image: url(../pics/logo-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 20px;
	height: 47px;
	text-align: right;
	font-size: 11px;
	color: #F6C394;
}
#header #header-top a {
	color: #333333;
	text-decoration: none;
}
#header #header-top a:hover {
	color: #4D2A19;
}

#header #header-menu {
	background-color: #1E1814;
	height: 42px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 382px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background-color: #4D2A19;
	color: #EBB978;
	font-size: 10px;
	z-index: 10;
	position: relative;
}
#sidebar1 #sidebarContent {
	padding: 12px;
	line-height: 14px;
	height: 1100px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 382px;
	background-image: url(../pics/content-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #8E5230;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0;
	line-height: 18px;
} 
#mainContent #welcome {
	height: 164px;
	padding: 20px;
}
#mainContent #face {
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #8E5130;
	border-right-color: #8E5130;
	border-bottom-color: #8E5130;
	background-image: url(../pics/i-face.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 115px;
	padding-top: 10px;
	padding-left: 20px;
}
#mainContent #breast {
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #8E5130;
	border-right-color: #8E5130;
	border-bottom-color: #8E5130;
	background-image: url(../pics/i-breast.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 115px;
	padding-top: 10px;
	padding-left: 20px;
}
#mainContent #body {
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8E5130;
	border-right-color: #8E5130;
	border-bottom-color: #8E5130;
	background-image: url(../pics/i-body.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 115px;
	padding-top: 10px;
	padding-left: 20px;
}
#mainContent #male {
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8E5130;
	border-right-color: #8E5130;
	border-bottom-color: #8E5130;
	background-image: url(../pics/i-male.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 115px;
	padding-top: 10px;
	padding-left: 20px;
}
#mainContent #theContent {
	text-align: left;
	padding: 20px;
}
.twoColFixLtHdr #footer {
	background-color: #EBB978;
	font-size: 10px;
	color: #8E5230;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #myContent {
	padding: 20px;
	text-align: justify;
}
#myContent a {
	color: #FEE1BB;
	text-decoration: none;
}

#mainContent #myContent .page-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8E5230;
	letter-spacing: 0.1em;
	text-indent: 0pt;
	text-align: left;
	padding-left: 6px;
}
#myContent .request a {
	background-color: #4D2A19;
	color: #FEE1BB;
	text-decoration: none;
	border: 1px solid #EBB978;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#myContent .request a:hover {

	background-color: #EBB978;
	color: #4D2A19;
	text-decoration: none;
	border: 1px solid #4D2A19;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.testimonial {
	margin: 15px 15px;
	padding: 8px;
	border: 1px solid #FEE1BB;

    -moz-border-radius : 4px;
	background-color: #4D2A19;
	font-size: 10pt;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
}
.doctor {
    margin: 15px 15px;
    padding: 8px;
    border: 1px solid #FEE1BB;
    -moz-border-radius : 4px;
    background-color: #4D2A19;
    line-height: 20px;
	font-size: 10pt;
}
#mainContent ul LI {
	LIST-STYLE-POSITION: outside;
	MARGIN-LEFT: 30px;
	LIST-STYLE-TYPE: disc;
}
#myContent ul {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}


#mainContent .ul-123 LI {
	LIST-STYLE-TYPE: decimal
	
}

#mainContent .ul-abc LI {
	LIST-STYLE-TYPE: upper-alpha
}
#mainContent #face a {
	color: #4D2A19;
	text-decoration: none;
	font-weight: bold;
}
#mainContent #face a:hover {
	color: #FEE1BB;
	text-decoration: none;
}
#mainContent #body a {
	color: #4D2A19;
	text-decoration: none;
	font-weight: bold;
}
#mainContent #body a:hover {
	color: #FEE1BB;
	text-decoration: none;
}
#mainContent #breast a {
	color: #4D2A19;
	text-decoration: none;
	font-weight: bold;
}
#mainContent #breast a:hover {
	color: #FEE1BB;
	text-decoration: none;
}
#mainContent #male a {
	color: #4D2A19;
	text-decoration: none;
	font-weight: bold;
}
#mainContent #male a:hover {
	color: #FEE1BB;
	text-decoration: none;
}
.doctortitles {
	color: #FEE1BB;
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
}
#mainContent #faq a {
	color: #4D2A19;
	text-decoration: none;
	font-weight: bold;
}
#mainContent #faq a:hover {
	color: #FEE1BB;
	text-decoration: none;
}

#myContent #faq .mytable td {
	padding: 5px;
}
#myContent #faq .mytable {
	border: 1px solid #4D2A19;
}
.filllight {
	color: #4D2A19;
	background-color: #FEE1BB;
}
#form1 .mytable td {
	padding: 5px;
}
#myContent .myBA .leftBA {
	float: left;
	width: 200px;
}
#myContent .ba-header {
	font-size: 12px;
	font-weight: bold;
	color: #FEE1BB;
	width: 420px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#myContent .myBA .rightBA {
	display: block;
	margin-left: 220px;
}
#myContent .myBA {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
	margin-top: 8px;
}
#myContent .ba-text {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.maplinks {
	color: #EBB978;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
a:link {
	color: #EBB978;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EBB978;
}
a:hover {
	text-decoration: none;
	color: #EBB978;
}
a:active {
	text-decoration: none;
	color: #EBB978;
}
.filldark {

	color: #4D2A19;
	background-color: #EBB978;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	color: #FEE1BB;
	font-weight: bold;
	font-size: 12px;
}

</style>

<style type="text/css">
.h6 {
     font-family: Arial;
     font-size: 12pt;
     font-weight: bold;
}
.h7 {
     font-family: Arial;
     font-size: 9pt;
}
#mynews {
	position: relative;
	height: 100px;
	width: 550px;
	scrollbar-face-color : #EBB978; 
	scrollbar-highlight-color : #EBB978; 
	scrollbar-3dlight-color : #4D2A19;
	scrollbar-darkshadow-color : #4D2A19; 
	scrollbar-arrow-color : #000000; 
	scrollbar-shadow-color : #EBB978; 
	scrollbar-track-color: #4D2A19; }
a:hover {
	color: #4D2A19;
}
.style3 {font-weight: bold}
.style4 {font-weight: bold}
.style5 {color: #96662A}
.h6 {
     font-family: Arial;
     font-size: 12pt;
     font-weight: bold;
}
.h7 {
     font-family: Arial;
     font-size: 9pt;
}
#mynews {
	position: relative;
	height: 100px;
	width: 550px;
	scrollbar-face-color : #EBB978; 
	scrollbar-highlight-color : #EBB978; 
	scrollbar-3dlight-color : #4D2A19;
	scrollbar-darkshadow-color : #4D2A19; 
	scrollbar-arrow-color : #000000; 
	scrollbar-shadow-color : #EBB978; 
	scrollbar-track-color: #4D2A19; }
a:hover {
	color: #4D2A19;
}.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	color: #FEE1BB;
	font-weight: bold;
	font-size: 12px;
}
#intro {
	display: none;
}
#introtag {
	display: none;
}

.imgrgt {
	float: right;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
}

