/* CSS Document */

@charset "UTF-8";
*{
	margin: 0; /* it's good practice to zero the margin and padding of the everything to account for differing browser defaults */
	padding: 0;
}

body {
	background: #ff6600;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a, a:link, a:active, a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#d78613;
}


.floatfix{
	float:none;
	clear:both;
	height:0;
}

/*layout------------------------ */

#mainContainer{
	width: 932px;
	background-color:#000000;
	padding:15px;
	margin: 0 auto;
}

#searchBar{
	background:url(../images/searchBackground.jpg);
	text-align:right;
	padding:4px;
}

#logo{
	width:170px;
	height:30px;
	float:left;
	background:url(../images/impact_marcom_logo.gif) no-repeat;
}

#languageSwitcher{
	height:0px;
	width:313px;
	float:right;
	background:url(../images/globe.gif) no-repeat;
}

#navHolder{
	width:932px;
	float:left;
	clear:both;
}

#flashHeader{
	height:295px;
	width:932px;
	float:left;
	clear:both;
	margin-top:8px;
}

#categoryImage{
	margin-left: 8px;
	margin-top: 3px;
	float:right;
	width: 651px;
}

#lhColumn{
	width:266px;
	float:left;
	clear:both;
	padding-top:2px;
}

div.related_box{
	background: url(../images/newsBG.jpg) no-repeat;
	border-bottom: #FF6633 3px solid;
	width:266px;
	margin-bottom: 2px;
	padding-bottom:2px;
}

#rhColumn{
	width:651px;
	float:left;
	padding-top:8px;
	margin-left:5px;
	display:inline;
}

#rhColumnImage{
	float:right;
	width: 168px;
	padding: 0px 0px 15px 15px;
	text-align:left;
	font-size: 1.05em;
	color:#d78613;
}

#rhColumnImage img{
	padding-bottom: 13px;
}



#footerBar{
	width:932px;
	height:26px;
	background:url(../images/searchBackground.jpg) no-repeat right;
	clear:both;
	padding-top: 20px;
}

#footerNavLeft{
	font-size: .8em;
	color:#666666;
	float:left;
}

#footerNavRight{
	font-size: .85em;
	color:#666666;
	float:right;
}

#awardsLogo {
	padding:20px 0px 0px 0px;
	float:right;
}

/*search styling------------------------ */

#searchBar form {
	display:inline;
}

#searchBar label{
	font-size:.8em;
	color:#666666;
}

input.inputbox{
	border:#999999 1px solid;
	height:20px;
	vertical-align:middle;
}

select.menu {
 	border:#999999 1px solid;
 	font-size:.9em;
	color:#333333;
	width: 14em;
	background:url(../images/jumpBG.gif);
	height:22px;
	vertical-align:middle;
}

input.button{
	height:22px;
	width:22px;	
	cursor:pointer;
	vertical-align:middle;
}

/*language switcher styling------------------------ */

#jflanguageselection ul{
	padding: 40px 0px 0px 40px;
	text-align:right;
}

#jflanguageselection li{
	display: inline;
	list-style-type: none;
	padding: 5px 8px 5px 5px;		
}

#jflanguageselection li img{
	margin:0px 3px -6px 0px;
	height:18px;
	width:25px;
}

#jflanguageselection li#active_language a, #jflanguageselection li#active_language span{
	color:black;
	font-weight:bold;		
}

#jflanguageselection a, #languageSwitcher a:link, #languageSwitcher a:active, #languageSwitcher a:visited {
	color:#666666;
	text-decoration:none;
	font-size:.8em;
	font-weight:normal;
}

#jflanguageselection li span {
	color:#666666;
	text-decoration:none;
	font-size:.8em;
	font-weight:normal;
}

#jflanguageselection a:hover{
	color:#666666;
}


#languageSwitcher a, #languageSwitcher a:link, #languageSwitcher a:active, #languageSwitcher a:visited {
	color:#666666;
	text-decoration:none;
	font-size:.8em;
	font-weight:normal;
}

#languageSwitcher a:hover{
	color:#666666;
}



/*NAV styling------------------------ */

#navHolder a {
	color:#ffffff;
	text-decoration:none;
	font-size:0.75em;
	font-weight:bold;
	text-align:center;
	border-left:#000000 1px solid;
	display:block;
	text-transform:uppercase;
	padding: 2px 0px 2px 0px;
}

#navHolder a:hover{
	color:#000000;
	background-color:#000000;
}
#navHolder a.mainlevel_active{
	color:#000000;
	background-color:#bc7004;
}

#navHolder table
{
	border-right:1px solid #ff6600;
}


#navHolder table td
{	
	position:relative;
	left:0px;
}

#navHolder table td ul
{
	position:absolute;
	float:left;
	list-style:none;
	width:auto;
	margin:0px;
	padding:0px;
	background-color:#efefed;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
#navHolder td.sfhover ul li a,#navHolder td:hover ul li a
{
	color:#ffffff;
	background-color:#ff6600;
}
#navHolder table td ul li a{
	text-align:left;
	text-transform: capitalize;
	padding:3px 5px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	white-space:nowrap;
	
}
#navHolder table td ul li a:hover
{
	background-color:#000000;
	color:#ffffff;
}

#navHolder table td ul li a#active_menu{
	background-color:#FF6633;
	color:#000;
}


#navHolder table td:hover ul
{
	display:block;
	left:auto;
} 

 
td ul { /* second-level lists */
 position: absolute;
 left: -2000px; /* using left instead of display to hide menus because display: none isn’t read by screen readers */
}

#navHolder td.sfhover,#navHolder td:hover
{
	background-color:#FF6633;
}
#navHolder td.sfhover a,#navHolder td:hover a
{
	color:#fff;
}
 
td.sfhover ul  { /* lists nested under hovered list items */
 left: auto; /* change is to 10px, 20px, etc for indenting the sub menue */
}
/* **************** Dropdown Menu styling end here ***************/
	
	
#footerNavRight ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
#footerNavRight ul li{
	float:left;
	padding:0px 5px;
	border-right:1px solid #666;
}

/*BREADCRUMB styling------------------------ */

div.breadcrumbHolder{
	color:#FF6633;
	font-size:0.88em;
	padding-bottom:0em;
}	


div.breadcrumbHolder ul{
	margin:0;
	padding:0;
}	

div.breadcrumbHolder li{
	display:inline;
	list-style-type:none;
}

div.breadcrumbHolder a, div.breadcrumbHolder a:link, div.breadcrumbHolder a:active, div.breadcrumbHolder a:visited {
	color:#FF6633;
	font-weight:normal;
}

div.breadcrumbHolder a:hover{
	color:#999999
}


/*text styling------------------------ */

p{	
	color:#333333;
	font-size:0.9em;
	padding-left: 19px;
	line-height:1.3em;
	margin-top: .9em;
}

ul {
	padding-left:19px;
}	

#page li {
	list-style-type:none;
	background:url(../images/orangeBullet.gif) no-repeat;
	background-position: 2px 2px;
	color:#333;
	font-size:0.9em;
	padding-left: 20px;
	margin-top:5px;
}

.newsHeader{
	font-size: 1.4em;
	color:#999999;
	padding: 5px 10px 0px 10px;
}

div.related_box a, div.related_box a:link, div.related_box a:active, div.related_box a:visited{
	color: #FF6633;
	font-weight:bold;
}	

div.related_box a:hover{
	color:#999999;
}
div.related_box h3
{
	font-size: .9em;
	background:none;
	padding-left:10px;
	padding-bottom:0px;
	padding:5px 0px 0px 0px;
	margin:5px 10px 0px 10px;
	border-top:1px solid #CCC;
}
div.related_box p
{
	padding-left:10px;
	font-size:.8em;
	padding-right:10px;
	margin:3px 0px 0px 0px;
}
div.related_box img{
	float:left;
	margin:2px 7px 0px 0px;
}

.backTop a, .backTop a:link, .backTop a:active, .backTop a:hover, .backTop a:visited{
	color:#000000;
	background:url(../images/backTop.gif) no-repeat;
	font-weight:normal;
	padding-left: 14px;
	font-size:0.85em;
}

.quote{
	font-size:0.7em;
	color:#999999;
	text-align:right;	
}


#footerNavLeft a, #footerNavRight a, #footerNavLeft a:link, #footerNavRight a:link, #footerNavLeft a:active, #footerNavRight a:active, #footerNavLeft a:visited, #footerNavRight a:visited{
	color:#666666;
	font-weight:normal;
}

#footerNavLeft a:hover, #footerNavRight a:hover{
	color: #FF6633;
}	


h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666666;
	font-weight:normal;
	padding-left: 19px;
	padding-top: 12px;
}

h2.contentheading,.contentheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	color:#ff6600;
	font-weight:normal;
	border-left: #FF6633 3px solid;
	padding-left:19px;
	padding-top:0px;
	margin:14px 0px 0px 0px;
}

h2.contentheading a {
	font-weight:normal;
}

.contentpaneopen
{
	margin-left:17px;
}

h3{
	font-size: .9em;
	color:#333333;
	background:url(../images/pointer.gif) no-repeat center left;
	margin-left: 8px;
	padding-left:12px;
	padding-bottom:10px;
	padding-top:10px;
}

h4{
	font-size:.8em;
	padding: 0px 12px 12px 20px;
	font-weight:normal;
}

/* for news, etc. */

div.article_row,div.article_column {
	padding: 0px;
	clear:both;
}

.blog {
	margin-top:20px;
}

.blog h3 {
	font-size:1.1em;
	padding:7px 0px 0px 0px;
	margin:7px 0px 5px 20px;
	background-image:none;
	text-transform: capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#FF6633;
	border-top: 1px solid #DDD;
}

.blog p.iteminfo
{
	margin:0px;
	padding:0px 0px 0px 19px;
	font-size:.78em;
}

div.blog img
{
	float:left;
	margin:0px 7px 7px 0px;
}



	
/* Site map styles */


div.xmap ul {
	list-style:none;
	width:auto;
	margin-top:20px;
}
div.xmap ul li{
	border-top:1px solid #f5d6b9;
	padding: 3px 0px;
}
div.xmap ul li span{
	font-weight:bold;
	color:#314E4F;
}
div.xmap ul li a{
	color:#FF6633;
}
div.xmap ul li ul{
	padding:0px;
	margin-top:2px;
}
div.xmap ul li ul li{
	padding:3px 10px;
	border-top:1px solid #eee;
	font-size:.9em;
	font-weight:normal;
	list-style-type: square;
	list-style-position: inside;
}
div.xmap ul li ul li a{
	font-weight:normal;
	color:#314E4F;
}

/* client list (right-hand) */

div.clients
{
	position:relative;
	float:right;
	width: 250px;
	padding: 0px 0px 15px 15px;
	text-align:left;
	font-size: 1.05em;
	border-left:1px solid #DDD;
	margin-left:10px;
}

div.stretch {
	float:right;
	width:1px;
	height:400px;
}

#page div.clients h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#FF6633;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#page div.clients p {
	margin:20px 0px;
	padding:0px;
	font-weight:bold;
}

div.clients ul
{
	list-style-type:square;
	padding:0px 0px 0px 15px;
	margin:10px 0px 0px 0px;
}
#page div.clients li {
	list-style-type:square;
	background:none;
	font-weight:normal;
	padding:5px 0px;
	line-height:1.2em;
	margin:0px 0px 0px 0px;
}

/* history timeline */

#page h5.year
{
	float:left;
	clear:left;
	width:15%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#314E4F;
	margin:20px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #FF6633;
	
}
#page ul.timeline
{
	float: left;
	width:75%;
	margin:20px 0px 0px 0px;
	border-top:1px solid #FF6633;
}
#page ul.timeline li
{
	background-image:none;
	font-weight:normal;
	line-height:1.4em;
	padding:5px;
	border-bottom:1px solid #CCC;
}

/* Search results */
#page div.results ol
{
	padding:0px 0px 0px 17px;;
}
#page div.results ol li
{
	background:none;
	margin:0px;
	padding:0px;
}
#page div.results ol li h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	padding:5px 0px 5px 0px;
	margin:10px 0px 0px 0px;
	border-top:1px solid #CCC;
}
div.blog p.counter
{
	clear:both;
	margin-top:40px;
	display:none;
}
#page div.results ul.pagination,div.blog ul.pagination
{
	padding:0px 0px 0px 17px;
	border-left:1px solid #CCC;
	margin-top:20px;
	clear:both;
}
#page div.results ul.pagination li,div.blog ul.pagination li 
{
	list-style:none;
	background:none;
	float:left;
	border-right:1px solid #CCC;
	padding:3px 7px;
}

/* contact layout */

div.contacts
{
	width:210px;
	float:left;
	border-left:1px solid #CCC;
}

div.contacts h4
{
	font-size:1.2em;
	padding:2px 0px 0px 0px;
	margin:0px 17px 5px 17px;
	color:#FF6633;
}
div.contacts p
{
	margin-top:5px;
}
div.contacts div.branch
{
	margin-bottom:20px;
}

div.contacts h3.countryheading {
	font-size:1.4em;
	padding:2px 0px 0px 0px;
	margin:0px 17px 5px 17px;
	color:#000;
	font-weight:normal;
	background:none;
	border-bottom:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
}

div.gpa {
	width:75%;
	padding-top:7px;
	float:left;
}

div.gpa img {
	float:left;
	margin:0px 5px 5px 0px;
}
div.gpa p strong
{
	font-size:1.2em;
	display:block;
	padding:0px;
	margin:0px 0px 3px 0px;
}

#page a {
	color:#FF6633;
	font-weight:normal;
}
#page a:hover {
	color:#FF6633;
	text-decoration:underline;
}


