* {padding: 0; margin: 0; font-family: Arial, Verdana, Sans-Serif;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: 0;}

body 
{
    background-color: #FFF;
}

#mainContainer
{
    width: 975px;
    margin: 0 auto;
}

#headerContainer
{
    height: 230px;
    background: url('images/header_bg.jpg') no-repeat;
}

#header
{
    padding: 0px 31px 0px 25px;
}

html>body #header{padding: 28px 31px 0px 25px;}

#contentContainer
{
    background: url('images/mainContainerBG.jpg') repeat-y;
}

#contentColumn
{
    float: left;
    width: 675px;
    padding-left: 25px;
}

#navBar
{
    background: url('images/navBG.jpg') no-repeat;
    height: 82px;
    margin-left: 25px;
}
/*
#navBar ul
{
    padding-top: 15px;
}

#navBar li
{
    line-height: 23pt;
    display: inline;
    color: #434343;
    font-weight: bold;
    font-size: .8em;
    padding: 0 15px;
    line-height: 2em;
}

#navBar li a
{
    color: #FFF;
}

#navBar li .selectedItem
{
    padding-right: 0px;	BACKGROUND-POSITION: 50% top;	BACKGROUND-IMAGE: url('images/activeNavBG.jpg');	VERTICAL-ALIGN: top;	WIDTH: 90px;	COLOR: #fff;	LINE-HEIGHT: 26px;	BACKGROUND-REPEAT: no-repeat;	HEIGHT: 71px;	TEXT-ALIGN: center;	TEXT-DECORATION: none
}

#navBar li.active a
{
    color: #FFF;
}
*/
.wrap
{
    height: 71px;
}

#contentArea
{
    min-height: 250px;
    padding: 10px;
    font-size: .8em;
}

#rightSidePanel
{
    float: right;
    background: url('images/rightPanelBG.jpg') no-repeat;
    width: 243px;
    font-size: .75em;
    padding-right: 29px;
    /*min-height: 502px;*/
}

html>body #rightSidePanel
{  padding-right: 32px; }

#rightContent
{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 7px;
}

html>body #rightContent
{ padding: 10px;}


#footerContainer
{
    background: url('images/footerBG.jpg') no-repeat;
    height: 50px;
    paddding: 10px 10px;
}

/*#footer
{
    padding: 2px 32px 10px 25px;
    height: 3em;
} */
#footer
{
    padding: 2px 30px 10px 25px;
    height: 3em;
    font-size: .9em;
}

#footerLeft
{
    float: left;
    height: 1em;
    width: 330px;
/*    margin-left: -35px;*/
    background: #BFC8CB;
    /*background: #ffdc47;*/
    padding: 1em 15px;
    color: #758088;
    text-transform: uppercase;
}

#footerRight
{
    float: left;
    background: #9DA8AE;
    height: 1em;
    width: 230px;
    border-left: solid 3px #AF1B20;
    padding: 1em 15px;
    text-transform: uppercase;
    color: #FFF;
}

h1
{
    font-size: 1.5em;
    line-height: 1em;
    color: #AF1B20;
    font-weight: 600;
    text-transform:uppercase;
    padding-bottom: .8em;
}

h2
{
    font-size: 1.1em;
    line-height: 1em;
    color: #AF1B20;
    font-weight: 600;
    padding-bottom: .4em;
    text-transform: uppercase;
}

h3
{
    font-size: 1em;
    line-height: 1em;
    color: #AF1B20;
    font-weight: 600;
    padding-bottom: .2em;
}

p
{
    padding-bottom: 1em;
}

.clear
{
    clear: both;
    height: 0px;
}

#3columns
{
    width: 645px;
}

#leftCol
{
    float: left;
    width: 195px;
    min-height: 201px;
    padding: 10px 15px 0px 0px;
    background: url('images/divider.gif') no-repeat 209px 0px;
}

#midCol
{
    float: left;
    width: 195px;
    min-height: 201px;
    padding: 10px 15px 0px 15px;
}

#rightCol
{
    float: left;
    width: 195px;
    min-height: 201px;
    padding: 10px 0px 0px 15px;
    background: url('images/divider.gif') no-repeat 1px 0px;
}


.rightSideCorners
{
    background: url('images/rightSideCorners.gif');
    width: 225px;
    height: 5px;
    text-align: center;
background-position-y:10px;
background-repeat:no-repeat;
}

html>body .rightSideCorners
{background-position-y:0px}

.rightSideHeader
{
    text-align: right;
    width: 215px;
    background: #8F9AA1;
    padding: 0 5px 5px 5px;
    color: #FFF;
    text-transform: uppercase;
}

.rightSideImage
{
    width: 225px;
    padding: 3px 0px 20px 0px;
}

.ctaImg
{
    padding-bottom: 5px;
}

.spacer
{
    height: 45px;
}