/* 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_mirror, .content2col, .content3col, .content4col {
    width: 900px;
    padding-top:30px;
    padding-left:50px;
    padding-bottom:20px;
    
}

/* 4 Column Layout */

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

/* End 4 Column Layout */

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

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

/* End 3 Column Layout */

/* 2 Column Layout */
.content2col .column.first {
    width: 68%;
    padding-right:35px;
    border-right:1px solid #eee;
}

.content2col .column.last {
    width: 26%;
    
    
}
/* 2 Column Layout Mirrored */
.content2col_mirror .column.first {
    width: 28%;
    padding-right:18px;
    border-right:1px solid #eee;
}

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