html, body
{
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-size: medium;
    background-color: #ffffff;
    background-image:url('../images/background.png');
    background-repeat: repeat-x;
    background-position: 0 118px;
    color: #575757;
    height: 100%;
}

img
{
    border: 0;
}

/******** Site layout *********/

#hidden-images
{
    display: none;
}

#top_bar
{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #AEB8AE;

}

#top_bar_content
{
    width: 950px;
    margin-left:auto;
    margin-right:auto;
    background-image:url('../images/web.png');
    background-repeat: no-repeat;
    background-position: 725px;
}

#top_bar_content img
{
    margin-left: 75px;
}

#push
{
    height: 1.5em;
    clear: both;
}

#bottom_bar
{
    clear:both;
    width: 100%;
    height: auto;
    background-color: #ededed;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dashed #AEB8AE;
    text-align: center;
    font-size: small;
    color: #ccc;
}

#bottom_bar p
{
    color: #AEB8AE;
    margin: 5px;
    padding: 5px;
}

#main_site
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    min-height: 81%;
    height: auto !important;
    height: 100%;
}

#content
{
    background-color: #fff;
    background-image: url('../images/corner-gradient.png');
    background-position: top right;
    background-repeat: no-repeat;
    margin-left: 75px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #AEB8AE;
    width: 800px;
    padding: 25px;
    float:left;
}

#side_panel
{
    float: left;
    width: 300px;
    padding: 15px;
    margin-left: 25px;
    margin-top: 10px;
    text-align: right;
}



/******** Menu *********/

#nav
{
    height: 1em;
    width: 900px;
    margin-left: 13px;
    line-height: 1.2em;
}

#nav, #nav ul
{
    list-style: none;
}

#nav a
{
    display: block;
    width: auto;
    text-decoration:none;
    color: #aaa;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}

#nav a.selected
{
    border-bottom: 3px solid #0F6D9C;
}

#nav a:hover
{
    color: #0F6D9C;
}

#nav li
{
    float: left;
    height: 20px;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
}

/********** Page elements ************/

p
{
    line-height: 1.5em;
}

.right-align
{
    text-align:right;
}

.left-align
{
    text-align: left;
}

.center-align
{
    text-align: center;
}

.margin10
{
    margin: 25px;
}

h1
{
    font-family: "Trebuchet MS", Helvetica;
    color: #205F9C;
    font-size: x-large;
}

h2
{
    font-family: "Trebuchet MS", Helvetica;
    color: #397739;
    font-size: large;
    padding-bottom: 5px;
    border-bottom: 1px solid #CFE2CF;
}

h2.news
{
    font-family: "Trebuchet MS", Helvetica;
    font-size: medium;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #205F9C;
    border: 0;
}

h3
{
    font-family: "Trebuchet MS", Helvetica;
    font-size: medium;
    color: #575757;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 a
{
    color: #397739;
}

#side_panel h3
{
    color: #205F9C;
}

a
{
    color: #F16422;
    text-decoration: none;
    overflow: hidden;
}

a:hover
{
    color: #0F6D9C;
}

ul
{
    color: #F16422;
}

ul ul
{
    margin-top: 10px;
    color: #0F6D9C;
}

ol ol
{
    margin-top: 10px;
    list-style-type: lower-roman;
}

li span
{
    color: #575757;
}

blockquote
{
    font-family: garamond, Helvetica, Arial;
    line-height: 1.5em;
    background: url('../images/speechmarks-open.png') no-repeat top left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-top: 0px;
    margin-top: 0;
}

img.uncertweb-overview
{
    text-align: center;
    padding: 15px;
    border: 1px solid #AEB8AE;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.width60
{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

span.subcontent
{
    font-size: small;
    display: block;
}

div.publication
{
    margin: 1em 0;
    line-height: 1.5em;
}

ul.actions
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

ul.actions li
{
    margin: 0;
    padding: 0;
    display: inline;
    padding-left: 10px;
}

li.action_download
{
    text-indent: -9999em;
}

li.action_download a
{
    background: url('../images/download.png') no-repeat 0px center;
    text-indent: -10000px;
    padding-left: 20px;
}

li.action_download a:hover
{
    background-image: url('../images/download-hover.png');
}

dt
{
    margin: 5px;
}

dd
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: -1.0em;
}

ul.contact
{
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

li.contact a
{
    background: url('../images/contact.png') no-repeat;
    text-indent: -1000em;
    display: block;
    height: 24px;
    width: 69px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

li.contact a:hover
{
    background-position: 0 -25px;
}

li.sf_admin_action_send input
{
    background: url('../images/send.png') no-repeat;
    display: block;
    height: 24px;
    text-indent: -1000em;
    border: none;
    cursor: pointer;
    width: 69px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

li.sf_admin_action_send input:hover
{
    background-position: 0 -25px;
}

ul.no-style
{
    list-style: none;
    font-size: small;
}

ul.no-style li
{
    margin: 10px;
}

div.pab-img
{
    width: 250px;
    height: 150px;
    margin-right: 25px;
    float: left;
    text-align: center;
}

div.pab-text
{
    vertical-align: middle;
    height: 150px;
}

div.pab-member
{
    clear: both;
    margin-top: 25px;
    margin-bottom: 25px;
    width: auto;
}

#pab
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

a.silent
{
    color: #575757;
}
