html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, table, td, th, img {  
	margin: 0; 
	padding: 0; 
	border: 0;
	border: none; 
}

body {
	font-family: "Trebuchet MS", Arial,sans-serif;
	font-size: 62.5%;
	background-color:#333333;
	text-align: center;
}

ul, ol {
	list-style: none;
}

* {  
	margin: 0; 
	padding: 0; 
	border: 0;
}

.grid_8 {
	width:230px;
	margin-right:10px;
	float:left;
}

.grid_4 {
	margin-top:20px;
	width:258px;
	float:left;
}
hr {
	width: 100%;
	color: white;
	background-color: white;
	border-bottom: 1px rgb(242, 231, 203) solid;
	margin-bottom: 1em;
	clear:both;
}

h1 {
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	color: #004A86;
}

h2 {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #013260;
}

h3 {font-size:12px;}

img.left {
	float: left;
	padding-right: 14px;
}

sup {
    font-size: .66em;
    vertical-align: baseline;
    position: relative;
    bottom: 0.5em;
}

sup.fraction {
    font-size: .66em;
	bottom: 0.5em;
}

sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

sub.fraction {
    font-size: .66em;
	bottom: 0em;
}

.clear-this {
	clear: both !important;
	line-height: 0;
}

p, table, dl {
	font: normal 16px/21px "Trebuchet MS", Arial,sans-serif;
	color: rgb(122,122,122);
}

/*=========== Table Styles =============*/

table {
	display: table;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

th, td {
	padding: 10px;
	vertical-align: top;
	border-spacing: 0;
	font-size:14px;
}

thead th {
	background-color: rgb(163, 13, 35);
	color: white;
}

thead tr.subheader th {
	color: black;
	background-color: white;
	text-align: center;
}

tbody th {
	color: rgb(163, 13, 35);
	border: none ! important;
}

tbody th, tbody td {
	vertical-align: top;
	border-left: 0px solid black;
	margin: 0px;
}

tfoot tr td {
	font-size: 9px;
}

a {
	position: relative;
	text-decoration: none;
	color:#004A86;
	font-weight:bold;
}

a:hover {
	color:#666666;
}

a:link.gloss,
a:visited.gloss,
a:hover.gloss,
a:active.gloss {
  color: #000000; /* should be the same color as text */
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000000; /* for IE 5, same color as above */
  font-style: normal; /* for use with dfn */
}

/*=========== Layout =============*/

#wrapper {
	width: 1024px;
	background: white;
}

#header {
	width: 1024px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;	
}
/*header 7-19-2011*/
#fc-header #dream-boldly{
	position:absolute;
	background url(/images/public-refresh/first-command-dream-boldly-logo.png) transparent no-repeat;
	padding:39px;
	z-index:500;
}
#fc-header #header-img-swap{
	background-color:#ffffff;
	display:none;
	width:1022px;
	height:380px;
}
#content {
	font-family: "Trebuchet MS", Arial,sans-serif;
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	position:relative;
}	

/*====== Horizonatal Nav Items ====== */
#horz-nav{
	width: 1024px;
	height: 59px;
	background: transparent url(/images/public-refresh/nav-toolbar-grad.jpg) repeat-x;
	margin: 0;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#CCCAC4;
	border-bottom:solid;
	border-bottom-width:3px;
	border-bottom-color:#E6E6E6;
	padding:0;
}

#horz-nav ol, #vert-nav ol {
	color:#666666;
	margin: 0px;
	padding: 0px;
	list-style: none outside;
	font: normal 13px/24px "Trebuchet MS", Arial,sans-serif ! important;
	text-decoration: none;
}

#horz-nav ol{
	padding-left: 39px;
	float:left;
}
#horz-nav ol li {
	text-align: center;
	white-space:nowrap;
	
	position:relative;
	float:left;
	font: normal 13px/60px "Trebuchet MS", Arial,sans-serif ! important;
}
#horz-nav li a {
	float:left;
	font-weight: normal;
	color: #666666 !important;
	display:block;
	white-space:nowrap;
	padding:0px .5em;
}
#horz-nav a:hover{
	background: transparent url(/images/navHorzOver.gif) center bottom repeat-x;
}
/*#horz-nav li#active a {
	color: black;
	background: transparent url(/images/navHorzActive.gif) center bottom no-repeat;
}*/

a.no-button, a.no-button:visited {
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	
}

#horz-nav a.no-button:hover {
    color: #666666;
    background: none;
}

.down { 
    display: block;
    float: right; 
    margin-top: 2.4em; 
    margin-right: 10em; 
	color: #666;
}
.down a{
color:#004A86;
}
/*===== First Column (Vertical Nav) Begin =====*/
#vert-nav {
	position: absolute;
	float: left;
	width: 178px;
	top: 470px;
	left: 50px;
	margin: 0 0 48px 0;
}

/*========= Left Column Nav items ===========*/
.spotlight-nav {
	position: relative;
	float: left;
	width: 140px;
	margin-bottom: 32px;
	text-align: center;
	color: rgb(141,33,27);
}
.spotlight-nav a {
	color: #004A86;
}
.spotlight-nav a:hover {
	color: #666666;
}

.spotlight-nav h3 {
	font: bold 11px/13px "Trebuchet MS", Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.spotlight-nav p {
	font: bolder 11px/13px "Trebuchet MS", Arial,sans-serif;
}

.spotlight-nav.one {
}
.spotlight-nav#client-log-in {
	color: #002851;
	height: 95px;
	width:140px;
	background-color:#fff;

	}
#client-log-in h3, #find-an-advisor h3, #find-an-advisor h3 a, #find-an-advisor h3 a:hover {
	color: white;
	line-height: 17px;
	background-color:#BDA478;
	padding:5px;
}
	
#client-log-in ol li {
	font-size: 11px;
	width: 140px;
	line-height: 35px;
	background: transparent url(/images/arrow-gray-point-right.gif) 93% center no-repeat;
	margin: auto;
	text-align: left;
	text-indent: 1em;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#ffffff;
	background-color:#ECECEC;
}
#client-log-in ol li a:hover{
	color:#666666;
}
#request-quote  {
	width: 140px;
	font-size: 11px;
}

/*======== Column Two (Main Content) Begin ======== */
#main-content {
	position: relative;
	float: left;
	width: 500px;
	margin: 470px 0px 20px 245px;
	min-height: 400px;
}

#main-content-oneCol {
	position: relative;
	float: left;
	width: 480px;
	margin: 137px 0px 0px 203px;
	min-height: 400px;
}

#main-content a:hover {/*::hover*/
	color: #666666;
}
.main-content-bullets {
	clear: both;
	list-style: circle outside ! important;
	line-height: 100%;
	margin: 12px 18px 12px 18px;
	padding: 12px 21px 12px 21px;
	font-size: 13px ;
	line-height: 21px;
}
ul.main-content-bullets li ul {
	list-style: disc;
	margin: 12px 18px 12px 18px;
	padding: 12px 21px 12px 21px;
}

ul.main-content-bullets li {
	margin-bottom: .33em;
}
ol.main-content-bullets {
	list-style:decimal !important;
}

#main-content h1, #main-content-oneCol h1 {
	font: bold 18px/24px "Trebuchet MS", Arial,sans-serif;
	color: #004A86;
	margin: 0 0 12px 0;
}

#main-content p, #main-content-oneCol p, ol.introtext, #main-content dl {
	font: normal 14px/18px "Trebuchet MS", Arial,sans-serif;
	margin-bottom: 14px;
}

#main-content p.introtext, p.introtext, ol.introtext {
	font: normal 14px/18px "Trebuchet MS", Arial,sans-serif;
	color: rgb(32, 79, 119);
}

#main-content p.example {
	margin-left: 14px;
}

#main-content ol#references {
	list-style: decimal;
}
#main-content ol#references li {
	margin:auto 0 0.5em 2em;;
}

ol.introtext {
	margin-left: 24px;
	padding: 0px;
}
ol.introtext li {
	margin-bottom: 16px;
}

#main-content dl dt, #main-content dl dd {
	
}
#main-content dl dt {
	color: rgb(40,56,24);
}
#main-content dl dt .deemphasize {
	color: rgb(122,122,122);
	font-weight: normal;
}
#main-content dl dd {
	margin-bottom: 0.5em;
}
#main-content dl.glosaary dt {
	/*float: left;*/
	padding-right: 0.33em;
}

#main-content h2, #main-content-oneCol h2 {
	font: bold 14px/18px "Trebuchet MS", Arial,sans-serif ! important;
	color: #004A86;
	margin: 0px;
}

#main-content .photo-and-caption img {
	padding-top:0.5em;
}

#main-content a.video-thumb {width:175px;margin:0px 5px 0;padding:5px;float:right;background-color:rgb(235,235,235)}
#main-content a.video-thumb:hover {background-color:rgb(141,33,27)}
#main-content a.video-thumb .caption{margin-top:4px;display:block;font-size:.8em}

/*=========== Feature story content rules ============*/
#home h1	{
	color:#004A86;
}
#featured-content {
	margin-top: 40px;
	background: url(/images/public-refresh/body-grad.jpg) repeat-x left top;
	padding:15px 25px 0 10px;
	padding:20px;
	position:relative;
}
.feature a img	{
	float:right;
	position:relative;
	margin-left:25px;
	margin-bottom:20px;
	opacity:.75;
	filter:alpha(opacity=75);
}
.feature a:hover img	{
	float:right;
	position:relative;
	margin-left:25px;
	margin-bottom:20px;
	opacity:1.0;
	filter:alpha(opacity=100);
}
#main-content .feature h2	{
	clear:both;
}
#main-content .feature h2 a	{
	color:#666666;
}
#main-content .feature h2 a:hover	{
	color:#004A85;
}
.feature p	{
	margin-top:7px;
}
#home #body-secondary .caption.two	{
	background:none;
}
#home #body-secondary .caption.two h3	{
	margin:0 0 7px;
	padding:0;
}
#home #body-secondary .caption.two p	{
	/*margin:0 0 12px 0;
	padding:0;*/
	margin:0 0 18px 0;
}
#home .read-more a	{
	font-size:125%;
	color:blue;
}
/*=========== Two Column List content begin ============*/
#positionsGroup {
	clear: left;
	width: 500px;
	margin: auto;
}

.positionsList {
	position: relative;
	float: left;
	width: 240px;
}
/*=========== Column Three(Body Secondary) content begin ============*/
#body-secondary {
	position:relative;
	float: left;
	width: 158px;
	margin: 470px 0px 0px 18px;
}

#body-secondary .caption {
	position: relative;
	width:170px;
	margin: 0 0 21px 42px;
	min-height: 40px;
}
#life-stages li .life-stages-header{
color: white;
	line-height: 24px;
background-color:#BDA478;
font-size:12px;
border-bottom:solid;
border-bottom-width:2px;
padding:3px;
text-align:left;
}
#life-stages a{
color:#ffffff;
padding:10px;
}
#life-stages li ol{
background: url(/images/public-refresh/body-grad.jpg) repeat-x left top;
}
#life-stages li ol li{
padding:8px;
margin:0;
border-bottom:solid;
border-bottom-width:2px;
border-bottom-color:#ffffff;
color:#004A86;
margin-left:5px;
}
#life-stages li ol li a{
color:#004A86;
font-size:12px;
margin:0;
padding:0;
}
.two h3{
font-size:12px;
color:#666666;
}
/* news page styles*/
.news-headline{
font-size:18px;
line-height:22px;
}
#recent-news,#media-coverage,#trade-show-schedule{
color:#666666 !important;
font-size:18px !important;
line-height:22px;
}
.two ol li,.two ul li{
margin-bottom:15px;
border-bottom:solid;
border-bottom-width:2px;
border-bottom-color:#ffffff;
width:140px;
}
.two a{
margin:0;
padding:0;
font-size:12px;
}
#press-kit h3{
background-color:#BDA478;
padding:10px;
text-align:center;
margin-bottom:15px;
color:#ffffff;
}
#press-kit p{
font-size:12px;
line-height:14px;
}
#tables-and-charts {
	float: left;
	margin:0 0 24px 203px;
	width: 500px;
	clear: both;
}

/*=========== Property&Casualty Insurance page(s) =============*/

#insuranceForm {
	border: rgb(210, 224, 237) 1px solid;
	background:white url(/insurance/images/pandc-call-out-background.png) no-repeat;
	padding: 0 5px 5px;
	text-align:center;
}

#insuranceForm p {
	color: white ! important;
	font-size: 11px;
	font: normal 13.5px/15px "Trebuchet MS", Arial,sans-serif;
	padding: 6px 0px;
	text-align: center;
}

ul#insuranceDisplay {
    display: block;
    margin: 10px auto;
    text-align: left;
    width: 260px;
}
ul#insuranceDisplay li {
    display: block;
    float: left;
    margin: 10px 0;
}
ul#insuranceDisplay li a.jTip {
    line-height: 2em;
    margin: 0 0.5em;
}
ul#insuranceDisplay li.query-result {
    background: url("/insurance/images/bracket-pointed-down.png") no-repeat scroll 0 0 white;
    color: #6E9CC6;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 40px;
    text-align: center;
}
ul#insuranceDisplay li.query-result .toll-free-number {
	font-size:12px;
	display:block;
	clear:both;
}
#insuranceDisplay a:link.gloss,
#insuranceDisplay a:visited.gloss,
#insuranceDisplay a:hover.gloss,
#insuranceDisplay a:active.gloss {
  color: #000000; /* should be the same color as text */
  text-decoration: none;
  font-style: normal; /* for use with dfn */
  border: none !important;
}

.button, .button:visited {
	display: inline-block;
	zoom: 1; /* zoom and display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 4px 1px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: .4em 1em .45em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .6em; 
	-moz-border-radius: .6em;
	border-radius: .6em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover { text-decoration: none; }
.button:active { position: relative; top: 1px; }
#wrapper .blue {
	font-weight: bold;
	color: rgb(0,74,133);  
	border: 1px #b7b7b7 solid;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
#wrapper .blue:hover {
	font-weight: bold;
	color: rgb(0,74,133);
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.blue:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* button used under blue "state availability" <form> 
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
	font-size: 11px;
	padding: .2em 1em .275em;
}
*/

/* site map */
.sitemap li{
padding:5px;
font-size:12px;
}
/*form page*/
.vcard{
font-size:12px;
border-top:solid;
border-top-width:2px;
border-top-color:#ECECEC;
margin-bottom:15px;
}
.vcard p{
font-size:12px;
}
.vcarg .org,.adr,.tel{
font-size:12px;
}

#footer {
	font-family:Tahoma, sans-serif;
    width: 984px;
    padding: 0px;
	margin: 20px;
}

#footer p {
	font-size: 11px ! important;
	line-height: 13px;
	padding: 0 0px 10px;
color:#666666;
}

#footer a {
	color: #004A86;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	text-align:right;
	padding: 20px;
	background:#ECECEC;
	margin-bottom:2em;
	border-bottom:solid;
	border-bottom-color:#E6E6E6;
	border-bottom-width:2px;
}

#footer li {
	display: inline;
	padding-right: .5em;
	margin-left: -4px;
	padding-bottom: 8px;
	list-style: none;
	font-size: 10px;
}

#footer li a:hover {
	text-decoration: none;
}
.disclaimer-large {font-size:12px !important;}
.disclaimer-small {font-size:11px !important;}
	
/*======== right column list links ========*/
ol.nav-list {
	color:#4b5b6a;
	font: normal 12px/22px Arial, sans-serif;
	list-style: none outside ! important;
	margin: 0 0 0px 0px;
}

ol.nav-list > li > a {
	color: rgb(2, 104, 197);
	background: transparent  url(/images/bulletArrowBlue.gif) 0px 5px no-repeat;
	padding-left: 14px;
	display: block;
	clear: left;
}
ol.nav-list li a {
	color: rgb(2, 104, 197);
	background: transparent  url(/images/bulletArrowBlue.gif) 0px 5px no-repeat;
	padding-left: 14px;
	display: block;
	clear: left;
}
ol.nav-list li a:visited {
	color: rgb(129, 170, 207);
}
ol.nav-list li a:hover {
	color: rgb(210, 51, 48) ! important;
}

#investing a#investingNav,
#principals a#investingNav,
#products a#investingNav
{
color: #013260;
}
#main-content .nav	{
	/*font-size: 62.5%;*/
	float:left;
	margin-right:1em;
	margin-bottom:20px;
}
#main-content .one, #main-content .two, #main-content .three	{
	font: 12px/18px "Trebuchet MS", Arial,sans-serif;
	padding-right: 2em;
	/*font-weight:bold;*/
}

#main-content .one, #main-content .two, {
	margin-right: 8px;
}

#searchInfo {
	color: #4B5B6A;
	text-align: left;
	width: 50px;
	float: left;
	position: relative;
	margin-left:15px;
}

#searchText {
	color: #4B5B6A;
	text-align: right;
	float: left;
	width: 220px;
	position: relative;
}

#main-content blockquote {
	float: right;
	width: 170px;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	color:#7a7a7a;
	font-style: italic;
	margin: 0 0 1em 1em;
	text-align:right;
	padding-bottom:7px;
	border-bottom:6px solid #F2E8D4;
}/*background:url(/images/quote.jpg) no-repeat 0px -10px;*/

#main-content .smaller	{
	font-size:11px;
	/*color:#aaa;*/
}

body#home li.home a,
body#whoweare li.whoweare a,
body#howwehelp li.howwehelp a,
body#investments li.investments a,
body#insurance li.insurance a,
body#banking li.banking a	{
	color: black;
	background: transparent url(/images/navHorzActive.gif) center bottom no-repeat;
}

/*#horz-nav li#active a {
	color: black;
	background: transparent url(/images/navHorzActive.gif) center bottom no-repeat;
}*/

#leftImage {float:left; padding-right:20px;}
.safeco-link {text-align:left;margin-top:10px;}

ul.package-brigade { font-size:11px/12px; }
ol#package-brigade {
	padding: 0px;
	margin: 0px 0 0 0px;
	width: 170px;
	font: normal 12px/18px "Trebuchet MS", Arial,sans-serif;
	list-style: none outside;
	background: transparent url(/images/pb-back.jpg) no-repeat;
}


ol#package-brigade li a {
	color: rgb(141,33,27);
	display: block;
	height: 100%;
	width: 100%;
}
.about {height:29px;}
.about a {margin-left:15px;padding-top:6px;}

#pdf-news {float:left;width:207px;}
#related-news {font-size:12px;color:#999;float:left;width:270px;border-left:1px solid #999;padding-left:10px;}
.rothInsurance #related-news {font-size:12px;color:#999;float:left;width:270px;border-left:1px solid #999;padding-left:10px;margin-left:-35px;}

/*6-4-10 Financial Behaviors Index Key Addition Styles*/
#quarterKey{
	margin:0 0 20px 110px;
}
#quarterKey li{
	font: normal 12px/18px "Trebuchet MS", Arial,sans-serif;
	color:#6B6B6B;
}
#quarterKey .boxLabel{
	float:left;
	display:block;
	width:12px;
	height:12px;
	margin-top:2px;
	margin-right:10px;
}
#quarterKey #survrespondwhodo{
	background-color:#1B728E;
}
#quarterKey #survrespondwhodonot{
	background-color:#77B56A;
}
#quarterKey #overall{
	background-color:#E7CF95;
}
.clear {clear:both;}
.contentContainer{
	padding-top:20px;
	border-top:dashed;
	border-top-width:1px;
	border-top-color:#D6D6D6;
}
/* News Styles - Added on 4-11-11 */
#ceo-scott-spiker-letter h1{
	font-size: 18px;
	line-height: 12px;
	font-weight: bold;
	color: #004A86;
}

#ceo-scott-spiker-letter .newsAuthor{
	margin:0;
	padding:0;
	margin-top:0;
	margin-bottom:15px;
	font-size:12px;
}
#ceo-scott-spiker-letter .newsQuote{
	
}
#ceo-scott-spiker-letter .newsQuoteAuthor{
	margin-left:290px;
}
#ceo-scott-spiker-letter .newsFooter{
	border-top:solid;
	border-color:#8D211B;
	padding-top:15px;
	font-size:12px;
}
#ceo-scott-spiker-letter #newsPDF{
	position:absolute;
	margin:0;
	text-align:right;
	margin-top:-50px;
	width:500px;
}
#ceo-scott-spiker-letter #newsPDF a{
}
/* Government Shut-Down Styles */
.updateBox{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	background-color:#FAF3E0;
	color:#2d2d2d;
	padding:15px;
	border:solid;
	border-width:1px;
	border-color:#EEDDAE;
}

#contact-us-form{
background: url(/images/public-refresh/body-grad.jpg) repeat-x left top;
}

/* news release pages */
.returnTop { font-size:10px; margin-top:-5px; margin-bottom: 25px;}

/* Social Media Icon Top Nav */
#socialMedia {
	float:left;
	margin-top:20px;
	margin-left:45px;
}

#socialMedia ul {
	display: inline; 
	list-style: none; 
	margin: 0;
}

#socialMedia ul li a, #socialMedia ul li a:hover {
	text-decoration: none;
	border: none;
	background: none;
	padding: 0 5px;
}

#facebook {
float: left; 
margin-right: 30px;
}

#twitter {
float: left; 
margin-right: 30px;
}

#linkedIn {
float: left; 
/*margin-right: 30px;*/
}

