/* Language Training 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 Orange */
/* Dark		=	205,102,000	=	#CD6600 */
/* Light	=	231,194,109	=	#E7C26D */
.language_training {background:#CD6600;}

h1 {color:#CD6600;}	/* dark orange */
h2 {color:#CD6600;}	/* dark orange */
h3 {color:#CD6600;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:#CD6600;}
a:link, a:visited {color:#CD6600;} /* dark orange */
a:hover {color:#E7C26D;} /* light orange */

.bold {font-weight:800;color:#CD6600;}
/* 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/lang_train_swish_top_bg.gif) top right no-repeat;}

/* sub navigation in header */
#subnav {background:#CD6600;color:#fff;} /* background and text color of sub nav */
#subnav_indent {width:270px;height:20px;float:left; background: url(../../../images/lang_train_logo.gif) bottom left no-repeat}
#subnav ul a:link, #subnav ul a:visited {color:#E7C26D;}
#subnav ul a:hover {color:#fff;}

/* bottom of page in content copy of sub navigation */
#bottom_subnav {color:#CD6600;}
#bottom_subnav ul a:link, #bottom_subnav ul a:visited {color:#E7C26D;}
#bottom_subnav ul a:hover {color:#CD6600;}

/* page content */
#contentcol1 {background:transparent;border-bottom:solid 5px #CD6600;}

/* images */
img.portrait_left	 	{border:solid 1px #CD6600;}
img.portrait_right 	{border:solid 1px #CD6600;}
img.landscape_left	{border:solid 1px #CD6600;}
img.landscape_right {border:solid 1px #CD6600;}
img.landscape_panoramic_left	{border:solid 1px #CD6600;}
img.landscape_panoramic_right	{border:solid 1px #CD6600;}
img.square_left	 		{border:solid 1px #CD6600;}
img.square_right 		{border:solid 1px #CD6600;}

