﻿/******************************************************************************************************\
                             HIGH-LEVEL LAYOUT AND CONTAINERS, BASE STYLES
\******************************************************************************************************/

html
{
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
}

body
{
    background-color: transparent;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: relative;
    width: 950px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6
{
    color: #306;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-weight: normal;
}

h1
{
    font-size: 20px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 12px;
}

h6
{
    font-size: 10px;
}

p
{
    line-height: 1.5;
}

a
{
    color: #000;
    text-decoration: underline;
}

textarea
{
    resize: none; /* prevent resizing in Chrome and Safari (non-standard behaviour) */
}

a:hover
{
    color: #484848;
    text-decoration: underline;
}

#wrapper
{
    background-color: transparent;
    font-family: inherit;
    position: relative;
    _height: 1%;
}

#wrapper:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#header
{
    background-color: transparent;
    font-family: inherit;
    position: relative;
    float: left;
    margin-bottom: 0;
}

#content
{
    background-color: transparent;
    font-family: inherit;
    position: relative;
    float: left;
    clear: both;
    width: 535px;
    padding-left: 30px;
}

#sidebar
{
    background-color: transparent;
    font-family: inherit;
    position: relative;
    float: left;
    width: 315px;
    padding-left: 70px;
    margin-bottom: 30px;
    _height: 1%;
}

#sidebar:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#footer
{
    background-color: transparent;
    font-family: inherit;
    position: relative;
    width: 950px;
    float: left;
    clear: both;
    margin-top: 30px;
    _height: 1%;
}

#footer:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

/******************************************************************************************************\
                                          HEADER CONTENT
\******************************************************************************************************/

#header #identity
{
    position: relative;
}

#header #strapline
{
    position: absolute;
    width: 400;
    right: 0;
    bottom: 0;
}

#header #banner
{
    width: 950px;
    height: 219px;
}

#header #navigation
{
    background-image: url('../images/top-navigation-bar.jpg');
    background-repeat: repeat-x;
    width: 950px;
    margin-top: 5px;
    _height: 1%;
}

#header #navigation:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#header #navigation .button
{
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#header #navigation .button a
{
    color: #333;
    display: block;
    width: 158px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
}

#header #navigation .button a:hover
{
    color: #fff;
    background-image: url('../images/nav-button-hover.jpg');
}

/******************************************************************************************************\
                                          SIDEBAR CONTENT
\******************************************************************************************************/

#sidebar #search-panel-news
{
    position: relative;
    background-image: url('../images/search-panel-news.gif');
    background-repeat: no-repeat;
    width: 282px;
    height: 44px;
    clear: both;
    margin-bottom: 20px;
    margin-left: 50px;
}

#sidebar #search-panel-news #search-box
{
    position: absolute;
    margin-top: 12px;
    margin-left: 40px;
}

#sidebar #search-panel-news input[type="submit"]
{
    font-size: 12px;
    padding: 0 5px;
}

#sidebar #search-panel-news #search-box label
{
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin-right: 10px;
}

#sidebar #quick-links
{
    position: relative;
    text-align: right;
}

#sidebar #quick-links h1
{
    margin-right: 20px;
}

#sidebar #quick-links .button
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
}

#sidebar #quick-links .button a
{
    color: #333;
    display: block;
    height: 35px;
    background-image: url('../images/nav2-liv2.jpg');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    padding-top: 14px;
    text-decoration: none;
    margin-top: 10px;
}

#sidebar #quick-links .button a:hover
{
    color: #fff;
    background-image: url('../images/nav2-li-hover.jpg');
}

#sidebar #extra-links
{
    position: relative;
    margin-top: 20px;
}

#sidebar #extra-links #rss-button a img
{
    visibility: hidden; /* image hidden for 'screen', but will show in 'print' */
}

#sidebar #extra-links .button
{
    text-align: center;
    margin-left: 95px;
    margin-top: 15px;
    width: 215px;
}

#sidebar #extra-links #rss-button a
{
    display: block;
    width: 200px;
    height: 113px;
    background-image: url('../images/rss-grey-button.jpg');
}

#sidebar #extra-links #rss-button a:hover
{
    background-image: url('../images/rss-purple-button.jpg');
}

#sidebar #extra-links a.news-link
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
}

#sidebar #extra-links a.news-link:hover
{
    font-weight: bold;
}

/******************************************************************************************************\
                                          FOOTER CONTENT
\******************************************************************************************************/

#footer #footbuttons
{
    width: 600px;
    margin: 0 auto;
}

#footer .button
{
    float: left;
}

#footer #footbar
{
    height: 32px;
    background-image: url('../images/footer.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    width: 950px;
    float: left;
    clear: both;
}

#footer #footbar p
{
    color: #fff;
    font-size: 10px;
    padding-top: 6px;
    padding-left: 8px;
}

/******************************************************************************************************\
                                           MAIN CONTENT
\******************************************************************************************************/

#content .linklist
{
	margin-top:30px;
}

#content .linklist a
{
	display:block;
	width:250px;
	background-color:#2a105e;
	margin-top:12px;
	padding:14px 18px;
	color:#fff;
	text-decoration:None;
	font-size:16px;
}

#content .linklist a:hover
{
	/*background-color:#62459F;*/
	background-color:#C6CBE1;
	color:#000;
}

#content ul.spaced li
{
    margin: 20px 0 20px 16px;
    list-style-type: disc;
}

#content .section
{
    clear: both;
    margin-bottom: 40px;
}

#content .sitemap p
{
	padding:6px 0;
	border-bottom:dotted 2px #ccc;
}

#content .sitemap p a,
#content .sitemap li a
{
    text-decoration: none;
}

#content .sitemap p a:hover,
#content .sitemap li a:hover
{
    text-decoration: underline;
}

#content .disclaimer
{
    font-size: 10px;
    line-height: 1.5;
    clear: both;
}

#content .large-purple-text
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 18px;
    font-weight: normal;
    color: #306;
}

/******************************************************************************************************\
                                       MAIN CONTENT - Home
\******************************************************************************************************/

#content #client-buttons
{
    _height: 1%;
}

#content #client-buttons:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#content #client-buttons a img
{
    visibility: hidden; /* image hidden for 'screen', but will show in 'print' */
}

#content #client-buttons #business-clients a.link-button
{
    display: block;
    width: 227px;
    height: 227px;
    background-image: url('../images/business-clients.png');
    background-repeat: no-repeat;
    float: left;
}

#content #client-buttons #business-clients a.link-button:hover
{
    background-image: url('../images/business-clients-hover.png');
}

#content #client-buttons #private-clients a.link-button
{
    display: block;
    width: 227px;
    height: 227px;
    background-image: url('../images/private-clients.png');
    background-repeat: no-repeat;
    float: left;
}

#content #client-buttons #private-clients a.link-button:hover
{
    background-image: url('../images/private-clients-hover.png');
}

/******************************************************************************************************\
                                       MAIN CONTENT - Enquiry
\******************************************************************************************************/

#content .notepad
{
    background-image: url('../images/enquiry-notepad.jpg');
    background-repeat: no-repeat;
    width: 535px;
    height: 813px;
}

#content #enquiry-form
{
    position: relative;
    width: 630px;
    padding: 80px 0 0 65px;
    color: #666;
}

#content #enquiry-form .item
{
    margin-bottom: 14px;
}

#content #enquiry-form .input-label
{
    display: block;
    float: left;
    width: 100px;
}

#content #enquiry-form .input-field
{
    width: 215px;
}

#content #enquiry-form .multiline
{
    height: 75px;
}

#content #enquiry-form .submit
{
    position: absolute;
    left: 295px;
    top: 540px;
}

/******************************************************************************************************\
                                       MAIN CONTENT - About Us
\******************************************************************************************************/

#content .team
{
    _height: 1%;
}

#content .team:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#content .team-image-left
{
    float: left;
}

#content .team-image-left + .biog
{
    float: right;
    width: 335px;
}

#content .team-image-right
{
    float: right;
}

#content .team-image-right + .biog
{
    float: left;
    width: 335px;
}

/******************************************************************************************************\
                                       MAIN CONTENT - Contact Us
\******************************************************************************************************/

#content #contact-address, #content #contact-phone
{
    _height: 1%;
}

#content #contact-address:after, #content #contact-phone:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#content #contact-address .image, #content #contact-phone .image
{
    float: left;
    width: 200px;
    clear: both;
}

#content #contact-address .text, #content #contact-phone .text
{
    float: left;
}

#content #contact-form
{
    clear: both;
}

#content .postit
{
    background-image: url('../images/post-it-note-request.jpg');
    background-repeat: no-repeat;
    width: 535px;
    height: 371px;
}

#content #contact-form
{
    position: relative;
    width: 630px;
    padding: 85px 0 0 65px;
    color: #666;
}

#content #contact-form .item
{
    margin-bottom: 14px;
}

#content #contact-form .input-label
{
    display: block;
    float: left;
    width: 125px;
}

#content #contact-form .input-field
{
    width: 205px;
}

#content #contact-form .multiline
{
    /*height:75px;*/
}

#content #contact-form .submit
{
    position: absolute;
    left: 40px;
    top: 200px;
}

/******************************************************************************************************\
                                       MAIN CONTENT - Reasons
\******************************************************************************************************/

#content .stepping-stones p
{
    font-size: 14px;
    margin: 40px 0;
    color: #306;
}

#content .stepping-stones-image
{
    float: left;
    margin-right: 20px;
}

/******************************************************************************************************\
                                       MAIN CONTENT - Location
\******************************************************************************************************/

#content #parking-map a img
{
    visibility: hidden; /* image hidden for 'screen', but will show in 'print' */
}

#content #parking-map a
{
    display: block;
    width: 200px;
    height: 113px;
    background-image: url('../images/parking-map.jpg');
    background-repeat: no-repeat;
}

#content #parking-map a:hover
{
    background-image: url('../images/parking-map-hover.jpg');
}

/******************************************************************************************************\
                                       MAIN CONTENT - News
\******************************************************************************************************/

#content .news a
{
    text-decoration: none;
}

#content .news a:hover
{
    text-decoration: underline;
}

#content .news h3
{
    background-color: #ebebeb;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    width: 495px;
    padding: 10px 20px;
    margin: 30px 0;
}

#content .news .date
{
    color: #666;
    font-size: 11px;
    margin-bottom: 6px;
}

#content .news .news-list-item
{
    margin-bottom: 30px;
    width: 535px;
    _height: 1%;
}

#content .news .news-list-item:after
{
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#content .news .news-list-item .col1
{
    width: 100px;
    float: left;
}

#content .news .news-list-item .col2
{
    float: left;
    margin-left: 10px;
    width: 425px;
}

#content .news .news-list-item .title
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 16px;
    font-weight: normal;
}

#content .news .news-list-item .text
{
    color: #666;
    font-size: 11px;
}

#content .news .news-brief-list li
{
    margin: 20px 0 20px 10px;
}

#content .news .story .head
{
    margin-bottom: 20px;
}

#content .news .story .head > h1
{
    margin-bottom: 0;
}

#content .news .story .body .pic
{
    float: left;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#content .news .pager
{
    color: #999;
}

#content .news .pager a
{
    color: inherit;
}

#content .news .pager a:hover
{
    color: #333;
    text-decoration: none;
}

#content .news .month-links
{
    color: #999;
    margin: 30px 0;
}

#content .news .month-links a
{
    color: #306;
    text-decoration:underline;
}

#content .news .month-links a:hover
{
    color: #333;
    text-decoration:blink;
}

#content .news .month-links .dropdown
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 140px;
    height: auto;
}

#content #ArchiveCategory .go
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 40px;
    height: auto;
}