.main1 {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 10px;
}
.textblock {

    margin-top: 36px;
}
.portfolio4column {
    width: 1180px;
	margin:0 auto;
}
.one_fourth {
    width: 22%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
    margin-right: 4%;

    float: left;
}
h5.teaserheadline {
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 13px;
    text-transform: uppercase;
}
h5.teaserheadline img {
    float: left;
    margin-right: 10px;
}
h5.teaserheadline span {
    font-size: 7px;
    font-family: Arial, Helvetica, sans-serif;
    color: #C3C3C3;
    font-weight: 100;
}
.one_fourth p {
   color: #666666; height: 225px; margin: 0 0 12px 0; font-size: 14px; line-height: 2;
}
a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #777;
    border: 0;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid #444;
    text-shadow: 0px 1px 0px #444;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
}
.lastcolumn {
    margin-right: 0 !important;
    clear: right;
}
.divide{position:relative;}
.divide h3 {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
	line-height:40px;
	border-bottom: 1px solid #ddd;
	padding-top:10px;
}

.divide .rightlink {
    position: relative;
    float: right;
    padding-left: 10px;

    z-index: 1;
}
a.titlelink {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #999;
    font-style: normal;
}
.dividerline {
    position: absolute;
    z-index: 0;
    width: 1180px;
    height: 0px;
    border-bottom: 1px solid #ddd;
    margin-top: 32px;
}
.sixteen {width:1180px; margin:0 auto;}
.divide {
margin-bottom:28px;
}
.teaser {
	margin:0 10px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	width: 270px;
	float:left;
}
.teasers .topline, .teasers .subline {
    float: left;
    text-align: center;
    width: 230px;
    padding-left: 20px;
    padding-right: 20px;
}
.teasers .topline {
    padding-top: 19px;
    border-top: 0px solid #ddd;
}
.subline {
    float: left;
    font-size: 11px;
    line-height: 16px;
    margin-top: 5px;
    color: #777;
    font-style: italic;
    width: 100%;
	text-align: center;
width: 230px;
padding-left: 20px;
padding-right: 20px;
}