html, body {
 background-color: #ddd;
 font-family: Tahoma, sans-serif;
 font-size: 12px;
}
.wrapper {
 width: 1000px;
 margin: 0px auto;
 background-color: #fff;
}
.footer, .push {
/* border: 1px solid orange; */
 width: 1000px;
 margin: 0px auto;
 background-color: #fff;
}

.mainhead {
 width: 1000px;
 height: 500px;
 background: #14304d url(/images/header.jpg) no-repeat top left;
 margin-bottom: -30px;
 position: relative;
 z-index: 0;
}

.secondhead {
 width: 1000px;
 height: 200px;
 background: #14304d url(/images/headersmall.png) no-repeat top left;
 margin-bottom: -30px;
 position: relative;
 z-index: 0;
}

.secondhead .logo {
 position: absolute;
 top: 50px;
 left: 50px;
border: 0px;
}

.secondhead .menu {
 position: absolute;
 top: 100px;
 left: 250px;
}

.footer {
 background: #fff url(/images/footer.jpg) no-repeat bottom left;
 position: relative;
}

h2 {
 font-size: 24px;
 font-weight: normal;
 margin-bottom: 15px;
}

p {
 margin-bottom: 20px;
}

.left {
 width: 240px;
 margin: 30px 0px 0px 60px;
 float: left;
 z-index: 10;
}

.right {
 float: right;
 margin-right: 100px;
 margin-top: 30px;
 width: 540px;
 z-index: 10;
}

.right h2 {
 color: #135282;
}

.right p {
 margin-left: 50px;
 margin-bottom: 10px;
}

p.blueback {
 background-color: #135282;
 margin-left: 0px;
 color: #fff;
 font-size: 18px;
 padding: 10px 50px;
 font-weight: normal;
}

.copy {
 font-size: 10px;
 position: absolute;
 top: 50px;
 left: 360px;
}

.copy a {
 color: #58afed;
}

.newplatform {
 position: absolute;
 left: 60px;
 top: 190px;
}

.mainhead .logo {
 position: absolute;
 top: 60px;
 left: 47px;
}

.box {
 position: absolute;
 right: 100px;
 top: 140px;
}

.mainhead .menu {
 list-style-type: none;
 display: inline;
 position: absolute;
 top: 112px;
 left: 260px;
}

.menu a {
 color: #c4ecff;
}

.menu>li{
 display: table-cell;
 padding-right: 50px;
}

.why {
 position: absolute;
 top: 280px;
 right: 360px;
 color: #fff;
 text-align: right;
 background-color: #1e8dc7;
 padding: 20px 30px;
}

.leftlink img {
 vertical-align: middle;
}

.leftlink a {
 color: #135282;
 margin-left: 10px;
 font-weight: bold;
}

.right li {
margin: 5px;
margin-left: 10px;
}

.right ul {
margin-bottom: 20px;
}

.gray, .gray a {
color: #888;
}

.project {
padding: 5px;
}

.projectlogo {
width: 200px;
height: 50px;
float: left;
margin-top: 5px;
} 

.project p {
margin-left: 220px;
}

.payment {
padding: 5px;
}

.paymentlogo {
width: 170px;
float: left;
margin-top: 5px;
} 

.paymentlogo img {
margin-bottom: 5px;
margin-right: 5px;
} 

.payment p {
margin-left: 170px;
}
