/* COLUMN LAYOUTS */
/* Standard CSS - Do not remove */
.column {
    float: left;
    overflow: hidden;
    width: 20%;
}

.column.last {
    float: right !important;
    overflow: hidden;
}

.column.first, .column.last {
    margin-left: 0 !important;
}

.content2col, .content3col, .content4col {
    width: 800px;
    padding-left:0px;
    padding-bottom:20px;
    
}

.content3col.teaser {
	padding-bottom:0px;
	margin:0;
}
/* 4 Column Layout */

.content4col .column {
	width:23%;
	margin-left:2.33%
}

/* End 4 Column Layout */

/* 3 Column Layout */
.content3col .column {
    width: 31%;                             
    margin-left: 2%;
}

.content3col .column.first {
    width: 31%;
}

.content3col .column.last {
    width: 31%;
}

.content3col.teaser .column.last {
    width: 36%;
}
/* End 3 Column Layout */

/* 2 Column Layout */
.content2col .column.first {
    width: 65%;
}

.content2col .column.last {
    width: 32%;
}
/* End 2 Column Layout */
#footer:after, #header:after, #main:after, #menus:after, #topgradient:after, .content4col:after, .content3col:after, .content2col:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

