/* Certeco - JP74 */

/* colours
	certeco blue - #0099ff
	dark grey - #242424

*/

body {
	color: #242424;
	background: #cacaca url(../images/grey_bg.gif) repeat-y;
	font: 62.5%/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body#pHome {
	background-color: #000;
}

p.skip {
	position: absolute;
	top: -100px;
	left: 0;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1.4em;
}

ul {
	margin-bottom: 2em;
	padding-left: 1.4em;
}

ul ul {
	margin-bottom: 3px;
	margin-top: 5px;
}

li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}

.clearing {
	clear: both;
}

.hidden {
	display: none;
}

img {
	display: block;
}

#wrapper {
	color: #242424;
	background-color: #fff;
	width: 1060px;
	font-size: 1.2em;
}

/* @group header */

#header {
	background-color: #0099ff;
	height: 176px;
	position: relative;
}

#header #logo {
	width: 200px;
	height: 40px;
	position: absolute;
	top: 60px;
	left: 50px;
	background: url(../images/certeco.gif) no-repeat;
	text-indent: -5000px;
}

#header #logo a {
	width: 200px;
	height: 40px;
	display: block;
}

#header #tag {
	background: url(../images/beyond_testing.gif) no-repeat;
	width: 213px;
	height: 32px;
	position: absolute;
	right: 60px;
	top: 61px;
	text-indent: -5000px;
}

/* @end */

/* @group nav */

div#nav {
	position: absolute;
	top: 176px;
	background-color: #242424;
	z-index: 600;
}

div#nav ul {
	height: 28px;
	margin-bottom: 0;
	padding-left: 0;
}

div#nav li {
	float: left;
	list-style-type: none;
	margin-bottom: 0;
	position: relative;
	border-left: 1px solid #434343;
}

#nav li .submenu {
	display: none;
}

#nav li:hover .submenu, #nav li.hover .submenu,
#nav li.active .submenu {
	display: block;
}

#nav .submenu {
	position: absolute;
	left: 0;
}

div#nav li a {
	color: #999;
	text-decoration: none;
	width: 82px;
	display: block;
	line-height: 28px;
	text-align: center;
}

div#nav li a.drop {
	background: url(../images/dd_arrows.gif) no-repeat 70px 14px;
}

div#nav li a:hover,
div#nav li a:focus,
body#pAbout li#nb1 a,
body#pSectors li#nb2 a,
body#pServices li#nb3 a,
body#pCareers li#nb4 a,
body#pNews li#nb5 a,
body#pContact li#nb6 a {
	color: #242424;
	background-color: #ccc;
}

div#nav ul ul {
	position: absolute;
	height: auto;
	background-image: url(../images/dropdown_bg.png);
	padding: 0;
	margin: 0;
}

div#nav ul ul li {
	display: inline;
	float: none;
	border-left-style: none;
}

div#nav ul ul li a {
	text-align: left;
	width: 160px;
	background-image: none;
	padding: 7px 2em;
	line-height: 1.4em;
	font-weight: normal !important;
	font-style: normal !important;
	background-color: transparent !important;
	color: #999 !important;
}

div#nav ul ul li a:hover, div#nav ul ul li a.on, div#nav ul ul li a:focus {
	background: #ccc url(../images/dropdown_dot.png) no-repeat 193px 14px !important;
	color: #242424 !important;
}


div#nav li a.drop:hover, div#nav li a.drop:focus {
	background: #ccc url(../images/dd_arrows.gif) no-repeat 70px -35px;
	color: #242424;
}

div#nav li#nb1 a {
	background-position: 62px 14px;
}
div#nav li#nb1 a:hover,
div#nav li#nb1 a:focus,
body#pAbout li#nb1 a {
	background-position: 62px -36px;
}

div#nav li#nb3 a {
	background-position: 67px 14px;
}
div#nav li#nb3 a:hover,
div#nav li#nb3 a:focus,
body#pServices li#nb3 a {
	background-position: 67px -36px;
}

div#nav li#nb0 {
	width: 55px;
	border-left-style: none;
}

div#nav li#nb0 a {
	background: url(../images/home_icon.gif) no-repeat 22px 8px;
	text-indent: -5000px;
	width: 55px;
}

div#nav li#nb0 a:hover, div#nav li#nb0 a:focus {
	background: #ccc url(../images/home_icon.gif) no-repeat 22px -42px;
}

/* @end */

/* @group intro pieces */

div#intro {
	position: relative;
}

#intro-wrapper {
	position: relative;
}

#background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 1060px;
	height: 464px;
	background: url(../images/backgrounds/01.jpg) no-repeat; /* Replaced by js */
}

#background-image ul {
	margin: 0;
	padding: 0;
}

#background-image li img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

div#intro-content {
	height: 464px;
	display: block;
	background-image: url(../images/dither.gif);
	position: relative;
	z-index: 10;
	overflow: hidden;
}

#content ul.intro-sub-nav {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	z-index: 600;
	background-image: url(../images/intro_ul_bg3.png);
	width: 999px;
	height: 80px;
	padding-left: 61px;
	margin-bottom: 0;
}

#content ul.intro-sub-nav li {
	margin-right: 7px;
	float: left;
	list-style-type: none;
	margin-bottom: 0;
}

#content ul.intro-sub-nav a {
	width: 200px;
	height: 80px;
	display: block;
	color: #999;
	text-decoration: none;
	background: transparent url(../images/button_opacity2.png) no-repeat 0 0;
}

#content ul.intro-sub-nav a:hover, #content ul.intro-sub-nav a:focus {
	background: transparent url(../images/button_opacity2.png) no-repeat 0 -80px;
	color: #fff;
	position: relative;
}

#content ul.intro-sub-nav a span {
	margin-top: 10px;
	margin-left: 14px;
	margin-right: 10px;
	position: relative;
	float: left;
	cursor: pointer;
}

#content ul.intro-sub-nav a span strong {
	color: #09f;
}

#content #intro div.phrase {
	top: 148px;
	left: 145px;
	position: absolute;
}

#content #intro div.phrase p strong {
	color: #fff;
	font: normal normal 3.5em/0.5em Georgia, "Times New Roman", Times, serif;
}

#intro div.phrase img {
	margin-bottom: 12px;
}

#intro div.phrase a {
	color: #fff;
	text-decoration: none;
	background-color: #999;
	padding: 4px 6px;
}

#intro div.phrase a:hover, #intro div.phrase a:focus {
	background-color: #09f;
}

/* @end */

/* @group footer */

#footer {
	background-color: #242424;
	color: #666;
	padding-top: 165px;
	padding-left: 55px;
	padding-bottom: 160px;
}

#footer strong {
	color: #999;
}

#footer p {
	padding-left: 12px;
	background: url(../images/blue_line.gif) no-repeat 0 center;
}

#footer a {
	color: #666;
}

#footer a:hover, #footer a:focus {
	color: #999;
}

/* @end */

#content {
	padding-bottom: 140px;
	position: relative;
	padding-right: 55px;
	padding-left: 145px;
	background: #fff url(../images/divider01.jpg) no-repeat 0 bottom;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content a {
	color: #242424;
}

#content a:hover, #content a:focus {
	color: #09f;
}

body#pHome #content {
	padding-left: 0;
	padding-right: 0;
	background-image: none;
	padding-bottom: 0;
	background-color: #242424;
}

h1 {
	color: #242424;
	padding-top: 86px;
	padding-bottom: 25px;
	font: 2.8em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

h2 {
	color: #0099ff;
	font-size: 1.6em;
	margin-bottom: 2.2em;
	line-height: 1.3em;
	margin-top: -5px;
	font-weight: normal;
	font-style: normal;
}

div.text-column {
	width: 310px;
	float: left;
	margin-right: 20px;
	padding-top: 30px;
}

div#divider {
	height: 60px;
	display: block;
	overflow: hidden;
	background-image: url(../images/dither.gif);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

div.staff-pics {
	float: left;
	width: 530px;
	margin-top: 33px;
}

div.staff-pics ul {
	margin-right: 20px;
}

div.staff-pics li {
	float: left;
	width: 150px;
	position: relative;
	margin-right: 12px;
	height: 165px;
	margin-bottom: 12px;
	list-style-type: none;
}

div.staff-pics li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 150px;
	height: 165px;
	background: url(../images/people-rollover.png) no-repeat;
	text-decoration: none;
	color: #242424;
}

div.staff-pics li a:hover, div.staff-pics li a:focus {
	background-position: 0 -165px;
	color: #242424 !important;
}

div.staff-pics li a strong {
	color: #0099ff;
}

div.staff-pics li a span {
	position: absolute;
	top: 85px;
	padding-left: 1px;
}

div#staff-nav {
	position: absolute;
	left: 45px;
	top: 96px;
	width: 70px;
}

div#staff-nav ul {
	padding: 0;
	width: 70px;
}

div#staff-nav li {
	list-style-type: none;
}

div#staff-nav ul a {
	display: block;
	position: absolute;
}

div#staff-nav li#sn1 a {
	background: url(../images/people-arrows-right.gif) no-repeat center 0;
	width: 34px;
	height: 24px;
	text-indent: -5000px;
	top: 0;
	right: 0;
	border-left: 1px solid #999;
}

div#staff-nav li#sn2 a {
	background: url(../images/people-arrows-left.gif) no-repeat center 0;
	width: 35px;
	height: 24px;
	text-indent: -5000px;
	top: 0;
	left: 0;
}

div#staff-nav li#sn1 a:hover, div#staff-nav li#sn2 a:hover,
div#staff-nav li#sn1 a:focus, div#staff-nav li#sn2 a:focus {
	background-position: center -50px;
}

div#staff-nav a.end-next, div#staff-nav a.end-next:hover,
div#staff-nav a.end-next:focus {
	background: url(../images/people-arrows-right-fade.gif) no-repeat center -0 !important;
}

div#staff-nav a.end-previous, div#staff-nav a.end-previous {
	background: url(../images/people-arrows-left-fade.gif) no-repeat center -0 !important;
}

div#staff-nav li#sn3 a {
	text-align: center;
	display: block;
	width: 70px;
	color: #999;
	text-decoration: none;
	top: 40px;
	right: 0;
	left: 0;
}

div#staff-nav li#sn3 a:hover,
div#staff-nav li#sn3 a:focus {
	color: #0099ff;
}

div.photo {
	margin-top: -145px;
	float: left;
	margin-bottom: -80px;
}

p.email {
	position: absolute;
	top: 330px;
}

p.email a {
	background-image: url(../images/email-me.png);
	width: 70px;
	height: 70px;
	display: block;
	text-indent: -5000px;
}

p.email a:hover,
p.email a:focus {
	background-position: 0 -100px;
}

p.email-us a {
	background-image: url(../images/email-us.png);
	width: 70px;
	height: 70px;
	display: block;
	text-indent: -5000px;
}

p.email-us a:hover, p.email-us a:focus {
	background-position: 0 -100px;
}

div.quote {
	background: url(../images/speech-left.gif) no-repeat;
	position: absolute;
	right: 15px;
	width: 245px;
	top: 93px;
}

div.quote blockquote {
	margin-left: 30px;
	color: #0099ff;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	overflow: visible;
}

div.quote blockquote p {
	/*background: url(../images/speech-right.gif) no-repeat right bottom;*/
	padding-right: 30px;
	overflow: visible;
	padding-bottom: 30px;
	/*display: inline;*/
	/*display: run-in;*/
}

div.quote .startQuote {
	display: none;
}

div.quote .endQuote {
	background: url(../images/speech-right.gif) no-repeat right bottom;
	display: inline-block;
	width: 20px;
	height: 28px;
	padding-left: 10px;
	text-indent: -5000px;
}

div.benefits {
	background: url(../images/speech-bubble.gif) 0 bottom;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-top: 30px;
	margin-right: -25px;
	margin-bottom: 20px;
}

div.benefits strong {
	font-size: 1.3em;
}

div.benefits p {
	margin-left: 20px;
	margin-right: 20px;
}

div.benefits ul {
	margin-left: 20px;
	margin-right: 20px;
}

div.benefits li {
	line-height: 1.5em;
}

div.address-text, div.third-col {
	float: left;
	padding-top: 30px;
	margin-left: 10px;
	width: 190px;
}

form#contact {
	
}

form.loading *, form.sent * {
	display: none;
}
form.loading #jpFrmSendingMessage, form.sent #jpFrmSendingMessage {
	display: block;
}

form#contact label {
	display: block;
	margin-left: -5px;
	margin-right: -5px;
	background: #fff url(../images/contact_down_arrow.gif) no-repeat 303px center;
	padding-bottom: 5px;
}

form#contact p {
	background-image: url(../images/contact_input_bg.gif);
	padding-right: 5px;
	padding-left: 5px;
}

input.inp-field, form#contact textarea {
	background-image: url(../images/contact_input_bg.gif);
	border-style: none;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 300px;
}

form#contact textarea {
	padding-top: 3px;
	padding-bottom: 3px;
}

form#contact p.submit-button {
	background-image: none;
}

form#contact p.submit-button input {
	background: url(../images/arrow-learn_more.png) no-repeat 0 center;
	border-style: none;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: -5px;
	padding: 6px 10px;
}

form#contact p.submit-button input:hover,
form#contact p.submit-button input:focus {
	background: url(../images/contact_input_bg.gif) repeat;
}

a.view-map {
	width: 70px;
	height: 70px;
	background: url(../images/view_map.png) no-repeat;
	display: block;
	text-indent: -5000px;
	margin-top: 20px;
}

a.view-map:hover, a.view-map:focus {
	background-position: 0 -100px;
}

ul.jobs {
	padding-left: 0;
}

ul.jobs li {
	list-style-type: none;
}
