﻿/* CSS Document */

*
{
    margin: 0;
    padding: 0;
}
a
{
    text-decoration: none;
}
img
{
    border-width: 0px;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    background-color: #FFFFFF;
    font-size: 100%;
    background-image: url(Images/BackgroundRepeater.jpg);
    background-repeat: repeat-x;
}
li
{
    margin-bottom: 14px;
    margin-left: 21px;
    line-height: 1.4em;
}
.HorizDividerLine
{
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    margin-top: 25px;
    margin-bottom: 25px;
}
p
{
    line-height: 1.6em;
}
h1
{
    font-size: 1.6em;
    color: #990000;
    margin-bottom: 1em;
    margin-top: 2px;
    font-weight: normal;
}
h2
{
    font-size: 1em;
    color: #000000;
    margin-bottom: 0.4em;
    font-weight: bold;
    margin-top: 0.3em;
}
h3
{
    font-size: 1em;
    color: #990000;
    margin-bottom: .9em;
    font-weight: bold;
    margin-top: 0.3em;
}
a
{
    color: #336699;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
.ClearFloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
#Wrapper
{
    width: 945px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
}
/* Header */
#HeaderContainer
{
    width: 945px;
    height: 90px;
}
#LogoContainer
{
    width: 198px;
    height: 69px;
    float: left;
    margin-left: 5px;
    margin-right: 40px;
}
.HeaderDivider
{
    background-position: left;
    width: 2px;
    height: 69px;
    float: left;
    background-image: url(Images/HeaderDivider.gif);
    background-repeat: no-repeat;
}
.HeaderLink
{
    height: 69px;
    float: left;
    margin-right: 16px;
    margin-left: 15px;
    font-size: .7em;
}

/* Navigation */

#NavigationContainer
{
    width: 945px;
    height: 32px;
    font-size: 80%;
}

.TabHolder
{
    height: 27px;
    float: left;
    margin-right: 1px;
}
.SelectedLeftTabPart
{
    width: 7px;
    height: 27px;
    float: left;
    background-image: url(Images/LeftTabPart.gif);
    background-repeat: no-repeat;
    background-position: left;
}
.SelectedCentreTabPart
{
    height: 27px;
    color: #FFFFFF;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #3C3F44;
    line-height: 27px;
}
.SelectedRightTabPart
{
    width: 7px;
    height: 27px;
    float: left;
    background-image: url(Images/RightTabPart.gif);
    background-repeat: no-repeat;
    background-position: left;
}
.LeftTabPart
{
    width: 7px;
    height: 27px;
    float: left;
    background-image: url(Images/LightLeftTabPart.gif);
    background-repeat: no-repeat;
    background-position: left;
}
.CentreTabPart
{
    height: 27px;
    color: #DDDDDD;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #7A7A7A;
    line-height: 27px;
    font-weight: normal;
}
a.CentreTabPart:Hover
{
    display: block;
    color: #FFFFFF;
}
.TabLink
{
    font-weight: normal;
    color: #FFFFFF;
}
.RightTabPart
{
    width: 7px;
    height: 27px;
    float: left;
    background-image: url(Images/LightRightTabPart.gif);
    background-repeat: no-repeat;
}
#TabLine
{
    width: 945px;
    height: 5px;
    background-color: #3C3F44;
    float: left;
}
/* BreadCrumb Section */
#BreadCrumbContainer
{
    width: 945px;
    height: 40px;
    font-size: 70%;
    line-height: 40px;
}

/* MAIN SECTION */
#MainSectionContainer
{
    width: 945px;
    font-size: 80%;
}
/* Main Left Section */
#MainLeftPanel
{
    width: 228px;
    float: left;
}
#MainLeftPanel
{
    width: 248px;
    float: left;
}
#NewsPanelContainer
{
    border: 1px solid #d6d6d6;
    width: 246px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    background-image: url(Images/NewsPanelBackground.jpg);
    background-repeat: repeat-x;
}
#NewsPanelHeader
{
    width: 231px;
    height: 33px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d6d6d6;
    line-height: 34px;
    color: #990000;
    padding-left: 15px;
    font-weight: bold;
    background-image: url(Images/NewsPanelHeaderBackground.jpg);
    background-repeat: repeat-x;
}
.NewsPanelTextHeader
{
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 110%;
}
#NewsPanelBody
{
    width: 216px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 70%;
    line-height: 1.8em;
}
.MoreNewsLink
{
    font-size: 80%;
    padding-left: 15px;
    margin-top: 18px;
    margin-bottom: 22px;
}
.PhotoContainer
{
    width: 228px;
    margin-bottom: 30px;
}
.PhotoContainer2
{
    width: 248px;
    margin-bottom: 30px;
}
.SearchByHeader
{
    border: 1px solid #d6d6d6;
    width: 228px;
    height: 33px;
    background-image: url(Images/SearchByBackground.jpg);
    background-repeat: repeat-x;
    font-size: 1.1em;
    color: #990000;
    margin-bottom: .6em;
    margin-top: 2px;
    font-weight: bold;
    line-height: 33px;
    text-indent: 10px;
}
.DropDownListHeader
{
    width: 218px;
    font-size: .85em;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 4px;
}
.DropDownList
{
    width: 240px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.Button
{
    width: 218px;
    padding-left: 10px;
    margin-bottom: 5px;
}

/* Main Gap Section */
#MainPanelGap
{
    width: 58px;
    float: left;
}
/* Main Right Section */
#MainRightPanel
{
    width: 600px;
    float: left;
    padding-right: 39px;
}
.LineDivider
{
    width: 600px;
    height: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}
.SpecialistHeader
{
    width: 530px;
    height: 25px;
    font-size: 1.2em;
    color: #000000;
    margin-bottom: 3px;
    font-weight: bold;
    float: left;
    line-height: 25px;
}
.BackButton
{
    width: 70px;
    height: 25px;
    font-size: 1em;
    float: left;
    text-align: center;
}
.DetailsHeader
{
    font-size: .9em;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 20px;
}
.DetailsHeader2
{
    font-size: .9em;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 10px;
}
.Details
{
    width: 600px;
    margin-bottom: 10px;
}
.LongBlock
{
    width: 600px;
    height: 20px;
    margin-bottom: 5px;
    font-size: .9em;
}
.SpecialismBlock
{
    width: 600px;
    margin-bottom: 5px;
    font-size: .9em;
    padding-bottom: 5px;
}
.BlackBoldHeader
{
    font-weight: bold;
    color: #000000;
    margin-right: 6px;
}
#ManagementTableContainer
{
    width: 600px;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}
#MembersDetailsContainer
{
    width: 600px;
}
.ManagementTableOdd
{ 
    width: 600px;
    background-image: url(Images/TableBackgroundOdd.jpg);
    background-repeat: repeat;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-top: 12px;
    padding-bottom: 20px;
 }

.ManagementTableEven
{
    width: 600px;
    background-image: url(Images/TableBackgroundEven.jpg);
    background-repeat: repeat;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-top: 12px;
    padding-bottom: 20px;
}
.TableOdd
{
    width: 600px;
    height: 135px;
    background-image: url(Images/TableBackgroundOdd.jpg);
    background-repeat: repeat-x;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-top: 12px;
}
.TableEven
{
    width: 600px;
    height: 135px;
    background-image: url(Images/TableBackgroundEven.jpg);
    background-repeat: repeat-x;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-top: 12px;
}
.Company
{
    width: 580px;
    height: 22px;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 6px;
}
.SummaryText
{
    width: 580px;
    height: 22px;
    color: #666666;
    line-height: 22px;
    padding-left: 20px;
}
.LineContainer
{
    width: 600px;
    height: 22px;
}
.Phone
{
    width: 180px;
    height: 22px;
    color: #666666;
    line-height: 22px;
    padding-left: 20px;
    float: left;
}
.Contact
{
    width: 380px;
    height: 22px;
    color: #666666;
    line-height: 22px;
    float: left;
    overflow: hidden;
}
.Specialisms
{
    width: 580px;
    color: #666666;
    line-height: 22px;
    padding-left: 20px;
}
.Location
{
    width: 480px;
    height: 22px;
    color: #666666;
    line-height: 22px;
    padding-left: 20px;
    float: left;
}
.Website
{
    width: 480px;
    height: 22px;
    color: #666666;
    line-height: 22px;
    padding-left: 20px;
    float: left;
}
.MoreInfoButton
{
    width: 80px;
    height: 20px;
    background-image: url(Images/MoreInfoButton.jpg);
    background-repeat: no-repeat;
    color: #666666;
    line-height: 20px;
    float: left;
    font-size: .85em;
    text-align: center;
}
.MoreInfoButton a:link
{
    width: 80px;
    height: 20px;
    color: #FFFFFF;
    display: block;
}
.MoreInfoButton a:visited
{
    width: 80px;
    height: 20px;
    color: #FFFFFF;
    display: block;
}
.MoreInfoButton a:hover
{
    width: 80px;
    height: 20px;
    color: #FFFFFF;
    display: block;
}
.ManagementTableLeftInside
{
    width: 165px;
    height: 147px;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    float: left;
    color: #000000;
    line-height: 1.5em;
}
.ManagementTableRightInside
{
    width: 405px;
    height: 147px;
    text-align: left;
    float: left;
    line-height: 1.5em;
}
#NewsTableContainer
{
    width: 600px;
}
.NewsHeadingTextContainer
{
    width: 600px;
    height: 20px;
    float: left;
}
.NewsHeadingText
{
    color: #000000;
    font-weight: bold;
    float: left;
}
.NewsDateText
{
    color: #333333;
    font-weight: normal;
    float: left;
}
.NewsBodyTextContainer
{
    width: 600px;
    float: left;
    margin-top: 4px;
}
.NewsHorizDividerLine
{
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Footer Section */
#FooterContainer
{
    width: 945px;
    margin-bottom: 40px;
}
#FooterDivider
{
    width: 945px;
    height: 22px;
    background-image: url(Images/FooterDivider.jpg);
    background-repeat: no-repeat;
}
#FooterContent
{
    width: 945px;
    height: 22px;
    font-size: 70%;
    margin-top: 10px;
}
#FooterContent a:link
{
    font-weight: normal;
}
#FooterContent a:visited
{
    font-weight: normal;
}

