﻿*
{
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    padding: 0;
    margin: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    background: url( '../../media/images/bodyBg.gif' );
    background-repeat: repeat-x;
    background-color: #000;
}


#topNav
{
    width: 925px;
    height: 180px;
}

#topNav img
{
    float: left;
    margin: 44px 0 0 44px;
}

/*various global styles*/

h1, h2, h3, h4, ul, ol
{
    color: #fff;
}


h1
{
    font-size: 1.5em;
}


h4
{
    margin-top: 1.3em;
}

a
{
    outline: none;
    color: #707070;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: none;
}

p
{
    margin-top: 1.4em;
    font-size: 0.78em;
    line-height: 17px;
    color: #fff;
}





/*navigation styles*/

/* General */
#mainNav
{
    float: right;
    margin-top: 12px;
}

#mainNav, #mainNav ul
{
    list-style: none;
    font-size: 0.7em;
    font-weight: bold;
}
#mainNav, #mainNav *
{
    padding: 0;
}

#leftMain a.quoteImg
{
    background: url( '../../media/images/quoteBtn.gif' );
    width: 119px;
    height: 24px;
    border: none;
    float: left;
    clear: left;
    margin-top: 0.5em;
}
#leftMain a.quoteImg:hover
{
    background-position: -119px;
}

/* Head links */
#mainNav li.headlink
{
    float: left;
    width: 108px;
}



#mainNav li.headlink a
{
    display: block;
    text-decoration: none;
    padding-top: 24px;
    border-left: 1px solid #808080;
    padding-left: 12px;
}

/* Child lists and links */
#mainNav li.headlink ul
{
    display: none;
    text-align: left;
}
#mainNav li.headlink:hover ul
{
    display: block;
}


#mainNav li.headlink ul li a
{
    text-decoration: none;
    color: #858585;
    font-size: 1.4em;
    margin-top: 7px;
    font-weight: bold;
    width: 140px;
    _width: 140px;
    padding-top: 0px;
    border: 0px;
}
#mainNav li.headlink ul li a:hover
{
    color: #555555;
}



ul.subsubMainNav
{
    margin-left: 3em;
    border: 2px solid red;
}

/* Pretty styling */

#mainNav a
{
    color: white;
}
#cssdropdown ul li a:hover
{
    text-decoration: none;
}

/*banner styles*/

#banner
{
    width: 100%;
    background: url( '../../media/images/rogersBg.gif' );
    background-repeat: no-repeat;
    height: 430px;
}
#flashBanner
{
    width: 940px;
    height: 430px; /*background: url('../../media/images/banner.jpg'); 	background-repeat: no-repeat;*/
}


/*leftMain styles*/

#leftMain
{
    width: 530px;
    float: left;
    clear: left;
    padding: 5em 0 0 2.9em;
    margin-right: 1.5em;
    min-height: 250px;
}

h1.homeHeading
{
    font-size: 2.7em;
    font-weight: bold;
    letter-spacing: -1px;
}

img.leeSig
{
    clear: left;
    width: 104px;
    height: 56px;
    margin-top: 0.3em;
}


ul.careerFocus
{
    font-size: 0.78em;
    color: #fff;
    margin-top: 1.2em;
    width: 450px;
    padding-left: 3em;
}
ul.careerFocus li
{
    line-height: 17px;
    margin-top: 0.8em;
}

ul.reasonList
{
    font-size: 0.78em;
    color: #fff;
    margin-top: 1.2em;
    width: 450px;
    padding-left: 3em;
}
ul.reasonList li
{
    line-height: 17px;
    margin-top: 0.8em;
}


/*rightMain styles*/
#rightMain
{
    width: 305px;
    float: left;
    margin-left: 1.5em;
    padding: 4em 0 0 0em;
}

#search
{
    background: url( '../../media/images/searchBg.gif' );
    background-repeat: no-repeat;
    width: 303px;
    height: 104px;
}



.searchDrop
{
    margin: 55px 0 0 28px;
    width: 240px;
    border: 1px solid #898989;
    font-size: 0.9em;
    color: #464646;
}

#news
{
    padding: 0 1.5em 0 1.6em;
    margin: 2.3em 0 0 0;
}

#news p
{
    clear: left;
    float: left;
    width: 245px;
}

#news p.newsTitle
{
    margin-top: 1.2em;
    font-weight: bold;
}
#news p.newsDescription
{
    margin-top: 0.25em;
    margin-bottom: 0.8em;
}


#news h4
{
    font-size: 1.5em;
    float: left;
    margin-top: 0.25em;
}

#news img
{
    float: left;
    margin-left: 0.6em;
    width: 1px;
    height: 27px;
}


#subNav
{
    width: 303px;
    height: 200px;
    background: url( '../../media/images/subnavBg.jpg' );
    background-repeat: no-repeat;
    margin: 1.6em 0 1.5em 0;
}

#subNav ul
{
    padding: 30px 0 0 34px;
    list-style-type: none;
    font-size: 0.75em;
    float: left;
    line-height: 23px;
}

#subNav ul li.first
{
    padding-left: 0px;
    color: #fff;
    background: none;
}
#subNav ul li.first a
{
    color: #fff;
}

#subNav ul li
{
    padding-left: 10px;
    background: url( '../../media/images/arrow.gif' );
    background-repeat: no-repeat;
    background-position: 0 .85em;
}


/*footer styles*/

#footer
{
    width: 925px;
    clear: left;
    height: 125px;
    padding-bottom: 4em;
    margin-top: 1em;
    float: left;
}

#footer span
{
    font-weight: bold;
    color: #fff;
}

#footerLeft
{
    width: 587px;
    height: 125px;
    padding-right: 31px;
    border-right: 1px solid #595959;
    float: left;
}
#footerLeft ul
{
    list-style-type: none;
    margin: 3em 0 0 2.6em;
    _margin: 3em 0 0 1em;
    float: left;
}
#footerLeft ul li
{
    display: inline;
    padding-right: 0.7em;
}
#footerLeft h4.footerFootnote
{
    font-size: 1.6em;
    float: right;
    margin-top: 0.5em;
    width: 290px;
}
#footerLeft img
{
}
img.albertaLogo
{
    float: right;
    width: 43px;
    height: 57px;
    margin-top: 2.6em;
}

#footerRight
{
    float: left;
    padding: 0 0 0 30px;
    width: 275px;
}

#footerRight ul
{
    list-style-type: none;
    font-size: 0.75em;
}
#footerRight ul li
{
    display: inline;
    padding-right: 0.25em;
    margin-right: 0.5em;
    border-right: 1px solid #707070;
}
#footerRight ul li.last
{
    padding-right: 0em;
    margin-right: 0em;
    border-right: none;
}

#footer p
{
    margin-top: 1.2em;
    color: #707070;
    float: left;
    clear: none;
    font-size: 0.7em;
    line-height: 20px;
}

/* ERROR MESSAGE */
.ErrorMessage
{
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border: 1px dotted #f00000;
    background: url(         '../../media/images/errormessageicon.png' ) no-repeat 1em 1em;
    background-color: #feabab;
}
.ErrorMessage .MessageTitle
{
    font-weight: bold;
    padding-left: 4em;
}
.ErrorMessage .MessageBody
{
    padding-left: 4em;
}


/* SUCCESS MESSAGE */
.SuccessMessage
{
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border: 1px dotted #00ff00;
    background: url(     '../../media/images/successmessageicon.png' ) no-repeat 1em 1em;
    background-color: #9afe9a;
}

.SuccessMessage .MessageTitle
{
    font-weight: bold;
    padding-left: 4em;
}
.SuccessMessage .MessageBody
{
    padding-left: 4em;
}
