@charset "UTF-8";
/* Primerica Commmon Header Styles */

#header-wrapper {
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	color: #999999;
	text-align: right;
	padding-top: 22px;
}
#header {
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 0px;
	float: left;
	width: 900px;
}
#header a {
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header h1 a {
	display: block;
	height: 42px;
	width: 195px;
	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;
}
#header ul.signon-contact {
	width: auto;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
#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.sign-on {
	font-weight: bold;
}
#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;
	font-weight: normal;
}
#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.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;
}
#top-navigation {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	float: right;
	clear: both;
	height: 28px;
	width: auto;
}
#top-navigation a {
	color: ##666;
	text-transform: capitalize;
}
#top-navigation a:hover {
	text-decoration: none;
	color: ##666;
}
#top-navigation .nav li ul li a {
	color: #666666;
}
#top-navigation .nav li ul li a:hover {
	color: #333333;
}
