body {
	background-color: #D1D1D1;
	background-image: url(../images/main-bg-6.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-y;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bp1{
	background-image: url(../images/bp1.jpg);
	padding:9px 10px 10px 40px;
	margin-bottom:16px;
	width:483px;
	height:14px;
	font-weight:bold;
}
.18_orange{
	color:#ff9900;
	font-size:18px;
}
.top_container{
	position:relative;
	width:970px;
	padding-top:0px;
	background-color:#FF0;
	text-align:left;
}
.top_menu {
	position:absolute;
	top:104px;
	height:69px;
	width: 970px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	background:url(../images/nav_bg.gif);
	font-weight:bold;
}
.date{
	position:absolute;
	left:25px;
	width:230px;
	height:20px;
	text-align:left;
	top:27px;
	color:#FFF;
}
.contact {
	position:absolute;
	left:275px;
	width:665px;
	top:27px;
	height:20px;
	text-align:right;
	color:#FFF;
}

.main_menu {
	background-image:url(../images/menu_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	position: absolute; /* adding position: relative allows you to position the two sidebars relative to this container */
	top:163px;
	padding-top:10px;
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0px;
	height:35px;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.main_menu2 {
	background-image:url(../images/menu_bg3.gif);
	background-color:#000;
	background-position:center;
	background-repeat:no-repeat;
	position: static; /* adding position: relative allows you to position the two sidebars relative to this container */
	top:10px;
	padding-top:10px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0px;
	height:40px;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.left {
	position: absolute;
	background-repeat:no-repeat;
	background-position:bottom;
	top: 180px;
	left: 0px;
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width*/
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.left_bg {
	position: absolute;
	background-image:url(../images/projects_bg.jpg);
	left: 0px;
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width*/
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.left_footer {
	position:inherit;
	background-image:url(../images/projects_bottom_bg.jpg);
	background-repeat:no-repeat;
	left: 0px;
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width*/
	height:24px;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.right {
	position: absolute;
	right: 10px;
	top: 210px;
	margin-right:0px;
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:575px;
	background:#FFF;
	text-align:center;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.main_body{
	position:relative;
	margin-top:0px;
	width:970px;
}

.container{
	position:relative;
	width:970px;
	padding-top:210px;
	background-image:url(../images/sh_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}


.content{
	background-image:url(../images/content_bg.gif);
	background-position:center;
	background-position:bottom;
	padding-top:30px;
	padding-left:45px;
	padding-right:60px;
	margin-bottom:30px;
	position:relative;
	top:30px;
	left: 190px;
	width:530px;
	min-height:610px;
}
.content_header{
	position:absolute;
	top:200px;
	left: 190px;
	width:635px;
	height:64px;
}

.footer{
	position:relative;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	width:930px;
	height:102px;
	background-image:url(../images/footer_bg.jpg);
}
.footer_cells{
	background-image:url(../images/v_divide.gif);
	padding-left:10px;
	color:#FFF;
}

.header{
	position:absolute;
	background-image:url(../images/header_bg.gif);
	padding-left:0px;
	padding-top:px;
	top:0px;
	left:0px;
	height:134px;
	width: 970px;
}
.header_left{
	text-align:right;
	position:absolute;
	padding-left:20px;
	padding-top:21px;
	height:90px;
	width: 373px;
}
.header_right{
	position:absolute;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	top:0px;
	left:413px;
	height:124px;
	width: 501px;
}
.progress{
	width:514px;
	margin-bottom:20px;
	background-color:#CCC;
	padding: 10px;
}.prtext{
	margin-top:10px;
}
.recent-projects{
	background-color:#CCC;
	padding:10px;
	height:236px;
}
#contact {
	color:#FFF;
	clear: both;	
}
	#contact-content {
		text-align: right;
		float:right;
		clear: both;
		width: 678px;
		/*height: 62px;*/
		background: url(../images/contact_bg.png) repeat-y left top;
		margin: 0 auto;
		/*float: left;*/
		padding: 0px 0px 0px 0px;
	
		font-size: 12px;
		padding-top: 0px;
	}
		#contact-content p {
			margin: 0;
			/*padding: 0;*/
		}
		#contact-content .contact-menu {
		margin: 0;
		padding: 0;
		list-style: none;
}
		#contact-content .contact-menu li {
			float: right;
			padding: 0 5px;
			margin: 0;
		}
			#contact-content .contact-menu li a {
				padding: 0;
}
#contact2 {
	position:relative;

	clear: both;
	width: 450px; height: 27px;
	left: 180px;
	/*left: 180px;   extra link*/
}
	#contact-content2 {
		text-align: left;
		left:0px;
		clear: both;
		width: 800px;
		/*height: 62px;*/
		background: url(../images/contact_bg.png) repeat-y left top;
		margin: 0 auto;
		/*float: left;*/
		padding: 0 5px;
	
		font-size: 12px;
		padding-top: 0px;
	}
		#contact-content2 p {
			margin: 0;
			/*padding: 0;*/
		}
		#contact-content2 .contact-menu2 {
		margin: 0;
		padding: 0;
		list-style: none;
}
		#contact-content2 .contact-menu2 li {
			float:left;
			padding: 0 14px;
			margin: 0;
		}
			#contact-content2 .contact-menu2 li a {
				padding: 0;
}
.print-holerd{
	position:relative;
	width:530px;
}
.print{
	position:relative;
	left:0px;
	width:260px;
}
