/* Layout */
body, html {
    margin: 0;
    padding: 0;
    background-image: url( ../images/square-background.png );
    color: #000;
}

body {
    margin: 20px 0 20px 0;
    min-width: 750px;
}

#wrap {
    background: white;
    margin: 0 auto;
    width: 783px;
    border: 1px solid gray;
    border-width: 0 1px 1px 1px;
}

#header {
    border-top: 1px solid gray;
}

#main {
/*    background: #9c9; */
    float: right;
    width: 520px;
    margin: 0 23px 15px 0;
    position: relative;
}

#sidebar {
    float: left;
    width: 200px;
    margin-left: 25px;
}

#footer {
/*    background: white; */
    clear: both;
}

/* Header */
#header {
    position: relative;
    height: 218px;
}

#logo {
    position: absolute;
    left: 27px;
    top: 0;
}

#navtopright {
    position: absolute;
    top: 30px;
    left: 252px;
    height: 39px;
    width: 506px;
    text-align: right;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

#navtopright a:link {
    color: #666666;
    text-decoration: none;
}

#navtopright a:visited {
    color: #666666;
    text-decoration: none;
}

#navtopright a:hover {
    color: #299926;
    text-decoration: underline;
}

#topimage {
    position: absolute;
    top: 73px;
    left: 25px;
}

/* Footer */
#footer {
    margin: 0 0 0 25px;
    height: 50px;
    width: 736px;
    left: 25px;
    font: 12px / 20px Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    text-align: center;
    border-top: 1px solid #666666;
    text-decoration: none;
}

#footer a:link {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #666666;
    text-decoration: none;
}

#footer a:visited {
    color: #666666;
    text-decoration: none;
}

#footer a:hover {
    color: #299926;
    text-decoration: underline;
}

/* Navigation */
.forCompanies, .forProfessionals {
    background-image: url( ../images/for-companies-heading.jpg );
    width: 198px;
    height: 30px;
}

.forProfessionals {
    background-image: url( ../images/for-professionals-heading.jpg );
}

#sidebar .box {
    border: 1px solid #CCCCCC;
    width: 196px;
    margin-bottom: 15px;
}

#sidebar ul {
    list-style: none outside none;
    text-decoration: none;
    margin: 10px 10px 10px -30px;
    padding: 0;
}

#sidebar ul li {
    margin-left: 40px;
}

#sidebar ul a:link, a:visited {
    color: #333333;
    text-decoration: none;
    line-height: 20px;
}

#sidebar ul a:hover {
    color: #299926;
    text-decoration: underline;
}
