﻿body
{
    text-align: center;
    background-image: url( 'images/background11.jpg' );
    background-repeat: repeat-X;
}

.outerTable
{
    width: 80%;
    border-top: solid #1860AC 2px;
    border-left: solid #1860AC 2px;
    border-right: solid #15317E 4px;
    border-bottom: solid #15317E 4px;
    background-color: #FFFFFF;
}

.sectionTable
{
    border-top: solid #41383C 1px;
    border-left: solid #41383C 1px;
    border-right: solid #41383C 1px;
    border-bottom: solid #41383C 1px;
    background-color: #FFFFFF;
}

.CompanyName
{
    color: #15317E;
    font-family: Tahoma;
    font-size: 28px;
    font-weight: bold;
    width: 50%;
    text-align: left;
    background-color: Transparent;
    vertical-align:top;
}
.CompanyBlurb
{
    color: #15317E;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    background-color: Transparent;  
}

.addressLine
{
    height: 5px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    background-color: #1860AC;
}

.whiteLine
{
    color:#FFFFFF;
}
    
.SectionHeader
{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background-color: #15317E;
}

.SectionItemText
{
    color: #565051;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background-color: Transparent;
}

.SectionItemTextSimple
{
    color: #565051;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    background-color: Transparent;
}

/* LINK CLASS FOR FOOTER */
.FooterText
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #1860AC;
}
A.FooterText:ACTIVE, A.FooterText:LINK, A.FooterText:visited
{
    vertical-align: bottom;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
A.FooterText:HOVER
{
    vertical-align: bottom;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    color: #ffffff;
    background-color: #66b0ff;
    text-decoration: none;
}
/* LINK CLASS FOR FOOTER */

/* LINK CLASS FOR MENU */
.defaultLnk
{
    vertical-align: bottom;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: #1860AC;
    text-decoration: none;
}

A.defaultLnk:ACTIVE, A.defaultLnk:LINK, A.defaultLnk:visited
{
    vertical-align: bottom;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: #1860AC;
    text-decoration: none;
}
A.defaultLnk:HOVER
{
    vertical-align: bottom;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: red;
    background-color: Transparent;
    text-decoration: none;
}
/* LINK CLASS FOR MENU */

#insightwebdesignplug {
	width: 800px;
	height: 50px;
	margin: 0 auto;
}

#insightwebdesignplug p{
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}
a.link1 {
	text-decoration: none;
	color: #CC6600;
	border-bottom: 1px solid #EBA45E;
}

a.link1:hover {
	border: none;
}

/* IMPORTANT -- THIS MUST BE THE LAST LINE IN ORDER FOR STYLE TO WORK PROPERLY */
.HeaderRow
{
    height: 60px;
    filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr=  '#C6DEFF' , startColorstr= '#66b0ff' , gradientType= '0';
}

