/*  
    -----------------------------------------------------------
    Section 1: Global page definitions
    -----------------------------------------------------------
*/

body { 
    width: 100%;
    padding: 0;
    margin: 40px auto 30px auto;
    text-align: center;
    background-color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

img {
    border: none;
}

a {
    color: #2E8C00;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

html>body .moz-bug { clear:both  }

/*  
    -----------------------------------------------------------
    Section 2: Navigation
    -----------------------------------------------------------
*/

#mainNavigation {
    float: left;
    padding: 12px 0 0 30px;
}
#mainNavigation a {
    float: left;
    display: block;
    padding: 0 20px 0 15px;
    background-image: url(../upload/images/system/bullet.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #949494;
    text-decoration: none;
}
#mainNavigation a:hover {
    background-image: url(../upload/images/system/bullet_f2.gif);
    color: black;
    text-decoration: none;
}

#topNavigation {
    padding: 10px 35px 0 0;
    text-align: right;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #939393;
}
#topNavigation a {
    color: #939393;
    text-decoration: none;
}
#topNavigation a:hover {
    color: black;
    text-decoration: none;
}
 #mainNavigation #mainSel a {
    background-image: url(../upload/images/system/bullet_f2.gif);
    color: black;
    text-decoration: none;
}
#topNavigation #topSel a {
    color: black;
    text-decoration: none;
}

/*  
    -----------------------------------------------------------
    Section 3: Main Divs
    -----------------------------------------------------------
*/

#mainContainer {
    width: 758px;
    margin: 0 auto;
    border: 1px solid #2E8C00;
    background-color: white;
    text-align: left;
}
/*  simplified box model hack for IE 5.x */
#mainContainer { width: 760px; }
#mainContainer { width: 758px; }

#logo {
    float: left;
    padding: 32px 0 0 29px;
}
#logo a {
    display: block;
    width: 698px;
    height: 44px;
    text-decoration: none;
    background-image: url(../upload/images/system/logo.gif);
    background-repeat: no-repeat;
}

#topPic {
    float: left;
    padding: 14px 0 0 30px;
}
#topPic img {
    padding: 2px 0;
    border-top: 1px solid #93BF81;
    border-bottom: 1px solid #93BF81;
}

#content {
    float:left;
    width: 698px;
    margin: 42px 0 0 0;
    padding: 0 30px;
    background-image: url(../upload/images/system/tile_column_right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

/*  
    -----------------------------------------------------------
    Section 4: Content definitions
    -----------------------------------------------------------
*/

/*  left column and articles */
#columnLeft {
    float: left;
    margin: 0 0 10px 0;
    border: 1px solid #2E8C00;
    width: 485px;
}
/*  simplified box model hack for IE 5.x */
#columnLeft { width: 487px; }
#columnLeft { width: 485px; }

/*  definitions for normal article */
.article {
    margin: 20px;
    color: #0E2A00;
    line-height: 14px;
}
h1 {
    margin: 30px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #0E2A00;
}
.abstract {
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #0E2A00;
    line-height: 14px;
}
.article img {
    float: left;
    margin: 5px 15px 5px 0;
}

/*definitions for article template choice */
.articleChoice {
    margin: 20px 20px 0 20px;
    color: #0E2A00;
    line-height: 14px;
}
.choiceLeft {
    float: left;
    width: 110px;
    text-align: right;
}
.choiceRight {
    float: right;
    width: 305px;
}
.choiceRight h1 {
    margin: 0 0 10px 0;
}
.articleChoice img {
    border: 1px solid #2E8C00;
    padding: 5px;
}
.spacer {
    height: 10px;
    clear: both;
}

/*  definitions for article template detail */
#dropDown {
    padding: 0 0 0 20px;
    border-bottom: 1px solid #2E8C00;
    color: #0E2A00;
}
#dropDown form select {
    margin: 5px 0 0 5px;
    width: 200px;
    border: 1px solid #A5ACB2;
}
.articleDetail {
    margin: 20px;
    color: #0E2A00;
    line-height: 14px;
}
.detailLeft {
    float: left;
    width: 170px;
    text-align: right;
}
.detailRight {
    float: right;
    width: 250px;
}
.detailRight h1 {
    margin: 0 0 10px 0;
}

/*  right column and modules */
#columnRight {
    float: right;
    width: 185px;
}

#columnRightContent {
    padding: 10px 0 10px 16px;
}

#language {
    margin: 10px 0 10px 6px;
    padding: 0 0 10px 16px;
    border-bottom: 1px solid #ABCD9C;
    color: white;
}
#language img {
    margin: 5px 8px 0 0;
}

#search {
    margin: 0 0 10px 6px;
    padding: 0 0 0 16px;
    border-bottom: 1px solid #ABCD9C;
    color: white;
}
#search form input {
    margin: 5px 0 0 0;
    width: 120px;
    border: 1px solid #A5ACB2;
}

#din {
    margin: 10px 0 10px 6px;
    padding: 0 0 20px 16px;
    border-bottom: 1px solid #ABCD9C;
    color: white;
}

#din a {
    display: block;
    margin: 10px 0 0 33px;
    width: 74px;
    height: 76px;
    background-image: url(../upload/images/system/pic_din_9001.gif);
    text-decoration: none;
}

#din_1 {
    margin: 10px 0 10px 6px;
    padding: 0 0 20px 16px;
    border-bottom: 1px solid #ABCD9C;
    color: white;
                background-position:center center;
                background-repeat:no-repeat;
                width: 170px;
    height: 174px;
    background-image: url(../upload/images/system/CE-Logos.jpg);
}
