#showcase {
	width: 778px;
	height: 460px;
	float: right;
	margin: auto;
	padding: 0;
	background: #C5CABE url(img/showcase_bg.jpg);
}
#showcase .topcol {
	width: 778px;
	margin: 0;
	padding-left: 0;
	position: relative;
	text-align: left;
	left: 25px;
	top: 38px;
	z-index: 10;
}
.topcol .top2, .topcol .top3, .topcol .top4 {
	margin: 0;
	padding: 0 0 0 35px;
}
#showcase .downcol {
	width: 778px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	left: 25px;
	top: 102px;
	z-index: 10;
}
.downcol .top2, .downcol .top3, .downcol .top4 {
	margin: 0;
	padding: 0 0 0 35px;
}

#rtht {
	width: 346px;
	/*height: 460px;*/
	float: right;
	margin: auto;
	padding: 0;
	background: #C5CABE url(img/bg_inner.jpg) repeat-y;
}

#lftht {
	float: left;
	width: 400px;
	float: left;
	font: normal 12px arial, helvetica, sans-serif;
	text-align: justify;
}
#rtht img {
	border: solid 1px white;
}
#rtht .leftcol {
	width: 150px;
	float: left;
	margin:0;
	padding: 70px 0 0 0px;
}
.left2 {
	margin-top: 20px;
}
#rtht .rightcol {
	width: 150px;
	float: right;
	padding: 6px 20px 0px 0px;
}
.right2 {
	margin-top: 17px;
}
.right3 {
	margin-top: 25px;
}

#textrow {
	width: 400px;
	margin-left: 5px;
	margin-top: 15px;
	padding-left: 15px;
	padding-top: 10px;
	font: normal 12px arial, helvetica, sans-serif;
	text-align: justify;
	background: #C5CABE url(img/bg_text.jpg) repeat;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#lefttextwrap {
	margin: 0;
	padding: 10px 7px 0px 0px;
	text-align: right;
}
#lefttextwrap img {
	border: none;
}
#linewrap {
	float: right;
	margin-top: 70px;
	padding: 0;
	position: relative;
	background: url(img/line.png) no-repeat;
}
.subheadtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: justify;
	padding-top: 12px;
}
.title1 {
	float: right;
	width: 100%;
	padding-left: 4px;
	height: 20px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #5C6C53;
}

.title1#design { background: url(img/subtitle1_bg.jpg) no-repeat top right;}
.title1#manpower { background: url(img/subtitle2_bg.jpg) no-repeat top right;}
.title1#engineer { background: url(img/subtitle3_bg.jpg) no-repeat top right;}
.title1#execution { background: url(img/subtitle4_bg.jpg) no-repeat top right;}

.ssubheadtext {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #2B2B21;
	text-align: justify;
}
b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #205304;
	text-align: justify;
	padding-top: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #515148;
	text-align: justify;
}

h1 {
	font: bold 12px arial, helvetica, sans-serif;
	letter-spacing: 4px;
	background: #033F8B;
	height: 17px;
	padding: 3px;
	margin: 5px;
	color: #E0EDEC;
	text-align: center;
}
h5 {
	font: bold 12px arial, helvetica, sans-serif;
	letter-spacing: 1px;
	color: black;
	text-align: left;
}
h4{
	color: #173418;
	font: normal 11px Verdana, arial, helvetica, sans-serif;
	text-align: left;
	padding: 2px;
}
h4 ul li {
	list-style: url(img/bullet.jpg);
	height: 20px;
	}
/*---recent projects page---*/
#projrow {
	width: 760px;
	margin: 2px auto;
	background: #C5CABE url(img/bg_inner.jpg) repeat-y top right;
}

#projrow .left {
	padding: 2px;
	border: solid 1px white;
}

#projrow .right {
	background:white;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	margin: 0;
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
.right p { 
	font: normal 12px Verdana, arial, helvetica, sans-serif;
	text-align: justify;
	color: #133301;
	filter:alpha(opacity=100);
	-moz-opacity:.10;
	opacity:.10;
}
.right b { 
	font: bold 12px Verdana, arial, helvetica, sans-serif;
	color: #323232;
	filter:alpha(opacity=100);
	-moz-opacity:.50;
	opacity:.50;}

/*---eof recent projects page styles----*/

#thank {
	width: 600px;
	height: 450px;
	margin: auto;
	padding: 0;
	font: bold 14px Verdana, arial, helvetica, sans-serif;
	color: yellow;
	background: #C5CABE;
}

/*Used for News POpup Window */
div.flyout
{
	display: none;
	width: 543px;
	background-color: #ffffff;
	position: absolute;
	z-index: 99;
}
div.flyout_body
{
	display: none;
	width: 513px;
	position: absolute;
	z-index: 100;
	padding: 15px;
}
div.flyout.on,
div.flyout_body.on
{
	display: block;
	background-color: #CFD3C6;
}
.closeFlyout
{
	margin: 3px 25px 0px 0px;
	float: right;
	cursor: pointer;
	background-color: #C6CAB7;

}

input, textarea {
	text-align: left;
	vertical-align: middle;
	background: #E4EAE5;
	color: #000000;
	border: solid 1px #717171;
}