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

body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	background:#f7f7f7;
	font-size:14px;
	font-weight:400;
	line-height:24px;
}

h1 {
	font-size:36px;
	font-weight:300;
}

h2 {
	font-size:24px;
	font-weight:300;
	line-height:36px;
}

p {
	padding:10px 0;
}


#wrapper{	
	width:100%;
	height:100%;
	min-width:700px;
	position:relative;
}

#main-wrapper{
	width:1024px;
	position:relative;
	margin:0 auto;
	background-color:#ffffff;
}

.content-wrapper{
	width:960px;
	margin:0 auto;
	position:relative;
	background-color:#ffffff;
}

header{
	width:100%;
	margin:0 auto;
	height:100px;
	position:fixed;
	top:0;
	z-index:5000;
}

.header-wrapper{
	width:1024px;
	padding:0 32px;
	height:100px;
	margin:0 auto;
	position:relative;
	background-color:#ffffff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
}

.header-wrapper-img{
	float:left;
	margin-top:10px;
}

.cta-link{
	margin-top:30px;
	float:right;
	margin-left:20px;
	font-size:14px;
	font-weight:400;
	color:#5885ad;
	text-decoration:none;
	line-height:33px;
}

.cta-link a{
	font-size:14px;
	font-weight:400;
	color:#5885ad;
	text-decoration:none;
}

.cta-link a:hover{
	color:#5885ad;
	text-decoration:none;
}

.cta-link img{
	float:left;
	margin-right:5px;
	vertical-align:middle;
}

#intro-container{
	width:100%;
	top:100px;
	height:610px;
	position:relative;
	background-color:#5885ad;
}

#intro-content{
	width:100%;
	padding:30px 0;
	color:#ffffff;
	text-align:center;
	font-size:24px;
	font-weight:300;
	position:relative;
}

#intro-content-img{
	width:100%;
	text-align:center;
	margin-bottom:30px;
	height:63px;
	position:relative;
}

#part-1{
	width:800px;
	font-size:18px;
	position:relative;
	margin-top:110px;
	font-weight:300;
	line-height:30px;
	padding:0 0 30px 32px;
}

#part-2{
	width:960px;
	position:relative;
	font-weight:300;
	padding:30px 0 30px 32px;
}

.float-left{
	width:450px;
	float:left;
}

.float-right{
	width:450px;
	float:right;
}

.float-right-safari{
	width:492px;
	float:right;
}

#part-3{
	width:1024px;
	position:relative;
	font-weight:300;
	padding:30px 0px 20px 32px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
}

#part-3 ul{
	padding:20px 0 0 25px;
}

#part-3 ul li{
	list-style-image:url(../images/ul-tick.png);
	padding:6px 0 6px 5px;
}


#part-4{
	width:960px;
	height:410px;
	position:relative;
	margin:0 auto;
	margin-top:40px;
	margin-left:32px;
}

.part-4-box1{
	width:290px;
	height:450px;
	float:left;
}

.part-4-box2{
	width:290px;
	height:420px;
	float:left;
	margin:0 45px 0 45px;
}


.part-4-box3{
	width:290px;
	height:420px;
	float:right;
}

.part-4-images{
	width:100%;
	text-align:center;
}

.part-4-text{
	width:100%;
	margin-top:10px;
	font-size:14px;
	font-weight:300;
	line-height:30px;
	text-align:center;
}

#part-5{
	width:960px;
	margin:0 auto;
	text-align:right;
	font-size:24px;
	font-weight:300;
	line-height:125px;
	height:125px;
}

#part-5 img{
	float:right;
	vertical-align:middle;
	height:125px;
	margin-left:20px;
}

footer{
	width:100%;
	background-color:#5885ad;
	padding:4px 0;
	color:#ffffff;
	text-align:center;
	margin-top:30px;
	font-size:13px;
}

