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

/* Imported Styles */

@import url("header.css");
@import url("footer.css");
@import url("navigation.css");



/* Primerica Commmon Styles */

body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
hr {
	height: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	clear: both;
	background-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#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;
}
#header-graphic-wrapper {
	background-image: url(../images/white-background_mid.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 8px;
	float: left;
	width: 984px;
	padding-right: 8px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
	display: none;
}

#content-wrapper {
	background-image: url(../images/white-background_mid.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 28px;
	float: left;
	width: 944px;
	padding-right: 28px;
	padding-top: 10px;
	min-height: 500px;
}

/* Homepage Specific Styles */

/* Homepage Left-Hand Side */

#left-wrapper-content  {
	width: 570px;
	float: left;
	color: #000000;
}
#left-wrapper-content h2 {
	color: #333333;
	font-size: 24px;
	padding: 0px;
	width: 90%;
	margin: 0px;
	font-weight: bold;
}
#left-wrapper-content h2 a {
	text-decoration: none;
	color: #333333;
}
#left-wrapper-content h2 a:hover {
	color: #3399FF;
}
.story {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.story img, .story p img {
	width: 570px;
	height: 399px;
}
.text_source {
	font-size: 10px;
}



/* Subpage Styles */




#sidebar  {
	float: right;
	width: 300px;
}


/* Homepage Right-Hand Side */


.right-wrapper-content {
	clear: none;
	width: 280px;
	float: right;
	padding: 10px;
	background-color: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.right-wrapper-content h2 {
	font-size: 14px;
	color: #999999;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.right-wrapper-content#subscribe h2 {
	float: left;
	margin-top: 2px;
}
.right-wrapper-content #subscribe {
	height: 19px;
}
.right-wrapper-content #subscribe ul.subscribe {
	float: right;
}
.right-wrapper-content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.right-wrapper-content li {
	display: block;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}
.right-wrapper-content  li a {
	color: #000066;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.right-wrapper-content li a strong {
	font-weight: normal;
}
.right-wrapper-content  li a.hover {
	background-color: #eeeeee;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
.footer {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

.clear {
	clear: both;
}
.disclosure {
	color: #999;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #eee;
	padding-top: 8px;
	font-size: 11px;
	font-style: italic;
}
ul.subscribe {
	float: right;
	margin: 0px;
	padding: 0px;
}
.right-wrapper-content ul.subscribe li {
	display: block;
	z-index: 0;
	float: left;
	text-indent: 21px;
	height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul.subscribe a {
	margin: 0px;
	color: #666666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.email {
	background-image: url(../images/email-icon16x16.png);
	background-repeat: no-repeat;
}
a.rss {
	background-image: url(../images/feed-icon16x16.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	height: 17px;
}
a.twitter {
	background-image: url(../images/twitter-icon16x16.png);
	background-repeat: no-repeat;
}
form input {
	width: 140px;
	background-color: #eeeeee;
	border: 1px none #CCCCCC;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}

