/*
CSS Credit: http://www.templatemo.com
*/

/* 
Biograph Template 
http://www.templatemo.com/preview/templatemo_174_biograph 
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
    background: #3f3f3f url(images/templatemo_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; }
.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/templatemo_divider.png) repeat-x; }

.readmore a {
	clear: both;
	display: block;
	margin-top: 10px;
	width: 98px;
	height: 27px;
	background: url(images/templatemo_readmore.png) no-repeat;
}

.readmore a:hover {
	background: url(images/templatemo_readmore_hover.png) no-repeat;
}

#templatemo_wrapper {
	width: 980px;
	margin: 0 auto;
}

/* menu */

#templatemo_menu {
	width: 980px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
    background: url(images/templatemo_menu.jpg) no-repeat;
}

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

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

#templatemo_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;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #ffffff;
	background-image: url(images/templatemo_menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* end of menu */

/* site title */

#templatemo_header {
	width: 980px;
	height: 128px;
	margin: 0 auto;
	background: url(images/templatemo_header.jpg);
	background-repeat: no-repeat;
}

#templatemo_header #site_title {
	padding-top: 35px;
	width: 980px;
	text-align: center;
}

#templatemo_header a {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/* end of site title */

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

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

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

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

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

.content_section h2 {
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	color: #5e6972;
	font-size: 18px;
	background: url(images/templatemo_header.png) left bottom no-repeat;
}

.section_w250 {
	float: left;
	width: 250px;
}

.project_image {
	border: 5px solid #4d5359;
	margin-bottom: 10px;
}

.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/templatemo_list.png);
}

.service li {
	margin: 0;
	color: #3aa5cd;
	padding: 0 0 10px 15px;
}

#templatemo_footer {
	width: 840px;
	height: 105px;
	color: #666;
	padding: 5px 70px 0 70px;
	background: url(images/templatemo_footer.jpg) no-repeat;
}

#templatemo_footer a {
	color: #666;
}

#templatemo_footer a:hover {
	color: #333;
}