﻿html
{
    overflow: scroll;
}
*
{
    margin: 0px;
    padding: 0px;
}
body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: Verdana, Aria, Sans-Serif;
    background: #e5e5e5 url(images/background.jpg) repeat-x;
}
div{
    margin: 0;
    padding: 0;
}
a{
    color: #369;
    text-decoration: none;
}
a:hover{
    color: #69c;
}
h1{
    font-family: Georgia, Times New Roman, Serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    margin: 0px 0px 16px 0px;
}
h2
{
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0px 18px 0px;
    color: #369; 
}
h3
{
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #69c;
}
#wrapper{
    width: 980px;
    margin: 0px auto 0px auto;
}
#header{
    background: #11273E url(images/banner.jpg) no-repeat;
    height: 120px;
    margin-bottom: 0.5em;
}

#navbar
{
    position: relative;
    z-index: 1;
    margin-bottom: 0.5em;
}
#content{
    width: auto;
    display: inline-block;
    z-index: 0;
}

#left_column
{
    width: 660px;
    float: left;
}

#right_column
{
    width: 310px;
    float: left;
}

/* variable columns */
.column
{
    width: 320px;
    margin-right: 10px;
    float: left;
}
.column.no-margin
{
    width: 330px;
    margin-right: 0px;
}
.double-column
{
    width: 650px;
    margin-right: 10px;
    float: left;
}
.double-column.no-margin
{
    width: 660px;
    margin-right: 0px;
}
.last
{
    margin-right: 0px;
}




/*panels for layout*/
.panel
{
    background: #fff;
    border-bottom: 10px solid #dedede;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* titles */
.panel .title
{
    font-family: Georgia Times New Roman Sans-Serif;
    font-weight: normal !important;
    font-size: 24px !important;
    border-bottom: 10px solid #369;
    background: #147;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.panel .sub-title
{
    background: #ddd;
    color: #369;
    margin: 1px;
    padding: 5px;
}

.panel ul
{
    list-style: none;
}

.panel ul li
{
    display:block;
    border-bottom: 1px dotted #ddd;
    margin: 10px;
}



