@charset "utf-8";
/* One Communication Layout CSS */

/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}


/* Box >> Global
----------------------------------------------------------------------------------------------------*/

.box90, .box200, .box310, .box420, .box530, .box640, .box750 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Box >> 7 Columns
----------------------------------------------------------------------------------------------------*/

.container .box90 {
	width:90px;
}

.container .box200 {
	width:200px;
}

.container .box310 {
	width:310px;
}

.container .box420 {
	width:420px;
}

.container .box530 {
	width:530px;
}

.container .box640 {
	width:640px;
}

.container .box750 {
	width:750px;
}

/* Box Ajustments
---------------------------------------------------------------------------*/

.container {
	margin-top:35px;	
}

.page-title, .left-column, .main-image, .content, .partners {
	margin-top:10px;
	margin-bottom:10px;
}

.left-column {
	float:right;
}

.copyright {
	float:right;
	margin-top:20px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


