body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/layout/background.jpg);
}
body,td,th {
	color: #666666;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #660066;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #647c6f;
}
a:active {
	color: #336699;
}
.Content_Text {
	color: #666666;
	line-height: 18px;
	font-size: 12px;
}
.Rightsise_Text {
	color: #999999;
	line-height: 16px;
	font-size: 12px;
}
.r_more_Text {
	color: #990000;
	line-height: 16px;
	font-size: 10px;
}
.ContentBOLD_Text {
	color: #666666;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}
.h1 {
	color: #660066;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
}
.h2 {
	color: #993399;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
    font-family: Georgia, Times New Roman, Times, serif; 
}
.h3 {
	color: #cc66cc;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
    font-family: Georgia, Times New Roman, Times, serif; 
}
.sretail {
	color: #666666;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
    font-family: Georgia, Times New Roman, Times, serif; 
}
.Base_Text {
	color: #FFFFFF;
	line-height: 18px;
	font-size: 12px;
}
.dis_Text {
	color: #888888;
	line-height: 14px;
	font-size: 12px;
	font-style: italic;
}

.Footer_Text {
	color: #FFFFFF;
	line-height: 18px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#Footer_text a:link {
	color: #f4dfcb;
	text-decoration: underline;
}
#Footer_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#Footer_text a:visited {
	color: #f4dfcb;
	text-decoration: underline;
}
#Footer_text a:active {
	color: #f4dfcb;
	text-decoration: underline;
}


/* Our Practice Portrait */


/* CSS MENU LEFT */

#navcontainer { width: 190px; }

#navcontainer ul
{
margin-top: 0;
margin-left: 0;
padding-left: 0;
padding-bottom: 0;
list-style-type: none;
font-size: 12px;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 8px;
width: 170px;
background-color: #ffffff;
/* border-top: 1px solid #999999; */
border-bottom: 1px solid #faf2eb;
border-top: 1px solid #ffffff;
}

#navcontainer a:link, #navlist a:visited
{
color: #993399;
text-decoration: none;
/* border-bottom: 1px dotted #990099; */
}

#navcontainer a:hover
{
background-color: #faf2eb;
font-color: #faf2eb;
border-bottom: 1px dotted #990099;
border-top: 1px dotted #990099;
}

/* CSS MENU BOTTOM LEFT */

#navcontainer2 { width: 190px; }

#navcontainer2 ul
{
margin-top: 0;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 12px;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

#navcontainer2 a
{
display: block;
padding: 6px;
width: 170px;
background-color: #f3eaf3;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

#navcontainer2 a:link, #navlist2 a:visited
{
color: #993399;
text-decoration: none;
/* border-bottom: 1px dotted #990099; */
}

#navcontainer2 a:hover
{
background-color: #faf2eb;
font-color: #ffffff;
/*border-bottom: 1px dotted #990099; */
}



/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #993399;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

