html {
    min-height:         100%;
    height:             100%;
}
body {
	font-family:        Arial, Helvetica, sans-serif;
	font-size:          12px;
	color:              #333333;
	background-color:   #45444C;
	margin:             0px;
	padding:            0px;
/*	height:100% !important;*/
	height:             900px;
	min-height:         100%;
}

a {
	/*color: #DE0B00; */
	text-decoration: underline;
}

#Main {
    position:           absolute;
    top:                0px;
    left:               50%;
    width:              894px;
    margin-left:        -448px;
    min-height:         100%;
    height:             100%;
    /*border: 1px solid #FF0000;*/
}

#Menu {
    position:           relative;
    top:                140px;
    left:               0px;
	width:              847px;
	height:             35px;
    z-index:            2;
}

#BGBlackTop {
    height:             140px;
    background-color:   #000000;
}
#BGShading {
    height:             500px;
    background:         url(../images/bg_shading.png);
}

#TopBar {
    position:           absolute;
    top:                0px;
    left:               47px;
    width:              847px;
    height:             140px;
    background-color:   #000000;
    z-index:            2;
}

#BGLightning {
    position:           absolute;
    top:                0px;
    left:               0px;
    z-index:            1;
}

#BAMWords {
    position:           absolute;
    bottom:             5px;
    left:               0px;
    z-index:            2;
}
#BAMLogoRight {
    position:           absolute;
    bottom:             0px;
    right:              0px;
    z-index:            2;
}

.RowContent {
    position:           relative;
    top:                0px;
    left:               0px;
}
#LeftStripesContainer {
    position:           absolute;
    top:                0px;
    left:               15px;
    width:              47px;
    height:             100%;
    min-height:         100%;
    overflow:           hidden;
}
#LeftStripes {
    position:           absolute;
    left:               0px;
    top:                140px;
    width:              32px;
    height:             100%;
    z-index:            1;
    overflow:           hidden;
}

#LeftStripesRepeat {
    position:           absolute;
    left:               0px;
    top:                32px;
    width:              32px;
    height:             100%;
    z-index:            2;
    background-image:   url(../images/left_stripesshadow.png);
}

#RightShadowContainer {
    position:           absolute;
    top:                0px;
    right:              37px;
    width:              10px;
    height:             100%;
    min-height:         100%;
    overflow:           hidden;
}
#RightShadow {
    position:           absolute;
    left:               0px;
    top:                175px;
    width:              10px;
    height:             100%;
    z-index:            2;
    background-image:   url(../images/right_shadow.png);
}


#ContentContainer {
    position:           absolute;
    top:                0px;
    left:               47px;
    width:              800px;
    min-height:         100%;
    height:             100%;
    background-color:   #202020;
    /*background-color:   #1A1A1A;*/
    z-index:            1;
}
#TopSpacer {
    height:             175px;
}
#FrontFlash {
    height:             400px;
}
#FrontColumnContent {
    background:         url(../images/front_column_bg.png);
    color:              #FFFFFF;
    padding:            30px;
    padding-top:        35px;
    padding-bottom:     10px;
}
.FrontColumnLeft {
    padding-top:        8px;
    border-right:       1px solid #5D5E61;
}

.FrontColumnRight {
    padding-top:        8px;
    padding-left:       35px;
}

.FrontQuote {
    color:              #FFC400;
    line-height:        16px;
    font-style:         italic;
}

.FrontCoachTitle {
    padding-top:        20px;
    text-align:         right;
    font-size:          11px;
    font-weight:        bold;
}

.FrontCoachName {
    font-size:          13px;
}

.FrontCoachCredential {
    text-align:         right;
    font-size:          11px;
}

.Footer {
    position:           relative;
    color:              #999999;
    top:                0px;
    left:               0px;
    font-size:          11px;
    padding-top:        20px;
    padding-bottom:     20px;
    padding-left:       30px;
    padding-right:      30px;
}

.FooterCopyright {
    font-size:          9px;
    color:              #808080;
}

#FrontFooter {
    background-color:   #202020;
}

.Footer a {
    color:              #FFC400;
}

.FooterPhoneNumber {
    font-size:          17px;
    color:              #FFC400;
}

.OrangeBAM {
    color:              #DE0B00;

}

.GoldBAM {
    color:              #E0AC00;
}


#SecondaryFooter {
    background:         url(../images/front_column_bg.png);
}

#Masthead {
    background:         url(../images/masthead.jpg);
    height:             80px;
}

#SectionTitle {
    position:           absolute;
    bottom:             0px;
    left:               0px;

}
.Header {
    color:              #E0AC00;
    font-size:          24px;
    margin-left:        40px;
    margin-right:       20px;
    margin-bottom:      10px;
}

#Content p {
    line-height:        18px;
    margin:             0px;
    margin-left:        60px;
    margin-right:       20px;
    margin-bottom:      10px;
}

#Content a {
	color:              #333333;
}

a.PDF  {
    font-size:          12px;
    text-decoration:    none;
    font-weight:        bold;
    color:              #FFFFFF;
}
a.PDF:hover {
    text-decoration:    underline;
}

#SidebarProduct {
    font-size:          11px;
    text-align:         right;
    margin-right:       30px;
    line-height:        12px;
}

.OrangeStatement {
    font-style:         italic;
    font-size:          15px;
    color:              #DE0B00;
}

.SidebarBGBottom {
    background-color:   #45444C;
}
.SidebarBGTop {
    background:         url(../images/sidebar_bg.png);
    background-color:   #45444C;
}
.ContentBG {
    background:         url(../images/contentbg_bg.png);
    background-color:   #F6F8F9;
}
.ContentBGBottom {
    background:         url(../images/sidebar_bg.png);
    background-color:   #F6F8F9;
}
