@import url(headlineTease.css) screen;

body {
    background-color: #efefef;
    border: 10px solid #cb3230;
    border-width: 10px 0 0 0;
}

html, body {
    padding: 0px;
    margin: 0px;
    font-family: "Century Gothic";
    font-size: 95%;
}

#logo a {
    display: inline;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 100px;
    height: 47px;
    background-image: url(../images/anaheim_grp_logo.gif);
    background-repeat: no-repeat;
    text-indent: -999em;
}

#tagline {
    width: 489px;
    height: 50px;
    background-image: url(../images/tagline.gif);
    text-indent: -999em;
    margin: 30px auto 1em auto;
}

.content {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}

.bodyCol {
    position: relative;
    width: 30%;
    height: 17em;
    margin: 0 1.5%;
    padding: 60px 0 0 0;
    float: left;
}

.bodyCol p {
    z-index: 1;
}

.bodyCol h2 {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.bodyCol h2 a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    color: #4c4c4c;
    line-height: 55px;
    font-size: 80%;
}

.bodyCol h2 a:hover {
    text-decoration: underline;
}

#reports h2 a:hover {
    text-decoration: none;
}

.bodyCol ul {
    margin: 0;
    padding: 0;
}

.bodyCol li {
    list-style: none;
    margin: 0.5em 0;
}

.bodyCol li a {
}

#newsletters h2 {
    text-indent: 3em;
    background-image: url(../images/newsletters.png);
    background-repeat: no-repeat;
}

#online h2 {
    text-indent: 3em;
    background-image: url(../images/online.png);
    background-repeat: no-repeat;
}

#trial form {
    position: relative;
    top: 0em;
}

dl {
    width: 220px;
    margin: 0 1%;
    float: left;
}

dt {
    font-size: 92%;
    background-color: #4c4c4c;
    color: #fefefe;
    padding-left: 0.5em;
    border: 5px solid #4c4c4c;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

dd {
    text-indent: 0;
    margin-left: 0;
    background-color: #9f9f9f;
    padding: 0;
    border: none;
    height: 229px;
}

dd a {
    border: none;
    margin: 0;
    padding: 0;
}

dd img {
    margin: 0;
    padding: 0;
    border: 0;
}

#trialFrm td {
    font-size: 80%;
    color: black;
}

#trialFrm input {
    width: 100%;
}

#footer {
    position: relative;
    font-size: 75%;
    margin-top: 2em;
    padding: 3em 0 3em 5em;
    top: 1em;
    clear: both;
    border: solid red;
    border-width: 2px 0 0 0;
}

#adsInfix {
    width: 730px;
    margin: 0 auto;
}

