﻿body
{
    background: url( '/App_Images/BG_Body.gif' ) repeat-x;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
}

body, td, p, li, input, option, select, textarea
{
    color: #333;
    font: 14px/20px Tahoma, Arial, Helvetica, sans-serif;
}

p { margin: 0 0 15px 0; }
li { margin: 0 0 10px 0; }
table { position: relative; }
td { vertical-align: top; }

.BoldText { font-weight: bold; }
.ItalicizedText { font-style: italic;}
.UnderlinedText { text-decoration: underline; }

.SmallText { font-size: 10px; line-height: 12px; }
.NoWrap { white-space: nowrap; }

.AlignLeft { text-align: left; }
.AlignCenter { text-align: center; }
.AlignRight { text-align: right; }
.AlignJustify { text-align: justify; }

.AlignImgRight
{
    float: right;
    text-align: right;
    margin: 0 0 0 15px;
}

.AlignImgLeft
{
    float: left;
    text-align: left;
    margin: 0 15px 0 0;
}

.AlignImgCenter
{
    text-align: center;
    margin: 0 15px 0 15px;
}

.MsgSystem
{
    color: #1866A4;
    font-weight: bold;
}

.MsgError
{
    color: #A41866;
    font-weight: bold;
}

ul
{
    margin-top: 0px;
}

li
{
    margin: 0;
    padding: 2px 0;
}

ul.InlineList, ul.VerticalList
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.InlineList li
{
    float: left;
}

.BorderBlack
{
    border: 1px solid #000;
}

a {
    color: #1866A4;
    font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #A41866; 
}

div#Header div#HeaderH1 h1
{
    color: #1866A4;
	font: bold 12px/16px Tahoma, Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
}

h1
{
    color: #1866A4;
	font: 30px/40px Georgia, Times, Times New Roman, serif;
	margin: 0;
}

h2
{
    color: #1866A4;
	font: 30px/40px Georgia, Times, Times New Roman, serif;
	margin: 0;
}

h3
{
    color: #67A418;
	font: 20px/30px Georgia, Times, Times New Roman, serif;
	margin: 0;
}

div#Container
{
    position: relative;
    width: 930px;
    margin: 0 auto;
    text-align: center;
}

div#Header
{
    position: relative;
    text-align: left;
    width: 930px;
}

div#Header div#HeaderH1
{
    position: absolute;
    right: 5px;
    top: 10px;
}
/*
div#Header div#HeaderH1
{
    position: absolute;
    left: 10px;
    top: 250px;
    width: 210px;
}
*/
div#NavMain
{
    position: absolute;
    left: 294px;
    top: 55px;
}

div#NavMain div.NavButtonExterior
{
    float: left;
    width: 105px;
    height: 38px;
    margin-left: 1px;
    text-align: center;
    background: url( '/App_Images/NavButton_Off.gif' ) no-repeat;
}

div#NavMain div.NavButtonExterior:hover
{
    background: url( '/App_Images/NavButton_On.gif' ) no-repeat !important;
}

div#NavMain div.Selected
{
    background: url( '/App_Images/NavButton_On.gif' ) no-repeat !important;
}

div#NavMain div.NavButtonInterior
{
    padding: 3px 5px;
}

div#NavMain a.NavButton, div#NavMain a.NavButton:link, div#NavMain a.NavButton:visited, div#NavMain a.NavButton:hover {
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
	text-decoration: none;
}

div#NavMain a.NavButton:active {
	text-decoration: underline;
}

div#GreenBox
{
    position: absolute;
    left: 614px;
    top: 115px;
    width: 265px;
    height: 300px;
    background-image: url( '/App_Images/BG_GreenBox.png' );
    text-align: left;
    padding: 30px 20px 20px 20px;
}

div#GreenBox p, div#GreenBox a, div#GreenBox a:link, div#GreenBox a:hover, div#GreenBox a:visited, div#GreenBox a:active
{
    color: #FFF;
    font-weight: bold;
}

div#Main
{
    width: 928px;
    border-left: 1px solid #E8CFDE;
    border-right: 1px solid #E8CFDE;
    background-color: #FFF;
}

div#Content
{
    padding-top: 30px;
    background: url( '/App_Images/BG_ContentTopFade.gif' ) repeat-x;
}
/*
div#Content td#ContentLeftTD
{
    width: 10px;
    background: url( '/App_Images/BG_EdgeFade_Left.gif' ) repeat-y;
}

div#Content td#ContentMiddleTD
{
    width: 930px;
    padding-top: 30px;
    background-color: #FFF;
    background: url( '/App_Images/BG_ContentTopFade.gif' ) repeat-x;
}

div#Content td#ContentRightTD
{
    width: 10px;
    background: url( '/App_Images/BG_EdgeFade_Right.gif' ) repeat-y;
}
*/
div#ColumnMain
{
    float: left;
    width: 560px;
    padding: 0 20px 20px 20px;
    margin: 0 auto;
    text-align: justify;
}

div#ColumnSide
{
    float: left;
    width: 290px;
    padding: 95px 19px 0 19px;
}

div#ColumnSide div.SidePic
{
    padding: 0 0 20px 0;
}

div#Content img
{
    border: 1px solid #1866A4;
}

div#NavBottom
{
    padding: 10px;
    border: 1px solid #F00;
}

div#Footer
{
    width: 930px;
    padding: 10px 0 5px 0;
    margin: 0 auto;
    text-align: center;
    background: url( '/App_Images/BG_EdgeFade_Bottom.gif' ) repeat-x;
}

div#Footer div#Credit
{
    padding: 10px 0;
}

div#Footer, div#Footer a, div#Footer a:link, div#Footer a:visited, div#Footer a:active
{
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    color: #333;
}

div#Footer a:hover, div#Footer li.Selected a
{
    text-decoration: underline;
}

div.ClearDivs
{
    clear: both;
}

div.TestimonialOutline
{
    border: 1px solid #1866A4;
    padding: 1px;
    margin-bottom: 20px;
}

div.Testimonial
{
    text-align: left;
    font-style: italic;
    background-color: #F4E4ED;
    padding: 15px;
}

div.Testimonial div.TestimonialCredit
{
    font-weight: bold;
    text-align: right;
}
