/* reset margin, padding and border for html, body, img and ul */
html, body, img {
    margin:  0px;
    padding: 0px;
    border:  0px;
}

ul {
    margin-top:    0px;
    margin-bottom: 0px;
}

/******************************************************************************/
body {
    margin:  0px auto;
    padding: 0px;
    
    font-family: Arial;
    font-size:   12px;
    color:       #000;
    
    background: url('/images/pyramidGroup/background.png') repeat-x #FFF;
}

a, a:hover {
    font-family: Arial;
    font-size:   12px;
    color:       #000;
}

h1.title, h2.title {
    margin:  17px 0px 0px 0px;
    padding: 12px 18px 9px 18px;
    width:   255px;
    
    border-right:  1px solid #B8C6D1;
    border-bottom: 1px solid #6F89A0;
    
    color:       #FFF;
    font-weight: bold;
    font-size:   14px;
    
    background: #103C61;
}

h1.title.noIndex, h2.title.noIndex {
    position: absolute;
    top: 110px;
}

h2.title {
    font-size: 13px;
}

div#main {
    margin:  0px auto;
    padding: 0px 24px;
    width:   941px;
    
    background: url('/images/pyramidGroup/shadow-background.png') scroll repeat-y center;
}

div#header {
    padding-left: 31px;
    height: 70px;
    border-bottom: 1px solid #113C5E;
}

div#header img#logo {
    margin-right: 114px;
    float: left;
}

div#topnavigation a {
    padding: 0px 10px;
    font-size: 10px;
    background: #FFF;
}

div#topnavigation a img {
    display: block;
}

div#topnavigation a, div#topnavigation ul {
    padding: 32px 10px 0px;
    
    color:           #103B61;
    font-weight:     bold;
    text-decoration: none;
    
    background-repeat:   no-repeat;
    background-position: center 2px;
    
    border-left: 1px solid #DBE3E5;
    
    float: left;
}

div#topnavigation ul {
    padding:      0px;
    padding-left: 20px;
    
    list-style-type: none;
}

div#topnavigation ul a {
    border: none;
    
    color: #369000;
}

div#topnavigation ul li a {
    padding:     0px;
    padding-top: 10px;
}

div#pyramidgroup {
    height: 279px;
    position: relative;
    
    text-align: right;
    
    border-bottom: 3px solid #B1B1B1;
}

div#pyramidgroup img#title {
    padding-left: 47px;
    
    position: absolute;
    top:      150px;
    left:     0px;
}

div#pyramidgroup ul#navigation {
    padding-left: 46px;
    padding-top:  10px;
    width:        363px;
    
    position: absolute;
    top:      245px;
    left:     1px;
    
    list-style-type: none;
    
    background:          #FFF url('/images/pyramidGroup/buttons_top_border.png') scroll no-repeat;
    background-position: 7px 0px;
}

div#pyramidgroup ul#navigation li {
    padding: 3px 0px;
    margin:  0px 3px;
    width:   20px;
    
    font-weight: bold;
    text-align:  center;
    color:       #FFF;
    
    background: #FFF url('/images/pyramidGroup/circle.png') scroll no-repeat center;
    
    float: left;
}

div#pyramidgroup ul#navigation li a {
    color:           #FFF;
    text-decoration: none;
}

div#pyramidgroup ul#navigation li:hover {
    background-image: url('/images/pyramidGroup/circle_active.png');
}

div#pyramidgroup ul#navigation li.active {
    background-image: url('/images/pyramidGroup/circle_active.png');
}

div#pyramidgroup.noIndex {
    height: 126px;
    overflow: hidden;
    border: none;
}

div#pyramidgroupBorderBottom {
    width: 100%;
    height: 1px;
    background: url('/images/pyramidGroup/pyramidgroupBorderBottom.jpg') scroll no-repeat top right;
}

p#upcoming_courses_title, p#overview_title {
    margin:  17px 0px 0px 0px;
    padding: 12px 18px 9px 18px;
    width:   205px;
    
    border-right:  1px solid #B8C6D1;
    border-bottom: 1px solid #6F89A0;
    
    color:       #FFF;
    font-weight: bold;
    
    background: #103C61;
}

p#overview_title {
    margin-right: 229px;
    
    float: right;
}

ul#upcoming_courses {
    padding-left: 15px;
    width:        400px;
    
    list-style-type: none;
}

ul#upcoming_courses li {
    padding: 10px 0px 0px 25px;
    
    background: url('/images/pyramidGroup/infobutton.png') scroll no-repeat left;
    background-position: left 10px;
}

div#overview {
    margin:  0px 0px 15px 5px;
    padding: 10px 5px;
    width:   470px;
    
    position: relative;
    
    border-left: 1px solid #DFE0E2;
    
    float: right;
}

div#overview ul {
    padding-left: 15px;
    
    list-style-type: none;
}

div#overview ul li {
    padding: 10px 0px 0px 25px;
    
    background-color:      #FFF;
    background-attachment: scroll;
    background-repeat:     no-repeat;
    background-position:   left 10px;
}


div#content {
    padding: 10px;
}

img#content_border_top, img#content_border_bottom {
    position: absolute;
    left:     -1px;
}

img#content_border_top {
    top: 0px;
}

img#content_border_bottom {
    bottom: 0px;
}

div#footer {
    padding: 4px 5px;
    width:   931px;
    
    position: relative;
    
    font-size: 10px;
    color:     #FFF;
    
    background: #369000;
}

div#footer a#toplink {
    position: absolute;
    right:    5px;
}

div#footer a#toplink, div#footer a#toplink:hover {
    font-size:       10px;
    color:           #FFF;
    text-decoration: none;
}
/******************************************************************************/

/* clearfix from http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix{display: inline-block;}
html[xmlns] .clearfix{display: block;}
* html .clearfix{height: 1%;}