/* 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;
}

.content1col {
}

.content2col {
}

.content3col, .content4col {
}

/* 4 Column Layout */
.content4col .column {
	width:23%;
	margin-left:2.33%
}
/* End 4 Column Layout */

/* ----------- 3 Column Layout ----------- */
.content3col .column.first {
    padding-left:39px;
    width: 451px;
	padding-right:20px;
}

.content3col .column {
	padding-left:20px;
	width:169px;
	padding-right:14px;
}

.content3col .column.last {
	padding-left:20px;
	width:270px;
	padding-right:20px;
}
/* End 3 Column Layout */

/* -------------- 2 Column Layout -----------*/
.content2col .column.first {
    padding-left:0px;
    width: 45%;
}

.content2col .column.last {
    padding-left:20px;
    width: 45%;
}
/* 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;
}

