﻿div, form {
	margin: 0px;
	padding: 0px;
}
input[type=text], textarea {
	font-family: 'Lao UI';
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lao UI', Verdana, Tahoma;
	font-size: 12px;
	color: #706F73;
	line-height: 16px;
}
body > div#Container {
	margin: 0 auto;
	width: 990px;
	border: 1px solid #CCC;
}
a {
	text-decoration: none;
	outline: none 0;
}
a img, img {
	border-style: none;
}
ul, li {
	margin: 0;
	padding: 0;
}
.Clear {
	clear: both;
}
/********************
 **  CEG ID Styles **
 *******************/
a {
	color: #706F73;
}
a:hover {
	color: #f68428;
}
.CEG {
	color: #F58326;
	font-weight: bold;
}
h1 {
	margin: 10px 0 20px;
	font-size: 1.5em;
	color: #F89C52;
}
h3 {
	margin: 15px 0 10px;
	padding: 0;
	color: #F58326;
	font-size: 1em;
}
.PopupBackground {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	top: 0;
	left: 0;
	z-index: 200;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.PopupContainer {
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 20px;
	z-index: 201;
}
/*****************
 **  Header Top **
 *****************/
div#TopHeader {
	height: 160px;
	background: url('../images/design/top-header.jpg') no-repeat;
}
/*****************
 **  Search Bar **
 *****************/
div#Search {
	height: 35px;
	background-color: #f58326;
	border-top: 2px solid white;
	border-bottom: 1px solid white;
	color: White;
}
div#Search form {
	width: 250px;
	float: right;
	margin-right: 30px;
}
div#Search form span {
	display: inline-block;
	width: 60px;
	height: 20px;
	margin-top: 8px;
	font-weight: bold;
}
div#Search form input[type=text] {
	width: 140px;
	height: 20px;
	border: 0 none;
	margin-top: 8px;
	padding: 0 5px;
}
div#Search h1 {
	color: #F5DEB3;
	text-align: center;
}
/*****************
 **  Slide Show **
 *****************/
div#SlideShowContainer {
	height: 325px;
	position: relative;
	overflow: hidden;
	background: url('../images/design/slideshow-bg.png') no-repeat;
}
div#SlideShow {
	width: 660px;
	height: 300px; /*250px*/
	overflow: hidden;
	margin: 10px /*35px*/ auto 0;
	border: 3px #e8e8ea solid;
}
div#SlideShowContent {
	width: 200%;
	height: 100%;
}
div#SlideShowContent img {
	max-width:50%;
	float: left;
}
div#SlideShowContainer #btnSlidePrev, div#SlideShowContainer #btnSlideNext{
	position: absolute;
	top: 135px;
	z-index: 100;
	width: 20px;
	height: 60px;
}

div#SlideShowContainer #btnSlidePrev {
	left: 162px;
	background: url(../images/design/slide-left.png) no-repeat left top;
}

div#SlideShowContainer #btnSlideNext {
	right: 162px;
	background: url(../images/design/slide-right.png) no-repeat left top;
}

div#SlideShowContainer label#SlideLabel {
	position: absolute;
	width: 400px;
	padding: 0 15px;
	bottom: 9px;
	left: 280px;
	height: 30px;
	line-height: 30px;
	background-color: #f68428;
	color: #fff;
	font-weight: bold;
	opacity: 0.9;
	alpha(opacity=90);
}
div#SlideShowContainer label#Urgent  {
	position: absolute;
	width: 150px;
	padding: 0 15px;
	top: 25px;
	left: 230px;
	height: 30px;
	line-height: 30px;
	background-color: #f68428;
	color: #fff;
	font-size:1.6em;
}
/*
div#SlideShowContainer {
	height: 350px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #f68428;
	border-bottom: 1px solid #f68428;
	background-color: #adaeb1;
}
div#SlideShow {
	width: 750px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	border-left: 10px solid white;
	border-right: 10px solid white;
}
div#SlideShowContent {
	width: 1500px;
	height: 100%;
}
div#SlideShowContent img {
	float: left;
}
div#SlideShowContainer #btnSlidePrev {
	position: absolute;
	top: 50%;
	left: 90px;
	z-index: 100;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/design/slide-left.png) no-repeat left top;
}
div#SlideShowContainer #btnSlideNext {
	position: absolute;
	top: 50%;
	right: 90px;
	z-index: 100;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/design/slide-right.png) no-repeat left top;
}
div#SlideShowContainer label#SlideLabel {
	position: absolute;
	width: 400px;
	padding: 0 15px;
	bottom: 0px;
	right: 0px;
	height: 30px;
	line-height: 30px;
	background-color: #f68428;
	color: #fff;
	font-weight: bold;
	opacity: 0.9;
	alpha(opacity=90);
}
*/
/*****************
 *****  Menu  ****
 *****************/
div#Menu {
	height: 30px;
	line-height: 30px;
	font-size: 0.9em;
	background-color: #706f73;
	margin:8px 0;
}
div#Menu li {
	width: 86px;
	margin-right: -2px;
	float: left;
	list-style-type: none;
	text-align: center;
	background: url('../images/design/menu-sap.png') no-repeat scroll left center;
}
div#Menu li:first-child {
	width:200px;
	background-image: none;
}
div#Menu li#Urgent {
	width:200px;
	font-weight: bold;
}
div#Menu li#Urgent a {
	color:#f68428;
}
div#Menu li.Selected {
	background-color: #f68428;
	font-weight: bold;
}
div#Menu a {
	color:#F5F5F5;
	display: block;
}
div#Menu li.Selected a {
	color: White;
}
/*****************
** Main Content **
*****************/
div#MainContainer {
	min-height: 400px;
}
div#CategoryList {
	width: 200px;
	float: left;
}
div#AllContent {
	width: 790px;
	float: left;
}
div.RightBlock h2, div.LeftBlock h2 {
	background1: url('../images/design/right-title.png') repeat-y right;
	background-color:#cdcdd0;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin: 0;
	padding: 0 10px 0 0;
	color: #717174;
}
div.RightBlock > ul {
	font-size: 0.9em;
	line-height: 20px;
	list-style-type: none;
	padding-top: 10px;
	padding-left: 30px;
}
div.RightBlock li.Selected a {
	color: #F58326; /* Site Visual ID */;
	color: #D6650A;
	font-weight: bold;
}
div.LeftBlock h2 {
	background1: url('../images/design/left-title.png') repeat-y left;
	text-align: left;
	padding: 0 0 0 10px;
}
div.LeftBlock > div {
	border-left: 1px solid #fcc190;
	padding: 20px;
	min-height: 80px;
	line-height: 20px;
}
div.LeftBlock > div.NoBorder {
	border-left: 0px none;
}
div#MainFooter {
	width: 100%;
	padding: 20px 0;
	font-size: 0.8em;
	line-height: 18px;
	font-weight: 100;
}
div#MainFooter div.LeftSide {
	width: 481px;
	padding-left: 50px;
	border-right: 1px solid #fcc190;
	float: left;
}
div#MainFooter div.LeftSide li {
	width: 120px;
	height: 15px;
	list-style-type: none;
	float: left;
}
div#MainFooter div.LeftSide li.Selected a{
	color:#D6650A;
}
div#MainFooter div.RightSide {
	width: 435px;
	padding-left: 15px;
	float: left;
	text-align: justify;
}
div#MainFooter div.RightSide li {
	width: 190px;
	height: 15px;
	padding-left: 20px;
	list-style-type: none;
	float: left;
}
div#MainFooter div.RightSide li.Selected a{
	color:#D6650A;
}
div#MainFooter h2 {
	display:none;
}

/****************
** Site Footer **
*****************/
div#Footer {
	height: 50px;
	padding: 0 20px;
	border-top: 2px solid #F58326;
	background-color: #706F73;
	line-height: 50px;
	color: White;
	font-size: 0.9em;
}
div#Footer img {
	vertical-align: middle;
}
div#Footer p.LeftSide {
	margin: 0;
	padding: 0;
	float: left;
}
div#Footer p.MiddleSide {
	width: 610px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
div#Footer p.MiddleSide span {
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #F58326;
}
div#Footer p.RightSide {
	margin: 0;
	padding: 0;
	float: right;
}
/********************
*** Shared Blocks ***
********************/
div#RecentProject {
	width: 235px;
	width: 200px;
	float: left;
}
div#RecentProject img {
	max-width:100%;
}
/*****************
*** Home Page  ***
*****************/
div#HomeBlock {
	width: 349px;
	float: left;
	padding: 35px 20px 20px 20px;
	border-left: 1px solid #fcc190;
}
div#HomeBlock img {
	margin-top: 30px;
	border: 1px solid #a1a1a5;
	max-width: 100%;
}
div#HomeRight {
	width: 200px;
	float: left;
}
/******************
*** About Page  ***
******************/
div#Brief {
	width: 440px;
	float: left;
	text-align: justify;
}
div#Brief img {
	width: 300px;
	margin: 20px 0;
}
div#Chairman {
	width: 350px;
	float: left;
}
div#Chairman img.ChairmanPhoto {
	float: left;
	width: 100px;
}
div#Chairman h4 {
	margin: 10px 0 0 10px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: inherit;
}
div#Chairman h4 span {
	color: #F58326;
}
div#Chairman p.Speech {
	margin-top: 40px;
	line-height: 18px;
}
div#Chairman p.Speech .Start {
	font-size: 1.3em;
	font-weight: bold;
}
div#Chairman p.Speecher {
	margin: 40px 0 40px 180px;
	line-height: 18px;
	font-style: italic;
}
/*****************
*** Chart Page ***
******************/
/********************
*** Category Page ***
*********************/
div#CategoryBlock {
	width: 550px;
	float: left;
	padding: 30px 0;
	border-left: 1px solid #FCC190;
}
div#CategoryBlock ul {
	margin-left: 15px;
}
div#CategoryBlock li {
	width: 110px;
	height: 110px;
	margin-bottom: 20px;
	margin-left: 15px;
	border: 1px solid #F58326;
	list-style-type: none;
	float: left;
	position: relative;
	overflow: hidden;
}
div#CategoryBlock li img {
	max-width: 110px;
	max-height: 110px;
}
div#CategoryBlock li span {
	display: block;
	position: relative;
	height: 25px;
	line-height: 25px;
	top: -25px;
	background-color: #F58326;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
div#CategoryBlock a {
	display: block;
	color: white;
}
/*********************
*** Projects Pages ***
**********************/
div#ProjectBlock {
	width: 550px;
	float: left;
	padding: 30px 0;
	border-left: 1px solid #FCC190;
}
div#ProjectBlock ul {
	margin-left: 10px;
}
div#ProjectBlock li {
	width: 115px;
	height: 150px;
	margin-bottom: 15px;
	margin-left: 15px;
	list-style-type: none;
	float: left;
	overflow: hidden;
}
div#ProjectBlock li img {
	max-width: 110px;
	max-height: 110px;
	text-align: center;
}
div#ProjectBlock li > a {
	width:115px;
	height: 110px;
	display: table-cell;
	border: 1px solid #F58326;
	vertical-align:middle;
	text-align:center;
}
div#ProjectBlock li span {
	display: block;
	margin-top: 5px;
	height: 30px;
	line-height: 15px;
	font-size: 0.9em;
	text-align: center;
}

div#ProjectDetails {
	width: 900px;
	height: 500px;
	display: none;
	background-color: white;
	border: 1px #ccc solid;
}
div#ProjectDetails div#ProjectImage {
	float: right;
	width: 500px;
	height: 450px;
	margin: 20px;
}
div#ProjectDetails div#ProjectImage img {
	border: 1px solid #F58326;
	max-width: 500px;
	max-height: 450px;
}
div#ProjectDetails ul {
	float: left;
	width: 340px;
	margin: 20px 0 0 20px;
	list-style-type: none;
}
div#ProjectDetails li {
	margin: 10px 0;
}
div#ProjectDetails span {
	font-weight: bold;
}
div#ProjectDetails h1 {
	font-size: 2.5em;
	margin: 0 0 40px;
	line-height: 40px;
}
/********************
*** Careers Pages ***
*********************/
div#CareersBlock {
	border-left: 1px solid #FCC190;
	float: left;
	padding: 0 10px 80px;
	width: 569px;
}
div#CareersBlock ul {
	list-style-type:none;
}

div#CareersBlock ul h2
{
	height:35px;
	font-size: 1.2em;
	font-weight: bold;
	line-height:35px;
	text-align:center;
	margin: 0;
	color:white;
	background:transparent url('../images/design/career/header-bg.png') repeat-x;
}
div#CareersBlock ul div
{
	padding:20px;
	border:2px #e5e5e5 solid;
	border-top:0 none;
}

div#CareersBlock ul div ul
{
	list-style-type:disc;
	list-style-position:inside;
}
div#CareersBlock ul div li
{
    padding-left: 15px;
    text-indent: -15px;
}
div#CareersBlock ul div h3:first-child
{
	margin-top:0;
}
div#CareersBlock ul div a.ApplyNow
{
	display:block;
	color:#f58326;
	text-align:right;
	margin-top:15px;
	margin-right:20px;
	font-style:italic;
	font-size:1.1em;
	text-decoration:underline;
}

div#CareersBlock form {

}
div#CareersBlock form p {
	margin: 0;
	margin-bottom: 5px;
}
div#CareersBlock form label {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
div#CareersBlock form input[type=text], div#CareersBlock form input[type=password], div#CareersBlock form textarea {
	width: 300px;
	height: 18px;
	padding: 2px 5px;
	border: 1px solid #ADAEB1;
	color: #706F73;
	vertical-align: top;
}
div#CareersBlock form select {
	width: 312px;
	height: 24px;
	padding: 2px 5px;
	border: 1px solid #ADAEB1;
	color: #706F73;
	font-size: 1em;
	vertical-align: middle;
}
div#CareersBlock form textarea {
	height: 60px;
	overflow: auto;
	min-height: 60px;
	min-width: 300px;
	max-width: 300px;
}
div#CareersBlock form select#Day {
	width: 75px;
}
div#CareersBlock form select#Month {
	width: 140px;
}
div#CareersBlock form select#Year {
	width: 91px;
}
div#CareersBlock form option {
	height: 20px;
}
div#CareersBlock form input[type=submit] {
	border: 1px solid #ADAEB1;
	color: #706F73;
	font-size: 1em;
}
div#CareersBlock form input[type=file] {
	width: 310px;
	border: 1px solid #ADAEB1;
	color: #706F73;
}
div#CareersBlock form span.Star {
	display: inline-block;
	width: 10px;
	text-align: right;
	color: red;
}
div#CareersBlock form input.error, div#CareersBlock form select.error, div#CareersBlock form textarea.error {
	border: 1px solid red;
}
div#CareersBlock form label.error {
	display: inline;
	width: 1px;
}
div#CareersBlock form p.error {
	background-color: #f68428;
	color: white;
	text-align: center;
	line-height: 25px;
}

/*****************
*** Contact Us ***
******************/
div.ContactBranch {
	width:350px;
	height:160px;
	float: left;
	margin:0 20px 20px 0;
}
div.ContactBranch img {
	max-width:160px;
	max-height:150px;
	float:left;
	margin-right:10px;
	border:1px #a0a0a4 solid;
}
div.ContactBranch h3 {
	margin:0;
	font-size:0.9em;
}
div.ContactBranch p {
	margin:0;
	font-size:0.8em;
	line-height:15px;
}


/*****************
*** Our Client ***
******************/
div#ClientLogoContainer
{
	text-align:center;
	padding-top:30px;
}

div#ClientLogoContainer > img
{
	max-width:100px;
	max-height:100%;
	margin-bottom:10px;
}




/***************************
*** Services And Offices ***
***************************/
div.LeftBlock ul {
	list-style-position:inside;
}
div.LeftBlock ol {
	list-style-position:outside;
	padding-left:40px;
	line-height:20px;
}
div.LeftBlock ol ol{
	list-style-type: lower-alpha;
}

/** Admin Pages */
/*****************
*** Login Page ***
******************/
form#Login {
	width: 500px;
	margin: 20px auto;
}
form#Login p {
	margin: 0 0 5px;
}
form#Login p.Error {
	text-align: center;
	color: red;
}
form#Login label {
	display: inline-block;
	width: 150px;
}
form#Login input[type=text], form#Login input[type=password] {
	width: 200px;
	height: 18px;
	border: 1px solid #ADAEB1;
	padding: 2px 5px;
	color: #706F73;
}
form#Login input[type=submit] {
	width: 100px;
	border: 1px solid #ADAEB1;
	padding: 2px 5px;
	color: #706F73;
}
/*************************
*** CV Management Page ***
*************************/
table#CV {
	width: 90%;
	border-collapse: collapse;
	margin: 0 auto;
}
table#CV th {
	line-height: 30px;
	background-color: #CCCCCC;
}
table#CV td {
	padding: 5px 10px;
	vertical-align: top;
}
table#CV ol {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-position: inside;
}
table#CV tr.Selected {
	background-color: #F5DEB3;
}
{
	padding:5px 10px;
	vertical-align:top;
}
/* Pagination */
.Pagination {
	text-align: center;
	background-color: #CCCCCC;
}
.Pagination strong, .Pagination a {
	display: inline-block;
	width: 10px;
	line-height: 30px;
}
