/* 
    Document   : style_other.css
    Created on : Sep 6, 2009, 10:25:10 AM
    Author     : Wesley Cloven
    Description:
        Controls the following sections:
            - Home links in the upper right
            - Sub Menu row
            - Customer Testimonial Sidebar
            - FAQs Sidebar
*/


/* Home links in the upper right */
.homeLinks{
    color: #ffffff;
    font-size: 10pt;
    font-family: tahoma;
    height: 22px;
    position: absolute;
    width: 200px;
    top:4px;
    right:12px;
    z-index: 0;
}
.homeLinks a, a:active, a:visited
{
    color: #ffffff;
    font-size: 8pt;
    text-decoration: none;
}
.homeLinks a:hover
{
    color: #ffffff;
    font-size: 8pt;
    text-decoration: underline;
}


/* Sub Menu row */
.subMenu
{
    background-image: url("submenubackground.jpg");
    background-repeat:repeat-x;
    width: 100%;
    height: 32px;
    text-decoration: none;
    font-family: tahoma;
    font-size: 9pt;
    text-align: center;
    color: black;
}
.subMenuItem
{
    background-image: url("submenubackground_leftborder.jpg");
    background-repeat:no-repeat;
    background-position: top left;
    height: 32px;
    width: auto;
    position: relative;
    float:left;
    padding-top: 7px;
    padding-left: 16px;
    padding-right: 6px;
    text-decoration: none;
    font-family: tahoma;
    font-size: 9pt;
    text-align: center;
    color: black;
}
.subMenuItemSelected
{
    background-image: url("submenubackground_selectedarrow.jpg");
    background-repeat:repeat-x;
    background-position: top left;
    height: 32px;
    width: auto;
    position: relative;
    float:left;
    padding-top: 7px;
    padding-left: 16px;
    padding-right: 6px;
    text-decoration: none;
    font-family: tahoma;
    font-size: 10pt;
    text-align: center;
    color: black;
}
.subMenuItem a,
.subMenuItem a:visited,
.subMenuItem a:active,
.subMenuItem a:hover
{
    text-decoration: none;
    font-family: tahoma;
    font-size: 9pt;
    text-align: center;
    color: black;
}
.subMenuItemSelected a,
.subMenuItemSelected a:visited,
.subMenuItemSelected a:active,
.subMenuItemSelected a:hover
{
    text-decoration: none;
    font-family: tahoma;
    font-size: 9pt;
    text-align: center;
    color: black;
}
.subMenuItem:hover
{
    background-image: url("submenubackground_hover.jpg");
    background-repeat:no-repeat;
    background-position: 0px 0px;
}


/* Customer Testimonial Sidebar */
.testimonialSidebarEntry
{
    padding-bottom:6px;
    border-bottom: dotted 1px #b0b0b0;
}
.testimonialSidebarQuote
{
    font-family:trebuchet ms,geneva;
    font-size: 10pt;
    text-align: left;
    color: #909090;
}
.testimonialSidebarName
.testimonialSidebarName a,
.testimonialSidebarName a:link,
.testimonialSidebarName a:visited
{
    font-family:trebuchet ms,geneva;
    font-size: 10pt;
    text-align: left;
    color: #3867B7;
}
.testimonialSidebarName a:hover
{
    color: #b0b0b0;
}


/* Customer Testimonial (Single entry on main testimonial page) */
.testimonialEntry
{
    border: solid 1px #3867B7;
    background-color: #f6f6f6;
    padding: 8px;
}
.testimonialQuote
{
    text-align: left;
    padding-bottom: 8px;
    border-bottom: dotted 1px #000000;
}
.testimonialName
{
    padding-top: 8px;
    color: #3867B7;
}


/* FAQ Sidebar */
.faqSidebarEntry
{
    background-image: url("right_arrow.jpg");
    background-repeat:no-repeat;
    background-position: 0px 6px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left: 8px;
    border-bottom: dotted 1px #b0b0b0;
}
.faqSidebarEntry a,
.faqSidebarEntry a:link,
.faqSidebarEntry a:visited
{
    font-family:Helvetica;
    font-size: 8pt;
    text-align: left;
    color: #3867B7;
}
.faqSidebarEntry a:hover
{
    color: #b0b0b0;
}
.faqSidebarEntryNoArrow
{
    padding-top: 6px;
    border-bottom: dotted 1px #b0b0b0;
}
.faqSidebarQuestion
{
    font-size: 8pt;
    text-align: left;
    color: #909090;
}
.faqSidebarAnswer
{
    font-size: 8pt;
    text-align: left;
    color: #909090;
}


/* FAQ (Single entry on main FAQ page) */
.faqEntry
{
    border: solid 1px #e9e9e9;
    background-color: #f6f6f6;
    padding: 8px;
}
.faqQuestion
{
    text-align: left;
    padding-bottom: 8px;
    border-bottom: dotted 1px #b0b0b0;
    color: #213d6d;
    font-weight:bold;
    font-size:large;
}
.faqAnswer
{
    padding-top: 8px;

}


/* Featured Articles Sidebar */
.featuresSidebarEntry
{
    background-image: url("right_arrow.jpg");
    background-repeat:no-repeat;
    background-position: 0px 6px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left: 8px;
    border-bottom: dotted 1px #b0b0b0;
}
.featuresSidebarEntry a,
.featuresSidebarEntry a:link,
.featuresSidebarEntry a:visited
{
    font-family:trebuchet ms,geneva;
    font-size: 10pt;
    text-align: left;
    color: #4E708F;
}
.featuresSidebarEntry a:hover
{
    color: #F16002;
}
