/* Translation & Interpreting area classes */
/* Blue */
/* Dark		=	030,045,083	=	#1E2D53	*/
/* Light	=	069,080,132	=	#455084 */
/* Yellow */
/* Dark		=	232,102,145	=	#E8DC91 */
/* Light	=	231,194,206	=	#FCF9CE */
/* Area colour is Green */
/* Dark		=	043,124,050	=	#2B7C32 */
/* Light	=	156,187,131	=	#9CBB83 */
.translation_interpreting {background:#2B7C32;}

h1 {color:#2B7C32;}	/* dark green */
h2 {color:#2B7C32;}	/* dark green */
h3 {color:#2B7C32;margin-top:10px;margin-bottom:5px;}
h4 {color:#666;margin-top:5px;margin-bottom:7px;}
h4.lastquestion {color:#666;margin-top:5px;margin-bottom:15px;}
h5 {color:#2B7C32;}
a:link, a:visited {color:#2B7C32;} /* dark green */
a:hover {color:#9CBB83;} /* light green */

.bold {font-weight:800; color:#2B7C32;}

/* case studies page specific classes */
#casestudy h4 {color:#666;margin-top:5px;margin-bottom:0px;}
#casestudy p {margin-top:0;}

/* header column 2 */
#headercol2 {background:transparent url(../../../images/trans_interp_swish_top_bg.gif) top right no-repeat;}

/* sub navigation in header */
#subnav {background:#2B7C32;color:#fff;} /* background and text color of sub nav */
#subnav_indent {width:280px;height:20px;float:left; background: url(../../../images/trans_interp_logo.gif) bottom left no-repeat}
#subnav ul a:link, #subnav ul a:visited {color:#9CBB83;}
#subnav ul a:hover {color:#fff;}

/* bottom of page in content copy of sub navigation */
#bottom_subnav {color:#2B7C32;}
#bottom_subnav ul a:link, #bottom_subnav ul a:visited {color:#9CBB83;}
#bottom_subnav ul a:hover {color:#2B7C32;}

/* page content */
#contentcol1 {background:transparent;border-bottom:solid 5px #2B7C32;}

/* images */
img.portrait_left	 	{border:solid 1px #2B7C32;}
img.portrait_right 	{border:solid 1px #2B7C32;}
img.landscape_left	{border:solid 1px #2B7C32;}
img.landscape_right {border:solid 1px #2B7C32;}
img.square_left	 		{border:solid 1px #2B7C32;}
img.square_right 		{border:solid 1px #2B7C32;}


/* introduction cpanel classes */
#cpanel { margin:0; margin-left:auto; margin-right:auto; margin-top:10px; width:600px; text-align:center; }

#cpanel .left {float:left;}
#cpanel .right {float:right;}

#cpanel div.icon   { margin: 10px; }
#cpanel div.icon a { 
	display: block; float: left;
	height: 267px !important;
	height: 270px; 
	width: 238px !important;
	width: 240px; 
	text-decoration : none;
	border: 1px solid #2B7C32;
	padding: 2px 4px 1px 4px;
  font-weight:normal;
}

#cpanel div.icon a:link    {color : #333}
#cpanel div.icon a:hover   { 
	color : #333; 
	background-color: #ddebdd;  
	border: 1px solid #339933;
	padding: 3px 3px 0px 5px; 
}
#cpanel div.icon a:active  {color : #333}
#cpanel div.icon a:visited {color : #333}

#cpanel div.icon img { margin-top: 13px; }
#cpanel div.icon span { display:block; padding: 20px 5px 0px 5px; font-size:0.75em}

