/* 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: 100%;
    padding-left:0px;
    padding-bottom:10px;
    
}

/* 4 Column Layout */

.content4col .column {
	width:183px;
	margin-right:60px;
}

.content4col .column.last {
	margin-right:0px;
}

/* End 4 Column Layout */

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

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

/* End 3 Column Layout */

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

.content2col .column.last {
    width: 50%;
}
/* 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;
}

