﻿/* HiFi.css */

body 
{
    font: normal 12px/16px verdana, arial;
    color: #fff;
    background-color: #393c39;
}

#mainArea
{
    width: 864px;
    background-color: #4378bc;
    border-left: solid 1px #5a595a;
    border-right: solid 1px #5a595a;
    padding: 0px 0px 40px 0px;
}

.imgBorder
{
    border: solid 1px #5a595a;
}

#footer
{
    text-align: center;
    padding: 0px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
}

#ctl00_ContentPlaceHolder1_mainText
{
}

.pinkText
{
    color: #f7ab7f;
}

/* Login control */

#ctl00_ContentPlaceHolder1_Login1
{
    border: solid 1px #A5ACB2;
    margin: 20px 0px 0px 0px;
}

#ctl00_ContentPlaceHolder1_Login1 table td
{
    padding: 3px;
}

#ctl00_ContentPlaceHolder1_Login1_LoginButton
{
    margin: 7px;
}

#lnkHome
{
    height: 130px;
    width: 370px;
    position: relative;
    float: left;
}

h1, h2, h3
{
    color: #f7ab7f;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0px 15px 0px;
}

h2
{
    font-size: 13px;
}

#topRightStuff
{
    padding: 12px 37px 0px 0px;
    text-align: right;
    width: 460px;
}

.topQuote
{
    color: #f7ab7f;
    font-style: italic;
    font-weight: bold;
}

#topContactInfo
{
    margin: 60px 0px 0px 0px;
    color: #fff;
    font-weight: bold;
}

#topContactInfo a
{
    color: #fff;
    text-decoration: none;
}

#topContactInfo a:hover
{
    color: #e0e0e0;
}

#nav ul li a
{
    text-decoration: none;
    color: #0d56a5;
    font-weight: bold;
}

#nav ul li a:hover
{
    color: #4e7f92;
}

.currentPage, .currentPage a:hover
{
    color: #4e7f92 !important;
}

/* Font sizes */

.oneTen
{
    font-size: 110%;
}

.oneTwenty
{
    font-size: 120%;
}

.oneThirty
{
    font-size: 130%;
}

.oneForty
{
    font-size: 140%;
}

.oneFifty
{
    font-size: 150%;
}

.oneSixty
{
    font-size: 160%;
}

.oneSeventy
{
    font-size: 170%;
}

.oneEighty
{
    font-size: 180%;
}

.oneNinety
{
    font-size: 190%;
}

hr
{
    color: #ed6223;
}
