@charset "UTF-8";
html, body, form, input, select, fieldset, ul, a, p, h1, h2, td, li, table, img {
    font-family:'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    opacity: 1.00;
    padding:0;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

body,html {
    text-align:left;
    font-family:'ArialMT', 'Arial', sans-serif;
    color: #221a1a;
    background: url("/assets/design/main_bg.jpg");
}


img {
    border:none;
}

a, a:visited {
    color: #f26522;
}
a:hover, li a:hover {
    color: #820000;
}


div#MainWrapper {
    width: 920px;
    height: 820px;
    margin: 0;
    border:none;
}

div#MastHead {
    height: 164px;
    width: 920px;
    background: url(/assets/design/mast_head_bg.png) no-repeat top left;
}
div#Languages {
    position: absolute;
    top: 20px;
    left: 180px;
    height: 22px;
    width: 300px;
    font-family:'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
    color: #ff0000;
}
div#Languages a{ color: #ff7200; }
div#Languages a:hover { color: #fff; }

div#MastHeadLogo {
    position: absolute;
    left: 40px;
    top: 54px;
    height:110px;
    width:525px;
}






div#SlideShowContent {
    width: 400px;
    height: 260px;
}




/****************************************
Site Structure
****************************************/

div#Container2Home {
    width:100%;
    position:relative;
    right: 300px;
}
div#Column2Home {
    width:330px;
    float:left;
    position:relative;
    text-align:left;
    height: 484px;
    left:166px;
}


div#Container1 { 
    width:100%;
    position:relative;
    right:400px; /* move this container right by the width of the next collumn */
}

div#Container2 {
    width:100%;
    position:relative;
    right:300px;  /* move this container right by the width of the next collumn */
}
div#Container3 {
    width:100%;
    position:relative;
    overflow:hidden;
}


div#Column1 {	
    width:166px;
    float:left;
    position:relative;
    text-align:left;
    left:700px;
    height: 496px;
    top: 38px;
    overflow:hidden;
}
div#Column2 { 
    width:400px;
    float:left;
    position:relative;
    text-align:left;
    height: 496px;
    top: 38px;
    left:700px;
}

div#Column3 {
    width:300px;
    float:left;
    position:relative;
    text-align:left;
    height: 496px;
    top: 38px;
    left:700px;
}


/****************************************
 Pages Styles
 ****************************************/



div#Navigation {
    position: absolute;
    top: -10px;
    left: 0px;
    height:450px;
    width:128px;
    z-index: 1;
}

#MainMenu {
    position: relative;
    width:128px;
    margin: 0;
    list-style: none;
}
#MainMenu li { display: inline; text-align: right;}
#MainMenu li a { color: #f26522; font-size: 14px; font-weight: bold; display: block; padding: 10px 0 6px 0; text-transform: uppercase; text-decoration: none; text-align: right; }
#MainMenu li a:hover { color: #820000; }

.CurrentPageItem a, .CurrentPageItem li a  { color: #820000 !important;  z-index: 1; }
.CurrentPageItem a:hover,  .CurrentPageItem li a:hover { color: #820000 !important; z-index: 1 !important;}



h1 {
    font-size:18px;
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 400px;
    border-bottom: 2px solid #987070;
}
h2 {
    font-size:16px;
    line-height:22px;
    font-weight: bold;
}

h3 {
    font-size:14px;
    line-height:20px;
}


.ProjectEntry {
    width:410px;
    margin-top:4px;
}
.ProjectEntry img{
    padding:2px;
    border:1px solid #999;
}

.ProjectEntry h1 {
    font-size: 18px;
    line-height:22px;
    color:#333;
    margin:0;
}
.ProjectEntry h1 a {
    font-size: 18px;
    line-height:22px;
    margin:0;
}

.ProjectEntry p {
    font-size: 14px;
    line-height: 18px;
    margin:0;
}


p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #5a5a5a;
}


ul { margin-left:30px;}
li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}


div#Footer {
    width: 920px;
    height: 172px;
    background: url(/assets/design/footer_bg.png) no-repeat;

}
div#Footer p {
    color: #ffffff;
    font-size: 12px;
    position: relative;
    left: 134px;
    top: 8px;
}



