

div.innerBox {
    position: relative;
    float: left;
    clear: left;
}

div.innerBox span {
    height: 6px;
    width: 6px;
    font-size: 1px;
}

span.topright, span.topleft, span.bottomright, span.bottomleft {
    position: absolute;
    background-repeat: no-repeat;
}

div.innerBox .topright {
    background-position: right top;
    top: 0px;
    right: 0px;
}

div.innerBox .topleft {
    background-position: left top;
    top: 0px;
    left: 0px;
}

div.innerBox .bottomright {
    background-position: right bottom;
    bottom: 0px;
    right: 0px;
}

a.help {
    position: relative;
}

a.help:hover span.tooltip {
    display: block;
    visibility: visible;
}

a.help span.tooltip {
    position: absolute;
    right: -230px;
    width: 200px;
    background: #f6f6f6;
    color: #333 !important;
    display: none;
    text-decoration: none !important;
    padding: 6px;
    border: 1px solid #666;
    overflow: visible;
    height: auto;
}

div.innerBox .bottomleft {
    background-position: left bottom;
    bottom: 0px;
    left: 0px;
}

div.innerBox.green {
    background: #e8f4d9;
}

div.green span {
    background-image: url(../img/boxes/cornersongreen.gif);
}

fieldset div.innerBox {
    padding: 0 16px 16px;
    margin-bottom: 12px;
}

fieldset div.innerBox p {
    margin: 6px 0 0;
    white-space: nowrap;
} * html fieldset div.innerBox p {
    padding-right: 16px;
}

div.innerBox ul {
    margin: 9px 0 0;
}

div.innerBox li {
    line-height: 1.6em;
    white-space: nowrap;
}

div.innerBox a {
    color: #000;
}

.generalcontent div.hr {
    height: 1px;
    background: transparent url(../img/fieldset-bg.gif) left top repeat-x;
    margin: 20px 0 20px -7px;
    width: 761px;
    float: left;
    clear: left;
}


.generalcontent div.hr hr {
    display: none;
}

.generalcontent .box blockquote {
    width: 185px;
    float: left;
    background: url(../img/quotes.gif) left top no-repeat;
    padding-top: 30px;
    margin-top: 0px;
}

.generalcontent .box blockquote p {
    border-top: 1px solid #1999c9;
    border-bottom: 1px solid #1999c9;
    color: #1999c9;
    font-size: 2.4em;
    padding: 5px 0;
    margin-right: 25px;
    width: auto;
}

.generalcontent .box ul {
    margin: 20px;
}

.generalcontent .box ul li {
    margin: 5px;
    color: #000;
    list-style: disc;
}

.generalcontent .box h5 {
    font-size: 1.8em;
}

div.box .featureimage {
    background: url(../img/featureimagetop.gif) left top no-repeat;
    margin-bottom: 20px;
}

div.box .featureimage img {
    background: url(../img/featureimagebottom.gif) left bottom no-repeat;
    padding: 14px;
    width: 463px;
}

.generalcontent .box p {
    margin-right: 10px;
}

.generalcontent .box .innerBox {
    padding: 10px 10px 0;
    margin-bottom: 10px;
}

.generalcontent .box .innerBox p {
    width: auto;
}

.generalcontent .box .innerBox p a {
    font-weight: bold;
    color: #555;
}

.generalcontent .box .submit, .generalcontent .box .submit .typeImage, .generalcontent .box .submit a {
    float: left;
}

.generalcontent .box .submit .typeImage {
    margin-top: -12px;
}

.generalcontent .box .submit a {
    margin-top: 6px;
    color: #000;
}

.generalcontent .box .submit .largeImage {
    margin-top: -28px;
}

div.box .innerBox p.compleated, div.box .innerBox p.notcompleated {
    padding: 5px 0 10px 40px;
    background-position: left top;
    background-repeat: no-repeat;
}

div.box .innerBox p.compleated {
    background-image: url(../img/tickbox.gif);
}

div.box .innerBox p.notcompleated {
    background-image: url(../img/xbox.gif);
}