/* to remove blue target border in chrome & safari */
*:focus {
	outline:none;
}
/* to keep the browser scroll bar always on to avoid lateral jumping */
html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

/* main page div classes --------------------------------------------*/

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	/* for background grey texture ...
	background-image: url(../images_page/grey_texture_background.gif);
	background-repeat: repeat;
	*/
			
	/*
	background-image: url(../images_page/shadow_01.png);
	background-position: top;
	background-repeat: no-repeat;*/
	/*
	
	/* for vertical shadow 
	background-image: url(../images_page/body_background_960.png);
	background-position: center;
	background-repeat: repeat-y;
	*/	
	
	/* for vertical grey shade */
	background-image: url(../images_page/shade-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	
	
	/* for vertical deep blue shade */ /*
	background-image: url(../images_page/bg_blue.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000058;
	*/
}

.container {
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 5px; /* was 10 */
	margin-right: auto;
	margin-bottom: 5px; /* was 10 */
	margin-left: auto;
	border: thin solid #999;
	/*
	-webkit-box-shadow: 0px 1px 15px 2px #666;
	-moz-box-shadow: 0px 1px 15px 2px #666;
	box-shadow: 0px 1px 15px 2px #666;
	/* border-bottom-left-radius: 10px; /* was 20 */
	/* border-bottom-right-radius: 10px;/* was 20 */
	/* border-top-left-radius: 10px;/* was 20 */
	/* border-top-right-radius: 10px;/* was 20 */
	overflow: hidden;
	height: auto;
}
.header {
	/*background: #DDDDDD; 
	background-color: #FFFFFF;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 310px;	
}
.Content {
	/*background: #FFFFFF;*/
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.footer {
	clear: both;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.header_left_div {
	background-color: #FFFFFF;
	width : 208px;
	height: 320px;
	float: left;
	text-align: center;
	border: 1px none #C00;
}
.header_right_div {
	width : 730px;
	height: 320px;
	float: right;
	background-color: #000;
	background-image: url(progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*border-radius: 5px; /* was 10 */
	overflow: hidden;
	border: 1px none #C00;
}

#apDiv1 {
	position:relative;
	width:250px;
	height:290px;
	z-index:1;
	overflow: scroll;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 111px;
	top: 24px;
}

/* text classes -----------------------------------*/
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: normal;
	text-align: left;
}
.text_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #C00;
	line-height: 16px;
}
.text_heading_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #C00;
	line-height: normal;	
}
.text_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C30;
	line-height: 14px;	
}
.link_box { /* to remove the border around linked images */
	font-style: italic;
	word-spacing: 0pt;
	padding: 0px;
	border: 0px solid;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
	color: #FFF;
	font-weight: normal;
	text-align: left;	
}

/* link behaviour -------------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #C30;
}

a:visited {
	text-decoration: none;
	color: #C30;
}

a:hover {
	text-decoration: underline;
}

a:active { /*
	color: #C00;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal; */
}

a:link.second    {
	color: #FFF
} 
a:visited.second  {
	color: #FFF
} 
a:hover.second    {
	color: #FFF
} 
a:active.second   {
	color: #FFF
} 


.btn {
	height: 24px;
	width: 90px;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	display: inline;
	margin-top: 3px;	
}
.contact_left {
	float: left;
	width: 420px;
	padding: 10px;
}
.contacts_right {
	float: right;
	width: 420px;
	padding: 5px;
}
.Contacts_top {
	padding: 10px;
}
.home_left {
	float: left;
	width: 180px;
	height: 400px;
	padding: 5px;
}
.home_centre {
	float: left;
	width: 570px;
	height: 620px;
	padding: 10px;
	background-color: #FFF;
}
.home_right {
	float: left;
	width: 320px;
	height: auto;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.home_news {
	height: 570px;
	overflow: auto;
	padding: 5px;
	float: right;
	width: 329px;
	margin-bottom: 0px;
	border: 1px solid #C00;
	background-color: #E0E0E0;
	margin-right: -4px;
	/*
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	*/
}
.project_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 770px;
	max-height: 800px;
}
.project_photo {
	float: left;
	width: 200px;
	clear: none;
	margin-right: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	overflow: hidden;
}
.product_div {
	padding: 5px;
	float: left;
	height: 200px;
	width: 220px;
	text-align: center;
	vertical-align: top;
}
.product_text_div {
	padding: 5px;
	height: 30px;
	width: 220px;
	float: left;
	text-align: center;
	vertical-align: top;
	border-bottom-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.site_services_div {
	padding: 0px;
	float: left;
	width: 450px;
	margin-bottom: 10px;
	margin-right: 7px;
	margin-left: 7px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	overflow: hidden;
}
.engineering_div {
	padding: 0px;
	float: left;
	width: 300px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	overflow: hidden;	
}
.engineering_div_text {
	padding: 5px;
	float: left;
	width: 300px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.projects_header_div {
	text-align: left;
	max-height: 100px;
	height: 75px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.brochure_div {
	float: left;
	height: auto;
	width: auto;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border: thin solid #999;
	overflow: hidden;
}
.presentation_div {
	float: left;
	height: auto;
	width: auto;
	margin-left: 35px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border: thin solid #999;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0px;
}
.lrqa_div {
	float: left;
	height: auto;
	width: auto;
	margin-left: 30px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border: thin solid #999;
	overflow: hidden;
	margin-bottom: 10px;
}
.brochure_text_div {
	float: left;
	height: 20px;
	width: 130px;
}
.presentation_text_div {
	float: left;
	height: 20px;
	width: 214px;
	margin-left: 15px;
}
.lrqa_text_div {
	float: left;
	height: 20px;
	width: 160px;
	margin-left: 25px;
}
.site_services_body_div {
	padding: 10px;
	text-align: left;
	height: 200px;
}
.engineering_body_div {
	padding: 10px;
	text-align: left;
	height: 370px;
}
.careers_body_div {
	padding: 10px;
	text-align: left;
	height: 520px;
	float: left;
	width: 920px;
}
.project_banner {
	background-color: #D20000;
	float: left;
	padding-bottom: 2px;
	padding-left: 8px;
	height: 18px;
	width: 766px;
	margin-bottom: 8px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	border: 1px solid #910000;
	margin-top: 0px;
}
.product_container {
	float: left;
	height: 250px;
	width: 230px;
}
.container .Content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .careers_body_div .text_body table tr th {
	color: #FFF;
}
.container .Content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .careers_body_div .text_body table tr td {
	color: #000;
}
