@charset "UTF-8";

/* PAGE STYLES ------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

body {
	background-color: #EBEBEB;
	background-image: url(../images/topBG.jpg);
	background-repeat: repeat-x;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.bgBOTTOM {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/botBG.jpg);
	}
.boxBORDER {
	border-color:#CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.subL_bg {
	background-image: url(../images/sub_bgL.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.successTOP {
    background: #ffffff url(../images/acc_main_top.jpg) no-repeat top left;
    width: 500px;
    height: 120px;
    padding: 0px;
    margin: 0px;
}
.successMIDDLE {
    background: #ffffff url(../images/acc_main_repeat.jpg) repeat-y top left;
    width: 460px;
    padding: 0px 20px 0px 20px;
    margin: 0px;
}
.successBOTTOM {
    background: #ffffff url(../images/acc_main_bottom.jpg) no-repeat top left;
    width: 500px;
    height: 91px;
    padding: 0px;
    margin: 0px;
}
	
/* TEXT STYLES ------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.mainTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: lighter;
}
.mainTEXTbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
}
.mainSUBHEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #29435e;
	line-height: 21px;
	font-weight: bold;
}
.mainLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29435e;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.mainLINK:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.mainLINK:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #016046;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.calloutBGtop {
	background-image:url(../images/calloutBGtop.jpg);
	background-repeat:no-repeat;
	padding: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006045;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
	}
.calloutSOURCE{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #006045;
	line-height: 14px;
	font-style: italic;
	font-weight: normal;
	}	
.calloutBGbot {
	background-image:url(../images/calloutBGbot.jpg);
	background-repeat:repeat-x;
	padding: 15px;
	}
.newsTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
}
.newsHEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29435e;
	font-weight: bold;
	padding-bottom: 10px;
}
.newsDIVIDER {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
}
.dontmissTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29435e;
	line-height: 14px;
	font-style: normal;
	font-weight: lighter;
}
.dontmissHEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29435e;
	font-weight: bold;
	padding-bottom: 10px;
}

.contentAREA {
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.successTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: lighter;
}
.successTEXTbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
}
.successSUBHEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D01720;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.successLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D01720;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.successLINK:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
.successLINK:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D01720;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
}

/* NAVIGATION AND HEADER STYLES -------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */
.nav_barM {
	background-image: url(../images/nav/nav_barM.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.subnav_barM {
	background-image: url(../images/nav/subnav_barM.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5288c0;
}
.subnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5288c0;
	text-decoration: underline;	
}
.subnavOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #11243d;
	font-style: normal;
}
.subnavOn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #11243d;
	font-style: normal;
	text-decoration: underline;		
}
.searchnavTEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

/* COMPONENTS STYLES ------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */
.ql_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #016046;
	line-height: 14px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}
.ql_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #016046;
	line-height: 14px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
}
.enter_email_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #29435e;
}
.enter_email_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #29435e;
	font-weight: bolder;
	text-decoration: none;
}
.enter_email_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #29435e;
	font-weight: bolder;
	text-decoration: underline;
}
.dpli_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006045;
	line-height: 18px;
	font-style: italic;
	text-decoration: none;
}
.dpli_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #016046;
	line-height: 16px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}
.dpli_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #016046;
	line-height: 16px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
}
.dpliBG {
	background-image:url(../images/dpliBG.jpg);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	}	
.dplicomponentBG {
	background-image:url(../images/dplicomponentBG.jpg);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-top: 40px;
	padding-right: 80px;
	height: 165px;
	}	

/* FOOTER STYLES ----------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */
.footertopLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: none;
}
.footertopLINK:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: underline;
}
.footerbotLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #84aea2;
	line-height: 14px;
	text-decoration: none;
}
.footerbotLINK:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #84aea2;
	line-height: 14px;
	text-decoration: underline;
}
/* CMS ONLY ---------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */
.cmsNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.cmsTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.cmsNAV:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #a9dafe;
	text-decoration: underline;
	font-weight: bold;
}
.directionTEXT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #887f6f;
	text-decoration: none;
}
.bgCMSNAV {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #000000;
	background-position: center;
}
