/* Elements */

body { background-color: white; margin: 0; padding: 0; text-align:center; }

/* Transparency Fix */
img { behavior: url("htc/pngtransformer.htc");}

/*  Link Properties */
a:link { text-decoration: none; border-style: none; }
a:visited { text-decoration: none; border-style: none; }
a:hover { text-decoration: underline; border-style: none; }
a:active { text-decoration: none; border-style: none; }

/* ID's */

#Container { font-family: arial; width:980px; margin:0 auto; text-align:left; height: 735px; position: relative; z-index: 0; }

/* Background Layers */
#BackHeaderStripes { background-image: url(../images/Back_Header_Stripes.gif); height: 21px; width: 980px; left: 0px; top: 0px; position: absolute; z-index: 1; visibility: visible; }
#BackHeader { background-image: url(../images/Back_Header.jpg); height: 118px; width: 980px; left: 0px; top: 21px; position: absolute; z-index: 1; visibility: visible; }
#BackHeaderLogo { height: 59px; width: 183px; top: 30px; left: 20px; position: absolute; z-index: 2; visibility: visible;}
#BackFeatures { background-image: url(../images/Back_Features.jpg); height: 319px; width: 743px; left: 226px; top: 131px; position: absolute; z-index: 2; visibility: visible; }
#BackMidSpacerStripes { background-image: url(../images/Back_Mid_Spacer_Stripes.gif); height: 20px; width: 980px; left: 0px; top: 460px; position: absolute; z-index: 1; visibility: visible; }
#BackLowerBoxLeft { background-image: url(../images/Back_Lower_Box_Left.jpg); height: 177px; width: 427px; left: 0px; top: 480px; position: absolute; z-index: 1; visibility: visible; }
#BackLowerBoxRight { background-image: url(../images/Back_Lower_Box_Right.jpg); height: 177px; width: 343px; left: 637px; top: 480px; position: absolute; z-index: 1; visibility: visible; }
#BackFooterStripes { background-image: url(../images/Back_Footer_Stripes.jpg); height: 78px; width: 980px; left: 0px; top: 657px; position: absolute; z-index: 1; visibility: visible; }

/* Left Navigation Structure */
#LeftMenu { height: 40px; width: 201px; left: 9px; top: 131px; position: absolute; z-index: 1; visibility: visible; }

/* Content Layers */
#ContentFeature1 { background-color: transparent; position: absolute; top: 137px; left: 240px; width: 715px; height: 304px; z-index: 3; visibility: visible;}
#ContentFeature2 { background-color: transparent; position: absolute; top: 137px; left: 240px; width: 715px; height: 304px; z-index: 4; visibility: hidden;}
#ContentFeature3 { background-color: transparent; position: absolute; top: 137px; left: 240px; width: 715px; height: 304px; z-index: 5; visibility: hidden;}
#ContentLeftBox { background-color: transparent; position: absolute; top: 490px; left: 10px; width: 407px; height: 157px; z-index: 3; }
#ContentMiddleBox { background-color: transparent; position: absolute; top: 490px; left: 437px; width: 190px; height: 157px; z-index: 3; }
#ContentRightBox {
	background-color: transparent;
	font-size:15px;
	position: absolute;
	z-index: 3;
	top: 490px;
	left: 647px;
	width: 323px;
	height: 157px;
	overflow: hidden;
}
#ContentFooterNavigation { background-color: transparent; text-align: center; vertical-align: middle; position: absolute; z-index: 3; top: 650px; left: 0; width: 980px; height: 78px; }

/* Classes */

/* Text property classes */
.FooterNav { color: #006245; font-size: 16px; font-weight: bold; line-height: 20px; }
.Heading { color: #c49c2d; font-size: 22px; font-weight: bold; line-height: 25px; }
.Text { color: black; font-size: 18px; line-height: 22px; }
.Popup { color:#006245; cursor:hand; }
