@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);
body{
	font-family: 'Roboto Condensed', sans-serif;
	background:#efefef;
}
table{	background:transparent;	}
h1,h2,h3,h4,h5,h6,p{ margin:0px; }
.container{
	width:960px;
	margin:0 auto;
	text-align:center;
}

.logo-container{
	padding-top:40px;
	height:70px;
}

.home-header p{
	margin:0px;
	padding-top:50px;
	color: #2491bf;
	font-size:23px;
	line-heigt:100%;
}

.home-header p b{	font-size:32px;		}
.left{	float:left;	width:50%;}
.right{	float:right;	width:50%;}

.home-table{
	margin-top:50px;
	margin-bottom:100px;
	width:100%;
}
.home-table td:first-child{
	border-right:1px solid rgb(161,161,161);
}
	/*HOME LEFT*/
.home-left-h1{
	font-size:38px;
	font-weight:300;
	color: #005a93;
}
.home-left-h1 b{
	font-size:48px;
	color: #005a93;
	font-weight:700;
}
.home-left-h4-blue{
	font-size:20px;
	color: #005a93;
	font-weight:700;
	line-height:200%;
}
.home-left-h4-blue b{	font-size:30px;	}
	/*HOME RIGHT*/
.home-right-h1{
	font-size:38px;
	font-weight:300;
	color: #03a687;
}
.home-right-h1 b{
	font-size:48px;
	color: #03a687;
	font-weight:700;
}
.home-right-h4-green{
	font-size:20px;
	color: #03a687;
	font-weight:700;
}
.home-right-h4-green b{	font-size:30px;	}

	/*HOME LEFT & RIGHT*/
.home-table img{ padding-bottom:50px;	}
.home-h6{
	font-size:20px;
	color:#939598;
	font-weight:700;
	padding-top:30px;
	padding-bottom:50px;
}
.home-h4-gray{
	font-size:20px;
	color:#939598;
	line-height:200%;
	font-weight:400;
}

.home-footer-table{	
	width:50%;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
	color: #666666;
	font-family:Arial;
	font-size:12px;	
}


.home-footer-table td{	border-right: 1px solid #666666; }
.home-footer-table td:last-child{ border:none;	}

.home-footer-table a, .home-footer-table2 a{
	font-family:Arial;
	color:#666666;
	font-size:12px;
}
.home-footer-table2{	
	width:40%;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
	color: #666666;
	font-family:Arial;
	font-size:12px;	
}