@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

*{
	margin:0px; padding:0px;
}
.clear{
	clear:both
}
body{
	background:url(../images/background.jpg) no-repeat center top #d0f5fe;
}
.main{
	width:100%; margin:0 auto;
}
.container{
	width:960px; margin:0 auto;
}
.track-bg{
	background:url(../images/grey_box.png) no-repeat center top; width:100%; margin:20px 0 0
}
.left-panel{
	float:left; width:490px; padding:70px 0 45px
}
.welcome-text{
	float:right; padding:0 40px 0 0
}
.welcome-text h1{
	font:17px 'Open Sans', sans-serif; color:#FFF; text-align:right; padding:0 0 6px 
}
.left-arrow{
	float:left; padding: 72px 0 0;
}
.divider-green{
	background:url(../images/Divider.png) no-repeat left top; width:3px; height:267px; float:left; text-indent:-99999px; margin:35px 0 0 11px; 
}
.right-panel{
	float:left; width:340px;
}
.right-text{
	float:left; margin: 67px 0 0 42px;
}
.right-text ul li{
	list-style:none; display:block; font:29px 'Open Sans', sans-serif; color:#FFF; font-weight:700; line-height:42px
}
.footer{
	width:96%; padding:5px 20px 23px; float:left
}
.footer ul li{
	float:right; list-style:none; font:11px 'Open Sans', sans-serif; color:#999999; padding:0px; margin:0px;
}
.footer ul li:first-child{
	float:left
}