﻿body 
{
    color: #444;
}

ul
{
    list-style-type: none; 
    margin: 0px;
    padding-left: 10px;
    text-align: left;
    width: 170px;
}

li
{
    background: url(images/dash.gif) bottom repeat-x;
    color: #E77817;
    font-family: Calibri, Verdana;
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
    height: 25px;
}

.price_list
{
    list-style-type: disc;
    margin-left: 50px;
    width: 100%;
}
.price_list li
{
    background: none;
    color: #E77817;
    margin-top: 0;
    height: 25px;
}

h2
{
    font-family: Calibri, Verdana;
    font-size: 14pt;
    font-weight: bold;
}

h3
{
    font-family: Calibri, Verdana;
    font-size: 12pt;
    font-weight: bold;
    margin: 2px;
    padding: 2px;
}

p
{
    font-family: Calibri, Verdana;
    font-size: small;
    text-align: justify;
    padding: 5px;
}

a, a:active, a:link, a:visited
{
    color: #E77817;
    font-family: Calibri, Verdana;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#main_container
{
    margin: 0 auto;
    width: 800px;
}

#header
{
    color: #555;
    font-family: Calibri, Verdana;
    font-size: small;
    text-align: right; 
    height: 20px; 
    width: 100%;
}

top_row
{
    height: 300px; 
    width: 100%;
}

#navigation
{
    float: left;
    text-align: left; 
    /*height: 300px;*/
    width: 200px;
}

#image_pane
{
    background: url(images/field.jpg) no-repeat; 
    float: left; 
    height: 300px; 
    width: 600px;
}

#content_left
{
    float: left; 
    height: 300px;
    width: 200px;
}

#bottom_row
{
    /*border-top: solid 2px #CCC;*/
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}

#footer
{
    background-color: #888; 
    color: #FFF;
    font-family: Calibri, Verdana;
    font-size: small;
    text-align: right; 
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30px; 
    width: 100%;
}

.content_section
{
    float: left; 
    width: 200px;
}

.footer_item
{
    width: 33%; 
    float: left; 
    text-align: center;
}

.clear_floats
{
    clear: both;
    height: 1px;
    width: 100%;
}