/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #c41330; color: #fff; text-shadow: none; }
::selection { background: #c41330; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a, a:visited {
  color: #c51230;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #df4444;
}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
figure { margin: 0; }

h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3 { clear: both; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
nav ul li{ float:left; margin:0 }

/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Beth Lawler
   ========================================================================== */

/* COLOURS */

/*  red:            #9b0f26     ( )
    light-grey:     #ebeaea     ( menu li background )
    grey:           #736b69     ( header text )
    brown/grey:     #746a67     ( body text )
/* FONTS */

@font-face { }


/* TYPOGRAPHY */

h1 /* page heading */{
    font-size: 46px;
    color: #ffffff;
    font-weight: lighter;
    font-weight: 100;
	text-shadow: 1px 2px 2px #666; 
}

.ie7 h1 {
    padding: 33px 0;
}

h2 /* page content heading */ {
    font-size: 25px;
    color: #746a67;
    font-weight: 200;
    line-height: 1.1;
	margin-top: 10px;
}

h3 /* page content subheading */ {
    font-size: 22px;
    color: #746a67;
    font-weight: 200;
	border-top: 2px dashed #E6E5E5;
	padding-top: 25px;
}

h4 /* homepage sidebar title */ {
    font-size: 15px;
    background: url(../images/home/sidebar-title.png) top left no-repeat;
    color: #ffffff;
    padding: 11px 0 10px 12px;
    margin: 0 0 15px 0;
	text-shadow: 1px 2px 0 #848487;
}

h5 /* homepage sidebar news-item title */ {
    font-size: 17px;
    color: #c31330;
    padding: 0 0 3px 0;
    margin: 0;
    display: block;
    width: 195px;
    float: right;
}


/* GLOBAL */

body {
  background: url(../images/global/body-bg.png) top center repeat-x;
  background-color: #ffffff;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #746a67;
}

#container {
	width:980px;
	margin:0 auto;
}

header {
    width: 100%;
    height: 138px;
    position: relative;
    background: url(../images/global/header-gradient.png) top center no-repeat;
    color: #736b69;
}

#logo {
	width: 210px;
    height: 78px;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/global/logo.png) top center no-repeat;
}

#phone {
    width: 225px;
    height: 24px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    font-size: 28px;
    font-weight: 200;
}

#main {
    background: #ffffff;
    overflow: hidden;
}

.page-content {
	width: 707px;
	height: auto;
	min-height: 571px;
    overflow: hidden;
    float: right; 
    padding: 30px 0 0 35px;
    background: url(../images/global/sidebar-shadow.png) top left no-repeat;
}

.page-content article {
    border-bottom: 2px dashed #e6e5e5;
    margin-bottom: 20px;
}

.page-content p {
    margin-bottom: 25px;
    line-height: 1.5;
}

.page-content img {
    border: 6px solid #f3f2f2;
}

.page-content img.no-border {
    border: none;
  }

.page-content ul {
    margin-bottom: 25px;
    padding: 0;
}

.page-content li {
    list-style-position: outside;
    list-style-image: url(../images/global/bullet-point-grey.png);
    margin: 9px 0 9px 20px;
}

.title {
    width: 705px;
    height: 98px;
    float: right;
    padding: 37px 0 0 37px;
    position: relative;
    background: url(../images/global/default-page-heading.jpg) top center no-repeat;
}

#associates {
    background: url(../images/global/associates-heading.jpg) top center no-repeat;	
}

#knowledge {
    background: url(../images/global/knowledge-heading.jpg) top center no-repeat;	
}

#services {
    background: url(../images/global/services-heading.jpg) top center no-repeat;	
}

#sidebar {
    width: 180px;
    float: left;
    margin-top: 23px;
    background: url(../images/global/sidebar-gradient.png) bottom left repeat-x;
    background-color: #f3f2f2;
    padding: 30px 20px 90px 30px;
    border-right: 8px solid #ffffff;
}

#sidebar p {
    padding: 0;
    margin: 0;
}

#sidebar .sidebar-menu {
    width: 180px;
    margin-bottom: 80px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar li /* entire list */ {
    list-style-position: inside;
    list-style-image: url(../images/global/bullet-point-red.png);
	  padding: 25px 0 16px 0;
	  border-top: 2px dashed #e6e5e5;
    border-bottom: 2px dashed #e6e5e5;
}

#sidebar li ul li  /* list child elements */ {
	list-style-position: inside;
	border: none;
	padding: 0;
	margin: 9px 0 9px 0;
}

#sidebar li a,
#sidebar li.current_page_item ul li a {
    color: #746a67;
}

#sidebar li a:hover,
#sidebar li.current_page_item a,
#sidebar li.current_page_item ul li a:hover  {
    color: #c51230;
}

#sidebar .testimonials ul.bjqs {
  overflow: visible;
}

#sidebar .testimonials li {
  border: none;
  list-style: none;
}

#sidebar .feature-image {
  width: 180px;
  margin-bottom: 50px;
}

#sidebar .feature-image img {
  width: 180px;
  height: auto;
}

footer {
    width: 100%;
    height: 244px;
    background: url(../images/global/footer-bg-colour.jpg) top center repeat-x;
    padding: 0;
    margin-top: 40px;
    font-size: 11px;
    line-height: 1.3;
}

footer #footer-container {
    width: 980px;
    height: 184px;
    margin: 0 auto;
    padding: 60px 0 0 0;
    background: url(../images/global/footer-bg-image.jpg) top center no-repeat;
}

footer .menu {
	display: block;
    font-size: 12px;
    margin: 0 0 25px 0;
	overflow: hidden;
}

footer ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

footer li {
	float: left;
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	border-right: 1px solid;
}

footer ul li ul {
	display: none;
}

footer li:last-child {
	border: none;
}

form#searchform {
	margin: 10px 0 30px 0;
}

/* HOME */

body.home {
    background: url(../images/home/body-bg.png) top center repeat-x;
}

#slider {
    width: 630px;
    height: 318px;
    background: url(../images/home/slide1.jpg) top left no-repeat;
}

ul.bjqs /* slider */ {
	position: relative; 
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden; 
	display: none; 
}
	
li.bjqs-slide /* slider */ {
	display: none;
	position: absolute;
}

body.home .page-content {
    width: 582px;
	height: auto;
	min-height: 431px;
    overflow: hidden;
    float: left;
    padding: 30px 48px 40px 0;
    background: url(../images/home/sidebar-shadow.png) top right no-repeat;
}

body.home #sidebar {
    width: 306px;
    float: right;
    margin-top: 23px;
    background: url(../images/global/sidebar-gradient.png) bottom left repeat-x;
    background-color: #f3f2f2;
    padding: 20px 17px 30px 17px;
    border-right: none;
    border-left: 8px solid #ffffff;
    font-size: 12px;
}

#sidebar .news-item {
    padding: 0 0 22px 0;
    margin: 0 0 24px 0;
    border-bottom: 2px dashed #e6e5e5;
    overflow: hidden;
}

#sidebar .news-item img {
    width: 93px;
    height: 93px;
    float: left;
    margin: 0 12px 0 0;
    border: 3px solid #ffffff;
}

#sidebar .news-item p {
    width: 195px;
    float: right;
}

#sidebar .news-item a {
    display: block;
    width: 100%;
}

#sidebar .news-item a.read-more {
	width: 176px;
	float: right;
    background: url(../images/global/bullet-point-red.png) top left no-repeat;
    padding: 0 0 0 18px;
	margin-top: 2px;
}

body.home #sidebar li {
    list-style-position: outside;
    list-style-image: url(../images/global/bullet-point-red.png);
    margin: 5px 0 5px 20px;
	padding: 0;
	border: 0;
}

#sidebar #mccutcheon-bell-button {
    display: block;
    height: 57px;
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 2px dashed #e6e5e5;
    background: url(../images/home/mccutcheon-bell-button.jpg) bottom center no-repeat;
    color: #2a436b;
}

#sidebar #mccutcheon-bell-button p {
    width: 195px;
    float: right;
    font-size: 13px;
    padding: 11px 0 0 0;
}



/* =============================================================================
   Default WordPress drop down navigation
   ========================================================================== */

#access {
	clear: both;
	display: block;
	float: right;
}
#access ul {
	font-size: 12px;
	list-style: none;
	margin: 22px 0 0 0;
	padding:0;
}
#access li {
    width: 122px;
    height: 38px;
	float: left;
	position: relative;
    margin: 0 0 0 1px;
    text-align: center;
    border-top: 2px solid #ffffff;
}
#access a {
    height: 15px;
	display: block;
    padding: 11px 0 11px 0;
    margin: 1px 0 0 0;
    background-color: #ebeaea;
    color: #736b69;
	text-decoration: none;
    font-size: 12px;
	text-shadow: 1px 2px 0 white; 
}
#access li:hover, #access li.current_page_item, #access li.current-page-ancestor {
    border-top: 2px solid #7f8083;
}
#access li:hover a, #access li.current_page_item a, #access li.current-page-ancestor a {
    background-color: #f3f2f2;
}
#access ul ul {
	display: none;
}
#access ul ul a {
	display: none;
}
#access ul li:hover > ul {
	display: none;
}





/* ==|== WordPress defaults =====================================================
   Some handy styles to cover WordPress default editor output
   ========================================================================== */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  	margin: 5px 30px 20px 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  	margin: 5px 0 20px 30px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.left{float:left;}
.right{float:right;}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}