/* to remove blue target border in chrome & safari */
*:focus {
	margin-right: auto;
	margin-left: auto;
}

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

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* [disabled]color: #000000; */
	background-color: #E2E2E2;
		
	/*background-image: url(../images_page/shadow_01.png);
	background-position: top;
	background-repeat: no-repeat;*/
	/*
	background-image: url(../layout_images/body_background_960.png);
	background-position: center;
	background-repeat: repeat-y;
	*/	
}

.container {
	width: 960px;
	background: #FFFFFF;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 0;
	border: thin solid #999;
	-webkit-box-shadow: 0px 1px 7px 0px #666;
	-moz-box-shadow: 0px 1px 7px 0px #666;
	box-shadow: 0px 1px 7px 0px #666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.header_1 {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	width: 940px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #999999;
	text-align: left;
	height: 85px;
	-webkit-box-shadow: 0px 3px 3px -3px #666;
	-moz-box-shadow: 0px 3px 3px -3px #666;
	box-shadow: 0px 3px 3px -3px #666;
	float: left;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	
}
.Content {
	background: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
	width: 940px;
	text-align: center;
}
.footer {
	background: #DDDDDD;
	/*vertical-align: baseline; */
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.header_left_div {
	width : 180px;
	float: left;
	text-align: left;
	padding-top: 5px;
	
}
.header_right_div {
	width : 900px;
	float: left;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #000;
	background-image: url(progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: left;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	height: 600px;
}

/* text classes -----------------------------------*/


.text_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #C30;
	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;
	text-align: center;
	vertical-align: bottom;
}
.link_box { /* to remove the border around linked images */
	font-style: italic;
	word-spacing: 0pt;
	padding: 0px;
	border: 0px solid;
}

/* 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; */

}

.header_right {
	float: left;
	height: 50px;
	width: 180px;
	padding-top: 5px;
	text-align: center;
}
.header_center {
	float: left;
	height: 50px;
	width: 580px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.name {
	float: left;
	height: 30px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCC;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}.project_body {
	width: 940px;
	float: left;
	padding: 5px;
	height: auto;
	text-align: left;
	margin: 5px;
}
.project_photo {
	width: 940px;
	alignment-adjust: middle;
	margin: 5px;
	padding: 5px;
	text-align: left;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

.project_photo1 {
	width: 455px;
	alignment-adjust: left;
	margin: 5px;
	padding: 5px;
	float: left;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

}
.project_slider {
	width: 750px;
	text-align: center;
	height: 600px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	position: static;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 120px;
}
.project_bodya {
	width: 900px;
}
.project_body_new {
	float: left;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 120px;
}
.slider_project {
	float: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	width: 940px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #000;
	background-image: url(progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 570px;
}
.slider_project_rungyang {
	float: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
	width: 400px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #000;
	background-image: url(progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 300px;
}
.slider_project_test {
	float: left;
	text-align: left;
	width: 600px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #000;
	background-image: url(progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 364px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: auto;
}
.new {
	float: none;
	text-align: justify;
	margin: 5px;
	padding: 5px;
	width: 930px;
}
.container_minor {
	margin: 5px;
	padding: 5px;
}
.container_minor {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.text_body {
	text-align: justify;
}
.NEW_BODY1 {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 940px;
}
.container .NEW_BODY1 p .text_body {
	text-align: justify;
}
.container .NEW_BODY1 p .text_body {
	text-align: justify;
}
.new_body {
	text-align: justify;
	position: fixed;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: normal;
	text-align: left;
}
.Container_minor{
	margin: 5px;
	padding: 5px;
}
.text_heading_large {
	text-align: center;
}
.text_heading_large {
	text-align: center;
}
.photo1 {
	float: left;
	text-align: center;
	height: 320px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-bottom: 5px;

}
.photo2 {
	float: right;
	margin-bottom: 10px;
	height: 320px;
	text-align: center;
	padding-bottom: 5px;
}
.photo4 {
	float: left;
	text-align: center;
	height: 310px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-bottom: 0px;

}
.photo5 {
	float: right;
	margin-bottom: 10px;
	height: 310px;
	text-align: center;
	padding-bottom: 0px;
}
.photo6 {
	float: left;
	text-align: center;
	height: 650px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-bottom: 5px;

}
.photo7 {
	float: right;
	margin-bottom: 10px;
	height: 650px;
	text-align: center;
	padding-bottom: 5px;
}
.photo8 {
	float: none;
	height: 590px;
	padding-top: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.photo9 {
	float: none;
	height: 645px;
	padding-top: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.photo10 {
	float: none;
	height: 625px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.container_minor .photo1 .text_body {
	text-align: center;
}
.Rungyang_text {
}
.text {
	text-align: center;

}
.aa {
	text-align: center;
}
.photo_3 {
	float: none;
	height: 570px;
	padding-top: 10px;
	margin: auto;
}
.header_center_bottom {
	float: left;
	width: 580px;
	text-align: center;
	vertical-align: bottom;
	white-space: normal;
	padding-top: 7px;
}
.header_right_bottom {
	float: left;
	width: 180px;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 7px;
}
.Video_1 {
	height: 444px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.photo1_text {
	float: left;
	height: auto;
	width: auto;
}
.aa {
	text-align: center;
}
.full_width_with_image_centred {
	text-align: center;
	float: left;
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.shackle_250_wide {
	float: left;
	width: 250px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.brochure {
	float: left;
	width: 150px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
	border: thin solid #CCC;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
}
.brochure_right_text {
	float: left;
	width: 770px;
	text-align: justify;
	height: 250px;	
}
.full_width_left_justified {
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 920px;
	clear: none;
}
.brochure_wrapper {
	float: left;
	width: 160px;
	overflow: hidden;
	text-align: center;
	border: thin none #CCC;
	height: 250px;
}
ul
 {
 list-style-image:url('../images_page/bullet.png');
 padding: 0px;
 margin-left:15px;
 }
 .full_width_ht_auto {
	float: left;
	width: 920px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
.half_width_ht700 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 700px;
	overflow: hidden;
}
.half_width_ht650 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 650px;
	overflow: hidden;
}     
.half_width_ht600 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 610px;
	overflow: hidden;
	padding-bottom: 10px;
}  
.half_width_ht550 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 550px;
	overflow: hidden;
}  
.half_width_ht500 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 500px;
	overflow: hidden;
} 
.half_width_ht475 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 475px;
	overflow: hidden;
} 
.half_width_ht450 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 450px;
	overflow: hidden;
} 
 .half_width_ht400 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 400px;
	overflow: hidden;
}
.half_width_ht350 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 350px;
}
.half_width_ht300 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 300px;
}
.half_width_ht260 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 260px;
}
.half_width_ht250 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 250px;
}
.half_width_ht225 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 200px;
}
.half_width_ht200 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 200px;
}
.half_width_ht100 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 100px;
}
.half_width_ht50 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 50px;
}
.half_width_ht20 {
	float: left;
	width: 450px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}
