﻿/* The website http://matthewjamestaylor.com/blog/perfect-3-column.htm was used to create this style sheet*/
body
{
    max-width: 70em;
    margin-right: auto;
    margin-left: auto;
    background-color: #999999;
    margin-top: 0px;
    font-family: Arial;
    text-align: center;
}
#BannerDiv
{
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #004483;
}
#MenuDiv
{
    height: 25px;
    background-color: #004483;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #FFFFFF;
}
#SubMenuDiv
{
    width: 100%;
    height:24px;
    background-color: #FFFFFF;
    font-size: .75em;
    text-align: center;
}
#AddressP
{
    padding: 0 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    border:0;
    float: left;
    width: 25%;
    color: Black;
    font-weight: bold;
}
#PhoneFaxP
{
    padding: 0 0px 0px 0px;
    float: left;
    width: 50%;
    margin-top: 4px;
    border:0;
    color: Black;
    margin-bottom: 0px;
    font-weight: bold;
    margin-right: 0px;
}
#EmailP
{
    margin: 4px 0px 0px 0px;
    padding: 0 0px 0px 0px;
    border:0;
    float: left;
    width: 24%;
    color: Black;
    font-weight: bold;
}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol
{
    background-color: #004483;
}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;    /* center column background colour */
		            
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#004483;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2
{
    width: 25%; /* Width of left column content (column width minus padding on either side) */
    left: 29%;
    text-align: center;
}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:81%;			/* Please make note of the brackets here:(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
#FooterDiv
{
    clear: both;
    height: 25px;
    background-color: #004483;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #FFFFFF;
    text-align:right;
}
#CopyrightP
{
    color: #FFFFFF;
    height:15px;
    padding-top:0;
    margin-top:4px;
}
.ContentP
{
    margin-top: 0px;
    padding-top: 0px;
}
h1
{
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 10px;
}
h2
{
    font-size: 1.0em;
}
h3
{
    font-size: 1.25em;
}
.large
{
    font-size: 1.875em;
    text-align: center;
}
.left
{
    text-align: left;
}
.center
{
    text-align: center;
}
.italic
{
    font-style: italic;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.bold
{
    font-weight: bold;
}
.overline
{
    text-decoration: overline;
}
h3
{
    font-size: .75em;
}
.CenterDiv
{
    text-align: center;
    margin-bottom: 2%;
}
.NoUnderline
{
    text-decoration: none;
    color: #004483;
}
.TextBoxAlign
{
    position:absolute;
    left:50%;
      
    
}
.LabelAlign
{
    position:absolute;
    left:50%;
}
.mainimage 
{
    width: 96%;
    max-height: 300px;
}
#CBVICanHelp
{
    font-size: 1.25em;
    font-weight: normal;
    text-align: center;
    font-family: 'Arial Black';
}
#NewsLetterDiv
{
    border: 1px solid #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    background-color: #004483;
    padding-top: 0;
    margin-top:20%;
    margin-bottom:20%
}
#RightColumnContentDiv
{
    border: 1px solid #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    background-color: #004483;
    padding-top: 0;
    margin-top:10%;
    margin-bottom:10%
}
#MemberOfDiv
{
    padding-top:90px;
}