.clearFloat
{
    clear:both;
}

ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

body
{
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin:0px;
    padding:0px;
}

#wrapper
{
    margin: 0px auto;
    width:970px;
}

#divHeader
{
    height:71px;
    position:relative;
    background-image:url(/Content/Images/header_bg.gif);
    background-repeat:no-repeat;
    background-position: right top;
    background-attachment:scroll;
    background-color:transparent;
}

#logoText
{
    font-size:40px;
    color:#33a8f0;
    font-weight:bold;
    padding-top:8px;
}

#divNav
{
    height:35px;
    clear:both;
    position:relative;
    background-image:url(/Content/Images/header.gif);
    background-repeat:repeat-x;
    background-position: left -95px;
    background-attachment:scroll;
    background-color:transparent;
}

#divNav_left
{
    width:7px;
    height:35px;
    float:left;
    background-image:url(/Content/Images/header.gif);
    background-repeat:no-repeat;
    background-position: left -60px;
    background-attachment:scroll;
    background-color:transparent;
}

#divNav_right
{
    width:7px;
    height:35px;
    float:right;
    background-image:url(/Content/Images/header.gif);
    background-repeat:no-repeat;
    background-position: -7px -60px;
    background-attachment:scroll;
    background-color:transparent;
}

#menu
{
    list-style-type:none;
    margin:0px;
    padding:0px;
    padding-left:15px;
    float:left;
    width:660px;
}

#menu li
{
    height:29px;
    padding-right:1px;
    margin-top:6px;
    float:left;
    position:relative;
    background-image:url(/Content/Images/header.gif);
    background-repeat:no-repeat;
    background-position: right -130px;
    background-attachment:scroll;
    background-color:transparent;
}

#menu li A.link_cls
{
    width:116px;
    height:29px;
    text-align:center;
    color:#fff;
    line-height:32px;
    overflow:hidden;
    font-size:14px;
    font-weight:700;
    float:left;
    display:inline-block;
    text-decoration:none;
}

#menu li A.link_cls:hover
{
    height:29px;
    color:#333;
    background-image:url(/Content/Images/header.gif);
    background-repeat:no-repeat;
    background-position: -14px -66px;
    background-attachment:scroll;
    background-color:transparent;
}

#menu li A.menu_active
{
    color:#333;
    background-image:url(/Content/Images/header.gif);
    background-repeat:no-repeat;
    background-position: -14px -66px;
    background-attachment:scroll;
    background-color:transparent;
}

#bodyContent
{
    width:100%;
}

.divLeftContainer
{
    float:left;
    width:300px;
}

.divMiddleContainer
{
    float:left;
    width:370px;
}

.divRightContainer
{
    float:left;
    width:300px;
}

#footer
{
    width:100%;
}

.divItemBox
{
    width:290px;
    border:1px solid #6dAAD2;
    border-top:5px solid #1891e2;
    position:relative;
    clear:both;
    margin-bottom:5px;
}

.divItemBox .header
{
    width:177px;
    height:23px;
    background-image:url(/Content/Images/SectionHeader_bg.png);
    background-repeat:no-repeat;
    color:White;
    font-size:14px;
    text-align:center;
    font-weight:bold;
    margin-left:10px;
}

.divItemBox .header a
{
    color:White;
    text-decoration:none;
}

.divItemBox .content
{
    margin-left:5px;
    margin-right:5px;
    margin-bottom:10px;
}

.divItemBox .content p
{
    font-size:14px;
    line-height:20px;
}

.divItemBox .more
{
    position:absolute;
    left:212px;
    top:3px;
    text-decoration:none;
    color:#0066cc;
}

#ulServices 
{
    list-style-type:square;
    margin-left:30px;
}

#ulServices li
{
    line-height:20px;
    font-size:14px;
}

#ulContact
{
    margin-left:30px;
    list-style-type:circle;
}

#ulContact li
{
    margin-bottom:5px;
}

.divMiddleItemBox
{
    width:100%;
    overflow:hidden;
    margin-bottom:5px;
}

.divMiddleItemBox .header
{
    font-size:16px;
    font-weight:bold;
    border-bottom: 1px solid #FF55AA;
}

.divMiddleItemBox .header div
{
    background-color:#FF55AA;
    width:196px;
}

.divMiddleItemBox .header a
{
    color:White;
    text-decoration:none;
    margin-left:5px;
    line-height:26px;
}

.divMiddleItemBox .content
{
    border: 1px solid #e1e1e1;
    padding:5px;
    font-size:14px;
}

.divMiddleItemBox .content p
{
    margin-top:0px;
    margin-bottom:5px;
    line-height:20px;
}

#footer
{
    width:970px;
    border-top:3px solid #45bdec;
    margin-top:5px;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}

.divContactMiddle
{
    width:670px;
}

#contactTblCase tr td
{
    vertical-align:top;
}

#ulStage1Content,#stage2Content ul, #Stage3Content
{
    margin-left:30px;
    list-style-type:square;
}

#ulStage1Content li, #stage2Content ul li, #Stage3Content li
{
    line-height:21px;
}

#stage3Diagnosis p
{
    text-indent:2em;
    line-height:25px;
}

#slider {
    width: 970px; /* important to be same as image width */
    height: 260px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 970px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 970px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}

.bottom {
	top: 230px;
    left: 0;
}

#dlServices
{
    margin-left:35px;
    font-size:16px;
    font-weight:bold;
}

#dlServices dt
{
    margin-top:10px;
    margin-bottom:5px;
}

#divCompany p
{
    padding-top:10px;
    padding-bottom:10px;
    line-height:22px;
    text-indent:2em;
}

.ulDeclarationList
{
    list-style-type:square;
    margin-left:18px;
    line-height:25px;
    color:#0066cc;
}

.ulDeclarationList li a
{
    color:#0066cc;
    text-decoration:none;
    cursor:default;
}

.tblFriendLinks tr td
{
    border:solid 1px #C3C3C3;
    line-height:25px;
}

.tblFriendLinks tr .col1
{
    width:100px;
    text-align:center;
    font-weight:bold;
    vertical-align:top;
}

.tblFriendLinks tr .col2
{
    width:518px;
}

.tblFriendLinks tr .col2 a
{
    margin-right:10px;
    
}

#ulDepartments li
{
    float:left;
    margin:5px;
    padding:5px;
    white-space:nowrap;
}

.ulOurServices
{
    margin-left:25px;
    list-style-type:decimal;
}

.ulOurServices li
{
    line-height:18px;
}