@charset "UTF-8";
/* CSS Document */

body {
    margin:0;
    padding:0;
    background-color:#F9F9F9;
}
#wrapper {
    width:990px;
    margin:0 auto;
    position:relative;
    background-color:#FFFFFF;
}
a img, a:link img, a:visited img, a:hover img, a:active img {
	border:none;
}
a:link {
	color: 1B3051;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5D3452;
}
a:hover {
	text-decoration: underline;
	color: #5D3452;
}
a:active {
	text-decoration: none;
	color: #5C3452;
}
#logo {
    float:left;
    border:none;
    width:355px;
    height:190px;
    margin-left:75px;
    background: url(images/logo.jpg) no-repeat;
}
#logo a, #logo a:hover {
    border:none;
}
#topRightArea {
    margin:39px 90px 0 0;
    float:right;
}
.clear {
    clear:both;
}

/* top right area */
.threeIcons {
	list-style: none;
    margin:0;
    padding:0;
}
.threeIcons li {
    float:left;
    margin:0;
}
.threeIcons li a {
    display:block;
    border:none;
}
/* Hide from IE5-Mac \*/
.threeIcons li a
{
float: none;
}
/* End hide */
#listen a {
	width:77px;
	height:72px;
    background: url(images/listen.jpg) no-repeat;
}
#listen a:hover {
    background: url(images/listenO.jpg) no-repeat;
}
#think a {
	width:88px;
	height:72px;
    background: url(images/idea.jpg) no-repeat;
}
#think a:hover {
    background: url(images/ideaO.jpg) no-repeat;
}
#deliver a {
	width:78px;
	height:72px;
    background: url(images/hand.jpg) no-repeat;
}
#deliver a:hover {
    background: url(images/handO.jpg) no-repeat;
}
/* end of right area */

/*navigation bar */
#navBar {
    width:838px;
    height:31px;
    margin:0 auto;
}
#navBar ul {
    list-style:none;
    margin:0;
    padding:0;
}
#navBar li {
    float:left;
}
#navBar li a {
    display:block;
    height:31px;
	float:left;
	text-align: center;
	line-height:31px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pfy, .pfy img {
	width:192px;
	height:31px;
}
.pfy a {
	background: url(images/pactelForYou.jpg) no-repeat;
}
.pfy a:hover {
	background: url(images/pactelForYouO.jpg) no-repeat;
}
.cons, .cons img {
	width:147px;
	height:31px;
}
.cons a {
	background: url(images/consult.jpg) no-repeat;
}
.cons a:hover {
	background: url(images/consultO.jpg) no-repeat;
}
.tdy, .tdy img {
	width:141px;
	height:31px;
}
.tdy a {
	background: url(images/news.jpg) no-repeat;
}
.tdy a:hover {
	background: url(images/newsO.jpg) no-repeat;
}
.tmw, .tmw img {
	width:182px;
	height:31px;
}
.tmw a {
	background: url(images/innovation.jpg) no-repeat;
}
.tmw a:hover {
	background: url(images/innovationO.jpg) no-repeat;
}
.cont, .cont img {
	width:149px;
	height:31px;
}
.cont a {
	background: url(images/contact.jpg) no-repeat;
}
.cont a:hover {
	background: url(images/contactO.jpg) no-repeat;
}

/* Main Content Area */
#mainContent {
	margin-top:24px;
	padding-bottom:24px;
}
#leftColumn {
	width:146px;
	margin-left:76px;
	margin-right:17px;
	float:left;
	border-right: 1px solid #CCD1D8;
}
#rightColumn {
	width:611px;
	float:right;
	margin-right:138px;
}
/* Left column */
#leftButtons {
	list-style: none;
	margin:0;
	padding:0;
}
#leftButtons li a {
	display:block;
    border:none;
	width:130px;
	height:77px;
	margin-bottom:16px;
	padding-right:16px;
}

.networks a {
	background: url(images/networks.jpg) no-repeat;
}
a.networksOff, a.systemsOff, a.mobilityOff, a.consultancyOff {
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}
a.networksOn {
	background: url(images/networksActive.jpg) no-repeat;
}
.networks a:hover {
	background: url(images/networksO.jpg) no-repeat;
}
.systems a {
	background: url(images/systems.jpg) no-repeat;
}
a.systemsOn {
	background: url(images/systemsActive.jpg) no-repeat;
}
.systems a:hover {
	background: url(images/systemsO.jpg) no-repeat;
}
.mobility a {
	background: url(images/mobility.jpg) no-repeat;
}
a.mobilityOn {
	background: url(images/mobilityActive.jpg) no-repeat;
}
.mobility a:hover {
	background: url(images/mobilityO.jpg) no-repeat;
}
.consultancy a {
	background: url(images/consultancy.jpg) no-repeat;
}
a.consultancyOn {
	background: url(images/consultancyActive.jpg) no-repeat;
}
.consultancy a:hover {
	background: url(images/consultancyO.jpg) no-repeat;
}
a.networksOn:hover {
	background: url(images/networksOActive.jpg) no-repeat;
}
a.systemsOn:hover {
	background: url(images/systemsOActive.jpg) no-repeat;
}
a.mobilityOn:hover {
	background: url(images/mobilityOActive.jpg) no-repeat;
}
a.consultancyOn:hover {
	background: url(images/consultancyOActive.jpg) no-repeat;
}

/* Text Styling */
body {
	color:#1B3051;
	font: 14px Arial, Helvetica, sans-serif;
}
#rightColumn .head {
	color:#1B2F50;
	margin: 16px 0px 0px;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
}

#pdfs td {
	padding:10px 0 0 10px;
}
#pdfs img {
	border:none;
}
