﻿/* ----------------------------------- */
/* Imported style sheets               */
/* ----------------------------------- */

@import url("reset.css");

/* ----------------------------------- */
/* Hide old pages                      */
/* ----------------------------------- */

body .message {
	display: none;
	padding: 5px 10px;
	margin: 10px;
	font-weight: bold;
}
body.redirect div#pageHolder {
	display: none;
}

/* ----------------------------------- */
/* Common styles                       */
/* ----------------------------------- */

a.contact {
	margin: 0 auto;
	width: 150px;
	text-align: center;
}
.bigButton {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	background: url(../img/big-button-bg.png) top left no-repeat;
	padding: 0 0 0 12px;
	margin: 0 12px 0 0;
	text-decoration: none;
	position: relative;
	text-shadow: #25415d 0px -1px 0px;
	cursor: pointer;
	display: block;
	height: 33px;
	line-height: 28px;
	white-space: nowrap;
}
.bigButton .buttonEnd {
	background: url(../img/big-button-bg.png) top right no-repeat;
	display: block;
	height: 33px;
	width: 12px;
	position: absolute;
	top: 0px;
	right: -12px;
}
.bigButton:hover {
	background-position: 0px -33px;
}
.bigButton:hover .buttonEnd {
	background-position: 100% -33px;
}
.bigButton:active {
	background-position: 0px -66px;
}
.bigButton:active .buttonEnd {
	background-position: 100% -66px;
}


.clear { clear: both; height: 1%; font-size: 0; line-height: 0; }
.flLeft { float: left; }
.flRight { float: right; }

img.flLeft { margin: 0 15px 10px 0; }
img.flRight { margin: 0 0 10px 15px; }

.rounded {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.contentBox {
	margin: 1px;
	_margin: 0 !important;
}
.whiteBox {
	float: left;
	border: solid 1px #d8d8d8;
}
.blueBox {
	border: solid 1px #cde3f5;
	background: #e4f1fa;
}
.column1 {
	width: 958px;
}
.column2 {
	width: 608px;
	padding: 15px;
	float: left;
}
.column3 {
	width: 288px;
	padding: 15px;
	float: left;
}


/* ----------------------------------- */
/* Basic styles                        */
/* ----------------------------------- */

input[type="text"], input[type="password"] {
	background: url(../img/input-bg.png) top left no-repeat;
	width: 165px;
	height: 16px;
	padding: 1px 5px 0 5px;
	border: none;
	color: #666666;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial";
}
* html #login ul input.text,
* html #login ul input.pass  {
	background: #ffffff;
	border: solid 1px #ababab;
	width: 163px;
	height: 14px;
	padding: 1px 5px 0 5px;
	color: #666666;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial";
}
* html #login ul input.submit {
	background: #81b4e7;
	border: solid 1px #3d73b2;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 6px;
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grander", "Arial";
	cursor: pointer;
}
a {
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
sup {
	font-size: 10px;
	line-height: 1;
	vertical-align: top;
}
p {
	font-size: 13px;
	color: #545454;
	line-height: 1.3;
	padding: 0 0 13px 0;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #222222;
	font-family: "Myriad Pro", "Arial";
	font-weight: bold;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: 600;
	color: #41484c;
}
h4 {
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 20px 0;
}
h6 {
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 20px 0;
}
h5, h5 a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
h5 a:hover {
	text-decoration: underline;
}

/* ----------------------------------- */
/* Page layout                         */
/* ----------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial";
	text-align: center;
}
html {
	background: url(../img/bg-pattern.png) top left repeat;
    overflow: -moz-scrollbars-vertical;
}
body {
	background: url(../img/bg.png) top left repeat-x;
}
body.blue {
	background: #e4f1fa !important;
}
#pageHolder {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#pageHolder.login {
	padding: 100px;
	width: 337px;
	text-align: center;
}
/*** Header ***/

#header {
	padding: 20px 0 0 0;
}
#logo {
	background: url(../img/logo.png) top left no-repeat;
	display: block;
	width: 140px;
	height: 26px;
	text-indent: -9999px;
}

/* Navigation */

#navigation {
	display: block;
	width: 960px;
	height: 27px;
	margin: 15px 0 0 0;
	list-style: none;
	font-size: 12px;
	background: #333333 url(../img/navigation.png) 0px 0px no-repeat;
}
#navigation li {
	display: block;
	float: left;
}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 25px;
	text-transform: uppercase;
	text-indent: -9999px;
	padding: 0 10px;
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
}
#navigation li#company a { width: 64px; height: 27px; background-position: 0px 0px; }
#navigation li#products a { width: 67px; height: 27px; background-position: -84px 0px; }
#navigation li#services a { width: 58px; height: 27px; background-position: -171px 0px; }
#navigation li#careers a { width: 56px; height: 27px; background-position: -250px 0px; }
#navigation li#contacts a { width: 66px; height: 27px; background-position: -326px 0px; }
#navigation li#help a { width: 61px; height: 27px; background-position: -412px 0px; }
#navigation li#login a { width: 82px; height: 27px; background-position: 100%  0px; }

#navigation li#company a:hover { background-position: 0px -27px; }
#navigation li#products a:hover { background-position: -84px -27px; }
#navigation li#services a:hover { background-position: -171px -27px; }
#navigation li#careers a:hover { background-position: -250px -27px; }
#navigation li#contacts a:hover { background-position: -326px -27px; }
#navigation li#help a:hover { background-position: -412px -27px; }
#navigation li#login a:hover, #navigation li#login.on a  { background-position: 100% -27px; }

#navigation li#company a:active { background-position: 0px -81px; }
#navigation li#products a:active { background-position: -84px -81px; }
#navigation li#services a:active { background-position: -171px -81px; }
#navigation li#careers a:active { background-position: -250px -81px; }
#navigation li#contacts a:active { background-position: -326px -81px; }
#navigation li#help a:active { background-position: -412px -81px; }
#navigation li#login a:active { background-position: 100% -27px; }

#navigation li#company.current a,#navigation li#company.current a:hover { background-position: 0px -54px; }
#navigation li#products.current a, #navigation li#products.current a:hover { background-position: -84px -54px; }
#navigation li#services.current a, #navigation li#services.current a:hover { background-position: -171px -54px; }
#navigation li#careers.current a, #navigation li#careers.current a:hover { background-position: -250px -54px; }
#navigation li#contacts.current a, #navigation li#contacts.current a:hover { background-position: -326px -54px; }
#navigation li#help.current a, #navigation li#help.current a:hover { background-position: -412px -54px; }

#navigation #login {
	float: right;
	position: relative;
	z-index: 1;
}
/*
#navigation #login:hover #loginBox {
	display: block;
}
*/
#loginBox {
	display: none;
	position: absolute;
	right: -18px;
	top: 14px;
	width: 175px;
	height: 134px;
	padding: 12px 32px 0;
	background: url(../img/login-box.png) top left no-repeat;
	z-index: 99;
}
* html #loginBox
{
	background: url(../img/login-box.gif) top left no-repeat;
}
#loginBox label {
	color: #ffffff;
	text-shadow: #4d7295 0px -1px 0px;
	font-size: 11px;
	display: block;
	width: 175px;
	height: 14px;
	margin: 5px 0 0 0;
}
#navigation #loginBox li {
	margin: 0;
	padding: 0;
	height: 100px;
	position: relative;
}
#navigation ul#loginBox a {
	text-indent: 0;
	float: none;
	display: inline;
	background: none;
	text-decoration: underline;
	text-transform: none;
	line-height: 1;
	height: 17px;
	color: #cadff5;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	width: 100px;
	left: 2px;
	bottom: 0;
	padding: 0;
}
#navigation ul#loginBox a:hover {
	text-decoration: none;
}
#navigation ul#loginBox input[type="password"] {
	font-family: "Verdana";
	font-size: 10px;
	padding: 3px 5px 0;
}
#navigation ul#loginBox input[type="submit"] {
	background: #81b4e7;
	border: solid 1px #3d73b2;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 6px;
	position: absolute;
	right: 2px;
	bottom: 3px;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grander", "Arial";
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/*** Content ***/

#content {
	clear: both;
}
#presentation, #about {
	float: left;
}
#presentation {
	background: url(../img/slideshow-bg.png) top left no-repeat;
	width: 910px;
	height: 262px;
	padding: 14px 25px 24px;
	margin: 15px 0 0;
}
#about {
	width: 300px;
}
#about h1, #about p {
	width: 280px; 
	margin: 30px 0 0 0;
	text-shadow: #f9fcfe 0px 1px 0px;
}
#about p {
	margin: 20px 0 0 0;
	font-size: 13px;
	line-height: 1.3;
}
#slideShow {
	float: right;
	width: 600px;
	height: 260px;
	list-style: none;
	position: relative;
}
.wrapper {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 580px;
	height: 225px;
	margin: 0 10px;
}
#slideShowScreen {
	width: 9999px;
	height: 225px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.arrow {
	background: url(../img/arrows.png) top right no-repeat;
	position: absolute;
	top: 105px;
	display: block;
	width: 22px;
	height: 15px;
	text-indent: -9999px;
	cursor: pointer;
}
.back { left: -16px; }
.forward {	background-position: top left; right: -11px; }
.back:hover { background-position: bottom right; }
.forward:hover { background-position: bottom left; }
#start-stop { display: none; }

.slide {
	display: block;
	float: left;
	width: 570px;
	height: 215px;
	padding: 10px 15px 0;
	overflow: hidden;
}
.slide h3 {
	width: 330px;
	text-shadow: none;
}
.slide h3 a {
	font-size: 24px;
	font-weight: bold;
	color: #326292;
	text-decoration: none;
	display: block;
}
.slide p {
	margin: 3px 0 0 0;
	padding: 0 0 20px 0;
	width: 280px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial";
	color: #4a4a4a;
	line-height: 1.2;
}
.slide a.more {
	width: 79px;
	height: 23px;
	display: block;
	text-indent: -9999px;
	margin: -10px 0 0 0;
	background: url(../img/more.png) top left no-repeat;
}

#slideShowNavigation {
	height: 23px;
	list-style: none;
	width: 580px;
	overflow: hidden;
	padding: 0 10px 0 10px;
	bottom: 5px;
	left: 0px;
	position: absolute;
}
#slideShowNavigation li {
	display: block;
	float: left;
	margin: 0 0 0 12px;
}
#slideShowNavigation li.current {
	background: url(../img/slideshow-active.png) top center no-repeat;
}
#slideShowNavigation h2 {
	text-shadow: #dcebf8 0px 1px 0px;
}
#slideShowNavigation li a {
	background: url(../img/slideshow-nav-bg.png) 3000px 3000px no-repeat;
	display: block;
	float: left;
	padding: 7px 0 5px 11px;
	margin: 0 11px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #326292;
	font-size: 11px !important;
	font-family: "Arial";
	position: relative;
}
#slideShowNavigation li a span.buttonEnd {	
	background: url(../img/slideshow-nav-bg.png) 3000px 3000px no-repeat;
	display: block;
	height: 23px;
	width: 11px;
	position: absolute;
	top: 0px;
	right: -11px;
}
#slideShowNavigation li a:hover {
	background-position: bottom left;
}
#slideShowNavigation li a:hover span.buttonEnd {	
	background-position: bottom right;
}
#slideShowNavigation li.current a {
	background-position: top left;
}
#slideShowNavigation li.current a span.buttonEnd {	
	background-position: top right;
}

#mediaplanSlide { background: url(../img/mediaplan.png) 92% 100% no-repeat; }
#searchSlide { background: url(../img/search.png) 92% 100% no-repeat; }
#trackingSlide { background: url(../img/tracking.png) 92% 100% no-repeat; }
#reportingSlide { background: url(../img/reporting.png) 92% 100% no-repeat; }
#servingSlide { background: url(../img/serving.png) 92% 100% no-repeat; }


#clients {
	padding: 0 !important;
	width: 635px;
	float: right;
}
#news {
	float: right;
}
#news .greyButton {
	background: #ababab;
	border: none;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 6px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#news .greyButton:hover {
	background: #8b8b8b;
}
#news p.date {
	color: #3f7cba;
	font-size: 10px;
	line-height: 12px;
	padding: 0 0 2px 12px;
	background: url(../img/date-ico.png) top left no-repeat;
}
#news h5 {
	margin: 0;
	padding: 0;
}
#latestNews {
	padding: 0 0 15px 0;
}
#latestNews li {
	display: block;
	padding: 0 0 20px 0;
}
#news a {
	background: url(../img/link-bg.png) bottom right no-repeat;
	font-size: 14px;
	padding: 0 10px 0 0;
	color: #333333;
}
#news a:hover {
	text-decoration: none;
}

#logos {
	background: url(../img/clients.gif) bottom center no-repeat;
	padding-bottom: 350px;
	width: 287px;
	position: relative;
}
#logos .invisible {
	text-indent: -9999px;
	display: block;
	position: absolute;
	width: 135px;
	height: 40px;
}
#logos #wisely { bottom: 15px; right: 10px; }
#logos #omnicom { bottom: 65px; right: 10px; }
#logos #blinks { bottom: 115px; right: 10px; }
#logos #mec { bottom: 165px; right: 10px; }
#logos #tcs { bottom: 215px; right: 10px; }

#logos #omd { bottom: 15px; left: 10px; width: 145px; }
#logos #mindshare { bottom: 65px; left: 10px; width: 145px; }
#logos #maxus { bottom: 115px; left: 10px; width: 145px; }
#logos #mediacom { bottom: 165px; left: 10px; width: 145px; }
#logos #ium { bottom: 215px; left: 10px; width: 145px; }

#logos #phd { bottom: 265px; right: 10px; width: 90px; height: 70px }
#logos #starcom { bottom: 265px; right: 110px; width: 90px; height: 70px }
#logos #pmi { bottom: 265px; left: 10px; width: 100px; height: 70px }

#feedback {
}

#testimonials li {
	width: 275px;
	padding: 15px 0 0 0;
}


#testimonials blockquote {
}
#testimonials blockquote p {
	padding: 5px 15px;
	font-size: 11px;
	background: url(../img/quote.png) top left no-repeat;
}
#testimonials p.by {
	padding: 6px 10px 10px 50px;
	margin: -1px 0 0 0;
	color: #3f7cba;
	background: url(../img/comment.png) 15px 0px no-repeat;
}
#testimonials .blueBox {
	padding: 5px;
}

#signup {
	margin: 30px 0 0 0;
	border-top: solid 1px #d8d8d8;
	width: 606px;
}
#signup p {
	float: left;
	width: 438px;
}
#signup .bigButton {
	margin: 3px 15px 0 0;
}
#footer {
	float: left;
	clear: both;
	margin: 35px 0 0 0;
	width: 960px;
	border-top: solid 1px #d8d8d8;
	padding: 5px 3px 15px;
}
p.copy, #footer ul a {
	font-size: 10px;
	text-decoration: none;
	color: #929292;
	text-decoration: none;
	float: left;
}
#footerNavigation {
	float: right;
}
#footerNavigation li {
	float: left;
	margin: 0 4px;
	padding: 2px 4px 0;
}
#footerNavigation a {
	padding: 0 0 2px 0;
}
#footerNavigation a:hover {
	border-bottom: solid 1px #bcbcbc;
	color: #525252;
}


#content.inner {
	padding: 10px 0 0 0; 
}
#content.inner > .column2 p {
	width: 545px;
}
#content.inner > p {
	width: 800px;
}
#content.inner h1 {
	font-size: 32px;
	width: 560px;
	margin: 0 0 10px 0;
}
#content.inner h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 0;
}
#content.archive h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
#content .whiteBox h2, #content .blueBox h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}
#content.inner p {
	padding: 10px 0;
	font-size: 13px;
	line-height: 20px;
}
#content.inner p a {
	background: url(../img/link-bg.png) bottom right no-repeat;
	font-size: 13px;
	padding: 0 10px 0 0;
	color: #333333;
}
#content.inner a:hover {
	text-decoration: none;
}
#content.inner #related {
	clear: both;
	width: 930px;
	margin: 40px 15px 0;
}
#content.inner #related #signup p {
	width: 345px;
}
#content.inner #related #signup a.bigButton {
	margin: 6px 50px 0 0;
	_margin: 6px 25px 0 0;
}
#content.inner #related p,  
#content.inner #sideBar p {
	font-size: 12px;
	line-height: 17px;
	padding: 0;
}
#content.inner #related p a, 
#content.inner #sideBar p a {
	font-size: 12px;
	padding: 0 10px 0 0;
}
#content.inner #signup {
	width: 581px;
	margin: 0;
	border-top: none;
	border-right: solid 1px #d8d8d8;
}
#content.inner #sideBar {
	padding: 26px 15px 0 0;
	width: 305px;
	float: right;
}
#content.inner #sideBar h4 {
	padding: 0 0 5px 0;
}
#content.inner #sideBar .blueBox, 
#content.inner #sideBar .whiteBox, 
#content.inner #sideBar .contentBox  {
	margin-bottom: 20px;
	padding: 15px;
	float: none;
}
#content.inner #sideBar .blueBox p, 
#content.inner #sideBar .whiteBox p {
	padding: 0 0 10px 0;
}
#content.inner #sideBar .blueBox h4, 
#content.inner #sideBar .whiteBox h4 {
	font-size: 18px;
}

#paging {
	margin: 30px 0 0;
	font-size: 12px;
	color: #545454;
}
#paging li {
	display: inline;
	margin: 0 10px 0 0;
}
#paging a {
	text-decoration: none;
	color: #4677a7;
	border: solid 1px #4677a7;
	padding: 0 4px;
}

.checkedList {
	padding: 10px 0;
}
.checkedList li {
	color: #4677a7;
	padding: 3px 0 3px 16px;
	line-height: 16px;
	font-size: 13px;
	background: url(../img/check.png) 0px 6px no-repeat;
}
.blueList {
	padding: 10px 0 10px;
}
.blueList span.date {
	font-size: 10px;
	color: #545454;
	padding: 0;
}
.blueList li {
	padding: 0 10px 0 0;
	zoom: 1;
}
.blueList li a {
	color: #4677a7;
	padding: 5px 0;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
.blueList li.current {
	background: url(../img/list-bg.png) right center no-repeat;
}
.blueList li.current a {
	color: #545454;
}
.blueList li:hover {
	background: url(../img/list-bg.png) right center no-repeat !important;
}
.blueList li a:hover {
	text-decoration: underline !important;
}
.blueList li.current a:hover {
	text-decoration: none !important;
}
.blueList li a[href$='.pdf'] {
	padding: 5px 0 5px 20px;
	background: url(../img/pdf.png) 0px 3px no-repeat;
}

.blockList li {
	display: block;
	padding: 10px 10px 10px 0;
}
.blueBox .separated li {
	border-top: solid 1px #cde3f5;
}
.whiteBox .separated li {
	border-top: solid 1px #d8d8d8;
}

#productsList {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	clear: both;
	margin: 0 15px;
	border: solid 1px #cde3f5;
	width: 928px;
	height: 78px;
}
#productsList li {
	width: 165px;
	height: 68px;
	padding: 10px 5px 0 14px;
	float: left;
	border-right: solid 1px #cde3f5;
	background: #e4f1fa;
	cursor: pointer;
}
#productsList li:hover,
#productsList li.current,
#productsList li#planning.current
#productsList li#reporting.current {
	background: none;
}
#productsList li#planning {
	width: 167px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
}
#productsList li#reporting {
	width: 167px;
	border-right: none;
	-webkit-border-radius-topright: 4px;
	-webkit-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}
/***/
#topicsList {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	clear: both;
	border: solid 1px #cde3f5;
	width: 608px;
	height: 48px;
}
#topicsList li {
	width: 293px;
	height: 38px;
	padding: 10px 0 0 10px;
	float: left;
	border-right: solid 1px #cde3f5;
	background: #e4f1fa;
	cursor: pointer;
}
#topicsList li#ads {
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
}
#topicsList li#tags {
	border-right: none;
	width: 294px;
	-webkit-border-radius-topright: 4px;
	-webkit-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}
#content.inner #topicsList li h2 {
	padding: 0;
}
#topicsList li:hover,
#topicsList li.current,
#topicsList li#ads.current
#topicsList li#downloads.current {
	background: none;
}

#content.inner #productsList h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#content.inner #productsList p {
	font-size: 11px;
	line-height: 14px;
	padding: 0 25px 0 0;
}


#productsDescription {
	clear: both;
	list-style: none;
	position: relative;
	width: 938px;
	height: 390px;
	margin: 0 10px;
}
#productsDescription .wrapper {
	width: 928px;
	height: 390px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
#productsScreen {
	width: 9999px;
	height: 390px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#productsScreen li {
	width: 958px;
	height: 390px;
	float: left;
	position: relative;
}
#productsDescription .arrow {
	background: url(../img/arrows2.png) top right no-repeat;
	position: absolute;
	top: -50px;
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	cursor: pointer;
}
#productsDescription .back { left: -5px; }
#productsDescription .forward {	background-position: top left; right: -7px; }

#productsScreen li li {
	position: relative;
	width: auto;
	height: auto;
	float: none;
	display: block;
}

#productsScreen .column2 {
	padding: 15px 40px;
	width: 558px;
}
#content.inner #con {
	clear: both;
	width: 980px;
	overflow: hidden;
}
#content.inner #con .column2 {
	width: 596px;
	margin: 0 10px 0 0;
}
#content.inner #con .column2 .column3 {
	padding: 0;
	width 
}

#content.inner #con .column3 {
	width: 278px;
	margin: 0 10px 0 0;
	padding: 15px;
}
#content.inner #con h2 {
	padding: 0;
}
#contactForm label {
	display: block;
	font-size: 13px;
	color: #545454;
	height: 15px;
	padding: 8px 0 3px 0;
	position: relative;
}
#contactForm span.important {
	font-family: "Impact";
	font-size: 16px;
	color: #f60000;
	padding: 0 0 0 2px;
	position: absolute;
}
#contactForm p {
	width: 250px;
	padding: 10px 0 20px 0;
}
#contactForm .bigButton {
	margin: 10px 26px 0 0;
}
#contactForm input, #contactForm textarea {
	border-top: solid 1px #9b9b9b;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
	border-bottom: solid 1px #cbcbcb;
	width: 250px;
	background: url(../img/inner-shadow.png) top left repeat-x;
	padding: 2px 5px;
}
#contactForm input.send, input.send {
	background: url(../img/send.png) 0px 3px no-repeat;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-shadow: #25415d 0px -1px 0px;
	cursor: pointer;
	height: 35px;
	width: 80px;
	float: right;
	margin: 5px 16px 0 0;
}
#contactForm textarea {
	overflow: auto;
	height: 113px;
	font-size: 11px;
	color: #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial";
}

#contactsSlider {
	padding: 10px 0 0 0;
	width: 308px;
	height: 400px;
	position: relative;
}
#contactsSlider .wrapper {
	width: 308px;
	height: 400px;
	margin: 0;
	padding: 0;
}
#contactsScreen {
	width: 9999px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#contactsScreen li {
	width: 308px;
	height: 375px;
	padding: 15px 0 0 0;
	float: left;
}
#contactsScreen h6 {
	padding: 0 0 15px 0;
	text-align: center;
	border-bottom: solid 1px #d8d8d8;
}
#contactsScreen .details {
	width: 278px;
	padding: 15px;
}
#contactsSlider .arrow {
	background: url(../img/arrows2.png) top right no-repeat;
	position: absolute;
	top: 23px;
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	cursor: pointer;
}
#contactsSlider .back { left: -11px; }
#contactsSlider .forward {	background-position: top left; right: -11px; }


#jobsList {
	padding: 0 15px;
}
#jobsList .column3 {
	width: 273px;
	padding: 15px 15px 30px 15px;
}
#jobsList .column2 {
	width: 583px;
	padding: 15px 15px 30px 15px;
	float: right;
}
#apply p {
	width: 385px;
}
#apply .bigButton {
	margin: 10px 15px 0 0;
}


.expandableList li {
	padding: 0;
	margin: 5px 0 0 0;
}
#content.inner .expandableList li.hidden p.name {
	color: #545454;
}
#content.inner .expandableList li.hidden p.name:hover {
	color: #343434;
}
.expandableList li.hidden {
	height: 20px;
	overflow: hidden;
}
.expandableList code {
	font-size: 12px;
	line-height: 14px;
	background: #e4f1fa;
	border: dashed 1px #cde3f5;
	display: block;
	font-family: "Consolas", "Curier New";
	padding: 7px 7px 7px 10px;
	color: #545454;
	margin: 0 0 10px 0;
}
.expandableList .tab {
	padding: 0 0 0 30px;
}
#content.inner .expandableList p.name {
	font-weight: bold;
	background: url(../img/link-bg-down.png) 0px 7px no-repeat;
	padding: 0 0 0 12px;
	cursor: pointer;
}
#content.inner .expandableList li.hidden p.name {
	background: url(../img/link-bg.png) 1px 7px no-repeat;
}



#loginForm {
	width: 310px;
	margin: 20px auto 0;
	text-align: center;
	padding: 10px 10px 40px;
	position: relative;
	float: none;
}
#loginForm .validation-summary-errors {
	color: #f60000;
	text-align: left;
	padding: 10px 10px 2px;
	border: solid 1px #f60000;
	font-size: 11px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#loginForm .validation-summary-errors li {
	height: auto;
	width: auto;
	
}
#loginForm label {
	color: #545454;
	text-shadow: #ffffff 0px -1px 0px;
	font-size: 11px;
	display: block;
	width: 175px;
	height: 14px;
	margin: 10px 0 0 0;
	padding: 0 0 0 67px;
	text-align: left;
	font-weight: bold;
}
#loginForm li {
	margin: 0;
	padding: 0;
	height: 100px;
	position: relative;
}
#loginForm a {
	text-indent: 0;
	float: none;
	display: inline;
	background: none;
	text-decoration: underline;
	text-transform: none;
	line-height: 1;
	height: 17px;
	color: #545454;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	
	display: block;
	width: 175px;
	height: 14px;
	padding: 3px 0 0 67px;
}
#loginForm b.important {
	position: absolute;
}
#loginForm .blocklinks {
	padding: 20px 0 0 0;
}
#loginForm .blocklinks a {
	width: auto !important;
}
#loginForm a:hover {
	text-decoration: none;

}
#loginForm input[type="password"] {
	font-family: "Verdana";
	font-size: 10px;
	padding: 3px 5px 0;
}
#loginForm input[type="submit"] {
	background: #81b4e7;
	border: solid 1px #3d73b2;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 6px;
	position: absolute;
	right: 79px;
	bottom: 13px;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grander", "Arial";
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#productsScreen .tabsNav li {
	display: inline;
	margin: 0 0 0 15px;
}
.tabsNav {
	margin: 0 0 10px 0;
}
.tabsNav a {
	font-size: 12px;
	color: #545454;
	text-decoration: none;
}
.tabsNav a.selected {
	color: #4677a7;
}
#productsScreen #reports {
	position: absolute;
	width: 570px;
	height: 255px;
	top: 75px;
	left: 325px;
	padding: 5px 15px 15px;
}
#reports .tabsNav {
	position: absolute;
	right: 6px;
	top: -35px;
}
#content.inner p.tiny {
	color: #545454;
	padding: 0 0 2px 0;
	font-size: 10px;
}
#content.inner p.date {
	font-size: 10px;
	color: #545454;
	padding: 0 0 10px 0;
	margin: -18px 0 0 0;
}
#content.inner #sideBar #map {
	background-image: url(../img/map.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 15px 15px 365px 15px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: auto;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}




.jcarousel-skin-tango {
	overflow: hidden;
	height: 390px;
	position: relative;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 280px;
    height: 370px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  280px;
    height: 350px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 280px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    color: #000;
}


/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: -15px;
    right: 115px;
	margin: 0 0 0 11px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: url(../img/up-down.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    bottom: -15px;
    left: 115px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../img/up-down.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    background-position: -21px 0px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
	background-position: -21px -21px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    background-position: 0px 0px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
	background-position: 0px -21px;
}

#feedback {
	position: relative;
	z-index: 0;
}
#fade {
	width: 277px;
	height: 15px;
	z-index: 4;
	position: absolute;
	bottom: 55px;
	*bottom: 45px;
	*z-index: 999;
	left: 15px;
	zoom: 1;
	background: url(../img/fade.png) top left no-repeat;
}
* html #fade {
	background-image: none;
	bottom: 50px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/fade.png", sizingMethod="scale");
}

