﻿body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: #000000;
    margin: 40px 0 0 0;
    padding: 0;
    background: #707070 url('images/bg.gif') repeat-x top;
}

h1
{
    font-size: 24px;
    color: #954b35;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic; 
}

h2
{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

a, a:visited
{
    color: #954b35;
    text-decoration: none;
}

a.redcaps
{
    color: #954b35;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* Containers */

#cmsWrapper
{
    width: 906px;
    height: 100%;
    margin: 0 auto;
}

#container
{
    width: 906px;
    height: 100%;
    float: left;
    position: relative;
}

#header
{
    width: 906px;
    height: 63px;
    background: url('images/nav-bg.gif') repeat-x;
    float: left;
}

#header img.left
{
    margin: 0;
}

#header img.right
{
    margin: 0;
}

.menu
{
    width: 860px;
    height: 63px;
    float: left;
}

#flash
{
    width: 902px;
    height: 297px;
    background-color: white;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    clear: both;
    float: left;
}

#main
{
    width: 902px;
    max-height: 100%;
    clear: both;
    float: left;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    background-color: White;
}

#leftCol
{
    width: 261px;
    float: left;
    padding-left: 19px;
    position: relative;
    color: #954b35;
}

.logo
{
    border-bottom: 2px dotted #954b35; 
    margin-bottom: 25px; 
    padding-bottom: 25px;
}

#rightCol
{
    background-color: #ffc20d;
    float: right;
    width: 603px;
    max-height: 100%;
    /*border-left: 299px solid white;
    margin-left: -299px;*/
}

.contentPadding
{
    padding: 0 0 0 20px;
    display: block;
    max-width: 100%;
}

.homelinks
{
    clear: both;
    float: left;
    background-color: #b7861b;
    font-size: 12px;
    color: #ffffff;
}

#homefooter
{
    clear: both;
    float: left;
    width: 906px;
    height: 21px;
    background: url('images/homebottom-border.gif') no-repeat;
    padding-top: 21px;
    font-size: 12px;
    color: #ffffff;
}

#homefooter a,
#homefooter a:visited,
#footer a,
#footer a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#footer
{
    clear: both;
    float: left;
    width: 906px;
    height: 21px;
    background: url('images/bottom-border.gif') no-repeat;
    padding-top: 21px;
    font-size: 12px;
    color: #ffffff;
}

/* Site Boxes & Styles */
.locationbox
{
    width: 95%;
    padding: 10px;
    border: 1px solid #954b35;
    background-color: #ffffff;
    font-size: 12px;
}

.locationbox h2
{
    float: left;
    font-size: 18px;
    color: #954b35;
    width: 75%;
    margin: 0;
    padding: 0;
    line-height: 18px;
    text-transform: none;
    font-style: normal;
    padding-bottom: 10px;
}

.locationbox h3
{
    width: 25%;
    float: right;
    font-size: 14px;
    color: #954b35;
    line-height: 18px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

/* form */
.dynamicFormLeftColumn
{
	width: 30%;
	float: left;
	text-align: right;
	margin-right: 15px;
}

.dynamicFormRightColumn
{
	width: 65%;
	float: right;
}
	
.dynamicFormLeftColumn2
{
	width: 45%;
	float: left;
	text-align: left;
	margin-right: 15px;
}

.dynamicFormRightColumn2
{
	width: 50%;
	float: right;
}

.dynamicFormRow
{
	margin-bottom: 10px;
	clear:both;
	min-height: 25px;
	line-height: 25px;
}

.dynamicFormRow2
{
	clear:both;
	min-height: 15px;
	line-height: 15px;
}

.dynamicFormRowContact
{
	margin-bottom: 10px;
	clear:both;
	line-height: 25px;
}

.dynamicFormRowContact .dynamicFormLeftColumn
{
	width: 40%;
	float: left;
	text-align: right;
	margin-right: 15px;
}

.dynamicFormRowContact .dynamicFormRightColumn
{
	width: 40%;
	float: left;
}