﻿#BigImage
{
    width: 560px; /* TODO: Ensure that images are all sized properly. */
    
}

.Section3
{
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    /* padding-top: 17px; Graphic has this built in. */
    padding-bottom: 15px;
}

.Section1 h2,
.Section2 h2
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.Section1 h2,
.Section2 h2
{
    height: 13px;
}

.Section3 h2
{
    margin-top: 0px;
    margin-bottom: 9px;
}

.Section3 h2,
.Section3 .Content
{
    padding-left: 14px;
    padding-right: 14px;
    width: 530px;
}

.Section1 h2 a.HeaderLink,
.Section2 h2 a.HeaderLink
{
    float: right;
    width: 48px;
    margin-top: 2px;
}

.Section3 h2 a.HeaderLink
{
    position: relative; /* TODO: Revisit this.  This might be the better way to handle image alignment in floats. */
    top: 10px;
    float: right;
    width: 48px;
}

/* TODO: Adding .Section3 --> */

.Section1 h2,
.Section1 .Content,
.Section2 h2,
.Section2 .Content
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-right: 7px;
}

.Section2 .Content
{
    padding-bottom: 2em; /* Override */
}

.Section1 .Content img,
.Section2 .Content img
{
    float: left;
    padding-right: 7px;
}

.Section1 .Content .Title,
.Section2 .Content .Title
{
    font-weight: bold;
}

.Section1 .Content ul,
.Section2 .Content ul
{
    margin-left: 10px;
    padding-left: 5px;
}

.Section1 .Content a:link,
.Section1 .Content a:visited,
.Section1 .Content a:hover,
.Section1 .Content a:active,
.Section2 .Content a:link,
.Section2 .Content a:visited,
.Section2 .Content a:hover,
.Section2 .Content a:active
{
    color: #1373B7;
}


#Navigation1,
#Navigation1 a:link,
#Navigation1 a:visited,
#Navigation1 a:hover,
#Navigation1 a:active
{
    color: #003366;
    text-decoration: none;
}

#Navigation1 a:hover
{
    text-decoration: underline;
}

#Navigation1 h2,
#Navigation1 h3,
#Navigation1 ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#Navigation1 h3
{
    margin-top: 1em;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    padding-top: 11px;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

/* TODO: Script this in IE 6 and lower. */
#Navigation1 h3:first-child
{
    margin-top: 0em;
    border-top-style: none;
    border-top-width: 0px;
    padding-top: 0em;
}

/* TODO: Normalize list implementation. */
#Navigation1 ul
{
    margin-left: 0px;
    padding-left: 15px;
}

#Navigation1 ul li
{
    margin-bottom: 0.25em;
}

#Navigation1 #SearchRefinements,
#Navigation1 #OtherSearchRefinements
{
    padding-top: 14px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;            
}

#Navigation1 #SearchRefinements
{
    background-color: #FFD00C;
}

#Navigation1 #OtherSearchRefinements
{
    background-color: #F7D379;
    background-image: url(/media/generic_site_content/images/publications/cpa_navcurve.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
