/*
GPR Service 
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background: #9A99FF url(../images/body_top.jpg) repeat-x;
}

a:link, a:visited {
	color: #0A09CF;
	text-decoration: underline;
} 
a:active, a:hover {
	color: #F00;
	text-decoration: none;
}

.button_01 a {
	display: block;
	width: 135px;
	height: 38px;
	padding: 14px 0 0 0;
	background: url(../images/read_more.png) no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button_01 a:hover {
	text-decoration: underline;
}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.margin_r10 { margin-right: 10px; }

.float_l { float: left; }
.float_r { float:  right; }

#wrapper_outer {
	width: 100%;
	background: url(../images/body_bottom.jpg) repeat-x bottom;	
}

#wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(../images/body_top.jpg) top no-repeat
}

#header {
	height: 140px;
}

/* site title */

#header  #site_title {
	float: left;
	width: 155px;
	padding: 35px 0 0 0;
}


#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title a span {
	display: block;
	color: #d1e0f3;
	font-size: 13px;
	margin-left: 10px;
}
/* end of site title */

/* menu */
#header #menu {
	float: right;
	height: 36px;
	margin-top: 90px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	width: 65px;
	margin-left: 10px;
	padding: 6px 5px 0 5px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #fff;	
	font-weight: normal;
	outline: none;
}

#menu li a:hover, #menu li .current {
	background: url(../images/menu_hover.png) no-repeat;
}
/* end of menu */

/* content */
#content_wrapper {
	clear: both;
	width: 940px;
	padding: 10px 10px;
	background: url(../images/content_middle.png) repeat-y;
}

#content_wrapper_top {
	width: 960px;
	height: 18px;
	background: url(../images/content_top.png) no-repeat;
}

#content_wrapper_bottom {
	width: 960px;
	height: 18px;
	background: url(../images/content_bottom.png) no-repeat;
}

/* banner */
#banner {
	width: 900px;
	height: 210px;
	margin: 5px 20px;
	padding: 0px;
	overflow: visible;
}

#banner .frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 910px;
	height: 264px;
	z-index: 20000;
	background: url(../images/slider_frame.png) no-repeat;
}
/* end of banner */

#content {
	clear: both;
	padding: 20px 20px 0 20px;
}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#content p {
	margin: 0 0 10px 0;
	text-align: justify;
}

.full_width {
	clear: both;
	width: 100%;
	margin: 0 0 30px 0;
}

.section_w280 {
	float: left;
	width: 260px;
	padding: 0 10px 0 10px;		
}

.w280_bg {
	padding-bottom: 50px;
	background: url(../images/box_bottom.png) no-repeat center bottom;
}

.section_w590 {
	float: left;
	width: 590px;
}

.margin_r_30 { margin-right: 30px; }

.section_w280 h2, .section_w590 h2 {
	height: 35px;
	padding: 15px 0 0 60px;
}

.section_w280 .services { background: url(../images/service_icon.png) no-repeat bottom left;  }

.section_w280 .portfolio { background: url(../images/portfolio_icon.png) no-repeat bottom left; }

.section_w280 .project { background: url(../images/project_icon.png) no-repeat bottom left; }

.section_w590 .current_activities { background: url(../images/calendar_icon.png) no-repeat bottom left; }

.section_w280 .newsletter { background: url(../images/newsletter_icon.png) no-repeat bottom left; }

.divider {
	border-bottom: 1px solid #d6d6d6;
}

.service_list {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}
.service_list li {
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url(../images/list.png) no-repeat left center;
}

.section_w280 img {
	margin-bottom: 10px;
}

.project_gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

.project_gallery li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 99px;
	background: url(../images/recent_project_frame.png) no-repeat;
}

.project_gallery li a {
	display: block;
	margin: 8px;
}

.project_gallery li a img {
	width: 114px;
	height: 83px;
}



/* footer */
#footer {
	clear: both;
	width: 1000px;
	padding: 20px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

#footer a {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
/* end of footer */




h1 {
	font-size: 24px;
	color: #F00;
	margin: 0 0 30px 0;
	padding: 5px 0;
}
h2 {
	font-size: 24px;
	color: #006;
	margin: 0 0 20px 0;
	padding: 0;
}
h3 {
	font-size: 21px;
	color: #3C3CFF;
	margin: 0 0 20px 0;
	padding: 0;
}
h4 {
	font-size: 16px;
	color: #006;
	margin: 0 0 12px 0;
	padding: 0;
	text-indent: 10px;
	border-left: solid #ff0000 6px;
	font-family: "Times New Roman", Times, serif;
}
h5 {
	font-size: 15px;
	color: #369;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #369;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h5 {
	clear: both;
	width:100%;
	height: 5px;
}
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r35 { margin-right: 35px; }


.cleaner_h15_dot {
	clear: both;
	width:100%;
	height: 15px;
	border-bottom-style: dotted;
	border-color: #999;
	border-width: 1px;
	position: static;
	margin-bottom: 25px;
}

.tahoma_red {
	font-size: 12px;
	color: #C00;
}
.box_date {
	marigin: 0px 20px 0px 20px;
	font-size: 14px;
	color: #FFF;
	background-color: #B11F29;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cleaner_space {
	clear: both;
	width:120px;
	height: 60px;
}
.tahoma_purple {
	font-size: 12px;
	color: #60C;
}
.tahoma_blue {
	font-size: 12px;
	color: #39F;
}
.tahoma_green {
	font-size: 12px;
	color: #393;
}
.tahoma_organge {
	font-size: 12px;
	color: #F60;
}
.service_list2 {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}
.image_wrapper {
	padding: 5px;
	border: 1px solid #999999;
	background: #e9e9e9;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}
.margin_r_30_l_30 {
	margin-right: 30px;
	margin-left: 30px;
}
