﻿body
{
	font-family: Verdana;
	font-size: 12px;
	margin: 20px 0px 20px 0px;
}

/* BEGIN CONTAINER LAYERS */

.SiteWidth
{
	width: 900px;
}

#MainContainer
{
	width: 900px;
	text-align: left;
	position: relative;
}

#Logo
{
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: 10;
}

#PrimaryNavigation
{
	position: absolute;
	top: 21px;
	z-index: 5;
}

#HeaderMessage
{
	
	position: absolute;
	text-align: right;
	top: 9px;
	width: 100%;
	font-family: Verdana;
	font-style: italic;
	font-size: 10pt;
}
#HeaderItems
{
	height: 55px;
}
#ContentContainer
{
	width: 860px;
}
.CommonContent
{
	text-align: left;
	position: relative;
	border: solid 1px #fff;
	font-size: 14px;
	line-height: 18px;
}

#Copyright
{
	float: left;
	font-size: 8pt;
	font-family: Verdana;
	color: #a9bedf;
	padding-bottom: 4px;
}

#FooterLinks
{
	float: right;
	font-size: 8pt;
	font-family: Verdana;
	padding-bottom: 4px;
	text-decoration: none;
	color: #ffffff;
}

.SubPageImage
{
    position: absolute;/*absolute;   jonson */
    top: 0px;
    right: 0px;
    z-index: 1;
    border-bottom-style: double;
    border-bottom-color: Gray;
    border-bottom-width: 3px;
}
.SubPageContent
{
    position: relative;
    margin-bottom: 25px;
}
#SubPageSideBar
{
    margin: 0px 0px 0px 25px;
    width: 260px;
    overflow: hidden;
}

/* BEGIN NAVIGATION BAR ELEMENTS */

.Menu1
{
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	background-image: url(../../images/pnavOff.png);
}
.Menu1_Off
{
	font-family: Verdana, Arial;
	color: #ffffff;
	padding: 0px 10px 6px 10px;
}
.Menu1_On
{
	font-family: Verdana, Arial;
	color: #ffffff;
	background-image: url(../../images/pnavOn.png);
	padding: 0px 10px 6px 10px;
}
.Menu1_Hover
{
	font-family: Verdana, Arial;
	color: #ffffff;
	background-image: url(../../images/pnavHover.png);
	padding: 0px 10px 6px 10px;
}

.Menu1-2
{
	cursor: pointer;
	font-size: 8pt;
}
.Menu1-2_Off
{
    cursor: pointer;
	font-family: Verdana, Arial;
	color: #ffffff;
	padding: 10px 15px 10px 15px;
	background-color: #21327a;
	width: 170px;
	font-size: 8pt;
}
.Menu1-2_On
{
    cursor: pointer;
	font-family: Verdana, Arial;
	color: #ffffff;
	padding: 10px 15px 10px 15px;
	background-color: #475595;
	width: 170px;
	font-size: 8pt;
}
.Menu1-2_Hover
{
    cursor: pointer;
	font-family: Verdana, Arial;
	color: #ffffff;
	padding: 10px 15px 10px 15px;
	background-color: #314183;
	width: 170px;
	font-size: 8pt;
}

.Menu2
{
	cursor: pointer;
	font-size: 8pt;
	border-bottom: solid 1px #b2b2b2;
}
.Menu2_Off
{
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #000;
	background-image: url(../../images/bgSvcNav.jpg);
	height: 31px;
	padding-left: 10px;
}
.Menu2_On
{
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #BF0000;
	background-image: url(../../images/bgSvcNav.jpg);
	height: 31px;
	padding-left: 10px;
}

/* BEGIN HYPERLINKS */

a, a:visited, a:active
{
	text-decoration: underline;
	color: #BF0000;
}
a:hover
{
	text-decoration: none;
	color: #BF0000;
}

a.white, a.white:visited, a.white:active
{
	text-decoration: none;
	color: #ffffff;
}
a.white:hover
{
	text-decoration: underline;
	color: #ffffff;
}

a.yellow, a.yellow:visited, a.yellow:active
{
	text-decoration: underline;
	color: #FFC400;
}
a.yellow:hover
{
	text-decoration: none;
	color: #FFC400;
}

hr
{
	height: 1px;
	color: #E1E1E1;
}

/* BEGIN FONT STYLES */

.h1
{
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #001466;
    position: relative;
    z-index: 2;
}

h2
{
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #001466;
    position: relative;
    z-index: 2;
}

.HeaderType1
{
	border-top: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	background-image: url(../../images/bgHeader1.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	height: 47px;
}
.HeaderType1Text
{
	font-family: Arial;
	font-weight: normal;
	font-size: 14pt;
	line-height: 14pt;
	padding-top: 14px;
	padding-left: 10px;
	color: #3F3F3F;
}

.HeaderType2
{
	border-top: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	background-image: url(../../images/bgHeader2.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	height: 47px;
}
.HeaderType2Text
{
	font-family: Arial;
	font-weight: normal;
	font-size: 14pt;
	line-height: 14pt;
	padding-top: 14px;
	padding-left: 10px;
	color: #BF0000;
}
.HeaderType3
{

 margin-top: 5px;
 font-size: 12px;
 text-transform: capitalize;
 color: #fff;
 background-image: url(../../images/bgHeader3.jpg);
 background-repeat: repeat-x;
}

.FooterStyle1
{
    background-image: url(../../images/bgFooterStyle1.jpg);
    height: 32px;
    font-size: 8pt;
	border-top: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	padding: 0px 15px 0px 15px;
	margin-bottom: 5px;
	text-align: right;
}
.FooterStyle2
{
	border-top: solid 1px #3f5a8e;
}
.FooterCopyStyle1
{
    padding-top: 8px;
}

.Relative
{
    position: relative;
}
.TestimonialDiv
{
    padding: 10px 0px 10px 0px;
    position: relative;
    background-image: url(../../images/bgTestimonial.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom: solid 1px #E3DFC2;
    z-index: 5;
}
.Testimonial
{
    padding: 12px 20px 0px 47px;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    position: relative;
    z-index: 10;
}

.Apostrophe
{
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 5;
}

.ApostropheClose
{
    position: relative;
    top: -35px;
    float: right;
    padding-right: 8px;
    z-index: 5;
}

.NewsEventsDiv
{
    background-image: url(../../images/bgNewsEvents.jpg);
    background-position: top;
    background-repeat: repeat-x;
    min-height: 356px;
}

.TeaserNewsItem
{
    font-size: 8pt;
    padding: 10px 10px 0px 10px;
}

.TeaserNewsHeadline
{
    font-weight: bold;
    padding-bottom: 5px;
}

.TeaserNewsDate
{
    font-style: italic;
    color: #666666;
    padding-bottom: 0px;
}

.TeaserNewsIntro
{
    padding: 0px 0px 0px 0px;
    border-bottom: solid 1px #b2b2b2;
}

.TeaserProjectTitle
{
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
.TeaserProjectDate
{
    font-style: italic;
    color: #666666;
    padding: 5px 5px 0px 5px;
    font-size: 8pt;
}
.TeaserProjectIntro
{
	padding: 0px 5px 0px 5px;
	font-size: 8pt;
}

/* BEGIN HOME PAGE ONLY ITEMS */

#SloganArea
{
	position: absolute;
	left: 350px;
	top: 30px;
	width: 500px;
}
.Tagline1
{
	color: #FFC400;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 20px;
}
.Tagline2
{
	color: #FFC400;
	font-size: 12pt;
	padding-bottom: 8px;
	padding-left: 20px;
}

.OpenerCopy
{
	color: #ffffff;
	font-size: 8pt;
	line-height: 13pt;
	padding-left: 30px;
}

#HomeColumn1
{
	padding: 0px 0px 0px 0px;
}
#HomeColumn2
{
	float: left;
	width: 265px;
	min-height: 300px;
	margin: 0px 0px 0px 0px;
}
#HomeColumn3
{
	float: right;
	width: 310px;
	min-height: 300px;
	padding: 10px 0px 0px 25px;
}

/* jonson, august 2008*/
.ContentLogin
{
    vertical-align: middle;
    text-align: center;
}

.Button
{
 background-color: #04135e;
 color: #fff;
 border: double 3px #04135e;
 cursor: pointer;
}

.Logos
{
 float: right;
 z-index: 5;
 text-align: center;
}
