﻿html, form, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#d9e0e8;
	background-image:url(images/Background.jpg);
	background-repeat:repeat-x;
}
#container 
{
	width:920px;
	min-height:100%;
	position:relative;
	background-image:url(images/ContentBackground.png); 
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#header 
{
	margin-left:10px;
	margin-bottom:-10px;
	width:900px;
	height:162px;
	background-image:url(images/HeaderImage.png); 
	background-repeat:no-repeat;
}
#body {
   padding:12px;
   padding-bottom:115px;   /* Height of the footer */
   font-family:Calibri, Verdana, Arial;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:115px;
   min-height:115px;   /* Height of the footer */
   background-color:#d9e0e8;
   background-image:url(images/Footer.png); 
   background-repeat:no-repeat;
   text-align:center;
   font-family:Calibri, Verdana, Arial;
   cursor:default;
}

#footer .spacer { height:110px; }
#footer .text { padding-left:10px; padding-right:10px;}


#header #NavigationBar {
	font-family:Calibri, Arial;
	font-size:13pt;
	color:#FFFFFF;
	position:relative;
	top:125px;
	width:890px;
	margin-left: auto;
	margin-right: auto;
	vertical-align:middle;
}

#header #NavigationBar a, #header #NavigationBar a:visited, #header #NavigationBar a:active {
	color:#FFFFFF;
}

#header #NavigationBar a:hover 
{
	color:#000000;
}


.BlueGradientBox 
{
	background-color:#c8d7dc;
	background-image:url(images/blueGradientBack.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	border:1px solid #d8d8d8;
}

.BlueGradientBox a, .BlueGradientBox a:visited, .BlueGradientBox a:active
{
	color:#000000;
	text-decoration:none;
}

.BlueGradientBox a:hover  
{
	color:#000000; 
	font-weight:bold; 
	text-decoration:none;
}

.BlueGradientBox .ContentBox
{
	background-color:#f5f5f5;
	border:1px dashed #bcbcbc;
	width:100%;
	font-family:Calibri, Verdana, Arial;
	font-size:10pt;
}


.GrayGradientBox 
{
	background-color:#d1d1d1;
	background-image:url(images/grayGradientBack.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	border:1px solid #d8d8d8;
}

.GrayGradientBox a, .GrayGradientBox a:visited, .GrayGradientBox a:active
{
	color:#000000;
	text-decoration:none;
}

.GrayGradientBox a:hover  
{
	color:#000000; 
	font-weight:bold; 
	text-decoration:none;
}

.GrayGradientBox .ContentBox
{
	background-color:#f5f5f5;
	border:1px dashed #bcbcbc;
	width:100%;
	font-family:Calibri, Verdana, Arial;
	font-size:10pt;
}


.ContactUsSplashBack 
{
	background-image:url(images/brochureSplashBack.jpg);
	background-repeat:repeat-x;
	height:120px;
}

.ReferralSplashBack 
{
	background-image:url(images/referralSplashBack.jpg);
	background-repeat:repeat-x;
	height:120px;
}

.BrochureSplashBack 
{
	background-image:url(images/brochureSplashBack.jpg);
	background-repeat:repeat-x;
	height:120px;
}

.LeadershipSplashBack 
{
	background-image:url(images/leadershipSplashBack.jpg);
	background-repeat:repeat-x;
	height:120px;
}


.GridOddRow
{
	background-color:#EEEEEE;
	font-family:Calibri, Arial;
	font-size:11pt;
	color:#000000;
}

.GridOddRow a, .GridOddRow a:active, .GridOddRow a:visited {
	color:#000000;
}

.GridOddRow a:hover {
	font-weight:bold;
}

.GridEvenRow
{
	background-color:#FFFFFF;
	font-family:Calibri, Arial;
	font-size:11pt;
	color:#000000;
}

.GridEvenRow a, .GridEvenRow a:active, .GridEvenRow a:visited {
	color:#000000;
}

.GridEvenRow a:hover {
	font-weight:bold;
}

.Breadcrumb 
{
	font-size:11pt;
	font-weight:bold;
	font-family:Arial;
	color:#CCCCCC;
	vertical-align:top;
	text-align:right;
}

.Breadcrumb a, .Breadcrumb a:active, .Breadcrumb a:visited {	color:#554e34; }
.Breadcrumb a:hover { color:#000000; }

.GeneralContent 
{
	font-family:Calibri, Arial;
	font-size:11pt;
	color:#000000;
}

.GeneralContent a, .GeneralContent a:active, .GeneralContent a:visited
{
	color:#554e34;
}

.GeneralContent a:hover 
{
	color:#000000;
}
