#about_content{
	border-right: 1px solid #ececec;
	padding-bottom: 80px;
	padding-right: 20px;
}

.about_title{
	padding-left: 10px;
	margin: 30px 0 20px 0;
}
.about_title .divider-points {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 450px;
	right: 0;
	top: -9px
}
.about_title .divider-points3 {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 500px;
	right: 0;
	top: -9px
}
.about_title .divider-points4 {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 460px;
	right: 0;
	top: -9px
}
.about_title .divider-points5 {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 510px;
	right: 0;
	top: -9px
}
.about_title .divider-points6 {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 490px;
	right: 0;
	top: -9px
}
.about_title .divider-points7 {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 610px;
	right: 0;
	top: -9px
}
.about_title .divider-points8 {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 570px;
	right: 0;
	top: -9px
}
.about_content{
    left: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 10px;
}

#about_team{
	margin-top: 40px;
	padding-left: 10px;
}
.about_title .divider-points2{
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 515px;
	right: 0;
	top: -9px
}
#about_team h6{
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
}

#about_team p{
	color: #595959;
	font-size: 1.1em;
	padding-top: 4px;
	padding-bottom: 2px;
}

#about_team a{
	font-family: "Helvetica", "Arial";
	color: #ababab;
	font-size: 1.1em;
	text-decoration: none;
}

#about_team a:hover{
	color: #23ACB9;
}

.myphoto{
	float: left;
	margin-right: 15px;
	background: url(../img/m-photoabout.png) no-repeat;
	width: 107px;
	height: 105px;
}

.myphoto img{
	position: relative;
	left: 6px;
	top: 6px;
}

#team1{
	width: 50%;
	float: left;
}

.team_second_row{
	clear: both;
	margin-top: 90px;
}

#team3{
	width: 50%;
	float: left;
}

#sidebar_content{
	margin-top: 30px;
	width: 188px;
}

.sidebar_widget{
	padding-bottom: 0px;
	background: url(../img/recent_worksborder.png) repeat-x left bottom;
	
}
.withtop{
	margin-top: 20px;
}

.sidebar_widget h5{
	background-color: #4098A6;
	color: white;
	font-family: "Droid Sans", "Arial";
	font-size: 1em;
	padding: 4px 0 3px 8px;
	position: relative;
	float: left;
	width: 96%;
	margin-bottom: 4px;
}

.sidebar_widget p{
	padding-top: 3px;
	font-family: "Helvetica Neue", "Arial";
	color: #b0b0b0;
	text-align: justify;
	font-size: 11px;
}

.downarrow{
	background: url("../img/downarrow.png") no-repeat scroll 0 0 transparent;
    height: 6px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 11px;
}

withtop .downarrow{
	background: url("../img/downarrow.png") no-repeat scroll 0 0 transparent;
    height: 6px;
    position: absolute;
    right: 28px;
    top: 42px;
    width: 11px;
}
.sidebar_widget a:hover .overlay {
			position: absolute; 
			background: url(../img/moreinfo.png) 0 -18px no-repeat;
			width: 24px;
			height: 36px;
			margin: 112px 0 0 160px;
			z-index:10;
		}
		
.sidebar_widget a:hover .overlay:hover {
			background: url(../img/moreinfo.png) 0 18px no-repeat;
			margin: 94px 0 0 160px;
		}