/* Note - Please Update the Table of Contents as you go. Also,
putting in those triple braces will make Gerard & Cato really happy. */
/* Global Selectors {{{ */
/* Body {{{ */
html { height: 100%; }

body {
    background: #eee;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    padding: 0 0 1px;
}

/* }}} */
/* Headings and Paragraphs {{{ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    font-weight: normal;
    color: #072686;
}

/*Georgia, serif*/
h1 {}
h2 {}
h3 {
    line-height: 25px;
    margin: 0 0 10px;
}

h4 {}
h5 {}
h6 {}

p {
    margin: 0 0 10px;
    font-size:13px;
    line-height:1.4;
}

strong { font-weight: bold; }

cite {}

em { font-style: italic; }

/* }}} */
/* Links {{{ */
a { text-decoration: none; }

a:hover { text-decoration: underline; }

a:visited {}

a:link {}

/* }}} */
/* Lists {{{ */
ul {}
ol {}
li {}
dl {}
dt {}
dd {}

/* }}} */
/* Forms {{{ */
fieldset {
    background: #F8F8F8;
    border: 1px solid #e2e2e2;
    margin: 27px 0 20px;
    padding: 10px;
    width: 455px;
}

legend {
    font-size: 13px;
    color: #072686;
    padding: 0 3px;
}

input {}

select { margin: 10px 0 0; }

label {
    display: block;
    float: left;
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    text-align: right;
    width: 200px;
}

.field table input { float: left; }

.field {
    clear: both;
    margin: 0 0 10px;
}

.field * {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    line-height: 17px;
}

.enquiry span {
    display: block;
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    width: 150px;
}

.textbox,
textarea {
    border: 1px solid #ccc;
    float: left;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 4px;
    width: 225px;
}
.otherTextbox {
    /* These don't have a label, but we still want them to
     * align with them that do */
    margin: 0 0 10px 215px;
}

.textbox {}

textarea { height: 80px; }

/* .button{ margin: 0 0 0 421px; } */
.radiolist label {
    padding-right: 0;
    text-align: left;
    width: auto;
}

.radiolist input {
    margin-right: 10px;
    margin-top: 5px;
}

.enquiry { margin: 0 0 20px; }

.enquiry th { padding: 0 0 10px; }

.enquiry th span {
    display: block;
    font-size: 12px;
    width: 80px;
}

.enquiry td span {
    display: block;
    font-size: 12px;
    padding: 0 10px 0 0;
    text-align: right;
    line-height: 25px;
    width: 200px;
}

.enquiry .checkbox {
    text-align: left;
    width: auto;
}

.errors {
    background: #eee;
    border: red 1px solid;
    margin: 0 0 10px;
    padding: 10px;
    width: 520px;
}

.errors li {
    font-size: 12px;
    margin: 0 0 10px;
}

/* }}} */
/* Tables {{{ */
table {}
tbody {}
thead {}
tfoot {}
tr {}
td {}

/* }}} */
/* }}} */
/* Page Structure {{{ */
#mainContainer {
    background: url(/userfiles/images/main-bkgd.jpg) repeat-y;
    margin: 0 auto;
    width: 960px;
    padding: .1px 2px;
}

/* Header {{{ */
#header {
    /* background: url(/userfiles/images/header-bkgd.jpg) repeat-x; */
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
    background: #fff;
    height: 119px;
    margin: 0 10px;
    position: relative;
}

/* }}} */
/* Page {{{ */
#page {
    margin: 0 10px;
    clear: both;
}

/* }}} */
/* Content {{{ */
.logo {
    background: transparent;
    height: 77px;
    top: 20px;
    left: 20px;
    position: absolute;
    width: 272px;
}

#alogo {
    margin: 10px;
}

.logo a {
    display: block;
    height: 77px;
    text-indent: -9999px;
    width: 272px;
}

/* #content { background: url(/userfiles/images/content-bkgd.jpg) repeat-y; } */

#home .primary {
    background: url(/userfiles/images/home-primary.jpg) repeat-x;
    height: 281px;
    float: none;
    margin: 0;
    padding: 0;
    border-width: 0 0 3px;
    width: 940px;
}

#home .secondary {
    clear: both;
    float: none;
    margin: 0;
    width: 940px;
}

.primary {
    float: left;
    margin: 0 0 0 250px;
    padding: 0 0 20px;
    width: 690px;
}

.primary h2 {
    color: #072686;
    font-size: 24px;
    font-weight: normal;
}

.primary h3 {
    line-height: 25px;
    margin: 20px 0;
}

.primary ul h3 {
    height: 35px;
    padding: 13px 0 0 10px;
}

.primary .copy {
    float: left;
    margin: 0;
    width: 460px;
    font-size: 12px;
    line-height: 18px;
}

.primary .copy .intro {
    color: #072686;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
}

.primary .copy p { margin: 1em 0; }

.primary .copy h3 {
    color: #072686;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 10px;
}

.primary .copy h4 {
    color: #3a58b6;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 5px;
}

.primary .copy ul {
    list-style: inside;
    margin: 1em 0 1em 2em;
}

.primary .copy ul li {
    font-size: 13px;
    line-height:1.9;
    list-style-position: outside;
}

.primary .copy dl { margin: 15px 0 0; }

.primary .copy dl dt { font-size: 14px; }

.primary .copy dl dd {
    font-size: 12px;
    margin: 10px 0;
}

.primary .copy blockquote {
    padding: 28px 24px 31px 35px;
    margin: 1em 0;
    display: block;
    background: url(/userfiles/images/bq/bg.png) top left no-repeat;
    background: url(/userfiles/images/bq/66.png) top left no-repeat,
    url(/userfiles/images/bq/99.png) bottom right no-repeat,
    url(/userfiles/images/bq/bg.png) top left repeat;
    color: #555;
    font-size: 1.4em;
    line-height: 1.4;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.primary .gallery {
    width: 220px;
    float: right;
}

.primary .gallery img { margin: 0 0 10px; }

.primary .gallery a { float: right; position: relative; }
.primary .gallery a .framelessLogo {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gallery a.video {
    display: block;
    width: 211px;
    overflow: hidden;
    margin: 0 0 10px;
    position:relative;
}

.gallery a.video:link,
.gallery a.video:visited { color: white; }

.gallery a.video:hover,
.gallery a.video:active {
    text-decoration: none;
    color: #ccc;
}

.gallery a.video img {
    display: block;
    float: left;
    line-height: 0;
    margin: 0 0 -34px;
}

.gallery a.video em {
    position:absolute;
    top:50%;
    left:50%;
    margin:-55px 0 0 -40px;
    text-align:center;
    text-indent:-9999px;
    background:url(/userfiles/images/play-button-grey.png) no-repeat center center;
    height:80px;
    width:80px;
}

.gallery a.frameless em {
     background-image:url(/userfiles/images/play-button.png);
}


.gallery a.video .caption {
    display: block;
    float: left;
    clear: left;
    line-height: 1;
    height: 12px;
    width: 189px;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    padding: 11px;
    overflow: hidden;
}

#TechnicalInfo {
    clear: both;
    float: right;
    width: 211px;
    font-size: 12px;
}

#TechnicalInfo ul { margin: 0 0 20px; }

#TechnicalInfo a {
    float: none;
    display: block;
    padding: 5px 0 5px 25px;
    color: #333;
    line-height: 1.4;
    font-weight:bold;
    font-size:13px;
    font-family:Helvetica, Arial, san-serif;
    letter-spacing:-0.01em;
}

#TechnicalInfo a.pdfFile {
    background: transparent url(/userfiles/images/pdficon_small.gif) 0 5px no-repeat;
}
#TechnicalInfo h3 {
    font-size:1.3em;
    letter-spacing:-0.02em;
    margin-bottom:1em;
}
#TechnicalInfo h4 {
    font-size:1.1em;
}
.primary .banner {
    display: block;
    border-bottom: #FFF100 3px solid;
    margin-bottom:20px;
}

#BannerSlideshow,
#BannerSlideshow li {
    height: 252px;
    width: 690px;
}

#BannerSlideshow { 
    position: relative;
    margin-bottom:20px;
 }

#BannerSlideshow li {
    position: absolute;
    top: 0; left: 0;
    overflow:hidden;
    height:252px;
}

#BannerSlideshow .controls {
    position: absolute;
    background: #ccc;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2000;
    bottom: 0; left: 0;
    width: 690px;
    height: 34px;
    padding 0 10px;
}
#BannerSlideshow .controls a {
    display: block;
    overflow: hidden;
    text-indent: -999px;
    background-position: 0 0;
    background-color: transparent;
    float: right;
    height: 24px; width: 24px;
    margin: 5px;
}

#BannerSlideshow .controls a:hover { background-position: 0 -24px; }

#BannerSlideshow .controls .play { background-image: url(/userfiles/images/slideshow/play.png); }
#BannerSlideshow .controls .pause { background-image: url(/userfiles/images/slideshow/pause.png); }
#BannerSlideshow .controls .next { background-image: url(/userfiles/images/slideshow/next.png); }
#BannerSlideshow .controls .previous { background-image: url(/userfiles/images/slideshow/previous.png); }

.secondary {
    float: left;
    margin: 0 10px 30px -940px;
    padding: 0;
    width: 230px;
}

.secondary h2 {
    background: url(/userfiles/images/section-header-bkgd.jpg) no-repeat;
    border: solid #fff100;
    border-width: 0 0 3px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 90px;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
}

.sectionChildren { margin: 15px 0 0; }

.sectionChildren li {
    margin: 0 0 35px;
    background: url(/userfiles/images/case-studies-nav-bkgd2.jpg) no-repeat;
}

.sectionChildren li h3 {
    line-height: normal;
    width: 211px;
    margin: 0;
}

.sectionChildren li h3 a { color: #072686; }

.sectionChildren li h3 a:hover {
    text-decoration: none;
    color: #03123f;
}

.sectionChildren li img {
    float: left;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 0 3px;
}

.sectionChildren li img:hover {
    border-color: #FFF100;
    border-style: solid;
    border-width: 0 0 3px;
}

.sectionChildren p { margin: 0 0 0 231px; }

#showcase {
    float: left;
    height: 281px;
    width: 670px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#showcase li {
    width: 660px;
    background: blue;
    margin: 0 0 10px;
    height: 261px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    overflow: hidden;
}

#showcase .overlay {
    background: black;
    opacity: .6;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 660px;
    padding: 10px;
}

#showcase .text {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 660px;
    z-index: 10;
    color: white;
}

#showcase .text h3 {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 0;
}

#showcase .text p {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    margin: 15px 20px 0 0;
}

#latestCaseStudies {
    background: url(/userfiles/images/latest-case-studies-bkgd.jpg) repeat-x;
    float: left;
    height: 144px;
    margin: 15px 0;
    padding: 10px;
    position: relative;
    width: 650px;
}

#latestCaseStudies h3 {
    line-height: 14px;
    margin: 5px 80px 8px 6px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

#latestCaseStudies ul { margin: 5px 0 0; }

#latestCaseStudies li {
    background: url(/userfiles/images/latest-case-study-bkgd3.png) no-repeat;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 133px;
    width: 216px;
}

#latestCaseStudies li a {
    display: block;
    padding: 8px;
}

#latestCaseStudies li a:hover { color: #fff; }

#latestCaseStudies li img {
    display: block;
    width: 201px;
    height: 117px;
}

#latestCaseStudies li.last { margin-right: 0; }

#latestCaseStudies span {
    background: url(/userfiles/images/sub-nav-bullet.png) 3px 2px no-repeat;
    color: #fff;
    display: block;
    font-size: 11px;
    overflow: hidden;
    padding: 8px 15px 8px 30px;
    position: absolute;
    bottom: 10px;
    text-transform: uppercase;
    width: 156px;
    text-decoration: none;
}

#latestCaseStudies .framelessLogo {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    height: auto;
}

#latestCaseStudies span:hover {
    text-decoration: none;
    cursor: pointer;
}

#latestCaseStudies .study1 span { background-color: #af0000; }

#latestCaseStudies .study1 span:hover { color: #ff7f7f; }

#latestCaseStudies .study2 span { background-color: #325974; }

#latestCaseStudies .study2 span:hover { color: #95a4ff; }

#latestCaseStudies .last span { background-color: #3d5d23; }

#latestCaseStudies .last span:hover { color: #8ad672; }

#latestCaseStudies .more {
    background: url(/userfiles/images/sub-nav-bullet-hover.png) no-repeat right top;
    color: #FEF200;
    display: block;
    height: 20px;
    padding: 5px 23px 0 0;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
    font-size: 12px;
    font-weight: 600;
}

#latestCaseStudies .more:hover {
    color: #FDCC1D;
    text-decoration: none;
}

.formsMenu {
    float: right;
    height: 261px;
    margin: 10px 0;
    width: 260px;
}

.formsMenu li {
    background: url(/userfiles/images/form-menu-item-bkgd2.jpg) no-repeat;
    border: 1px solid #4b4949;
    height: 79px;
    margin: 0 10px 9px 0;
}

.formsMenu li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    float: left;
    margin: 30px 0 0;
    width: 130px;
}

.formsMenu li a:hover {
    color: #cbcccb;
    text-decoration: none;
}

.formsMenu li a.thumb {
    margin: 5px 5px 0 0;
    width: 106px;
}

.formsMenu li img {
    border: 4px solid #686868;
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

.formsMenu li img:hover { border: 4px solid #5f5f5f; }

.secondary .formsMenu {
    float: none;
    width: auto;
    height: auto;
    margin: none;
}

.secondary .formsMenu li {
    background-position: top right;
    clear: both;
    margin: 0 0 9px;
}

.secondary .formsMenu li a {
    float: none;
    width: auto;
}

.secondary .formsMenu li a.thumb { float: left; }

.framelessNavigation {
    margin: 10px 0;
    width: auto;
}

.framelessNavigation li {
    background: url(/userfiles/images/framelessnavigation/back_off.png) top left no-repeat;
    border: 1px solid #1b81b1;
    height: 79px;
    margin: 0 0 9px 0;
    padding-right:5px;
}

.framelessNavigation li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin: 30px 0 0;
    width: auto;
}

.framelessNavigation li a:hover {
    color: #cbcccb;
    text-decoration: none;
}

.framelessNavigation li a.thumb {
    margin: 5px 5px 0 0;
    width: 106px;
    float: left;
}

.framelessNavigation li img {
    border: 4px solid #1b81b1;
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

.framelessNavigation li img:hover { border: 4px solid #3c93bc; }

/* }}} */
/* Footer {{{ */
#footer {
    background: url(/userfiles/images/footer-bkgd.jpg) repeat-x #9fa0a2;
    border: solid #b1b0b1;
    border-width: 3px 0 0;
    clear: both;
    margin: 0 10px 10px;
    padding: 20px;
    width: 900px;
}

#footer h2 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

#footer .home {
    background: url(/userfiles/images/home-icon.png) 0 3px no-repeat;
    color: #666;
    display: block;
    margin: 10px 0;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: bold;
}


#footer .sitemap a {
    display: block;
    white-space: nowrap;
    line-height: 1;
}

#footer .sitemap li a {
    color: #666;
    text-transform: uppercase;
}

#footer .sitemap li a { text-transform: capitalize; }

#footer .sitemap .sub-section li a { color: #777; }

#footer .sitemap a:hover,
#footer .sitemap .sub-section li a:hover { color: #000; }

#footer li {
    float: left;
    font-size: 14px;
    margin: .4em 10px .4em 0;
}

#footer li li { font-size: 13px; }

#footer li li li {
    float: none;
    font-size: 11px;
}

#footer li.location {
    clear: both;
    float: none;
}

#footer li.location li.sub-section li { float: left; }

#footer ul ul ul {
    margin:0 0 0 1em;
}

/*#footer .sitemap ul{margin: 3px 0 10px; }*/
/*#footer .sitemap ul li{  width: 150px;}*/
/*#footer .sitemap ul li a{font-size: 12px; font-weight:bold; text-transform:none;}*/
/*#footer .sitemap ul ul{ margin: 0 0 10px; }*/
/*#footer .sitemap ul ul li{clear: both;}*/
/*#footer .sitemap ul ul li a{clear: both; font-weight:normal; }*/
/* }}} */
/* }}} */
/* Page Components {{{ */
/* Navigation {{{ */
/* Main navigation {{{ */
#mainNavigation {
    background: url(/userfiles/images/main-nav-bkgd.jpg) repeat;
    border: solid #9c9c9c;
    border-width: 1px 0 0;
    float: left;
    /*
    bottom: 0;
    left: 0;
    position: absolute; 
     */
width: 940px;
margin: 0 10px;
}

#mainNavigation li {
    float: left;
    height: 35px;
}

#mainNavigation li a {
    border: solid #9c9c9c;
    border-width: 0 1px 0 0;
    color: #393939;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    padding: 10px 14px;
    text-transform: uppercase;
    text-decoration: none;
}

#mainNavigation li a:hover {
    background: url(/userfiles/images/main-nav-bkgd-hover.jpg) repeat-x;
    text-decoration: none;
}

#mainNavigation li.selected { background: url(/userfiles/images/main-nav-bkgd-hover.jpg) repeat-x; }

#mainNavigation li.last a {}

/* }}} */
/* Sub navigation {{{ */
#subNavigation {
    background: url(/userfiles/images/sub-nav-bkgd.jpg) repeat-y;
    padding: 19px 0;
}

#subNavigation li { 
    background: url(/userfiles/images/sub-nav-bullet.png) 5px 5px no-repeat; 
}

#subNavigation li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 10px 10px 35px;
}

#subNavigation > li > a:hover,
#subNavigation > li.selected > a {
    background: url(/userfiles/images/sub-nav-bullet-hover.png) 5px 5px no-repeat #8e8e8e;
    text-decoration: none;
}

#subNavigation ul {
    padding: 6px 0 16px 39px;
    line-height: 1.4;
}

#subNavigation ul li {
    background: none;
    padding: 0!important;
}

#subNavigation ul li:hover {
}

#subNavigation ul li a {
    font-size: 14px;
    margin: 0;
    padding: 6px 0 6px 14px;
    background: transparent url(/userfiles/images/sub-sub-nav-bullet.png) 0 10px no-repeat;
}

#subNavigation ul li a:hover,
#subNavigation ul li.selected a {
    background: transparent url(/userfiles/images/sub-sub-nav-bullet-hover.png) 0 10px no-repeat;
    color: #fff100;
    text-decoration: none;
}

/* }}} */
/* UtilitiesNav {{{ */
#utilsNav {
    position: absolute;
    right: 16px;
    top: 13px;
}

#utilsNav li {
    float: left;
    margin: 0 0 0 5px;
	height: 26px;
	background: #005EAB;
}
#Utils-browse {
	
}
#Utils-technical-information a:link,
#Utils-technical-information a:visited {
    display: block;
    color: #fff;
    /*background: transparent url(/userfiles/images/technical_information_off.png) top left;
    text-indent: -999px;*/
    overflow: hidden;
	margin: 6px 15px;
}

#Utils-technical-information a:hover,
#Utils-technical-information a:active {
    /*background: transparent url(/userfiles/images/technical_information_hover.png) top left;*/
}

#Utils-locations--enquiries a:link,
#Utils-locations--enquiries a:visited {
    display: block;
    color: #fff;
    /*background: transparent url(/userfiles/images/locations_enquiries_off.png) top left;
    text-indent: -999px;*/
    overflow: hidden;
	margin: 6px 15px;
}

#Utils-locations--enquiries a:hover,
#Utils-locations--enquiries a:active {
    /*background: transparent url(/userfiles/images/locations_enquiries_hover.png) top left;*/
}

#Utils-browse a:link, 
#Utils-browse a:visited {
    display: block;
	
    /*font-weight: bold;background: transparent url(/userfiles/images/browse_catalogue_off.png) top left;
    text-indent: -999px;*/
    color: #fff;
    overflow: hidden;
	margin: 6px 15px; 
}

#Utils-browse a:hover, 
#Utils-browse a:active {
    /*background: transparent url(/userfiles/images/browse_catalogue_hover.png) top left;*/
}


#utilsNav li a {
    color: #fff;
    font-size: 0.7em;
}

#utilsNav li a:hover {
    text-decoration: none;
    color: #BBF0F0;
}

#utilsNav li a.selected {}

/* }}} */
/* Breadcrumbs {{{ */
#breadcrumbs {
    margin: 7px 0;
    padding: 0;
    float: left;
}

#breadcrumbs li {
    color: #6e6d6c;
    float: left;
    font-size: 10px;
}

#breadcrumbs li a {
    color: #6e6d6c;
    font-size: 10px;
}

#breadcrumbs li .seperator { margin: 0 5px; }

/* }}} */
/* }}} */
/* Case Studies {{{ */
.caseStudySections {}

.caseStudySections li {
    background: url(/userfiles/images/case-studies-nav-bkgd.jpg) repeat-x;
    float: left;
    margin: 30px 13px 0 0;
    width: 221px;
    overflow: hidden;
}

.caseStudySections li.third { margin-right: 0; }

.caseStudySections li h3 {
    color: #072686;
    font-size: 17px;
    line-height: normal;
    margin: 12px 0 0;
    padding: 0 0 0 10px;
}

.caseStudySections li h3 a { color: #072686; }

.caseStudySections li h3 a:hover {
    color: #03123F;
    text-decoration: none;
}

.caseStudySections img {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 0 3px;
}

.caseStudySections img:hover { border-color: #FFF100; }

.caseStudies { float: left; }

.caseStudies li {
    background: url(/userfiles/images/case-studies-nav-bkgd2.jpg) no-repeat;
    margin: 35px 0 0;
}

.caseStudies h3 {
    height: 35px;
    width: 201px;
    padding: 13px 0 0 10px;
    line-height: normal;
    margin: 0;
}

.caseStudies h3 a {
    color: #072686;
    font-size: 17px;
}

.caseStudies h3 a:hover {
    color: #03123F;
    text-decoration: none;
}

.caseStudies img {
    float: left;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 0 3px;
}

.caseStudies img:hover { border-color: #FFF100; }

.caseStudies p { margin: 0 0 0 238px; }

/* }}} */
.branchLocator {
    background: url(/userfiles/images/latest-case-studies-bkgd.jpg) repeat-x;
    float: right;
    height: 144px;
    margin: 15px 0 0;
    padding: 10px;
    position: relative;
    width: 240px;
}

.branchLocator h3 {
    line-height: 14px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 80px 8px 6px;
}

.branchLocator .map {
    position: absolute;
    top: 25px;
    right: 75px;
}

.branchLocator a {
    background: url(/userfiles/images/sub-nav-bullet-hover.png) no-repeat right top;
    color: #FEF200;
    display: block;
    height: 20px;
    padding: 5px 23px 0 0;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 134px;
    font-size: 12px;
    font-weight: 600;
}

.branchLocator a:hover {
    color: #FDCC1D;
    text-decoration: none;
}

/* Contact Details {{{ */
.contact {}

.contact h3 { margin: 0 0 20px; }

.contact dl {
    float: left;
    width: 250px;
}

.contact dl dt {
    margin: 0 0 5px;
    font-size: 14px;
}

.contact dl dd {
    margin: 0 0 20px;
    font-size: 12px;
}

.branch_wrap {
    background: #eee;
    border: 1px solid #ccc;
    clear: both;
    padding: 10px;
    width: 668px;
    margin: 20px 0 0;
}

.link_wrap {
    clear: both;
    width: 668px;
    margin: 15px 0 0 0;
}

/* }}} */
/* Google Map {{{ */
.map_wrap {
    background: #eee;
    border: 1px solid #ccc;
    clear: both;
    padding: 10px;
    width: 475px;
    margin: 25px 0 0;
}

.link_wrap a {
	font-size: 0.8em;
}

#map_canvas {
    border: 1px solid #ccc;
    height: 475px;
}

/* }}} */
/* Search {{{ */
#header .search {
    background: url(/userfiles/images/search-bkgd2.png) no-repeat;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 52px;
    width: 176px;
}

#header .search label { display: none; }

#header .search .textbox {
    background: none;
    border: none;
    font-family: verdana;
    font-size: 10px;
    margin: 2px 0 0 5px;
    width: 140px;
    color: #666;
}

#header .search .search-button {
    background: url(/userfiles/images/search-button.jpg) no-repeat;
    border: none;
    display: block;
    height: 18px;
    margin: 4px 0 0 2px;
    padding: 0;
    text-indent: -9999px;
    width: 18px;
}

#content .search {
    background: #eee;
    border: 1px solid #ccc;
    margin: 0 30px 30px;
    padding: 20px 10px 10px;
    width: auto;
}

#content .search label {
    text-align: left;
    width: auto;
}

#content .search .textbox {
    width: auto;
    width: 190px;
}

#content .search .button {
    float: left;
    margin: 0 0 0 10px;
    padding: 3px;
}

#xsltsearch { margin: 30px; }

#xsltsearch_summary { margin: 5px 0; }

#xsltsearch_results { margin: 15px 0; }

.xsltsearch_result {
    background: #eee;
    margin: 0 0 20px;
    padding: 10px;
}

.xsltsearch_title { font-size: 16px; }

.pagingControls {
    text-align: center;
    font-size: .7em;
    padding: 10px 0;
}

.searchResults { line-height: 1.4; }

.searchResults li {
    padding: 5px;
    margin: 0 0 10px;
}

.pageNumbers a,
.pageNumbers span { padding: 0 5px; }

.pageNumbers a:link,
.pageNumbers a:visited { color: blue; }

.pageNumbers span {
    color: white;
    background: #555;
}

/* }}} */
ul.locations {
    list-style: none!important;
    margin: 20px 0 0;
}

ul.locations li {
    float: left;
    width: 200px;
    height: 100px;
    padding: 0 20px 0 0;
}

ul.locations li h3 {
    height: auto;
    margin: 0!important;
    padding: 0!important;
}

ul.locations li a {
    color: #072686;
    text-decoration: none;
}

ul.locations li p {
    margin: 0 0 5px!important;
    padding: 0!important;
}

/* }}} */
/* Video Overlay {{{*/
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#overlayShadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

#closeButton {
    width: 768px;
    margin: 100px auto 0;
    height: 64px;
    position: relative;
    z-index: 500;
}

#closeButton a {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0;
    float: right;
    background: transparent url(/userfiles/images/close-white.png) top left no-repeat;
    text-decoration: none!important;
}

#videoPlayer {
    /* These are the minimum dimensions for the video player */
    width: 584px;
    height: 360px;
    margin: 0 auto;
    clear: left;
    z-index: 10000;
    position: relative;
    /* This needs to be position: relative;
     * so that the z-index works so that
     * it appears above the shadow on the mac */
}

* html #videoPlayer { position: static; }

/*}}}*/
#TechnicalInformation h2,
#TechnicalInformation h3,
#TechnicalInformation h4 {
    margin: 0;
    padding: 8px 0 11px 32px;
    color: white;
    font-size: 15px;
    line-height: 1;
    background-color: #0085c6;
    background-position: 12px 10px;
    background-image: url(/userfiles/images/arrow-right.png);
    background-repeat: no-repeat;
    cursor:pointer;
}

#TechnicalInformation h2.active,
#TechnicalInformation h3.active,
#TechnicalInformation h4.active { background-image: url(/userfiles/images/arrow-down.png); }

#TechnicalInformation h3,
#TechnicalInformation .item h2 {
    padding-left: 53px;
    background-position: 30px 10px;
    background-color: #8A8889;
}

#TechnicalInformation h4 {
    padding-left: 73px;
    background-position: 50px 10px;
    background-color: #555;
}

#TechnicalInformation .item .item td {
    background-color: #dedede;
}

table.technicalInformationTable {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #d5d5d5;
    font-size: 14px;
}

table.technicalInformationTable th,
table.technicalInformationTable td,
#TechnicalInformation .document {
    padding: 10px;
    background: #f4f4f4;
}

table.technicalInformationTable td,
#TechnicalInformation .document {
    border: solid 1px #d5d5d5;
    border-width: 1px 0;
    color: #344D9D;
}

table.technicalInformationTable td:first-child { width: 30em; }

table.technicalInformationTable td a:link,
table.technicalInformationTable td a:visited {
    font-size: 0.8em;
    color: #6d6d6d;
}

.brochureList table.technicalInformationTable td a:link,
.brochureList table.technicalInformationTable td a:visited {
    font-size: 1em;
    color: #344D9D;
}

#TechnicalInformation .document a:link,
#TechnicalInformation .document a:visited {
    color: #344D9D;
}


table.technicalInformationTable td a:hover,
table.technicalInformationTable td a:active {}

table.technicalInformationTable .first,
#TechnicalInformation .document { padding: 11px 32px; }

table.technicalInformationTable th { font-weight: bold; }
table.technicalInformationTable thead { color: #0085C6; }




























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

