/*
CSS reset code copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body {
    width: 775px;
    
    margin-left: 60px;
    margin-top: 65px;
    
    font: 15px helvetica, arial, sans-serif;
    color: #235643;
}

a {
    color: #235643;
}

p {
    margin: 1em 0;
}

#main {
    float: right;
    width: 560px;
}

#logo a {
    display: block;
    text-indent: -1000em;
    background: url(../images/logo.png) top left no-repeat;
    width: 190px;
    height: 30px;
}

#content {
    margin-top: 10px;
    padding: 10px 20px;
    background: #E2E8E6;
    
    height: 500px;
    overflow: auto;
}

.align-bottom img {
    vertical-align: bottom;
}

.align-top img {
    vertical-align: top;
}

#content img {
    margin-right: 5px;
}

#content ul {
    margin: 1em 0;
    list-style: disc;
    padding-left: 1em;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 205px;
    
    position: relative;
    top: -25px;
}

.corner-image {
    position: absolute;
    top: 35px;
    width: 190px;
    height: 190px;
}

#company-name {
    padding-top: 200px;
    font-size: 0.95em;
    color: #57937D;
}

#nav .corner-image {
    display: none;
}

#nav {
    margin-top: 10px;
}

#nav .current .corner-image, #nav .hover .corner-image {
    display: block;
}

#nav li {
    margin-bottom: 12px;
}

#nav a {
    text-decoration: none;
}

#nav .current a {
    text-decoration: underline;
}