﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{

}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;

    z-index: 1;
    background-color:#585858;
}

#aspnetForm
{
	margin:0;
	padding:0;
}

.panelSplitContentBorderTop
{
	background-repeat:no-repeat;
	background-image:url('../Images/ContentTop.Png');
	height: 90px; 
}

.panelSplitContentBorderCenter
{
	background-repeat:repeat-y;
	 background-image:url('../Images/ContentCenter.Png'); 
}

.panelSplitContentBorderBottom
{
	background-repeat:no-repeat; 
	background-image:url('../Images/ContentBottom.Png');
	height: 75px;
	margin-top:-40px;
}
.panelFullContentBorderTop
{
	background-repeat:no-repeat; 
	background-image:url('../Images/FullContentTop.Png');
	height: 79px;
}
.panelFullContentBorderCenter
{
	background-repeat:repeat-y;
	background-image:url('../Images/FullContentCenter.Png');
}
.panelFullContentBorderBottom
{
	background-repeat:no-repeat;
	background-image:url('../Images/FullContentBottom.Png');
	height: 75px;
}
.panelFullContentHeader
{
	text-align: center;
	padding-top:40px;
	padding-left:40px;
	width:855px;
}
.panelFullContent
{
	color:Black;
	width:855px;
	padding-left:40px;
}

.panelSplitContentHeader
{
	padding-top:30px; 
	padding-left:50px;
}
.panelSplitContent
{
	color:Black;
	width: 572px;
	position: relative;
	margin-top:-10px; 
	padding-left:35px;

}
.more
{
	font-family: 'Segoe UI';
	color: #FF0000;
	padding-left:10px;
	font-weight: bold;
	
}
.medBoldText
{
	font-family: "Segoe UI";
	font-weight: bold;
	color:Black;
	font-size: 16px;
}
.contentHeader
{
	font-family: "Segoe UI";
	font-weight: bold;
	color:Black;
	font-size: 28px;
}
.panelContentHeaderLarge
{
	font-weight:bold;
	font-size:22px;
	color: #000099;
}

.panelContentHeaderMed
{
	font-size: 12px;
	color: #FFFFFF;
}

.productFeature
{
	font-family: "Segoe UI";
	font-size:18px;
	color: #000099;
	font-weight:bold;
}
.medBoldText
{
	font-family: "Segoe UI";
	font-weight: bold;
	color:Black;
	font-size: 18px;
}
.newsPanel
{
	font-family: "Segoe UI";
	font-size: 16px;
	color: #FFFFFF;
}

.homeNormalFont
{
	font-family: "Segoe UI";
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.NormalFont
{
	font-family: "Segoe UI";
	font-size: 16px;
	color: #000000;
}

.newsLink
{
	font-family: "Segoe UI";
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#header
{
    background-image:url('../Images/BkgTop.Png');
     background-repeat:no-repeat; 
  z-index: 1;
  height:154px;

}

#header h1
{
    font-weight: bold;
   
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 0px 30px 0px 30px;

        background-image:url('../Images/BkgCenter.Png');
        background-repeat:repeat-y;
        z-index: 3;
        
   /*  _height: 1px; only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
	   position: relative;
	    background-image:url('../Images/BkgBottom.Png');
     background-repeat:no-repeat; 

    text-align: center;
    line-height: normal;

    font-size: .9em;
    height: 100px;

z-index: 2;
}


.style1 {
	font-size: large;
}
.style2 
{
	font-family: "Segoe UI";
	font-size:22px;
	color: #000000;
}
.style3 {
	color: #000099;
}
.style4 {
	text-align: center;
}
.style5 {
	color: #FFFFFF;
}
.style6 {
	text-align: right;
}
.style7 {
	font-size: large;
	color: #000099;
}
.notice { font-size: 90%; }
.info { font-weight: bold; color: #008000 }
.error { font-weight: bold; color: #800000 }
