@charset "UTF-8";
/* CSS Document */
/*
// ST JOSEPH COMMUNICATIONS
// CSS BY ALEKS NIESTROJ - ANIESTROJ@STJOSEPHCONTENT.COM
*/

/* COLOURS
// SJC BLUE 344896
// SJC ORANGE F78F1E
// LIGHT BLUE A2CAEB
// GREEN 85C446
// GOLD FEBE10
// GREY 666666
*/


.tester .tester {
	font-weight: bold;
}

* {
}

body {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
h1 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
/*
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
*/
	font-weight: normal;
	color: #344896;
	font-size: 45px;
	line-height: 40px;
	margin-bottom: 30px;
}
h2 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #344896;
	font-size: 30px;
	line-height: 20px;
	margin-bottom: 5px;
}
h3, dt, {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #344896;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
}

dt a {
	color: #344896;
}
h4 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #344896;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;}
p, ul, blockquote, pre, td, th, label, dd {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #666;
}
li {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #666;
}

ol li {
	list-style: decimal;
	margin-left: 25px;
}
p.smaller {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}
p.bigger {
	color: #344896;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
blockquote.bigger {
	padding-left: 30px;
	background-image: url(/static/assets/quotes.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	font-style: italic;	
	color: #344896;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
table {
	border-collapse: collapse;
	margin-bottom: 5px;
}

.highlight {
	display: inline;
	color: black;
	background-color: yellow;
}

.floatLeft {
	width: 100px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
}



/* HEADER */

#header {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-color: #344896;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

#logo {
	width: 114px;
	float: left;

}

#nav {
	width: 700px;
	float: left;
	padding-left: 25px;
}

.navBlock {
	width: 100%;
	float: left;
}

.section-showcase  li#showcaseActive a,
.section-expertise  li#expertiseActive a,
.section-company  li#companyActive a,
.section-culture  li#cultureActive a,
.section-careers  li#careersActive a,
.section-contact  li#contactActive a {
	font-weight: bold;
}


/* SEARCH */


#search {
	width: 134px;
	float: right;
	
}

fieldset.livesearchContainer {
	padding: 5px;
	position: absolute;
	z-index: 10;
	
	width: 180px;
	
	background-image: url(/static/assets/translucent_white.png);
	background-repeat: repeat;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-box-shadow: 3px 5px 5px #999;
	-webkit-box-shadow: 3px 5px 5px #999;
	box-shadow: 3px 5px 5px #999;
}

.LSShadow a {
	color: #111;
	text-decoration: none;
}

.LSShadow a:hover {
	text-decoration: underline;
}

li.LSRow {
	white-space: normal;
}

li.LSRow .LSDescr {
	padding-left: 15px;
}

legend#livesearchLegend {
	padding-top: 10px;
	color: #111;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

input.searchButton {
	background-color: white;
	border: none;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	cursor: pointer;
	
	margin-left: 10px;
	
	width: 15px;
	height: 15px;
	
	font-size: 1px;
	color: white;
	
	background-image: url(/static/assets/arrow.png);
	background-repeat: no-repeat;
}

input.searchButton:hover {
	text-decoration: underline;
}

.inputLabel {
}

input.searchField {
	background-color: none;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	
	padding: 2px;
	
	color: gray;
	font-size: 11px;
}

#LSNothingFound {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}

/* BREADCRUM */

#portal-breadcrumbs {
	margin-top: 5px;
	margin-left: 140px;
	padding: 0px;
	line-height: 12px;
	font-family: Helvetica, sans-serif;
	color: #666666;
}

#portal-breadcrumbs a {
	text-decoration: underline;
	font-family: Helvetica, sans-serif;
	color: #666666;
}

#portal-breadcrumbs a:hover {
	color: #F78F1E;
}

#portal-breadcrumbs {
	font-size: 11px;
}

#portal-breadcrumbs span#breadcrumbs-you-are-here {
	padding-right: 3px;
}

#portal-breadcrumbs span#breadcrumbs-you-are-here, 
#portal-breadcrumbs span.breadcrumbSeparator {
	color: #666666;
}

#portal-breadcrumbs span {
	color: #F78F1E;
}

#portal-breadcrumbs span.breadcrumbSeparator,
#portal-breadcrumbs span#breadcrumbs-you-are-here,
#portal-breadcrumbs a {
	font-size: 11px;
}

/* FOOTER */

#footer {
	padding-top: 15px;
	margin-top: 15px;
	border-top-color: #344896;
	border-top-style: solid;
	border-top-width: 1px;

}

#footer p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0px;  
}

#footer ul li {
	font-size: 11px;
	line-height: 15px;
	display: inline;
}

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

#footer a:hover {
	color: #F78F1E;
}

#footer ul li.bar {
	padding-right: 8px;
	margin-right: 5px;
	border-right-color: #666;
	border-right-style: solid;
	border-right-width: 1px;
}

/* BODY */

#body {
	padding-bottom: 20px; 
}

#body h2,
#body h3,
#body h4 {
	padding-top: 10px;
}

#body ul,
#body ol {
	margin-bottom: 10px;
}

#body li a {
	text-decoration: none;
	color: #666;
	
	padding-right: 30px;
	
	background-image: url(/static/assets/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#body li a strong,
#body li strong a {
	color: #344896;
}

#body li a:hover,
#body li a:hover strong {
	color: #F78F1E;
}

#body p a {
	color: #F78F1E;
	text-decoration: underline;
}

#body p a:hover {
	text-decoration: none;
}

#body .arrow {
	color: #F78F1E;
	margin-left: 10px;
	font-weight: bold;
}

#body blockquote {
	padding-left: 30px;
	background-image: url(/static/assets/quotes.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	font-style: italic;	
}

#showcasefpo {
	width: 980px;
	height: 466px;
	margin-bottom: 10px;
}

#showcasefpo:hover {
}

.left {
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	width: 484px;
	padding-right: 6px;
}

.right {
	padding-top: 10px;
	padding-bottom: 5px;
	float: right;
	width: 484px;
	padding-left: 6px;
}

.col1 {
	width: 320px;
	float: left;
	margin-right: 12px;
	padding-bottom: 20px;
}

.col2 {
	width: 630px;
	float: left;
	margin-right: 12px;
	padding-bottom: 20px;
}

.col1 img,
.col2 img {
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.paddedrule {
	clear: both;
	padding-top: 15px;
	margin-bottom: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	
	border-bottom-style: solid;
	border-bottom-color: #344896;
}

#body ul li {
	list-style-image: url(/static/assets/bullet.png);
	list-style-position: outside;
	margin-left: 25px;
}

#body ul.serviceList {
	padding-top: 10px;
	list-style: none;
	list-style-image: none;
}

#body ul.serviceList li {
	list-style: none;
	list-style-image: none;
	margin-left: 0px;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 15px;
}

#body ul.serviceList li a {
	font-size: 18px;
	line-height: 20px;
}

#body ul.serviceList li a img,
#body ul.serviceList li img {
	padding-left: 5px;
	margin-bottom: -5px;
}

small a.viewMap {
	font-family: Verdana;
	color: #344896;
	text-decoration: none;
	line-height: 20px;
	font-size: 9px;
	float: right;
}

small a.viewMap:hover {
	color: #F78F1E;
}


/* WIDGET BAR */

#widgets {
	padding-top: 40px;
	padding-bottom: 40px;

}

.widget {
	float: left;
	height: 210px;
	width: 235px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-right: 6px;
	border-right-color: #344896;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
	color: #344896;
	overflow: hidden;
}

.widget p.home {
	padding-top: 5px;
	text-align: center;
}

#body .widget p.home a {
	text-decoration: none;
	color: #344896;	
}

#body .widget p.home a:hover {
	color: #F78F1E;
}

.widgetText {
	height: 185px;
	overflow: hidden;
}

.first {
}

.last {
	padding-right: 0px;
	margin-right: 0px;
	width: 235px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 0px;
}

#body .widget h3 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	padding-top: 0px;

}

.widget p {
	font-size: 13	px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	text-align: left;
	padding: 0 10px 5px 10px;
}

.widget:hover {
	background-image: url(/static/assets/widget_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.widget h3 a {
	color: #344896;
	text-decoration: none;
}

.widget p a {
	text-decoration: none;
}


#body .widget p.more {
	padding-top: 8px;
	font-size: 12px;
	text-align: right;
}

#body .widget p.more a {
	padding-right: 30px;
	background-image: url(/static/assets/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

#body .widget p.more a:hover {
	text-decoration: underline;
}

/* CONTACT PAGE 

h2.SJContent {
	width: 167px;
	height: 20px;
	background-image: url(/static/assets/SJ-content.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 10px;
	padding-left: 167px;
}

h2.SJPrint {
	width: 376px;
	height: 21px;
	background-image: url(/static/assets/SJ-print-doc.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 10px;
	padding-left: 376px;
}

h2.SJMedia {
	width: 154px;
	height: 20px;
	background-image: url(/static/assets/SJ-media.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 10px;
	padding-left: 167px;
}

*/

.Location {
	padding-left: 25px;
	width: 200px;
	float: left;
}

.Location h3 {
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}


.Location p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content .Location p a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#content .Location p a:hover {
	text-decoration: underline;
}
	
.Location#Pi {
	background-image: url(/static/assets/logo_pi_sm.gif);
	background-position: left 12px;
	background-repeat: no-repeat;
}

.Location#DWP {
	background-image: url(/static/assets/logo_dwp_sm.gif);
	background-position: left 12px;
	background-repeat: no-repeat;
}

.Location#Alchemy {
	background-image: url(/static/assets/logo_alchemy_sm.gif);
	background-position: left 12px;
	background-repeat: no-repeat;
}

.Location#GA {
	background-image: url(/static/assets/logo_ga_sm.gif);
	background-position: left 12px;
	background-repeat: no-repeat;
}

.Location#CMI {
	background-image: url(/static/assets/logo_cmi_sm.gif);
	background-position: left 12px;
	background-repeat: no-repeat;
}

/* AWARDS */

table.Awards {
	margin-top: 20px;
	margin-bottom: 40px;
}

table.Awards td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-color: #DDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: middle;
}

table.Awards td p {
	font-family: Helvetica; sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
}

table.Awards thead td {
	vertical-align: top;
	border-bottom-color: #FFF;
}

table.Awards thead td p {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	color: #344896;
	display: none;
}

table.Awards td.year {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #344896;
	font-size: 32px;
	line-height: 40px;
	padding-top: 10px;
	padding-left: 25px;
}

table.Awards td.org {
	padding-left: 25px;
	width: 320px;
	padding-right: 10px;

}

td.org p {
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
}


td.desc {
	padding-right: 25px;
}

/* NEWS */

dl dt span.contenttype-news-item a {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', "Arial Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #344896;
	font-weight: bold;
}

dl dt span.contenttype-news-item a:hover {
	text-decoration: underline;
}

#parent-fieldname-text h3 {
	color: #344896;
}