﻿/*body#adviser #container {
background:url(/css_images/global/bgAdviser.png) repeat-x top left;
}*/ /*To remove the orange background in Adviser home page*/
body#adviser.advantage #container {
background:url(/css_images/global/bgAdviserAdvantage.png) repeat-x top left;
}
body#adviser.action #container,body#adviser.altbg #container {
/*background:url(/css_images/global/bgAdviserAlt.png) repeat-x top left;*/ /*To remove the orange background in Adviser Advantage page*/ 
}
body#adviser.campaign #container {
background:url(/css_images/global/bgCampaign.png) repeat-x top left;
}
ul#nav-tabs li a {
color:#fff; /*Changed the text color from #739500 to #fff*/ 
background-color: #415e20; /*Added the nav tab's backgournd color to green*/ 
border-radius: 6px 6px 0 0; /*Added the radius to make the nav tab round*/ 
/*background:#fdfdfd url(/css_images/global/bgTabLeft.png) repeat-x top left;*/ /*To remove the background for the navigation tab*/
}
ul#nav-tabs li.tab-current a,ul#nav-tabs li a:hover {
color:#fff;
/*background:url(/css_images/global/bgTabAdviserCurrentLeft.png) no-repeat top left;*/ /*To remove the orange background in Adviser Advantage page*/ 
}
ul#nav-tabs li.tab-current a span,ul#nav-tabs li a:hover span {
/*background:url(/css_images/global/bgTabAdviserCurrentRight.png) no-repeat top right;*/ 
background-color:#617e07; /*Change the nav tab hover effect to light green*/
border-radius: 6px 6px 0 0; /*To make sure the nav tab is round when hover*/
}
#user-message p {
color:#494949; /*Changed from #D47600 to #494949*/
}
.logged-in ul#nav-main {
background:#D47600 none;
}
ul#nav-main li a {
padding:4px 7px 5px;
}
ul#nav-main li li a {
padding:4px 9px 5px;
}
ul#nav-main li ul li a:link {
width:167px;
text-decoration:none; /*Added this to make the unvisited nav links don't have the underline*/
}
ul#nav-main li.nav-current,ul#nav-main li.hover,ul#nav-main li.hover a,ul#nav-main li.nav-current a,ul#nav-main li a:hover {
/*background:#DCD8D7 url(/css_images/global/pipeWhite_full.png) no-repeat center right;*/
color:#fff; /*Added these to make the nav links have the underline when hover and the text color is white*/
text-decoration:underline;
}
ul#nav-main li.current-previous {
background:url(/css_images/global/pipeWhite_full.png) no-repeat center right;
}
#teaser { /*Remove this to make the teaser not float and in the center so that can put the new content in the teaser body*/
/*float:right;
width:165px;
padding:10px 20px;*/
}
/*.content.home {
background:url(/css_images/home/bgContentHomeAdviser.png) no-repeat bottom right; /*To remove the main container background image*/
}*/
.home-row {
width:545px;
background:url(/css_images/home/bgHomeRowAdviser.png) repeat-y top left;
}
.home-row.one {
border-bottom:1px solid #CAD5EA;
}
.home-row.two {
margin-bottom:.5em;
padding-top:.5em;
}
.home-block {
width:265px;
}
.home-block.retirement,.home-block.super {
float:right;
width:255px;
}
.content.home .news ul {
background:#EFF4FA;
}
ul.inline li {
background:url(/css_images/global/pipeGrey.png) no-repeat center right;
}
ul.inline li.left {
background:url(/css_images/global/pipeGrey.png) no-repeat center left;
}
.quicklinks h2 {
font-size:1.3em;
font-weight:700;
color:#513E38;
margin-bottom:.5em;
}
.quicklinks p,.quicklinks a {
color:#513E38;
}
.quicklinks a {
font-weight:700;
}
#adviser .content .quicklinks ul li {
background:url(/css_images/global/iconArrowRightWhite.png) no-repeat scroll 0 4.5px transparent;
}
.action .info-block li {
font-size:1.1em;
}
.action .info-block ul.inline li {
font-size:1.3em;
}
.action .content.page h3 {
font-size:1.8em;
}
#sidebar h2 {
font-size:1.3em;
font-weight:700;
}
#nav-holder,ul#nav-main {
background:#617e07; /*Change the nav color from #D47600 to green*/
}
#login-strip,#adviser #feature {
/*background:#DF9840;*/ /*Remove the feature background image*/
}

#content-row2 .visitbutton:hover{
	background-color: #415763; /*Added this hover effect for the view all button*/
}

#content-row2 .visitbutton:hover a{ /*Added this hover effect for the view all button*/
	color: #fff !important;
	text-decoration: none;
}