/* SafeGuard Styles */


Body {
xbackground-image:url(../images/fingerprint.jpg);
xbackground-repeat: no-repeat;
xbackground-attachment: fixed;
xbackground-position:bottom left;
background-color: #ffffff; /* prevents scroll issue */
margin: 0px;
padding: 0px;
}

HTML {
	background: none;
}


#outerwrapper {
width: 885px;
margin-left:auto;
margin-right:auto;
xborder: 1px solid #000000; /* Test purposes only*/
margin-bottom: 5px;
}

/* Begin Global Styles */
H1 {
background-image:url(../images/icon_arrow.gif);
background-repeat: no-repeat;
background-position: 0 50%;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
color: #10165e;
margin-top: 3px;
margin-bottom: 3px;
padding-left: 20px;
}
H1 span {
font-family: 'Arial Narrow' Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
color: #000000;
}

H2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #231f20;
margin-bottom: 5px;
margin-top: 5px;
}

P {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color: #000000;
margin: 0px;
}

A {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #10165e;
text-decoration:underline;
}

UL {
margin-left: 15px;
padding-left: 10px;
list-style-type:disc;
}

LI {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #0f155e;
}


/* Begin Header Styles */
#headerwrapper {
width: 885px;
position: relative;
height: 119px;
}

.logo {
position: absolute;
top: 40px;
left: 3px;
}

/* Begin Dist Login */
.distloginwrapper {
width: 200px;
position:absolute;
top: -65px;
left: 700px;
}
.distloginwrapperIndex {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #807e7f;
width: 200px;
position:absolute;
top: 0px;
right: 0px;
}
/* End Dist Login */

/* Begin Welcome Message */
.wmwrapper {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #24277d;
position:absolute;
top: 30px;
right: 0px;
width: 400px;
text-align:right;
}

.wmltorangetxt {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}

.wmdkgreytxt {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
}

.wmgrelinktxt {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #11155e;
}

A.wmgrelinktxt:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #11155e;
}
A.wmgrelinktxt:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #272eba;
}
A.wmgrelinktxt:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #11155e;
}
/* End Welcome Message */

/* Begin English Spanish Links */
.langwrapper {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
position: absolute;
top: 2px;
right: 0px;
width: 400px;
text-align:right;
}


A.languagelinks {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration:none;
}
/* End English Spanish Links */


/* Begin Top Login Links */
.toploginwrapper {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #11155e;
position: absolute;
top: 81px;
right: 0px;
width: 400px;
text-align:right;
padding: 6px;
border-top: 1px solid #7d7d7d;
border-bottom: 1px solid #7d7d7d;
}

A.toploginlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #11155e;
	text-decoration:none;
}
/* End Top Login Links */


/* End Header Styles */


/* Begin Navigation */
.navwrapper {
	width: 885px;
	xheight: 42px;
	background-color: #11155e;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* End Navigation */


/* Begin Mid Pict */
#midpictwrapper {
	width: 885px;
	height: 399px;
	margin: 0px;
	padding: 0px;
}

#midpictshadowbar {
	background-image:url(../images/mainpict_btm_shadow.gif);
	background-repeat:no-repeat;
	width: 885px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	font-size:0px;
	line-height:0px;
}
/* End Mid Pict */


/* Begin Mid Content */
#contentwrapper {
background-image:url(../images/mid_repeater.gif);
background-repeat:repeat-y;
width: 800px;
margin-top: 19px;
min-height: 300px; /* Added so footer stays at bottom */
}

/* End Mid Content */

/* Begin Bottom Block Styles */
.blockwrapper {
	width: 885px;
	height: 230px;
	position: relative;
}

.bizblock {
	background-image:url(../images/block_lft_biz.jpg);
	background-repeat:no-repeat;
	width: 292px;
	height: 230px;
	position:absolute;
	top: 0px;
	left: 0px;
}

.prodblock {
	background-image:url(../images/block_mid_prod.jpg);
	background-repeat:no-repeat;
	width: 292px;
	height: 230px;
	position:absolute;
	top: 0px;
	left: 296px;
}

.friendblock {
	background-image:url(../images/block_rt_friend.jpg);
	background-repeat:no-repeat;
	width: 292px;
	height: 230px;
	position:absolute;
	top: 0px;
	right: 0px;
}

.textblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#7d7d7d;
	width: 155px;
	position:absolute;
	top: 110px;
	margin-left:5px;
}

H1.blocks {
background-image: none !important;
font-family: 'Arial Narrow' Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 24px;
color: #ffffff;
margin-top: 20px;
margin-bottom: 3px;
padding-left: 10px;
}
H1.blocks span {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 24px;
color: #ffffff;
}

.btnmore {
	width: 100px;
	height: 18px;
	position:absolute;
	top: 200px;
	right:100px;
}

.btnmoremid {
	width: 100px;
	height: 18px;
	position:absolute;
	top: 200px;
	left:5px;
}

.btnmorert {
	width: 100px;
	height: 18px;
	position:absolute;
	top: 200px;
	left:5px;
}



A.btnmorelink {
	text-decoration: none !important;
}
/* End Botton Block Styles */




/* Begin Footer Styles */
#footerwrapper {
background-color: #ebebeb;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color:#707070;
margin-left: auto;
margin-right: auto;
width: 885px;
height: 50px;
margin-top: 5px;

}
.footerlinkdiv {
font-family: 'Arial Narrow' Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #707070;
text-transform:uppercase;
text-align:center;
padding-bottom: 5px;
padding-top: 10px;
width: 875px;
margin-letf: auto;
margin-right: auto;
}

.footerlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #707070;
text-decoration:none;

}

A.footerlink:active {
color: #10165e;
}

A.footerlink:visited {

}

A.footerlink:hover {
color: #000000;
text-decoration:underline;
}


.copywrite {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
width: 875px;
margin-letf: auto;
margin-right: auto;
text-align:center;
}

/* End Footer */
