﻿/* Generic */
* html body
{
    behavior:url(/csshover3.htc);
}
h1,
.h1-dotted-border
{
    margin:0;
    padding:0;
    font-family:Arial;
    font-size:182%;
    font-weight:bold;
}
h1.dotted-border,
.h1-dotted-border
{
    border-top:1px dotted #53ADEC;
    border-bottom:1px dotted #53ADEC;
    padding:12px 0;
    margin-bottom:1em;
}
h2
{
    margin:0;
    padding:0;
}
td
{
    border:0;
}
.clear_float
{
    clear:both;
}
.body-text
{
    font-size:93%;
    color:#545c61;
}
.body-text p,
.body-text ul
{
    margin-bottom:1em;
}
.body-text-small
{
    font-size:85%;
    color:#545c61;
}
strong
{
    font-weight:bold;
}
em
{
    font-style:italic;
}

/* Header */
#hd
{
    position:relative;
    height:154px;
    background:url(../images/site/header_bg.gif) no-repeat;
    padding-bottom:9px;
}

/* home link */
#hd #logo-link
{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:270px;
    height:110px;
}

/* Body */
#bd
{
    background:url(../images/site/body_bg.gif) repeat-y -5px 0px;
    padding-bottom:20px;
}
#col1, #col2, #col3
{
    float:left;
}
#col1
{
    width:221px;
}
#col2
{
    width:518px;
    margin:0 5px;
}
#col3
{
    width:221px;
    height:100%;
}

/* Footer */
#ft
{
    clear:both;
    position:relative;
    height:162px;
    background:url(../images/site/footer_bg.gif) no-repeat;
}

/* Main navigation */
#nav ul
{
    margin:0;
    padding:0;
}
#nav
{
    position:absolute;
    bottom:9px;
    left:0;
    height:33px;
}
#nav ul li
{
    list-style:none;
    position:relative;
    float:left;
    padding-left:3px;
    background:url(../images/site/nav/tabLeft.gif) no-repeat left top;
}
* html #nav ul li.parent
{
    /*beha vior:url(/csshover3.htc);*/
}
#nav ul li a
{
    display:block;
    background:url(../images/site/nav/tabRight.gif) no-repeat right top;
    color:#FFF;
    font-family:Arial;
    height:33px;
    line-height:31px;
    text-decoration:none;
    padding:0 32px;
    white-space:nowrap;
    float:left;
}
#nav ul li a#home-link
{
    padding:0 31px;
    background:url(../images/site/nav/tabRightHome.gif) no-repeat right top;
}
#nav ul li.active
{
    background:url(../images/site/nav/tabLeftA.gif) no-repeat left top;
}
#nav ul li.active a
{
    background:url(../images/site/nav/tabRightA.gif) no-repeat right top;
    color:#000;
}
#nav ul li.active a#home-link
{
    background:url(../images/site/nav/tabRightHomeA.gif) no-repeat right top;
}
#nav ul ul
{
    display:none;
}
#nav ul li:hover ul
{
    display:block;
    position:absolute;
    top:33px;
    left:0px;
    background:url(../images/site/nav/subMenuBg.png) no-repeat right bottom;
    padding:0 6px 7px 0;
}
* html #nav ul li:hover ul
{
    background:none;
}
#nav ul ul li,
#nav ul li.active ul li
{
    background:none;
    clear:both;
    padding:0;
}
#nav ul ul li a,
#nav ul li.active ul li a
{
    background:none;
    background-color:#E3E3E3;
    color:#000;
    font-size:85%;
    width:180px;
}
#nav ul ul li a:hover,
#nav ul li.active ul li a:hover
{
    background-color:#F1F1F1;
}

/* Lawyer quote box */
.lawyer-quote-box
{
    border:1px solid #DFE6E7;
    background:#ecf5fa;
    margin:8px 0;
    padding:10px;
    color:#368A97;
    overflow:hidden;
    width:199px;
}
.lawyer-quote-box img
{
    float:left;
    margin-right:10px;
    width:95px;
}
.lawyer-quote-box .quote-text
{
    clear:both;
    color:#0390d7;
    padding-top:12px;
    line-height:123.1%;
}
.lawyer-quote-box a
{
    display:block;
    color:#000;
    text-decoration:none;
    padding-top:35px;
    font-size:93%;
    line-height:108%;
}

/* Newsletter signup box */
.newsletter-signup-box
{
    background:#FFF;
    margin:8px 0;
    color:#02B3F6;
    font-weight:bold;
    font-size:85%;
}
.newsletter-signup-box img
{
    float:left;
    margin-right:10px;
}
.newsletter-signup-box .label
{
    padding-top:25px;
    padding-bottom:10px;
}
.newsletter-signup-box input.text
{
    font-size:100%;
    background-color:#F4F4F4;
    border:1px solid #DFE6E7;
    padding:1px;
    width:120px;
    margin-bottom:3px;
}
.newsletter-signup-box .error-message
{
    font-weight:normal;
}

/* Client quote box */
.client-quote-box
{
    clear:both;
    display:block;
    overflow:hidden;
    padding:10px 15px 28px 15px;
    background:#EBF5FA url(../images/site/client_quote.gif) no-repeat right bottom;
    margin:8px 0;
}
.client-quote-box .quote
{
    font-size:93%;
    color:#135A80;
}
.client-quote-box .author
{
    font-size:85%;
    color:#000;
    font-weight:bold;
    padding-top:8px;
}

/* main section image */
.section-image
{
    display:block;
    margin-bottom:8px;
}

/* main content area */
#main-content
{
    margin:0 21px;
}

/* service box list */
.service-list
{
    margin-top:20px;
}
* html .service-list /* ie6 hack */
{
    width:474px;
}
.service-list ul
{
    margin:0;
    padding:0;
}
.service-list ul li
{
    list-style:none;
    float:left;
    margin:0 1px 1px 0;
    position:relative;
    /*beh avior:url(/csshover3.htc);*/
}
.service-list ul li a
{
    display:block;
    float:left;
    height:62px;
    width:231px;
    overflow:hidden;
    text-decoration:none;
    margin:3px;
}
* html .service-list ul li a /* ie6 hack */
{
    margin:1px;
}
.service-list ul li:hover img
{
    margin-top:-62px;
}
/* service box submenu */
.service-list .submenu
{
    display:none;
    position:absolute;
    top:62px;
    left:2px;
    background:url(../images/site/serviceBoxes/new/submenu-top.png) no-repeat 0px 5px;
    padding-top:14px;
    z-index:1000;
}
* html .service-list .submenu /* ie6 hack */
{
    background:#ecf5fa;
    width:231px;
    overflow:hidden;
    padding-bottom:15px;
}
/*
.service-list ul li:hover .submenu
{
    display:block;
}
*/
.service-list .submenu ul
{
    overflow:hidden;
    background:url(../images/site/serviceBoxes/new/submenu-bottom.png) no-repeat bottom left;
    padding:0px 20px 20px 20px;
}
* html .service-list .submenu ul /* ie6 hack */
{
    background:none;
}
.service-list .submenu ul li
{
    clear:both;
}
.service-list .submenu ul li a
{
    height:auto;
    color:#135a80;
    font-size:16px;
    width:190px;
}
.service-list .submenu ul li a:hover
{
    color:#000;
}

/* contact details image */
.contact-image
{
    display:block;
    margin-bottom:8px;
}

/* buttons */
.top-button
{
    display:block;
    clear:both;
    width:28px;
    height:13px;
    background:url(../images/site/topButton.gif) no-repeat bottom;
    padding-top:30px;
}

.black-button,
.green-button
{
    display:block;
    clear:both;
    width:201px;
    height:34px;
    padding-left:20px;
    padding-top:8px;
    color:#FFF;
    text-decoration:none;
    font-family:Arial Narrow;
    font-size:138.5%;
    font-weight:bold;
    margin-bottom:8px;
}
.black-button
{
    background:url(../images/site/black-button.png) no-repeat;
}
.green-button
{
    background:url(../images/site/green-button.png) no-repeat;
}

/* small office list in right column */
.office-list
{
    *margin-top:8px;
    overflow:hidden;
    background:#FFF;
}
.office-list ul
{
    margin:0;
    padding:0;
}
.office-list ul li
{
    list-style:none;
    float:left;
    width:100%;
    /*behav ior:url(/csshover3.htc);*/
    overflow:hidden;
}
.office-list ul li a
{
    display:block;
    border:1px solid #DDE3E2;
    font-size:85%;
    font-weight:bold;
    color:#135A80;
    text-decoration:none;
    line-height:189%;
    margin-bottom:2px;
    padding-left:9px;
    padding-right:19px;
    background:none;
}
.office-list ul li:hover a
{
    background:url(../images/site/magnify-icon.gif) no-repeat 98% 50%;
    color:#000;
}

/* main office list on offices page */
.detailed-office-list ul
{
    margin:0;
    padding:0;
}
.detailed-office-list li
{
    list-style:none;
    float:left;
    width:40%;
    padding-bottom:30px;
}
.detailed-office-list li.alt
{
    float:right;
}
.detailed-office-list h1,
.detailed-office-list h2
{
    color:#135a80;
    font-size:108%;
    font-weight:bold;
}
.detailed-office-list p
{
    margin-bottom:1em;
}
.detailed-office-list strong
{
    color:#000;
}
.detailed-office-list .map-link a
{
    color:#0390d7;
    font-weight:bold;
    font-size:85%;
    text-decoration:none;
    background:url(../images/site/magnify-icon.gif) no-repeat 0% 0%;
    padding-left:18px;
}
.detailed-office-list .back-link
{
    font-size:93%;
}

/* main court list on courts page */
.detailed-court-list ul
{
    margin:0;
    padding:0;
}
.detailed-court-list li
{
    list-style:none;
    float:left;
    width:40%;
    padding-bottom:30px;
}
.detailed-court-list li.alt
{
    float:right;
}
.detailed-court-list h1,
.detailed-court-list h2
{
    color:#135a80;
    font-size:108%;
    font-weight:bold;
}
.detailed-court-list p
{
    margin-bottom:1em;
}
.detailed-court-list strong
{
    color:#000;
}
.detailed-court-list .map-link a
{
    color:#0390d7;
    font-weight:bold;
    font-size:85%;
    text-decoration:none;
    background:url(../images/site/magnify-icon.gif) no-repeat 0% 0%;
    padding-left:18px;
}
.detailed-court-list .back-link
{
    font-size:93%;
}

/* footer lists */
.ft-list1 ul
{
    margin:0;
    padding:0;
}
.ft-list1 li
{
    list-style:none;
}
.ft-list1
{
    position:absolute;
    left:703px;
    top:30px;
}
.ft-list2 ul
{
    margin:0;
    padding:0;
}
.ft-list2 li
{
    list-style:none;
}
.ft-list2
{
    position:absolute;
    left:841px;
    top:30px;
}
.ft-list1 a,
.ft-list2 a
{
    color:#5fa9d2;
    text-transform:uppercase;
    font-size:77%;
    text-decoration:none;
}

/* enquiry form */
.enquiry-form
{
    display:none;
    border:1px solid #cad2d4;
    background:#f4f9fc;
    padding:11px 0 11px 19px;
    color:#305a68;
    font-weight:bold;
    margin-bottom:8px;
    margin-top:-8px;
}
.enquiry-form .label
{
    font-size:85%;
}
.enquiry-form .checkboxlist
{
    font-size:77%;
}
.enquiry-form .checkboxlist td
{
    vertical-align:top;
    padding:2px 0;
}
.enquiry-form .checkboxlist input
{
    display:block;
    float:left;
    width:15px;
}
.enquiry-form .checkboxlist label
{
    display:block;
    float:left;
    width:154px;
    margin:0 5px;
    *margin:4px;
}
.enquiry-form div
{
    margin:8px 0;
}
.enquiry-form .text input,
.enquiry-form .text textarea
{
    width:160px;
    padding:2px 5px;
    margin-right:3px;
}
.enquiry-form .dropdownlist select
{
    width:173px;
}
.enquiry-form .button
{
    width:172px;
    text-align:right;
}
.enquiry-form-thanks
{
    display:block;
}

/* email and print page links */
.email-print-page
{
    text-align:right;
    padding:0 0 8px 0;
}
.email-print-page a
{
    text-decoration:none;
    font-size:11px;
    color:#40535f;
}
.email-print-page a.print-page
{
    padding-right:17px;
    background:url(../images/site/print.png) no-repeat right;
    padding-left:9px;
    margin-left:6px;
    border-left:1px solid #40535f;
}

/* book appointment form */
.appointment-form
{
    margin-top:20px;
}
.appointment-form .column-1
{
    float:left;
    width:50%;
}
.appointment-form .column-2
{
    float:right;
    width:40%;
}
.appointment-form label
{
    display:block;
}
.appointment-form .column-1 input,
.appointment-form .column-1 select
{
    width:213px;
    margin-bottom:10px;
}
.appointment-form .column-2 select
{
    width:100%;
    margin:10px 0;
}
.appointment-form .column-2 input.button
{
    float:right;
}

/* large enquiry form */
.large-enquiry-form
{
    margin-top:20px;
}
.large-enquiry-form .column-1
{
    float:left;
    width:50%;
}
.large-enquiry-form .column-2
{
    float:right;
    width:45%;
}
.large-enquiry-form label
{
    display:block;
}
.large-enquiry-form .column-1 input,
.large-enquiry-form .column-1 select
{
    width:213px;
    margin-bottom:10px;
}
.large-enquiry-form .column-2 select
{
    width:100%;
    margin:10px 0;
}
.large-enquiry-form .column-2 input.button
{
    float:right;
}
.large-enquiry-form .column-2 textarea
{
    width:100%;
    height:200px;
    margin-bottom:5px;
}


/* required field text */
.required-field
{
    color:Red;
    font-weight:bold;
    vertical-align:top;
}

/* publication search form */
.publication-search div
{
    padding-bottom:10px;
}
.publication-search label
{
    display:block;
    float:left;
    width:110px;
}

/* publication list */
.publication-list .title-bar
{
    background:#ecf5fa;
    text-align:right;
    font-size:85%;
    padding:8px;
}
.publication-list ul
{
    margin:0;
    padding:0;
}
.publication-list li
{
    list-style:none;
    border-bottom:1px solid #d7e0dd;
    overflow:hidden;
    padding:10px 0;
    width:100%;
}
.publication-list li .publish-date
{
    float:left;
    width:66px;
    font-weight:bold;
    font-size:85%;
}
.publication-list li .summary
{
/*
    float:right;
    width:390px;
*/
    font-size:93%;
}
.publication-list li .summary .title a
{
    font-weight:bold;
    color:#135A80;
}
.publication-list li .summary .author
{
    padding-top:2px;
    font-weight:bold;
}
.publication-list li .summary .description
{
    color:#545c61;
    padding-bottom:4px;
}

/* service staff list */
#service-staff-list
{
    margin-top:20px;
}
#service-staff-list h2
{
    font-size:100%;
    margin-bottom:1em;
}
#service-staff-list table
{
    width:100%;
}
#service-staff-list .header td
{
    background:#edf7f9;
    color:#000;
}
#service-staff-list td
{
    padding:5px 0;
    font-size:93%;
    vertical-align:top;
    padding:5px 0;
    color:#545c61;
}
#service-staff-list td img
{
    width:67px;
    height:67px;
}
#service-staff-list a.email
{
    color:#0390d7;
    text-decoration:none;
}
#service-staff-list a.name
{
    color:#135a80;
    font-weight:bold;
}

/* service column 1 list */
.service-col1-list
{
    background:#f0f5f9;
    padding-bottom:6px;
    width:221px;
    overflow:hidden;
}
.service-col1-list .header-top
{
    margin-top:8px;
    background:url(../images/site/menu-header-top.png) no-repeat top;
    padding-top:2px;
}
.service-col1-list .header
{
    background:url(../images/site/menu-header-bottom.png) no-repeat bottom;
    width:201px;
    overflow:hidden;
    color:#FFF;
    text-transform:uppercase;
    padding:0 0 2px 20px;
    font-size:93%;
}
.service-col1-list ul
{
    margin:0;
    padding:0;
}
.service-col1-list ul li
{
    list-style:none;
}
.service-col1-list ul li a
{
    display:block;
    width:166px;
    font-size:85%;
    color:#135A80;
    font-weight:bold;
    text-decoration:none;
    padding:6px 20px 0 35px;
    background:url(../images/site/arrow.gif) no-repeat 20px 10px;
}

/* service column 1 list (type 2) */
.service-col1-list2
{
    background:#FFF;
    padding-bottom:6px;
    width:221px;
    overflow:hidden;
}
.service-col1-list2 .header-top
{
    margin-top:8px;
    background:url(../images/site/menu-header-top.png) no-repeat top;
    padding-top:2px;
}
.service-col1-list2 .header
{
    background:url(../images/site/menu-header-bottom.png) no-repeat bottom;
    width:201px;
    overflow:hidden;
    color:#FFF;
    text-transform:uppercase;
    padding:0 0 2px 20px;
    font-size:93%;
}
.service-col1-list2 ul
{
    margin:0;
    padding:0;
}
.service-col1-list2 ul li
{
    list-style:none;
}
.service-col1-list2 ul li a
{
    display:block;
    width:166px;
    font-size:85%;
    color:#135A80;
    font-weight:bold;
    text-decoration:none;
    padding:6px 20px 0 35px;
    background:url(../images/site/arrow.gif) no-repeat 20px 10px;
}

/* staff profile */
.staff-profile .image
{
    float:left;
}
.staff-profile .details-without-image
{
    background:#ecf5fa;
    padding:15px;
    font-size:85%;
    overflow:hidden;
}
* html .staff-profile .details-without-image
{
    width:444px;
}
.staff-profile .details-with-image
{
    background:#ecf5fa;
    padding:15px;
    font-size:85%;
    overflow:hidden;
    float:right;
    width:325px;
}
.staff-profile .profile-col1
{
    float:left;
    width:40%;
}
.staff-profile .profile-col2
{
    float:right;
    width:50%
}
.staff-profile .book-appointment
{
    margin-top:1em;
}
.staff-profile .book-appointment a
{
    color:#0390d7;
    font-weight:bold;
}
.staff-profile .profile-services ul
{
    margin:0;
    padding:0;
}
.staff-profile .profile-services li
{
    list-style:none;
}
.staff-profile .profile-services a
{
    display:block;
    color:#0390d7;
    text-decoration:none;
    padding-left:10px;
    background:url(../images/site/arrow.gif) no-repeat 0px 3px;
}
.staff-profile .biography
{
    clear:both;
    padding-top:1em;
}
.staff-profile .biography h2
{
    color:#135a80;
    font-size:108%;
    margin-bottom:1em;
    font-weight:bold;
}
.staff-profile .biography p
{
    margin-bottom:1em;
}

/* accredited logos */
.accred-logos
{
    width:221px;
    height:95px;
    background:url(../images/site/accredLogos.gif) no-repeat;
    margin-top:20px;
}

/* publication details */
.publication .header
{
    border-top:1px dotted #53ADEC;
    border-bottom:1px dotted #53ADEC;
    margin-bottom:1em;
    padding:15px 0;
}
.publication .header .author
{
    font-size:85%;
    font-weight:bold;
    color:#135a80;
}
.publication .header .publication-date
{
    font-size:93%;
}
.publication p
{
    margin-bottom:1em;
}

/* service list 2 */
ul.service-list2
{
    margin:0;
    padding:0;
}
ul.service-list2 li
{
    list-style:none;
    padding-bottom:5px;
}
ul.service-list2 ul
{
    margin:0;
    padding:0;
    margin-left:25px;
    margin-top:5px;
    padding:0;
}
ul.service-list2 ul li
{
    list-style:none;
    padding-bottom:5px;
}

/* sitemap list */
ul.sitemap-list
{
    margin:0;
    padding:0;
}
ul.sitemap-list ul
{
    margin:0;
    padding:0;
    margin-left:25px;
}
ul.sitemap-list li
{
    list-style:none;
}
ul.sitemap-list a
{
    display:block;
    margin-bottom:5px;
}
* html ul.sitemap-list a
{
    display:inline;
}

/* related service list (for publications) */
.publication-service-list h2
{
    margin:0;
    color:#135a80;
    font-weight:bold;
    font-size:100%;
    padding-top:20px;
}
.publication-service-list ul
{
    margin-top:0.5em;
}

/* site search */
.site-search
{
    position:absolute;
    right:3px;
    top:10px;
}
.site-search .textbox
{
    float:left;
    font-size:100%;
    border:1px solid #B3B3B3;
    padding:1px 1px 1px 17px;
    background:url(../images/site/magnify-icon.gif) no-repeat 2px 2px;
}
.site-search .button
{
    margin:1px 0 0 4px;
}

/* tabs */
.tabs
{
    margin-bottom:15px;
}
.tabs ul
{
    margin:0;
    padding:0;
    overflow:hidden;
    background:url(../images/site/tab-bottom.png) repeat-x bottom;
    padding-bottom:8px;
    white-space:nowrap;
}
* html .tabs ul /* ie6 hack */
{
    width:100%;
}
.tabs li
{
    list-style:none;
    float:left;
    padding-right:3px;
    background:url(../images/site/tab-off-right.png) no-repeat top right;
    margin-right:1px;
}
.tabs li a
{
    display:block;
    height:29px;
    background:url(../images/site/tab-off-left.png) no-repeat top left;
    text-decoration:none;
    color:#FFF;
    line-height:25px;
    padding-left:3px;
}
* html .tabs li a /* ie6 hack */
{
    width:1px;
}
.tabs li.selected
{
    background:url(../images/site/tab-on-right.png) no-repeat top right;
}
.tabs li.selected a
{
    background:url(../images/site/tab-on-left.png) no-repeat top left;
    color:#000;
}
.tab
{
}