﻿body
{
    background: url('nonbranded/background.png') no-repeat;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    margin-left: auto;
    margin-right: auto;
    min-width: 1080px;
}

header, #header
{
    height: 66px;
}


#header-image
{
    background: url(nonbranded/header.png) no-repeat;
    background-position: 43px 7px;
    height: 69px;
}

#menu
{
    background: url('nonbranded/menu-background.png') no-repeat;
    background-color: #fff;
    height: 8px;
}

#main
{
    min-height: 300px;
    padding: 5px 30px 15px 30px;
}

.content-container
{
    padding: 1em 2em;
    width: 1024px;
}

.static-content
{
    width: 740px;
    margin: 0 auto;
}

footer, #footer
{
    clear: both;
    color: #888888;
    font-size: .9em;
    padding: 30px;
    width: 1024px;
}

footer a:link,
footer a:visited
{
    color: #888888;
    text-decoration: none;
}

footer a:active,
footer a:hover
{
    color: #009DD9;
}

h1
{
    color: #009dd9;
    font-size: 1.7em;
}

.section-title
{
    color: #009dd9;
    font-size: 1.7em;
}
.subsection-title
{
    color: #009dd9;
    font-size: 1em;
}


.k-upload-button {
    width: 180px;
}

.k-upload-button,
.k-upload-selected {
    background-color: #009DD9;
    border-color: #fff;
    color: #fff;
}

.k-upload-button:hover,
.k-upload-selected:hover {
    border-color: #009DD9;
    background: #fff;
    color: #009DD9;
}

.k-upload-button:active,
.k-upload-selected:active {
    background-color: #1691C0;
    border-color: #fff;
    color: #fff;
}
