﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #7c7c7c;
    background: #787878 url('Images/bg.gif') repeat-x;
    line-height: 16px;
}

a, a:visited
{
    color: #7c7c7c;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 18px;
}

h2
{
    color: #013d17;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
}

img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* Containers & Layout */

#cmsWrapper
{
    margin: 0 auto;
    width: 928px;
}

#container
{
    float: left;
    width: 842px;
    background: url('Images/content-bg.png') repeat-y;
    padding: 0 43px 20px;
}

#containerbottom
{
    clear: both;
    float: left;
    background: url('Images/content-bottom.png') no-repeat;
    width: 928px;
    height: 12px;
}

#header
{
    float: left;
    width: 842px;
    height: 230px;
}

.grayBlock
{
	background: url('Images/grayBlock.gif');
	height: 31px;
	width: 204px;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

.logo
{
    width: 197px;
    height: 63px;
    float: left;
}

.contactbutton
{
    width: 115px;
    height: 38px;
    padding-top: 25px;
    float: right;
}

.headimage
{
    clear: both;
    float: left;
    width: 842px;
    height: 167px;
}

#menu
{
    clear: both;
    float: left;
    width: 842px;
    height: 31px;
    /*background-image: url('Images/navBG.jpg';*/
    background-repeat: repeat-x;
    background-color: #013d17;
    border-top: 2px solid white;
    border-bottom: 1px solid #fff;
}

/* Home Page layout */

#home, #main
{
    clear: both;
    float: left;
    width: 842px;
    padding-top: 24px;
}

#home .leftCol
{
    float: left;
    /*padding-left: 13px;*/
    width: 202px;
}

.siteNews
{
	float: left;
	clear: both;
}

.leftBanners
{
	float: left;
	clear: both;
	padding-bottom: 40px;
}

.newsidetop
{
    width: 202px;
    height: 47px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height:35px;
    color: #fff;
    background: url('Images/sidebar-top.gif') no-repeat;
}

.newside
{
    width: 178px;
    padding: 7px 11px;
    border-left: 1px solid #013d17;
    border-right: 1px solid #013d17;
}

.newsidebottom
{
    width: 202px;
    height: 10px;
    background: url('Images/sidebar-bottom.gif') no-repeat;
    margin-bottom: 20px;
}    

.addresstop
{
    margin: 0 auto;    
    width: 168px;
    height: 24px;
    border: 1px solid black;
    background-color: #013D17;
    color: White;
    line-height: 24px;
    font-weight: bold;
    clear: both;
}

.address
{
    margin: 0 auto;
    padding: 5px;
    width: 158px;
    border: 1px solid #bfbfbf;
    border-top: 0;
    background-color: #f7f7f7;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #013d17;
    line-height: 20px;
    clear: both;
}

#home .rightCol
{
    float: right;
    width: 540px;
    padding-right: 38px;
}

/* Main Layout */

#main .leftCol
{
    float: left;
    width: 225px;
    /*padding-left: 13px;*/
}

#main .rightCol
{
    float: right;
    width: 580px;
}

.panel
{
    width: 225px;
    margin: 40px 0 100px 0;
	padding-bottom: 40px;
}

.carpanel
{
    width: 212px;
    float: left;
    clear: both;
    padding-bottom: 40px;
}

#footer
{
    clear: both;
    float: left;
    width: 928px;
    height: 50px;
    text-align: center;
    padding: 0;
	color: white;
}

#footer a
{
	color: white;
}
#footer a:hover
{
    text-decoration: none;
    color: #F26522;
    }

/* Article Control CSS */

.newside .newssummary
{
    font-size: 10px;
}

.newside h3.newstitle
{
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.newsText
{
}

/* Dynamic Form CSS */
.dynamicFormRow
{
}

.dynamicFormLeftColumn
{
}

.dynamicFormRightColumn
{
}

/* Poll Box CSS */
.PollBox
{
}

.PollBox fieldset
{
    border: 0;
}

.PollBox fieldset ul
{
    margin: 0 0 0 10px;
    padding: 0;
}

.PollBox fieldset ul li
{
    list-style-type: none;
}