* {
    margin: 0px;
    padding: 0px;

}

body {
    background-color: white;
}

li {
    list-style-type: disc;
}

a img {
    border: none;
}

.header {
    z-index: 100;
    background-color: white;
    height: 50px;
    position: fixed;
    margin: 0px auto;
    width: 100%;
    clear: both;
}

.header-inner-logo {
    width: 230px;
    height: 50px;
    margin-left: 20px;
    float: left;
}

.header-drop-shadow {
    float: right;
    margin: 0px auto;
    width: 100%;
    height: 20px;
    background-image: url(images/header-drop-shadow.png);
}

div.content {
    height: 485px;
    width: 6000px;
    padding-top: 50px;
}

#about {
    padding-top: 50px;
    text-align: center;
}

#about ul {
    font-size: 12px;
}

#about ul li {
    margin-bottom: 5px;
}

#about div.info-box-text {
    float: none;
    width: 500px;
    padding-left: 20px;
    
}

#about div.info-box-text p {
    font-size: 12px;
}

#about div.info-box-text strong {
    font-weight: bold;
}

ul#boxes > li {
    display: block;
    float: left;
    list-style: none;
    height: 485px;
    margin: 0px 50px;
    text-align: center;
}

.info-box {
    position: relative;
    display: inline-block;
    width: 900px;
    height: 485px;
    background-image: url(images/info-box-bg-short.jpg);    
}

.info-box-inner {
    width: 850px;
    height: 445px;    
    background-image: url(images/info-box-inner-bg.gif);
    margin: 0px auto;
    margin-top: 15px;
}

.info-box-screen-cap {
    width: 560px;
    height: 445px;
    float: left;
}

.info-box-text {
    float: left;
    width: 270px;
    height: 395px;
    padding-top: 50px;
    padding-right: 20px;
    text-align: left;
}

.info-box h2{
    font-family: Arial, Helvetica, sans-serif;
    color: #E8005F;
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 20px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.info-box p {
    font-family: Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    font-weight: lighter;
    margin-bottom: 10px;
    font-size: 11px;
}

cite {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCC;
    font-weight: lighter;
    font-style: italic;
    font-size: 10px;
    margin-bottom: 10px;
}

.info-box a {
    text-decoration: none;
    color: gray;
}

.info-box a:hover {
    color: #E8005F;
}

.info-box ul {
    font-family: Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    font-size: 11px;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.next {
    height: 20px;
    width: 26px;
    background: url(images/next.png);
    position: absolute;
    right: 30px;
    bottom: -30px;
    cursor: pointer;
}

.previous {
    height: 20px;
    width: 26px;
    background-image: url(images/previous.png);    
    position: absolute;
    right: 60px;
    bottom: -30px;
    cursor: pointer;
}

div.nav-list {
    float: right;
}

#header-nav > li {
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 12px;    
    font-family: Helvetica, Arial, sans-serif;
    color: gray;
}

#header-nav > li ul
{
    position: absolute;
    display: none;
    line-height: 100%;
    list-style: none;
    padding: 0px;
    margin-left: -1px;
    z-index: 1;
}

#header-nav > li > a {
    display: block;
    padding: 0px 40px 0 16px;
}

#header-nav a {
    color: gray;
    text-decoration: none;
}

#header-nav > li:hover ul {
    display: block;
    min-width: 105px;
    background: #BDCCD4;
    clear: both;
}

#header-nav > li > ul > li {
    list-style: none;
    display: block;
    list-style-type: none;
    line-height: 22px;
    background: #ACBBC3;
    border: none;
    text-align: left;
    text-indent: 0px;
    vertical-align: middle;
    font-size: 12px;
    color: white;
}

#header-nav > li > ul > li:hover {
    background-color: #9CB2BC;
}

#header-nav > li > ul > li a {
    color: white;
    display: block;
    padding: 5px 16px;
}

