body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
    background-color: #909bb4;
}

.affiliates{padding-left:8px;
}

span {font-size:10px;}

p.padding{padding-right:60px;}
		
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; }
p.indent {text-indent:25px; text-align:justify;}
p.linkfarm {color:#ffffff; font-size:9px;}
p.linkfarm a, a:hover, a:visited{color:#0000ff;}

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; }
.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_r40 { margin-right: 40px; }

.h_divider { display: block; width: 100%; height: 5px; background: url(images/divider.png) repeat-x; }

.readmore a {
	clear: both;
	display: block;
	margin-top: 10px;
	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.png) no-repeat;
}

#menu ul {
	width: 880px;
	margin: 0 auto;
	padding: 26px 10px 0 10px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	height: 25px;
	padding: 5px 20px 0 20px;
	margin-right: 1px;
	text-align: center;
	font-size: 12px;
	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 */

#content_wrapper_outter {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: url(images/body.png);
	background-repeat: repeat-y;
	background-position: top;
}

#content_wrapper {
	width: 830px;
	padding: 40px 75px 0 75px;
	background: url(images/body_top.png);
	background-repeat: no-repeat;
	background-position: top;
}

.content_section {
	clear: both;
	margin-bottom: 40px;
	margin-top:10px;
}

.section_w530 {
	float: left;
	width: 530px;
}

.section_w240 {
	float: right;
	width: 240px;
}

.content_section h2 {
	padding: 0 0 10px 25px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-size: 18px;
	text-decoration:underline;
}

.section_w150 {
	float: left;
	width: 150px;
}
.section_w175 {
	float: left;
	width: 175px;
	background:#909bb4 url(images/175.png) no-repeat top;
}
.section_w200 {
	float: left;
	width: 200px;
}
.section_w350 {
	float: left;
	width: 350px;
}
.section_w400 {
	float: left;
	width: 400px;
}
.section_w550 {
	float: left;
	width: 550px;
}
.project_image {
	margin-bottom: 10px;
}

.news_box {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #8a9ba8;	
	color: #ffffff;
}

.news_box .post_info {
	color: #00ff00;
}

.news_box .post_info a {
	color: #ffffff;
}

.news_box .post_info span {
	color: #ff0000;
}

.news_box a {
	color: #0000ff;
}

.features {
	margin: 0 5px 0 5px;
	padding: 0px;
	list-style: none;
	display:block;
}

.features li {
	text-align:justify;
	color: #ffffff;
	font-size:12px;
}

.service {
	margin: 0 5px 0 5px;
	padding: 0px;
	list-style: none;
}

.service li {
	text-align:justify;
	color: #ffffff;
	font-size:12px;
}

#footer {
	width: 840px;
	height: 105px;
	color: #ffffff;
	padding: 5px 70px 0 70px;
	background: url(images/footer.png) no-repeat;
	margin:auto;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	text-decoration:underline;
}
#paging {
	overflow: hidden;
	
}
#paging #prev {
	float: left;
	cursor: pointer;
}
#paging #next {
	float: right;
	cursor: pointer;
}
.error{
	color: #ff0000;
}
