/* Start of CMSMS style sheet 'styles' */
/*
-----------------------------------------------
SB Partners - Styles Style Sheet
Version: December 2006
----------------------------------------------- */

body {
	font: 100% verdana;
	color: #3d3d3d;
	background: #fff url(images/breadcrumb-bg.gif) repeat-x;
}

a {
	color: #1B5279;
}

a:hover {
	text-decoration: none;
}


/* Mastheads
----------------------------------------------------*/

#main-nav {
	height: 179px; /* 150px (masthead image) + 28px (nav items) + 1px (white separator) */
	background: url(images/inner2.jpg) no-repeat bottom left;
	/* the masthead image should be 106px high */
}

#home #main-nav {
	height: 279px; /* 250px (masthead image) + 28px (nav items) + 1px (white separator) */
	background: url(images/homepage2.jpg) no-repeat bottom left;
	/* the masthead image should be 250px high */
}
/* nope, completely ignore the above - why would the image be part of the main nav? */
#our-people #main-nav, #home #main-nav {
    height: 29px;
    background: none;
    padding: 0; margin: 0;
}
#home-header {
    clear: both;
    width: 960px;
    height: 295px;
    position: relative;
}
#home-header a img { border: none; }


.home-tag { display: none; }
#home-header-john-dow { position: absolute; bottom: 3px; left: 8px; }
#home-header-trevor-hood { position: absolute; bottom: 17px; left: 121px; }
#home-header-glenn-taylor { position: absolute; bottom: 2px; left: 250px; }
#home-header-gregory-clarke { position: absolute; bottom: 13px; left: 344px; }
#home-header-john-p-chisholm { position: absolute; bottom: 10px; left: 442px; }
#home-header-janice-pomerleau { position: absolute; bottom: 18px; left: 543px; }
#home-header-robin-j-wydryk { position: absolute; bottom: 1px; left: 663px; }
#home-header-roy-sieben { position: absolute; bottom: 11px; left: 762px; }
#home-header-joseph-r-schlett { position: absolute; bottom: 3px; left: 853px; }

.clearBoth { clear: both; font-size: 1px; }
#industry-sector #main-nav {
	height: 29px; /* 0 (masthead image) + 28px (nav items) + 1px (white separator) */
	background: #fff;
	padding-bottom: 0; margin-bottom: 0;
}
#industry-sector #header {
    height: 250px;
    padding: 0; margin: 0;
    position: relative;
}
#industry-sector #header #intro {
    float: left;
    width: 220px;
    height: 222px;
    background: url(images/bg-services-intro.gif) no-repeat;
    padding: 28px 10px 0 10px;
}
#industry-sector #header #intro p {
    font-size: 13px;
    color: #fff;
}
#industry-sector #header #intro-img { float: left; }
#industry-sector #header #intro-img img { width: 720px; }

/* Main Navigation
----------------------------------------------------*/

#main-nav li {
	display: inline;
}

#main-nav li a {
	display: block;
	float: left;
	/* width: 99px; */
	/* width: 82px; */
    width: 116px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	margin-right: 1px;
	background: #FCB002;
	font-size: 100%;
	text-decoration: none;
	color: #fff;
        font-weight: bold;
font-size: 11px;
}


#main-nav li#main-nav-contact a {
	margin-right: 0;
    width: 118px;
	/*width: 100px;  last nav item is 1px wider as it doesn't have a right margin */
}


#main-nav li a:hover {
	background: #DD9B02;
}

/* Add #main-nav-on to give the link an "on state" */
#main-nav li a#main-nav-on {
	background: #1B5279;
}

/* Lists
----------------------------------------------------*/

#sub-content ul {
	font-size: .7em;
	line-height: 150%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #B6D7F1;
}

#sub-content ul li {
	border-bottom: 1px solid #fff;

}

#sub-content ul li a, #sub-content ul li span {
	text-decoration: none;
	display: block;
	color: #FCB002;
	border-left: 6px solid #FCB002;
	padding-left: 9px;
	line-height: 150%;
}

#sub-content ul li a:hover {
	color: #DD9B02;
	border-left: 6px solid #DD9B02;
}

/* Add #sub-nav-on to give the link an "on state" */
#sub-content ul li a.currentpage, #sub-content ul li span.currentpage {
	font-weight: bold;
	color: #1B5279;
	border-left: 6px solid #1B5279;
}

/* Adding 19/12/06.  Styles for nested lists within sub navigation */

#sub-content ul li ul {
	font-size: 100%;
	border-bottom: 0;
	margin-bottom: 0;
	margin-top: 1px;
	padding-bottom: 0;
}

#sub-content ul li ul li a {
	border-left: 0;
	padding-left: 20px;
	color: #FCB002;
}
#sub-content ul li ul li ul li a {
	padding-left: 35px;
}

#sub-content ul li ul li a:hover {
	border-left: 0;
}

/* Add .currentpage to give the link an "on state" */
#sub-content ul li ul li a.currentpage {
	font-weight: bold;
	color: #1B5279;
	border-left: 0;
}

/* Headings 
----------------------------------------------------*/

/* H1 is the logo/company name */
h1 {
	position: absolute;
	top: 50px;
	left: 0;
	width: 240px;
	height: 58px;
	background: url(images/sb-partners-logo.gif) no-repeat;
}

h1 a {
	width: 240px;
	height: 57px;
	background: url(images/sb-partners-logo.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#main-content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-bottom: .75em;
}

h4, 
h5,
#sub-content h3 {
	color: #1B5279;
}

#main-content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-bottom: .4em;
}

h5,
#sub-content h4,
#sub-content h3 {
	font-size: .7em;
	margin-bottom: .2em;
}


/* Forms
----------------------------------------------------*/

fieldset {
	border: none;
}

#masthead form, #masthead2 #searchform, #masthead2 #subForm {
	width: 240px;
	position: absolute;
	right: 0;
}

#masthead form#cntnt01moduleform-1, #masthead form#cntnt01moduleform_1, #masthead2 #searchform {
	top: 55px;
}

#masthead form#subForm, #masthead2 #subForm {
	top: 85px;
}

#masthead input, #masthead2 input {
	background: #1B5279;
	color: #fff;
	border-top: 1px solid #447191;
	border-bottom: 1px solid #153F5D;
	border-right: 1px solid #153F5D;
	border-left: 1px solid #447191;
	width: 58px;
	text-align: center;
	float: right;
	font-size: .7em;
	padding: 2px 0;
}

#masthead input#cntnt01searchinput, #masthead input.text, #masthead2 input#cntnt01searchinput, #masthead2 input.text {
	float: left;
	width: 168px;
	border: 1px solid #B6D7F1;
	background: #F4F9FD;
	padding: 3px 2px;
	font-size: .7em;
        color: #3d3d3d;
        text-align: left;
}

#main-content form {
	font-size: .7em;
        padding: 5px;
}

#main-content form select {
        margin: 5px;
        width: 200px;
}

#main-content form input {
        padding: 1px;
        margin: 5px;
}

#main-content form input.radio {
	vertical-align: bottom;
        padding: 0;
        margin: 1px;
}

#main-content form input#button {
	background: #1B5279;
	color: #fff;
	border-top: 1px solid #447191;
	border-bottom: 1px solid #153F5D;
	border-right: 1px solid #153F5D;
	border-left: 1px solid #447191;
        width: 75px;
}

tr.even {
        background-color: #F4F9FD;
}

tr.odd {
        background-color: #fff;
}


/* Misc
----------------------------------------------------*/

p, ol, ul, table#languages td {
	font-size: .7em;
	line-height: 150%;
	margin-bottom: 10px;
}

dl dd p {
	font-size: 100%;
}

ol {
	margin-left: 40px;
}

#main-content ul {
	list-style: square;
	margin-left: 40px;
}

#breadcrumbs {
	height: 30px;
        line-height: 30px;
	font-size: .7em;
/*        width: 650px; */
        width: 575px;
}

#testimonial, #home-testimonial {
	background: #F4F9FD;
	padding: 15px;
	padding-bottom: 5px;
	border: 1px solid #B6D7F1;
}

#testimonial dl, #home-testimonial dl {
	font-size: .7em;
}

#testimonial dt, #home-testimonial dt {
	line-height: 150%;
	font-style: italic;
}

#home-testimonial {
    float: left;
    width: 300px;
}

.home-box {
	/* margin-bottom: 15px; */
	/* border-bottom: 1px solid #B6D7F1; */
    float: left;
    /* width: 370px; */
    /* margin-right: 17px; */
    width: 467px;
    padding-right: 11px;
}
.home-events {
    float: left;
    width: 214px;
    padding: 0 11px;
}
.home-news {
    float: left;
    width: 223px;
    padding: 0 11px;
}
.home-events a, .home-news a { font-weight: bold; }
.home-events .calendar-event, .home-news .NewsSummary { font-size: .7em; padding-bottom: 18px; }
.home-events .calendar-date-from, .home-news .NewsSummaryPostdate { color: #666666; }
.home-events p, .home-news p { font-size: .7em; padding: 0; margin: 0; }

.careers-box {
	border-top: 1px solid #B6D7F1;
	margin-top: 15px;
	padding-top: 15px;
}

#footer-inner {
	background: #1B5279 url(images/footer-logo.gif) no-repeat;;
	padding: 15px 60px 15px 120px;
	float: left;
	/* width: 540px; */
	width: 780px;
	margin-bottom: 10px;
}

#footer-inner address {
	font-size: .7em;
	font-style: normal;
	color: #fff;
	line-height: 150%;
	width: 240px;
	float: left;
}

#footer-inner p {
	width: 300px;
	float: right;
	font-size: .7em;
	color: #fff;
	line-height: 150%;
	margin-bottom: 1.5em;
	margin-bottom: 0;
}

#footer-inner p#questions {
	margin-bottom: 1.5em;
}

#footer-inner a {
	color: #FEA301;
	text-decoration: none;
}

#footer-inner a:hover {
	text-decoration: underline;
}

#footer p#copyright {
	padding-left: 120px;
        text-align: right;
}

/* this takes the client login link from the bottom of the page */
#clientlogin {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
}

img.right {
	float: right;
	margin-left: 10px;
        margin-bottom: 10px;
}
/* End of 'styles' */

