/* CSS Document */
html, body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	background: #FFFFFF url(../images/global/bg.jpg) repeat-x left top;
    }
span {
    display: none;
    }
p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom:0.7em;
}
a {
	text-decoration: none;
	color: #000;
	}
	
a:hover {
	text-decoration: underline;
}

/* ------ Global ------*/
label{
	font-size: 1.2em;
	color: #3F3F3F;
}
input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000000;
}
input.text{
	background-color: #fff;
	color:#000;
	width:175px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #fff;
}

textarea{
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width:225px;
	border: 2px solid #fff;
}
.floatLeftImg{
	float:left;
	margin: 0  10px 0px 0;
}
/* -------------------------- header --------------------------  */
#header{
	height: 65px;
	padding: 0;
	background: url(../images/global/header-bg.jpg) center bottom;
	}
#bannerPrint{
	display:none;
	}

/* -------------------------- footer --------------------------  */
	
#footer{
	height: 30px;
	width: 779px;
	margin: 0 11px 0 10px;
	padding: 0 13px;
	background-color: #4A447C;
	}
#footer a {
	color: #fff;
	text-decoration: none;
}

#copyright {
	background: url(../images/global/copyright.jpg) no-repeat;
	display: block;
	width:275px;
	height:20px;
	margin:5px 0 0 0;
}
#telephone {
	background: url(../images/global/tel.jpg) no-repeat;
	display: block;
	width:120px;
	height:20px;
	margin:5px 0 0 5px;
}
#email{
	float:left;
}
#email a{
	background: url(../images/global/email.jpg) no-repeat;
	display: block;
	width:155px;
	height:20px;
	margin:5px 0 0 5px;
}
/* -------------------------- Menu --------------------------  */
#myelinia a{
	height:29px;
	width: 80px;
	color:#3C366F;
	background: url(../images/global/myeLinia-off.png) no-repeat;
	display: block;
	float:right;
}
#myelinia a:hover{
	background: url(../images/global/myeLinia-on.png) no-repeat;
}
#nav{
	float: right;
	width:581px;
	text-align:right;
}
#nav ul{
	list-style-type: none;
	margin-top:0;
	clear:both;
}
#nav ul li{
	list-style-type: none;
	display: inline;
}
#nav ul a{
	float: left;
	display: block;
	height: 36px;
}
#nav a.home{
	background: url(../images/nav/home-off.jpg) no-repeat;
	width:72px;
}
#nav a:hover.home {
	background: url(../images/nav/home-over.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.home, #nav b a:hover.home{
	background: url(../images/nav/home-on.jpg) no-repeat;
	font-weight: normal;
}
#nav a.services{
	background: url(../images/nav/services-off.jpg) no-repeat;
	width:110px;
}
#nav a:hover.services {
	background: url(../images/nav/services-over.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.services, #nav b a:hover.services{
	background: url(../images/nav/services-on.jpg) no-repeat;
	font-weight: normal;
}
#nav a.about{
	background: url(../images/nav/about-off.jpg) no-repeat;
	width:118px;
}
#nav a:hover.about {
	background: url(../images/nav/about-over.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.about, #nav b a:hover.about{
	background: url(../images/nav/about-on.jpg) no-repeat;
	font-weight: normal;
}
#nav a.caseStudies{
	background: url(../images/nav/case-studies-off.jpg) no-repeat;
	width:108px;
}
#nav a:hover.caseStudies {
	background: url(../images/nav/case-studies-over.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.caseStudies, #nav b a:hover.caseStudies{
	background: url(../images/nav/case-studies-on.jpg) no-repeat;
	font-weight: normal;
}
#nav a.news{
	background: url(../images/nav/news-off.jpg) no-repeat;
	width:68px;
}
#nav a:hover.news {
	background: url(../images/nav/news-over.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.news, #nav b a:hover.news{
	background: url(../images/nav/news-on.jpg) no-repeat;
	font-weight: normal;
}
#nav a.contactUs{
	background: url(../images/nav/contact-off.jpg) no-repeat;
	width:105px;
}
#nav a:hover.contactUs {
	background: url(../images/nav/contact-over.jpg) no-repeat;
	font-weight: normal;
}
#nav b a.contactUs, #nav b a:hover.contactUs{
	background: url(../images/nav/contact-on.jpg) no-repeat;
	font-weight: normal;
}
#secNav{
	border-bottom:1px solid #D5D5D5;
	margin:-15px -15px 10px;
	width:805px;	
	text-align:right;
}
#secNav ul{
	list-style-type: none;
	padding: 8px 0;
}
#secNav ul li{
	list-style-type: none;
	display:inline;
	padding:0 15px;
}
#secNav ul li a{
	color:#4F4F4F;
	text-transform: uppercase;
	font-size: 1.1em;
}
#secNav ul li a:hover{
	color: #222;
	text-decoration: none;
}
#secNav ul li b a{
	color:#474480;
	font-weight: normal;
}
.thirdNav ul{
	list-style-type: none;
	padding: 8px 0;
}
.thirdNav li{
	list-style-type:none;
	color:#46437F;
	font-size:1.4em;
	font-weight:bold;
	padding: 5px 0;
	border-bottom:1px solid #D2D2E4;
}
.thirdNav li.top{
	padding: 0 0 5px;
}
.thirdNav li a{
	color:#46437F;
}
.thirdNav li b a{
	color:#333333;
}

/* -------------------------- Content --------------------------  */
#content{
	/*background: url(../images/global/content-bg.png) repeat-y left top;*/
	width:775px;
	padding:15px 25px;
}
.col1 { 
	float:left;
	width:565px;
	margin:15px 20px 0 0;
}

.col2 { 
	float:left;
	margin:10px 0 0 0;
	width:190px;
}
.col1news { 
	width:555px;
	margin:15px 30px 0 0;
}
.col2news {
	margin:20px 0 0 0;
	width:190px;
}
.col2 img{ margin-bottom:10px;}

#content .col1 ul{
	margin:0 0 1em 3.5em;
	}

#content .col1 ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom:0.5em;
}	
#content .twoCols ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom:0em;
}

#breadcrumbs, #breadcrumbsContact{
	font-size: 1.2em;
	color: #222;
}
#breadcrumbs a, #breadcrumbsContact a{
	color: #666;
	}
#breadcrumbs a:hover, , #breadcrumbsContact  a:hover{
	color: #222;
	text-decoration: none;
	
}
.links{
	color:#AE196A;
	font-weight: bold;
}
.links a{
	text-transform: uppercase;
	color: #3F3F3F;
}
.links a:hover{
	color: #333333;
	text-decoration: none;
	}
h1{
	display:block;
	width:155px;
	height:65px;
	background-image: url(../images/global/logo.jpg);
	background-repeat: no-repeat;
	float:left;
}
h2{
	color:#3C87A0;
	font-size:2.2em;
	padding-bottom:0.5em;
	font-weight: normal;
	}
h3{
	padding-bottom:0.5em;
	font-weight: bold;
	font-size: 1.4em;
	color:#3C366F;
	}
h4{
	padding-bottom:0.5em;
	font-weight: bold;
	font-size: 1.2em;
	}

.highlight{
	color:#3C366F;
	font-weight:bold;
}

/* -------------------------- home --------------------------  */
.spotlight{
	width:160px;
	margin:10px 0 0;
	padding:10px 22px 0 10px;
	border-right:1px solid #D3D3D3;
}
.homeNews{
	width:355px;
	margin:10px 0 0;
	padding:10px 22px 0 12px;
	float:left;
	border-right:1px solid #D3D3D3;
	font-weight:normal;
}
.homeNews h3{
	color: #3C366F;
	font-size: 1.2em;
	text-transform: uppercase;
}
.more{ color:#3E7F95;}

.clients{
	width:177px;
	margin:20px 0 0 12px;
	float:left;
}

.logos{
	padding-top:25px;
}

.logoSpacer{

padding-right:5px;
}

/* -------------------------- Q&A --------------------------  */
.question{
	color:#3C366F;
	font-weight: bold;
	}
.lettrine{
	font-size:1.3em;
	font-weight: bold;
	color:#3C366F;
	}
	
.contactHeader{
	color:#474480;
	}
/* -------------------------- about team --------------------------  */
.team img{
	margin:0 10px 0 0;
	float:left;
	border: solid 1px #CECECE;
	padding: 2px 2px 2px 2px
}
.team .text{
	float:left;
	width:280px;
	margin-right:10px;
	margin-bottom:25px;
}

.colteam{
	margin:15px 20px 0 0;
}

/* -------------------------- News --------------------------  */
.newsdate{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-weight:normal;
}

/* -------------------------- Contact --------------------------  */
.contact table{
	background-color: #DEE8F2;
	padding:10px;
	margin-top:10px;
}
.contact table td{
	padding:4px 0;
}

.contact{
	background-color: #DEE8F2;
	padding:10px;
	width:755px;
	float:left;
}
.contact .col1 {
	float:left;
	width:245px;
	padding: 0 30px 0 0;
	margin: 0;
}
.contact .col2team{
	float:left;
	width:470px;
	padding: 0;
	margin: 0;
}
.contact .col2team .floatLeft{
	padding-right: 30px;
}
.labelTd{
	width:50px;
}

.map {
	clear:both;
	background-color:#FFFFFF;
	border: solid 3px #FFFFFF;

}

.contactPDF{
	color:#474480;
	float:right;
	padding-right:15px;
}

#noBullet{
	list-style-type:none;	
	margin-left:0px;
	padding-left:0px;
}

/*---------------sitemap---------------------*/

.siteMap{
	margin-left:20px;
	margin-top:20px;
}

.sitemaplink{
	color:#999999;
	clear:both;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.sitemapFirst{
	color:#333333;
	font-family:Arial, Helvetica, Tahoma, sans serif;
	font-size:12px;
	line-height: 20px;
	list-style-type:none;
}

.sitemapSecond{
	color:#999999;
	font-family:Arial, Helvetica, Tahoma, sans serif;
	font-size:12px;
	margin-left:10px;
	list-style-type:none;
}

.sitemapThird{
	color:#333333;
	font-family:Arial, Helvetica, Tahoma, sans serif;
	font-size:10px;
	list-style-type:none;
	margin-left:20px;
}

/*---------------team---------------------*/


.moreInfoLink{
	color:#666666;
	font-size:10px;
}



