/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }


p { margin: 0 0 0 0; 	padding: 0; color: #333; background: inherit; }
/* links */
a, a:visited {
	text-decoration: none;
	font-weight: bold;	
	color: #990000; 
	background: inherit;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #232323;
	background: inherit;
}

/* headers */

h2 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 0px;	
	color: #232323;
}
h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold; 
	font-size: 105%;
	line-height: 1px;	
	color: #232323; 
	border: 1px solid #EFF0F1;
}
h4 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold; 
	font-size: 105%;
	line-height: 1px;	
	color: #232323; 
	}


h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol, li {
	margin: 5px 0px;
	padding: 0 0 0 8px;
	color: #333;
	list-style: none;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 8px;  
   border:#EFF0F1 1px solid; 
  	background: #FCEABE;    
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 720px;
	background: #CCC url(images/turn-middle.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 700px;
	padding: 0; 
	margin: 0 auto;
	background: transparent;
}
#header {
	width: 720px;
	position: relative;
	height: 195px;
	background: #ccc url(images/turnhead-print.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#headertop {
	width: 720px;
	position: relative;
	height: 100px;
	background: #CCC url(images/top.jpg) repeat-y center top;
	padding: 0;
}
#header h1#logo-text {
	position: absolute;
	margin: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0.8px;
	color: #ccc;
	text-transform: none; /* change the values of top and left to adjust the position of the logo*/
	width: 200px;
	top: 25px;
	right: 25px;
	left: 8px;
	text-shadow: black;
}
#header h2#slogan {
	position: absolute;
	float: left;
	top: 74px;
	right: 25px;
	left: 8px;
	background: transparent;
	font: bolder 1.3em 'Trebuchet MS', Arial, Sans-serif;
	width: 650px;	
	text-transform: none;
	color: #fff; /* change the values of top and left to adjust the position of the slogan*/
	}
#header h4#phone {
	position: absolute;
	float: left;
	top: 30px;
	right: 25px;
	left: 575px;
	background: transparent;
	font: bolder 1.3em 'Trebuchet MS', Arial, Sans-serif;
	width: 650px;	
	text-transform: none;
	color: #fff; /* change the values of top and left to adjust the position of the slogan*/
	}
#headerimage {
/* change the values of top and left to adjust the position of the slogan*/
	position: absolute;
	top: 60px;
	right: 25px;
	left: 510px;
	background: url(images/headpic-print.jpg) no-repeat;
	width: 270px;
	height: 130px;	
 	}
	
/* Main Column */
#main {
	float: left;
	width: 67.0%;
	padding: 0; margin: 0 0 0 6px;
	text-align: justify;
	background:#FAD889;
	border:#EFF0F1 1px solid;
}

#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #232323;
	padding: 5px 0 5px 15px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #e3a20a; 
}
.contentbox-title-noshading-noline { float: left; width: 255px;display: block; margin: 0 0 0 15px; padding: 0 0 0 10px; background-color: #f05d49; text-transform: none; font: 100% Arial, Sans-Serif; color:#FFF; line-height: 1.4em;}
.contentbox-title-noshading-line {	display: block; margin: 0px 0px 0.2em 0px; padding: 0px; border-bottom: solid 1px rgb(135,135,135); background-color: transparent; text-transform: none; font: 100% Arial, Sans-Serif; color:#FFF; line-height: 1.4em;}
.contentbox-title-shading { margin: 0px; padding: 1px 0px 2px 3px; background-color: rgb(225,225,225);}
.contentbox-container-left { float: left; width: 250px; padding: 0px 10px 5px 10px; background: #FAD889; color: #222; border-left: 1px solid #CC7B20;}
.contentbox-container-right { float: right; width: 255px; padding: 0px 0px 5px 10px;background: #FFF; color: #222;}
.contentbox-noshading { margin: 0px; padding: 0.7em 0px 0px 0px; background-color: transparent;}
/* Shading */
.contentbox-shading { margin: 0px; padding: 7px 10px 5px 10px; background-color: transparent;}
/* Full Width page */
#main-full {
	float: left;
	width: 700px;
	padding: 0px; margin: 0 0 0 0px;
	text-align: justify;
	background:#FAD889;
	border:#EFF0F1 1px solid;
}
#main-full h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #232323;
	padding: 5px 0 5px 15px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #e3a20a;  
}
.contentbox-title-noshading-line-full {width: 100%; display: block; margin: 0px 0px 0.2em 0px; padding: 0px; border-bottom: solid 1px rgb(135,135,135); background-color: #f05d49; text-transform: none; font: 100% Arial, Sans-Serif; color:#FFF; line-height: 1.4em;}
/* Sidebar */	
#sidebar {
	float: left;
	width: 29.10%;
	padding: 0 5px 0 5px; margin: 0 3px 0 5px;
	background:#E3A20A;
	border:#EFF0F1 1px solid;
}	

#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #232323;
	background: #E3A20A url(images/headerbgx.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 0px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar .left-box2 {
	border: 0px solid #EFF0F1; 
	margin: 0 0 5px 0;
	text-align: center;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
	font: 1.1em Verdana, 'Trebuchet MS', Sans-serif;
}
#sidebar ul.sidemenu li {
	border-bottom: 0px solid #EFF0F1;
	padding: 2px 0 2px 10px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;
}
#sidebar ul.sidemenu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #232323;
	background: inherit;
}
.sidebar adbox001 {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
	margin: 0 0 0px 10px;	
	background: url(../images/button_0-small.gif) no-repeat 5px 5px;
	color: #222;
	border: 0px solid #EFF0F1;
	font: 1.1em Verdana, 'Trebuchet MS', Sans-serif;
}
/* Footer */	
#footer {
	background: #8C8C8C url(images/turn-foot.jpg) no-repeat center top;
	clear: both;
	width: 720px;
	height: 62px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.adbox-left {
	float: left;
	width: 235px;
	margin: 0 0 0 10px;	
	padding: 0px 0px 5px 15px;
	background: #fff;
	color: #222;
	border: #CCB7B5 1px solid;
	font: 1.1em Verdana, 'Trebuchet MS', Sans-serif;
}
.adbox-right {
	float: right;
	width: 235px;
	margin: 0 10px 0 0;
	padding: 0px 0px 5px 15px;
	background: #fff;
	color: #222;
	border: #CCB7B5 1px solid;
	font: 1.1em Verdana, 'Trebuchet MS', Sans-serif;
}
.adbox2-left {
	float: left;
	width: 235px;
	margin: 10px 0 0 10px;	
	padding: 0px 0px 5px 10px;
	background: #fff;
	color: #222;
	border: #CCB7B5 1px solid;
}
.adbox2-right {
	float: right;
	width: 235px;
	margin: 10px 10px 0 0;
	padding: 0px 0px 5px 10px;
	background: #fff;
	color: #222;
	border: #CCB7B5 1px solid;
}
.adbox3 {
   width: 510px;
	margin: 0 0 0px 10px;	
	padding: 0px 0px 5px 15px;
	background: #fff;
	color: #222;
	border: #CCB7B5 1px solid;
	font: 1.1em Verdana, 'Trebuchet MS', Sans-serif;
}

/* Multi Column List */
#m-list {
list-style-type: none;
height: 300px;
width: 440px;
margin: 0px 3px 0px 5px;
padding: 0 0 0 0px;}

#m-list li {
background: url(./images/square2.jpg) no-repeat top left;
color: #222;
font: 1.1em Verdana, 'Trebuchet MS', Sans-serif;
padding: 0px 0px 2px 15px;
width: 250px;
float: left;}

html>body #m-list li {
width: 200px;}

#m-list li.last {
float: left;
width: 100%;}

#m-list br {
clear: left;}

/* Contact Page Table */
#contacts {
	table-layout: auto;
	width: 600px;
	padding: 0;
	margin-left: 20px;
	margin-right: 10px;
	font: normal Verdana, Tahoma, arial, sans-serif;
	font-size: 1.0em;
	color: #333;
	text-align: left;
	background: transparent;
}
#vacancies{
	table-layout: auto;
	width: 700px;
	padding: 0;
	margin-left: 20px;
	margin-right: 10px;
	font: normal Verdana, Tahoma, arial, sans-serif;
	font-size: 1.0em;
	color: #333;
	text-align: left;
	background: transparent;
}

th {
	font: normal Verdana, Tahoma, arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	background: transparent;
}
.white1 {
	width: 33%;
	font-size: 1.1em;
	color: #333333;
	font-weight: normal;
	background: transparent;
	text-align: left;
	padding-right: 5px;
	padding-left: 12px;
}
.white2 {
	width: 33%;
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	background: transparent;
	text-align: left;
	padding-right: 5px;
}
.white3 {
	width: 34%px;
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	background: transparent;
	text-align: left;
	padding-right: 3px;
}
.white4 {
	width: 224px;
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	background: transparent;
	text-align: left;
	padding-right: 10px;
}
.green1 {
	width: 130px;
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	background: transparent;
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	caption-side: top;
}

.green2 {
	width: 570px;
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	background: transparent;
	text-align: left;
	padding-right: 10px;
}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
/*[START-QCC]*/.qmmc .qmdivider{display:none;}.qmmc .qmdividery{display: none;}.qmmc .qmtitle{display:none;}.qmclear {display:none;}.qmmc {display:none;}.qmmc a, .qmmc li {display:none;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {display:none;}.qmmc div{display:none;}.qmmc .qmcbox{display:none;}.qmmc .qmcbox a{display:none;}.qmmc .qmcbox div{display:none;}.qmmc li {display:none;}.qmmc ul {display:none;}.qmmc, .qmmc ul {display:none;}.qmmc li a {display:none;}.qmmc li:hover>ul{display:none;}/*[END-QCC]*//*[START-QCC0]*/#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}/*[END-QCC0]*/


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:749px;
		height:26px;
		margin: 0 0 0 30px;
		padding:2px 5px 5px 5px;
		background-color:#232323;
		border-width:1px;
		border-style:solid;
		border-color:#232323;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		width:auto;
		padding:5px 5px 4px 7px;
		background-color:#232323;
		color:#FF952B;
		font-family:Arial;
		font-size:13px;
		text-decoration:none;
		font-style:normal;
		font-weight:bold;
		text-align:left;
		font-variant:normal;
		line-height:16px;
		border-width:0px 1px 0px 1px;
		border-style:solid;
		border-color:#E16B09;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#232323;
		color:#FFFFFE;
		font-family:Arial;
		font-size:13px;
		font-style:normal;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#232323;
		color:#FFFFFE;
		font-family:Arial;
		font-size:13px;
		font-style:normal;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		background-color:#232323;
		color:#FF952B;
		font-family:Arial;
		font-size:13px;
		text-decoration:none;
		font-style:normal;
		font-weight:bold;
		border-width:0px 1px 0px 1px;
		border-style:solid;
		border-color:#E16B09;
	}


	/*"""""""" (MAIN) Parent Hover State""""""""*/	
	#qm0 .qmparent:hover	
	{	
		background-color:#232323;
		color:#FFFFFE;
		font-family:Arial;
		font-size:13px;
		text-decoration:none;
		font-style:normal;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#232323;
		font-size:13px;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		width:auto;
		padding:10px;
		margin:-2px 0px 0px 0px;
		background-color:transparent;
		border-style:none;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 10px 3px 5px;
		background-color:transparent;
		color:#FF952B;
		font-family:Arial;
		font-size:13px;
		font-weight:bold;
		line-height:26px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#232323;
		color:#FFFFFE;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#232323;
		color:#FFFFFE;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		background-color:#232323;
		color:#FF952B;
		font-weight:bold;
	}


	/*"""""""" (SUB) Parent Hover State""""""""*/	
	#qm0 div .qmparent:hover	
	{	
		background-color:#232323;
		color:#FFFFFE;
		text-decoration:none;
		font-weight:bold;
		border-color:#3564B2;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#232323;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (SUB) Persistent State""""""""*/	
	body #qm0 div .qmpersistent, body #qm0 div .qmpersistent:hover	
	{	
		background-color:#232323;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#FFFFFF;
		font-family:arial;
		font-size:14px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:0px;
		border-color:#E16B09;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:0px;
		height:15px;
		margin:4px 2px 0px 2px;
		border-color:#AAAAAA;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#232323;
		background-color:#232323;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:4px 0px 0px 4px;
	}


	/*"""""""" (main) Rounded Items Hover""""""""*/	
	#qm0 a:hover .qmritem span	
	{	
		border-color:#232323;
		text-decoration:none;
	}


	/*"""""""" (main) Rounded Items Active""""""""*/	
	body #qm0 .qmactive .qmritem span, body #qm0 .qmactive:hover .qmritem span	
	{	
		background-color:#232323;
	}


	/*"""""""" (sub) Rounded Items""""""""*/	
	#qm0 div .qmritem span	
	{	
		border-color:#3564B2;
		background-color:#A4DEFC;
	}


	/*"""""""" (sub) Rounded Items Content""""""""*/	
	#qm0 div .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" (sub) Rounded Items Hover""""""""*/	
	#qm0 div a:hover .qmritem span	
	{	
		background-color:#3564B2;
	}


	/*"""""""" (sub) Rounded Items Active""""""""*/	
	body #qm0 div .qmactive .qmritem span, body #qm0 div .qmactive:hover .qmritem span	
	{	
		background-color:#3564B2;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		padding:10px;
		margin:-2px 0px 0px 0px;
		background-color:#F7F7F7;
		border-width:1px;
		border-style:solid;
		border-color:#DADADA;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	
	{	
		background-color:#F7F7F7;
	}
	/*[END-QS0]*/



