body {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
    background: #3f3f3f url(images/body.jpg) repeat;
}
a:link, a:visited { color: #3aa5cd; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #FFFF00; text-decoration: underline; }
p { margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: none; }
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.margin_r40 { margin-right: 10px; }

.h_divider { display: block; width: 100%; height: 5px; background: url(images/divider.png) repeat-x; }

.readmore a {
	clear: both;
	display: block;
	margin-top: 2px;
	width: 98px;
	height: 27px;
	background: url(images/readmore.png) no-repeat;
}

.readmore a:hover {
	background: url(images/readmore_hover.png) no-repeat;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* menu */

#menu {
	width: 980px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
    background: url(images/menu.jpg) no-repeat;
}

#menu ul {
	width: 640px;
	margin: 0 auto;
	padding: 28px 10px 0 150px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	height: 25px;
	padding: 5px 5px 0 5px;
	margin-right: 1px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #000000;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #ffffff;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* end of menu */

/* site title */

#header {
	width: 980px;
	height: 128px;
	margin: 0 auto;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header #site_title {
	padding-top: 35px;
	width: 980px;
	text-align: center;
}

#header a {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/* end of site title */

#content_wrapper_outter {
	clear: both;
	width: 980px;
	margin:0 auto;
	background: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#content_wrapper {
	width: 880px;
	padding: 20px 25px 0 75px;
}

.content_section {
	clear: both;
	margin-bottom: 10px;
}

.section_left {
	width: 280px;
	float:left;
}
.section_mid {
	width: 250px;
	float:left;
}
.section_right {
	width: 240px;
	float:left;
}
.listleft {
	width: 560px;
	float:left;
}

.content_section h2 {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 18px;
	background: url(images/header.png) left bottom no-repeat;
}

.project_image {
	border: 2px solid #4d5359;
	margin: 5px;
	float:left;
}
.ptop
  {
  text-indent:20px;
  padding: 0 25px 5px 5px;
  line-height:18px;
  }


.news_box {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #8a9ba8;	
	color: #ffffff;
}

.news_box .post_info {
	color: #999999;
}

.news_box .post_info a {
	color: #ffffff;
}

.news_box .post_info span {
	color: #ffffff;
}

.news_box a {
	color: #3aa5cd;
}

.service {
	margin: 15px 0 0 20px;
	padding: 0px;
	list-style-image: url(images/list.png);
}

.service li {
	margin: 0;
	color: #3aa5cd;
	padding: 0 0 10px 15px;
}

#footer {
	width: 100%;
	height: 105px;
	color: #666;
	padding: 5px 70px 0 70px;
	background: url(images/footer.jpg) no-repeat;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #333;
}