body {
    margin: 0px auto;
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    
}

#header {
    height: 120px;
    width: 900px;
    padding: 0px 10px;
    margin: 0px auto;
}

#logo {
    margin-top: 25px;
    float: left;
    width: 504px;
    height: 85px;
}

#call-us {
    float: right;
    width: 200px;
    margin-top: 45px;
    text-align: right;
}

.small-gray {
    color: #888686;
    font-size: 12px;
}

.big-blue {
    color: #0085cf;
    font-size: 23px;
}

#menu {
    height: 44px;
    width: 1000px;
    margin: 0px auto;
    text-align: center;
    z-index: 99;
    position: relative;
    top: 0px;
    left: 0px;
}

#highlights {
    width: 940px;
    margin: 0px auto;
    height: 394px;
    min-height: 394px;
    max-height: 394px;
    background-image: url(assets/images/sun-burst-boy-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    top: -14px;
    left: 0px;
    z-index: 0;    
}

#content {
    width: 920px;
    margin: 0px auto;
    color: white;
    font-size: 14px;
}

#ip-content {
    width: 870px;
    margin: 0px auto;
    color: #2d2d2d;
    font-size: 14px;
    background-color: white;
    min-height: 600px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;  
    background-image: url(assets/images/content-bg.jpg);
    background-repeat: repeat-x;  
    padding: 25px;
}

#footer {
    width: 920px;
    border-top: 1px solid white;
    font-size: 10px;
    color: white;
    margin: 0px auto;
    text-align: center;
}

#ip-footer {
    width: 100%;
    font-size: 10px;
    color: white;
    margin: 0px auto;
    background-color: #C14100;
    height: 100%;
    min-height: 40px;
    position: relative;
    top: -24px;
    text-align: center;
}

#ip-footer-center {
    width: 920px;
    font-size: 10px;
    color: white;
    margin: 0px auto;
    background-color: #C14100;
    line-height: 40px;
}


#highlights-wrapper {
    width: 940px;
    margin: 0px auto;
    position: relative;
    top: -12px;
    left: 0px;
    z-index: 50;
    color: white;
    font-size: 14px;
    font-weight: normal;
}

#highlights-wrapper a, #highlights-wrapper a:active, #highlights-wrapper a:visited {
    color: white;
    text-decoration: underline;
}

#highlights-wrapper a:hover {
    color: white;
    text-decoration: none;
}

.checks {
    text-shadow: #000 1px 1px 3px;
}

ul.checks {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-left: 1em;
    margin-top: 40px;
}

ul.checks li {
    background-image: url(assets/images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2.5em;
    margin: 6px 0px;
    line-height: 28px;
}

#boy {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 545px;
    height: 406px;
    z-index: 95;
}

h2 {
    color: #0172B0;
}

a, a:hover, a:active, a:visited {
    color: #0172B0;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}