/* @override 
	http://certeco.local/css/certeco.css
	http://www.certeco.co.uk/css/certeco.css
*/

/* Certeco - JP74 */

@font-face {
	font-family: 'KontrapunktBold';
	src: url('../fonts/Kontrapunkt-Bold-webfont.eot');
	src: local('☺'), url('../fonts/Kontrapunkt-Bold-webfont.woff') format('woff'), url('../fonts/Kontrapunkt-Bold-webfont.ttf') format('truetype'), url('../fonts/Kontrapunkt-Bold-webfont.svg#webfonthEqBly89') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fonts/KontrapunktLightItalic';
	src: url('../fonts/Kontrapunkt-LightItalic-webfont.eot');
	src: local('☺'), url('../fonts/Kontrapunkt-LightItalic-webfont.woff') format('woff'), url('../fonts/Kontrapunkt-LightItalic-webfont.ttf') format('truetype'), url('../fonts/Kontrapunkt-LightItalic-webfont.svg#webfontAG1EACj7') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KontrapunktLight';
	src: url('../fonts/Kontrapunkt-Light-webfont.eot');
	src: local('☺'), url('../fonts/Kontrapunkt-Light-webfont.woff') format('woff'), url('../fonts/Kontrapunkt-Light-webfont.ttf') format('truetype'), url('../fonts/Kontrapunkt-Light-webfont.svg#webfontW8TwLcf2') format('svg');
	font-weight: normal;
	font-style: normal;
}



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

body.home {
	background-color: #000;
}

#page {
	background-color: #fff;
	text-align: left;
	float: left;
	font-size: 1.2em;
}

p {
	padding: 0;
	margin: 0 0 1.4em;
}

img {
	display: block;
}

div.clearing {
	clear: both;
}

.skip {
	display: none;
}

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

#wrapper {

}

/* @group nav */



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

div#nav ul {
	height: 28px;
	margin-bottom: 0;
	padding: 0;
	margin: 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#pBlog li#nb5 a,
body#pEvents li#nb5 a,
body#pNews li#nb5 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#nb4 a:hover,
div#nav li#nb4 a:focus,
body#pCareers li#nb4 a {
	background-position: 67px -36px;
}

div#nav li#nb5 a {
	background-position: 62px 14px;
}
div#nav li#nb5 a:hover,
div#nav li#nb5 a:focus,
body#pEvents li#nb5 a, body#pNews li#nb5 a, body#pBlog li#nb5 a {
	background-position: 62px -36px;
}

body#pBlog li#nb5 a.drop, body#pEvents li#nb5 a.drop, body#pNews li#nb5 a.drop {
	background: #ccc url(../images/dd_arrows.gif) no-repeat 62px -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;
}

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;
}

/* @end */

/* @group intro pieces */

div#intro {
	position: relative;
}

#intro-wrapper {
	position: relative;
	background-color: #000;
}

#background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 1060px;
	height: 395px;
	overflow: hidden;
	background: #000 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: 395px;
	display: block;
	background-image: url(/images/dither.gif);
	position: relative;
	z-index: 10;
	overflow: hidden;
}

body.birthday div#intro-content {
	background-image: none;
}

.powerblocks {
	padding-top: 10px;
	padding-bottom: 25px;
	background: #000 url(../images/powerblock_lines.gif) no-repeat center center;
}

#wrapper #content {
    height: auto !important;
    height: 400px;
    min-height: 400px;
    padding-bottom: 140px;
    padding-left: 145px;
    padding-right: 55px;
    position: relative;
}

#content ul.intro-sub-nav {
	bottom: 7px;
	left: 0;
	right: 0;
	z-index: 600;
	/*background-image: url(../images/intro_ul_bg3.png);*/
	width: 1004px;
	padding-left: 38px;
	margin-bottom: 0;
}

#content ul.intro-sub-nav li {
	float: left;
	list-style-type: none;
	width: 210px;
	color: #999;
	font-size: 13px;
	margin-right: 18px;
	position: relative;
	padding-left: 18px;
	margin-top: 0;
	padding-top: 6px;
}

#content ul.intro-sub-nav li a {
	color: #999;
	text-decoration: underline;
}

#content ul.intro-sub-nav li a:hover {
	color: #fff;
	text-decoration: none;
}

#content ul.intro-sub-nav li a.readmore {
	font-weight: bold;
	text-decoration: none;
}

p.title {
	font: 20px/27px 'KontrapunktLight', "HelveticaNeue", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	margin-bottom: 10px;
}

p.subtitle {
	font-weight: bold;
	margin-bottom: 0;
}

div.new {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/new.png) no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -5000px;
}

#content ul.intro-sub-nav li a span {
	display: none;
}

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

#content #intro div.phrase p strong {
	color: #fff;
	font: normal normal 3.5em/1em 'KontrapunktLight', Georgia, "Times New Roman", Times, serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#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 */

#contentWrapper {
	padding-left: 145px;
	padding-bottom: 140px;
	float: left;
}

body#pHome #contentWrapper {
	padding-left: 0;
	padding-bottom: 0;
	float: none;
}

div#divider {
	height: 60px;
	clear: both;
	background-image: url(../images/prefooter.jpg);
	width: 1060px;
}

#theBlog {
	position: relative;
}


#rssSubscribe {
	position: absolute;
	width: 70px;
	height: 70px;
	right: 0;
	top: 55px;
}

#rssSubscribe a {
	display: block;
	padding: 0;
	margin: 0;
	width: 70px;
	height: 70px;
	text-indent: -5000px;
	background-image: url(../images/rss.gif);
}

#rssSubscribe a:hover {
	background: url(../images/rss.gif) 0 70px;
}

.widecolumn .entry p {
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.post small {
	margin-bottom: 20px;
	font-size: 1em;
}

small {
	display: block;
	font-size: 0.9em;
	color: #999 !important;
}

h1 {
	color: #242424;
	font: 2.8em/26px 'KontrapunktLight', "HelveticaNeue", Arial, sans-serif;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin: 0;
	height: 85px;
	padding-top: 96px;
}

h2 {
	/*color: #242424;
	padding-top: 86px;
	padding-bottom: 25px;
	font: 2.8em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	text-transform: lowercase;*/
}

h2 {
	color: #0099ff !important;
	margin-top: -3px;
	font: normal normal 1.6em/25px 'KontrapunktLight', "HelveticaNeue", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.hentry h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1px;
	padding-bottom: 10px;
}

h2.cufon {
}

#sidebar h2 {
	font-size: 1.6em;
	background: url(../images/dots.gif) repeat-x 0 top;
	display: block;
	margin-top: 20px !important;
}

li.search {
	padding-bottom: 10px;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 15px;
	text-decoration: none;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #242424;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #242424;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: #242424;
}

.entry p a:visited {
	color: #242424;
}

.entry a {
	color: #242424;
	text-decoration: underline;
}

.entry p.postmetadata {
	display: block;
	margin-top: 10px;
	padding-top: 20px;
	background: url(../images/dots.gif) repeat-x 0 top;
}

.post p.postmetadata {
	display: block;
	margin-top: 10px;
	padding-top: 20px;
	background: url(../images/dots.gif) repeat-x 0 top;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	display: none;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar a {
	color: #242424;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #0099ff;
	text-decoration: underline;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #242424;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
}

a {
	color: #242424;
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	color: #09f;
	text-decoration: none;
}

a:hover {
	color: #09f;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

#page {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 1060px;
}

#header {
	background-color: #09f;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 1060px;
}

#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;
	overflow: hidden;
}
#header #logo h1 {
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 1em;
}

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

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 3px 0 0;
	width: 483px;
	/*margin-left: 145px;*/
	background: url(../images/dots.gif) repeat-x 0 top;
}

.widecolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 483px;
	/*margin-left: 145px;*/
	margin-right: 20px;
	background: url(../images/dots.gif) repeat-x 0 top;
}

.post {
	background: url(../images/dots.gif) repeat-x 0 bottom;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.post hr {
	display: block;
}

#aboutCerteco {
	padding-top: 30px;
}
.widecolumn .post {
	margin: 0;
}

.widecolumn .postmetadata {
	margin: 0;
}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	color: #999;
	font-size: 0.9em;
}

p.postmetadata {
	margin-bottom: 0;
	padding-bottom: 0;
}

p.postmetadata small {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1em;
}

.postmetadata a {
	color: #242424;
	text-decoration: underline;
}

.postmetadata a:hover {
	color: #0099ff;
	text-decoration: underline;
}

li.cats {
	display: inline;
}

.clear {
	clear: both;
}

#footer {
	background-color: #242424;
	color: #666;
	clear: both;
	width: 950px;
	padding: 30px 55px 160px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#footer strong {
	color: #999;
}

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

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

#footer li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

#footer li a {
	padding-left: 18px;
}

#footer li.follow-twitter a {
	background: url(../images/footer_icons.png) no-repeat 2px 0px;
}

#footer li.follow-twitter a:hover {
	background-position: 2px -108px;
}

#footer li.follow-linkedin a {
	background: url(../images/footer_icons.png) no-repeat 0 -36px;
}

#footer li.follow-linkedin a:hover {
	background-position: 0 -144px;
}

#footer li.follow-flickr a {
	background: url(../images/footer_icons.png) no-repeat 0 -72px;
}

#footer li.follow-flickr a:hover {
	background-position: 0 -181px;
}


#footer li a {
	text-decoration: none;
}

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

#footer a:hover, #footer a:focus {
	color: #999;
}
/* End Structure */



/*	Begin Headers */
h1 {
	/*padding-top: 70px;
	margin: 0;*/
}

h2 {
	/*margin: 25px 0 0;*/
}

.post h2 {
	margin: 25px 0 0;
	display: block;
	width: 100%;
}

h2.pagetitle {
	margin-top: 30px;
	font-size: 1.2em;
	color: #a9a9a9;
}

#sidebar h2 {
	padding-top: 30px;
}

h3.comments {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	font-size: 1em;
}

h3#comments {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	font-size: 1em;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right !important;
	margin-left: 20px;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul,
html>body #wrapper #content ul {
	padding: 0 0 0 10px;
	text-indent: -10px;
	list-style-type: square;
}

html>body .entry li,
html>body #wrapper #content li {
	margin: 7px 0 8px 4px;
	padding-left: 10px;
}


.entry ol,
#wrapper #content ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li,
#wrapper #content ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	float: left;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	padding-bottom: 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */

form label {
	background: url(../images/contact_down_arrow.gif) no-repeat 467px center;
	display: block;
	color: #000 !important;
	text-transform: lowercase;
}
form label small {
	color: #000 !important;
}

#searchform {
	background: url(../images/searchbar.gif) no-repeat;
	width: 240px;
	height: 25px;
	position: relative;
}

#sidebar #searchform input {
	margin: 0;
}

#sidebar #searchform #s {
	width: 211px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
	background: none;
	border: none;
	text-indent: 3px;
}

#sidebar #searchsubmit {
	position: absolute;
	right: 0;
	top: -2px;
	width: 25px;
	height: 25px;
	text-indent: -5000px;
	border: none;
}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

form input {
	/*width: 170px;*/
	padding: 2px;
	margin: 5px 5px 1px 0;
}

form {
	margin: 5px 10px 0 0;
}


form textarea {
	width: 100%;
	padding: 3px;
	border: none;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:1em;
	background-image:url(../images/contact_input_bg.gif);
	margin-top: 5px;
}

#respond input#url, #respond input#author, #respond input#email {
	width: 100%;
	padding: 3px;
	border: none;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:1em;
	background-image:url(../images/contact_input_bg.gif);
}


#respond {
	margin-bottom: 40px;
	margin-top: 20px;
}


#respond:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form #submit {
	margin: 0;
	padding: 0;
	float: left;
}

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

form .submit-button input:hover {
	background: url(../images/contact_input_bg.gif) repeat 0 center;
}

form#contact {
	margin: 0;
}

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

form#contact label {
	background-color: #fff;
	background-position: 303px center;
	margin: 0 -5px;
	padding-bottom: 5px;
}

form#contact input.inp-field {
	background-image: url("../images/contact_input_bg.gif");
	width: 300px;
	margin: 0;
	padding: 1px 0;
	border-style: none;
}

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

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 15px 0;

}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0 0;
	padding-bottom: 0;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0;
	width: 240px;
	float: left;
	background: url(../images/dots.gif) repeat-x 0 top;
	margin-left: 20px;
	margin-top: 3px;
}

#sidebar form {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#sidebar h2 {
	color: #000 !important;
	margin-bottom: 10px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.hidden {
	display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	padding-bottom: 40px;

	padding-top: 20px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#sidebar .categories {
	width: 240px;
	margin-bottom: 0;
}
#sidebar .categories li {
	float: left;
	margin-right: 10px;
}

#sidebar .widget_links li {
	margin-bottom: 15px;
}

#sidebar .widget_links li a {
	display: block;
	background: url(../images/right_arrow.gif) no-repeat 0 5px;
	text-indent: 6px;
}

/* @group news and events */

div.text-column {
	width: 311px;
	float: left;
	margin-right: 13px;
}

div.address-text, div.third-col {
	float: left;
	width: 180px;
}

div.address-text strong {
	color: #0099ff;
}

.newsColumn, .eventColumn, .careerColumn {
	float: left;
	padding: 0;
	width: 483px;
	margin: 0 20px 0 0;
	/*background: url(../images/dots.gif) repeat-x 0 bottom;*/
}

.newsColumn a, .eventColumn a, .careerColumn a {
	text-decoration: underline;
}

.careerColumn {
	position: relative;
	width: 860px;
}

.newsColumn .copy, .eventColumn .copy {
	width: 310px;
	margin-right: 20px;
	float: left;
}

.newsColumn .image, .eventColumn .image {
	width: 153px;
	float: left;
	padding-top: 3px;
}

body#pEvents #sidebar {
	width: 311px;
	position: relative;
}

body#pNews .narrowcolumn, body#pNews #sidebar,
body#pEvents .narrowcolumn, body#pEvents #sidebar {
	background-image: none;
}

body#pNews #sidebar {
	width: 311px;
	padding-top: 3px;
}

body#pEvents div.eventColumn {
	background-image: none;
}

p.article-title {
	color: #0099ff;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.article-title a {
	color: #0099ff;
}

.prevNext {
	clear: both;
	background: url(../images/dots.gif) repeat-x 0 top;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 100px;
}

.prevNext a {
	text-decoration: none;
}

.prevNext ul {
	background: url(../images/dots.gif) repeat-x 0 bottom;
	margin: 0;
	padding: 0;
	position: relative;
	height: 30px;
}
.prevNext li {
	list-style-type: none;
	position: absolute;
	top: 0;
}

.prevNext li.prev {
	left: 0;
}

.prevNext li.next {
	right: 0;
}

.prevNext p {
	padding-bottom: 0;
	margin-bottom: 0;
}

p.return {
	clear: both;
}

p.return a {
	background: url(../images/return_news_arrow.gif) no-repeat 0 1px;
	padding-left: 12px;
}

p.search-terms, p.month-title {
	font-size: 1.4em;
}

div.pagination {
	text-align: right;
	background: url(../images/dots.gif) repeat-x 0 top;
	clear: both;
	padding-top: 10px;
	margin-bottom: 14px;
	margin-top: 3px;
}

div.pagination span.pager {
	display: block;
	background: url(../images/dots.gif) repeat-x 0 bottom;
	padding-bottom: 10px;
}

div.pagination span.pager .num-pages {
	float: left;
	font-weight: bold;
}

.currentPage {
	font-weight: bold;
	color: #0099ff;
}

.pageNum {
	padding-top: 1px;
	padding-right: 2px;
	padding-left: 2px;
}

a.pageNum.lastPage, span.pageNum.currentPage {
	border-right-style: none;
}


div.event-table {
	background-image: url(../images/event_table_dither.gif);
	clear: both;
}

div.event-table table {
	padding-bottom: 60px;
}

div.event-table table td {
	background-color: #ccc;
	padding: 2px;
	color: #fff;
	width: 40px;
	height: 40px;
	vertical-align: top;
}

div.event-table table th {
	color: #333;
	padding: 2px;
	font-weight: normal;
	font-style: normal;
}

div.event-table table td.event {
	background-color: #333;
}

div.event-table table td.today {
	background-color: #09f;
}

#sidebar div.event-table table td.event a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 40px;
}

div#month-nav {
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
}

div#month-nav ul {
	position: relative;
	margin-top: -16px;
}

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

div#month-nav ul a {
	display: block;
	position: absolute;
	top: 0;
}

div#month-nav li a.next {
	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#month-nav li a.prev {
	background: url(../images/people-arrows-left.gif) no-repeat center 0;
	width: 35px;
	height: 24px;
	text-indent: -5000px;
	top: 0;
	left: 0;
}

div#month-nav li a.next:hover, div#month-nav li a.prev:hover,
div#month-nav li a.next:focus, div#month-nav li a.prev:focus {
	background-position: center -50px;
}


div#event-filter {
	margin-bottom: 16px;
	display: block;
	float: left;
}

div#event-filter label {
	float: left;
	line-height: 24px;
	text-transform: none;
	margin-right: 10px;
}

div#event-filter select {
	float: left;
}

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

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

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

ul.jobs {
	padding-left: 0;
}

ul.jobs li {
	list-style-type: none;
	margin-bottom: 6px;
}

ul.jobs a {
	text-decoration: underline;
}

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#staff-nav {
	left: -100px;
}


/* @end */


/* @group staff */

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

#wrapper #content div.staff-pics ul {
	margin-right: 20px;
	padding-left: 0;
	text-indent: 0;
	margin-top: 0;
}

#wrapper #content div.staff-pics li {
	float: left;
	width: 150px;
	position: relative;
	margin: 0 12px 21px 0;
	padding-left: 0;
	height: 165px;
	list-style-type: none;
}

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

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: -100px;
	top: 96px;
	width: 70px;
}

#wrapper div#staff-nav {
	left: 45px;
}

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

#wrapper #content div#staff-nav li {
	list-style-type: none;
	text-indent: 0;
}

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 {
	float: left;
	margin-top: -144px;
	margin-bottom: -140px;
}

/* @end */

/* @group staff-vids */

div.staff-vids {
	float: left;
	width: 530px;
}

#wrapper #content div.staff-vids ul {
	margin-right: 20px;
	padding-left: 0;
	text-indent: 0;
	margin-top: 0;
}

#wrapper #content div.staff-vids li {
	float: left;
	width: 230px;
	position: relative;
	margin: 0 12px 21px 0;
	padding-left: 0;
	height: 165px;
	list-style-type: none;
}

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

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

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

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


/* @end */




/* @group quote */

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

#wrapper #content div.quote blockquote {
	margin: 0 0 0 30px;
	color: #0099ff;
	overflow: visible;
	padding-left: 0;
	border: none;
	font: 1.6em/1.3em 'KontrapunktLight', Georgia, "Times New Roman", Times, serif;
}

#wrapper #content div.quote blockquote p {
	padding-right: 30px;
	overflow: visible;
	padding-bottom: 30px;
	padding-top: 6px;
}

#wrapper #content div.quote .startQuote {
	display: none;
}

#wrapper #content 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;
}


/* @end */


/* @group benefits */

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;
}

/* @end */


/* @group accordion */

#accordion {
	padding-top: 2px;
}

#accordion h4 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	margin: -1px 0 0 0;
	background: #fff url(../images/plusminus.gif) no-repeat 182px 6px;
	cursor: pointer;
	width: 100%;
}

#accordion h4.active {
	background: url(../images/plusminus.gif) no-repeat 182px -44px;
}

#accordion .data-inner {
	padding: 10px 0 12px 0;
}

/* @end */

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

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

/* @group working for certecto campaign */
.testimonial-downlaad {
	text-decoration:underline;
}

#testimonial-panel {
	position:relative;
	display:block;
}

#testimonial-panel ul {
	list-style-type:none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
	display:none;
}

#testimonial-panel li {
	margin: 0 !important;
	float:left;
	font-weight: bold;
	height:14px;
	line-height:14px;
	border-right:1px solid #999;
}

#joblink {
	padding: 0 12px 0 0 !important;
}

#worklink {
	padding: 0 12px !important;
}

#futurelink {
	border-right: none !important;
}

#testimonial-panel li a {
	color: #999;
	overflow:hidden;
}

#testimonial-panel li a:hover,
#testimonial-panel li a.active {
	color: #09f;
}

.t-panel {
	position:absolute;
	top: 26px;
	left:0;
	display:none;
}

.testimonial-link a {
	background: transparent url('/images/testimonials/link-button.png') 0 0 no-repeat;
	width:150px;
	height:45px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}

.testimonial-link a:hover {
	background: transparent url('/images/testimonials/link-button.png') 0 -46px no-repeat;
}
/* @group end */

hr.line-dot {
	clear:both;
	display:block;
	border:none;
	height:1px;
 	background: url("/images/dots.gif") repeat-x scroll 0 center transparent;
	padding: 10px 0;
}

.pdf_download {
	background: url("/images/pdf_icon.gif") no-repeat 0 0 transparent;
}

.pdf_download a {
	margin-left:24px;
}
