/* Site wide main CSS file */
/* Tag Styles */
body{
    background-image:url(../images/gradient.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin:0;
    padding:0;
    height: 100%;
    font-family:georgia,serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: sans-serif;
    color:#da5513;
}
h1{
    text-transform: uppercase;
    font-size:20px;
    font-weight:bold;
}
h2{
    font-size:16px;
    font-weight:normal;
}
h3{
    font-size:12px;
    font-weight:bold;
}
img{
    border:none;
}
a{
    color: #2f2d86;
}
a:hover{
    color: #6360ca;
}

/* Layout */
div#wrapper{
    z-index: 3;
    position: relative;
    top:0;
}

/* Header */
div#header{
    border-top:10px solid #ffffff;
    border-bottom:10px solid #ffffff;
    padding:0;
    height:120px;
    width:922px;
    margin:0px auto;
    box-shadow: 0px 1px 33px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 1px 33px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 1px 33px rgba(0, 0, 0, 0.80);
}

/* Content */
div#content{
    /*width:922px;*/
    width:902px;
    background-color:#ffffff;
    margin:0px auto;
    padding-left:20px;
    box-shadow: 0px 1px 33px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 1px 33px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 1px 33px rgba(0, 0, 0, 0.80);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 15px;
}
div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6, div#content table{
    max-width: 682px;
}
div#content ul{
    max-width: 642px;
}

/* Footer */
div#footerwrapper{
    width:100%;
    background-color:#000000;
    padding:0;
    height:90px;
}
div#footer{
    width:922px;
    margin:0px auto;
    padding:0;
    color:#ffffff;
    text-align:right; 
}
div#footer p{
    padding-top:33px;
}
div#footer a{
    color:#da5513;
    text-decoration:none;
}
div#footer a:hover{
    color:#c44b11;
}
div#une_logo{
    float:left;
}

/* Background */
#backgroundtop{
    z-index:2
}
#topleftbackgroundimage{
    position:absolute;
    top:0;
    left:0;
}
#toprightbackgroundimage{
    position:absolute;
    top:0;
    right:0;
}

/*  Breadcrumb */
div#breadcrumb{
    width:902px;
    font-size:14px;
    background-color:#ffffff;
    margin:0px auto;
    /*padding-left:20px;*/
    padding-top:4px;
    padding-bottom:4px;
    color: #2f2d86;
    font-family: sans-serif;
    
}
div#breadcrumb a{
    text-decoration:none;
}

div#pageindex{
    position:absolute;
    left:50%;
    width:200px;
    top:200px;
    margin-left:261px;
}
div#pageindex a{
    text-decoration:none;
}
.projecttitle{
    font-family: sans-serif;
    color:#f0824d;
    font-size:16px;
    font-weight:bold;
}
