@charset "utf-8";
/* CSS Document */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pub style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	margin: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #565656;
	line-height: 1.5em;
	_behavior: url("css/csshover3.htc");
}
ul.nolist, ul.nolist li { margin: 0px; padding: 0px; list-style: none; }
img { border: none; }
input { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
h1 {
	font-size: 22px;
}

h2 {
	font-size: 16;
}
h3 {
	font-size: 14;
}
p {
	margin: 10px 0px
}

a {
	color: #036;
	text-decoration: underline;
}
a: hover {
	text-decoration: none;
}

.fw { font-weight: 600; }
.fc_white { color: #FFF; }
.fc_black { color: #000; }
.fc_red { color: red; }
.fc_red2 { color: #036; }
.fc_blue { color: #036; }
.clear { clear: both; } 
.cnter { text-align: center; }
.f11 { font-size: 11px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
h1.homeTitle {
	text-align: justify;
	font-size: 18px;
}
.textjust { text-align: justify; }
.tr { text-align: right; } 
.tc { text-align: center; }

#header, #content, #footer, #footer2 { width: 950px; margin: 0px auto; }

#aboutPECHight { height: 855px; }
#aboutReferencesHight { height: 720px; }
#whyLeftHight { height: 950px; }
#TPALeftHight { height: 1050px; }
#portfolioHight { height: 650px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#topnav {
	height: 33px;
	/*border: 1px solid #000;*/
	background: #fff url(../images/topnav_bg.gif) top left no-repeat;
	position: relative;
}

#footer {
	margin-top: 17px;
	height: 33px;
	line-height: 33px;
	background: url(../images/footer_bg.gif);
	text-align: center;
	color: #fff;
}

#footer2 {
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ content style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content {
	margin-top: 17px;
	/*-webkit-border-radius: 6px;     for Safari */
	/*-moz-border-radius: 6px;        for Firefox */
	background: #efefef url(../images/box_bottom.gif) no-repeat bottom left;
	/*border: 1px solid green;*/
}

#content_inner {
	margin-bottom: 16px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 930px;
	padding: 10px;
	background: transparent url(../images/box_top.gif) no-repeat top left;
	/*border: 1px solid red;*/
}

.title a {
	text-decoration: none;
}

ul.noindent {
	margin-left: 1.5em;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.rounded_colhead {
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
}

