@charset "UTF-8";
/* Primerica Style Sheet */

/* Imported Styles */

/*@import url("header.css");
@import url("navigation.css");
@import url("subpage.css");
@import url("investor.css");
@import url("footer.css");*/

/* Primerica Commmon Header Styles */
#stocks{
	font-size:11px; 
	font-weight:bold; 
	color:#999; 
	padding-right:25px; 
	margin-bottom:10px; 
	text-align:right
	}
#header-wrapper {
	background-image: url(http://www.primerica.com/public/images/white-background_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	color: #999999;
	text-align: right;
	padding-top: 22px;
}
#header {
	background-image: url(http://www.primerica.com/public/images/white-background_mid.jpg);
	background-repeat: repeat-y;
	padding-right: 29px;
	padding-left: 29px;
	float: left;
	width: 942px;
}
#header a {
	color: #999999;
	text-decoration: none;
	text-transform: none;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header h1 a {
	display: block;
	height: 42px;
	width: 200px;
	text-indent: -1000px;
	text-align: left;
	background-image: url(http://www.primerica.com/public/images/primerica-logo.jpg);
	background-repeat: no-repeat;
	background-position: -17px -18px;
	font-size: xx-small;
	color: #EEEEEE;
}
#header ul.signon-contact {
	width: auto;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#header ul.signon-contact li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#header ul.signon-contact li.country {
	display: none;
}
#header ul.signon-contact li.stocks {
}
#header ul.signon-contact li.sign-on {
	font-weight: bold;
}
#header  ul.signon-contact  li.login {
	margin-right: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding-left: 12px;
	background-image: url(http://www.primerica.com/public/images/lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;
}
#header ul.signon-contact li.last {
	margin-right: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
}
#header  ul.signon-contact  li.login a {
	color: #3399FF;
}
#header  ul.signon-contact  li.register {
	font-weight: bold;
	padding-left: 12px;
	background-image: url(http://www.primerica.com/public/images/register-lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;
	display: none;
}
#header  ul.signon-contact  li.mutual {
	font-weight: bold;
	padding-left: 12px;
	background-image: url(http://www.primerica.com/public/images/lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;
}
#header  ul.signon-contact  li.mutual a {
	color: #3399FF;
}
#top-navigation {
	font-size: 14px;
	color: #3399ff;
	margin-top: 30px;
	float: right;
	clear: both;
	height: 28px;
	width: auto;
}
#top-navigation a {
	color: #3399ff;
	text-transform: capitalize;
}
#top-navigation a:hover {
	text-decoration: none;
	color: #99CCFF;
}
#top-navigation .nav li ul li a {
	color: #666666;
}
#top-navigation .nav li ul li a:hover {
	color: #333333;
}
#header ul.signon-contact li.contact a {
	color: #3399FF;
	font-weight: bold;
}

/* Primerica Navigation Styles */

#section_nav {
	float: left;
	width: 239px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#representative_links {
	float: right;
}

/**********************************/

/*** Nav bar styles ***/
ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
	float: left;
}
ul.rep {
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
}
#footer-wrapper ul.privacy {
	float: left;
	clear: none;
}
#footer-wrapper ul.social {
	float: right;
	margin-top: -15px;
}
ul.signon-contact {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/* Stylizes top-level menu */
.nav li {
	float: left;
	display: block;
	clear: none;
	margin-left: 30px;
}
.nav li a {
	display: block;
	padding-bottom: 12px;
}

/* Stylizes the drop-down menu */
.nav li ul {
	display: none;
	list-style: none;
	background-color: #dddddd;
	z-index: 10000;
	position: absolute;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: -8px;
	width: 152px;
}

/* Controls spacing for individual list items */
.nav li ul li {
	display: block;
	line-height: 14px;
	padding-top: 9px;
	padding-bottom: 0px;
	clear: none;
	float: left;
	margin: 0px;
}

.nav li ul li a {
	width: 152px;
	text-align: left;
	color: #666666;
}
.links li {
	float: left;
	display: block;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.links li a {
	text-transform: capitalize;
}
.links li ul {
	display: none;
	position: absolute;
	list-style: none;
	background-color: #dddddd;
	width: 200px;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
}
.links li ul li {
	display: block;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.links li ul li a {
	width: 200px;
	display: block;
}
.links li ul li.noborder {
	display: block;
	line-height: 14px;
	border-bottom-style: none;
}
.rep li {
	display: block;
	text-align: right;
}
#footer-wrapper ul.rep li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-wrapper ul.rep li a {
	color: #dddddd;
}
#footer-wrapper ul.rep li ul{
	margin-top: -470px;
	margin-left: -190px;
}
.rep li ul {
	display: none;
	list-style: none;
	background-color: #dddddd;
	z-index: 1000;
	position: absolute;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: -8px;
	width: 192px;
}
.rep li ul li {
	display: block;
	line-height: 14px;
	text-align: left;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#footer-wrapper ul.rep li ul li a {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	color: #999999;
}
.rep li ul li.noborder {
	display: block;
	line-height: 14px;
	border-bottom-style: none;
}
.signon-contact li a {
	display: block;
}
.signon-contact li ul {
	display: none;
	list-style: none;
	z-index: 1000;
	position: absolute;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: -8px;
}
#header .signon-contact li ul li {
	display: block;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 0px;
	float: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	clear: left;
}
#header .signon-contact li ul li a {
	text-align: left;
	color: #999999;
	text-transform: capitalize;
}
#header .signon-contact li ul li a:hover {
	color: #3399FF;
}

/* Controls all lists nested under hovered list items */
li:hover ul, li.over ul {
	display: block;
}

/* Highlights topnav link for each section */
.highlight {
	color: #CC0000;
}

/* Displays or hides the Your Primerica Representative topnav */
li.show {
	display: block;
}

/* Subpage Styles */
#graphic-wrapper {
	padding: 0px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 984px;
}
#graphic-wrapper object {
	margin-bottom: 20px;
}
video#graphic-wrapper {
	background-color: #000000;
	height: 564.3px;
	display: block;
}
#graphic-wrapper  img#mainImage {
	background-color: #CCCCCC;
	height: 360px;
	width: 984px;
/*	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 0.35s;
	-webkit-animation-name: fadeInAndUp;*/
}
#graphic {
	height: 360px;
	width: 984px;
}
#graphic-wrapper h2 {
	color: #F0F0F0;
	font-size: 72px;
	font-weight: lighter;
	letter-spacing: -1px;
	line-height: 40px;
	margin-left: 20px;
	margin-top: -46px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	z-index: 9000;
}
#location-content  {
	line-height: 16px;
	float: left;
	width: 944px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
#left-content  {
	line-height: 16px;
	float: left;
	width: 620px;
	padding-left: 20px;
}
#left-content .quote {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 10px;
}
#left-content .source {
	font-size: 10px;
	color: #666666;
	text-align: right;
	line-height: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left-content ul {
	text-indent: -1em;
	list-style: none;

}


#left-content ul li:before {
	content: "\00BB \0020";
	color: #3399CC;
}
#left-content .callout-box ul li:before {
	content: "\00BB \0020";
	color: #FFFFFF;
}
#left-content ol {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 10px;
	color: #666666;
}
#left-content ol li {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.callout-box {
	margin-right: auto;
	margin-left: auto;
	background-color: #3399FF;
	border: medium solid #666666;
	-webkit-box-shadow: 0px 5px 5px #bbb;
	-moz-box-shadow: 0px 5px 5px #bbb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFFFFF;
	margin-bottom: 25px;
	font-size: 120%;
	padding: 10px;
	margin-top: 10px;
}
.callout-box a {
	color: #FFFFFF;
	font-weight: bold;
}
.callout-box img {
	margin-top: -30px;
}
.callout-box h3, .callout-box h4, .callout-box h5, .callout-box h6 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
#sidebar .callout-box {
	width: 80%;
	margin-top: 30px;
}
#sidebar .callout-box a {
	color: #FFFFFF;
}
#terms-disclosures #content-wrapper {padding-top: 53px;}
video#graphic-wrapper {
	width: 984px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* Primerica Static Header Graphics Styles */

.change-your-life {
	background-image: url(../images/change-your-life.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 984px;
}.start-a-business {
	background-image: url(../images/start-a-business.jpg);
	background-repeat: no-repeat;
}
.investor-relations {
	background-image: url(../images/primerica-investor-relations.jpg);
}

/* Primerica Sidebar Styles */

#sidebar  {
	font-size: 80%;
	line-height: 120%;
	color: #666666;
	font-weight: lighter;
	display: block;
	float: right;
	width: 300px;
	padding-right: 20px;
}
#sidebar a {
	color: #999999;
	text-decoration: none;
}
#sidebar a.active {
	color: #5F8EBE;
}
#sidebar a:hover {
	color: #3399FF;
}

#main-wrapper #content-wrapper #sidebar  ul  {
	list-style-type: none;
	font-size: 14px;
	font-weight: lighter;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main-wrapper #content-wrapper #sidebar  ul  li  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 20px;
}
#main-wrapper #content-wrapper #sidebar li ul {
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
#main-wrapper #content-wrapper #sidebar ul li ul li {
	padding-top: 20px;
	padding-bottom: 0px;
}
#main-wrapper #content-wrapper #sidebar li ul li a {
}
#sidebar h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #6699CC;
	font-size: 18px;
}
#sidebar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Primerica Investor Styles */

#main-wrapper #content-wrapper #left-content tr.ccbnBgTblTtl {
	background-color: #6699CC;
}
#main-wrapper #content-wrapper #sidebar #toolKit table.toolTbl {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#main-wrapper #content-wrapper #sidebar #toolKit .toolTbl tr.ccbnBgTblTtl {
	background-color: #999999;
}
/*#main-wrapper #content-wrapper #left-content tr.ccbnBgTtl span.ccbnTtl {
	font-size: 16px;
	color: #39F;
	#D0E7FF
}*/
#main-wrapper #content-wrapper #left-content table.smallQuote {
	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: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#main-wrapper #content-wrapper #left-content table.smallQuote td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/* Primerica Commmon Styles */

body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#main-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#content-wrapper {
	background-image: url(http://www.primerica.com/public/images/white-background_mid.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 8px;
	float: left;
	width: 984px;
	padding-right: 8px;
	padding-bottom: 10px;
}
h1 {}
h2 {
	color: #FFFFFF;
	font-size: 325%;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC;
	font-size: 275%;
	font-weight: lighter;
	font-style: normal;
	margin-top: 0px;
	line-height: 80%;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 180%;
	font-weight: lighter;
	font-style: normal;
	margin-bottom: 15px;
	padding-bottom: 0px;
	line-height: 100%;
}
h5{
	font-size: 150%;
	color: #666666;
	font-weight: normal;
}
h6{font-size: 100%;}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.text_small {
	font-size: 10px;
	line-height: 12px;
}
.footer {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
.disclosures {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
.source  {
	width: 95%;
	text-align: right;
	float: left;
	display: block;
	height: 20px;
}
.align-left{
	float: left;
}
.align-center{}
.align-right{
	float: right;
}
.clear {
	clear: both;
}
.last {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
span#status {
	float: right;
	margin-top: -150px;
	font-weight: bold;
	color: #333;
	margin-right: 50px;
	background-color: #CCC;
	display: none;
	padding: 10px;
}

/* Primerica Common Footer Styles */

#footer-wrapper {
	background-image: url(http://www.primerica.com/public/images/white-background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 7px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 6px;
	font-size: 10px;
	color: #666;
	clear: both;
	height: 36px;
}
#footer-wrapper ul {
	list-style-type: none;
	clear: left;
	padding: 0px;
	margin: 0px;
    height: 15px;
}
#footer-wrapper ul#mutual-funds a {
	text-transform: lowercase;
}
#footer-wrapper ul li {
	float: left;
	margin-right: 3px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-bottom: 3px;
}
#footer-wrapper ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-wrapper ul.links li ul {
	margin-top: -300px;
	margin-left: 0px;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
          height: auto;
}
#footer-wrapper ul.links li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
#footer-wrapper ul.links li ul li a {
	text-transform: capitalize;
	margin: 0px;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-wrapper a {
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
}
#footer-wraper  a:hover {
	text-decoration: underline;
}
#footer-wrapper ul.links li ul li.last {
	display: none;
}
#locations #location-content ul {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#locations #location-content li {
	float: none;
	margin-right: 0px;
	width: 150px;
}
#location-content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#location-content li {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	width: 170px;
}

#location-content #us {
	float: left;
	width: 600px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 40px;
}
#location-content #canada {
	float: left;
}
#location-content h4   {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#location-content ul h3{
	font-size: 28px;
	font-style: italic;
	color: #000;
}
#location-content ul p {
	width: 600px;
	display: block;
}
#location-content ul.agents li {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	width: 300px;
}
#location-content input[type=button] {
	background-color: #39F;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	clear: both;
	float: left;
}

/*----------------------------------------------------primerica foundation styles */

table.padded-table td {padding:5px 5px 5px 5px;}
table.padded-table {
	border-collapse:collapse;
	/* [disabled]border:1px solid #21477F; */
}
table.padded-table tr {background-color:#EDE8CD;height:25px;}
table.padded-table tr.blue {background-color:#B6CBEA;}
/* the current menu page indicator. Called in pertinent pages body id tags and pertinent pages nav tags. Styles already established as above*/
body#home a#homenav,
body#employee_volunteer a#volunteernav,
body#grantawards1 a#grantawards2,
body#community a#communitynav,
body#communityawards a#communityawardsnav,
body#grantguidelines a#grantguidenav,
body#contact_us a#contactnav,
body#grantlisting a#grantlistnav {color:#3399ff;}

#header-foundation {
	background-image: url(http://www.primerica.com/public/images/white-background_mid.jpg);
	background-repeat: repeat-y;
	padding-right: 29px;
	padding-left: 29px;
	float: left;
	width: 942px;
}

#header-foundation h1 {	margin: 0px;
	padding: 0px;
	float: left;

}
#header-foundation h1 a {


	display: block;
	height: 85px;
	width: 300px;
	text-indent: -1000px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	font-size: xx-small;
	color: #EEEEEE;bottom-margin:-10px;


	background-image: url(http://www.primerica.com/public/images/primerica-foundation-logo.png);

}
#header-foundation ul.signon-contact {
	width: auto;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 12px;text-decoration:none;
}
#header-foundation ul.signon-contact li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;text-decoration:none;
}
#header-foundation ul.signon-contact li.country {
	display: none;text-decoration:none;
}
#header-foundation ul.signon-contact li.stocks {
}
#header-foundation ul.signon-contact li.sign-on {
	font-weight: bold;text-decoration:none;
}
#header-foundation  ul.signon-contact  li.login {
	margin-right: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding-left: 12px;
	background-image: url(http://www.primerica.com/public/images/lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;text-decoration:none;
}
#header-foundation ul.signon-contact li.last {text-decoration:none;
	margin-right: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
}
#header-foundation  ul.signon-contact  li.login a {
	color: #3399FF;text-decoration:none;
}
#header-foundation  ul.signon-contact  li.register {
	font-weight: bold;
	padding-left: 12px;
	background-image: url(http://www.primerica.com/public/images/register-lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;
	display: none;text-decoration:none;
}
#header-foundation  ul.signon-contact  li.mutual {
	font-weight: bold;
	padding-left: 12px;
	background-image: url(http://www.primerica.com/public/images/lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;text-decoration:none;
}
#header-foundation  ul.signon-contact  li.mutual a {
	color: #3399FF;text-decoration:none;
}

#header-foundation  ul.signon-contact  li.contact a {
	color: #3399FF;text-decoration:none;
}

#header-foundation ul.signon-contact li.contact a {
	color: #3399FF;
	font-weight: bold;
}

#header-foundation #top-navigation #nav.nav li a
{text-decoration:none;}

div#header-foundation  ul.signon-contact
{text-decoration:none;}

