@charset "UTF-8";
/* CSS Document */

/* FONTS */
@font-face {
    font-family: 'h-neue-bold';
    src: url('fonts/HELVETICANEUELTSTD-BD.OTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'h-neue';
    src: url('fonts/HELVETICANEUELTSTD-LT.OTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'h-neue-italic';
    src: url('fonts/HELVETICANEUELTSTD-LTIT.OTF');
    font-weight: normal;
    font-style: normal;
}
bold,strong,b{
	font-family: 'h-neue-bold', Arial, sans-serif;
}
a{
	color:#f26522;
}
a:hover{
	color:#db6126;
}
.headline{
	font-size:28px;
	font-family:  'h-neue', Arial, sans-serif;
	font-weight:normal;
}
/*COLORS*/
.lightGreen{
	color:#80c340;	
}
.darkGreen{
	color:#008f48;	
}
.grey{
	color:#949494;	
}
/* STRUCTURE */
body,html {
	font-family:  'h-neue', Arial, sans-serif;
	font-size:16px;
	color:#949494;
	padding:0;
	margin:0;
	background: #fff;
}
#wrapper{
	width:820px;
	margin:0 auto;	
	background: #fff;
	padding:20px 40px;
}
#header{
	text-align:center;	
	clear:both;
	display:block;
	overflow: auto;
}
#logo{
	float:left;
}
#signIn{
	float:right;
	text-align: right;
}
#signIn a{
	float:right;
	color:#949494;
}
#content{
	overflow:auto;
	padding:40px 0 20px 0;
	border: 5px solid #EDEDEE;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#register{
	border: 4px solid #80c340;
	background: #e0e9d2;
	margin: 0px;
}
.logoColumn{
	float:left;
	width:130px;
	padding:10px;
}
.textColumn{
	float:left;
	width:460px;
	text-align:center;
	padding:0 20px;
}
#footer{
	text-align:center;
	padding-top:20px;	
}
#moreLogos{
	clear:both;
		
}