@charset "utf-8";
/**
 * Screen CSS for Unilever pensions website
 * Author: Chris Lewis (chris.lewis@ahc.uk.com)
 *
 **/
html {
	margin: 0px;
	padding: 0px;
	/* force a scrollbar in browsers that hide it on short pages. Stops the horozontal jump. */
	height: 100%;
	margin-bottom: 1px;
}
body {
	padding: 0;
	text-align: center;
	margin:0 auto;
	background: url(../img/body_bg.jpg) center center repeat-y #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#container {
	margin: 0px;
	width: 981px;
 	margin:0 auto;
	text-align: left;
	border: 0px;
	margin-bottom: 40px;
	background-color:#FFFFFF;
	color: #333333;
	/* shouldn't need a border but it seems to add a margin-top if you dont */
	border-top: 1px solid #ffffff;
}
h1.title{
	display: none;
}
#logobar{
	margin: 0px 0px 0px 0px;
    background: url('../img/final_salary/header.jpg') 175px 0px no-repeat #FC0267;
	
}
#logobar, #logobar_fs{
    border-bottom: 1px solid #ffffff;
}
#logobar #logoHolder, #logobar_fs #logoHolder {
    display:block;
    width:190px;
    height:129px;
	margin:0;
    padding:0;
    background: url('../img/logo.jpg') 10px 0px no-repeat #ffffff;
 	cursor: pointer;
}
#logobar h1,  #logobar_fs h1{
    text-indent: -9999px;
    margin-top: 0px;
    font-size: 0em;
}
 
#accessibility {
	float: right;
	width:300px;
	text-align: right;
	color: #ffffff;
	margin: 10px;
}
#accessibility a:link,
#accessibility a:active,
#accessibility a:visited {
	color: #ffffff;
	text-decoration: none;
}
#accessibility a:hover {
	color: #cccccc;
	text-decoration: underline;
}
#searchBar {
	background-color: #FE99C2;
	border-left: 190px solid #ffffff;
	text-align: right;
	margin: 0px 0px 0px 0px;
}
#memberType {
	float: left;
	position: relative;
	z-index: 5;
}
#memberTypeHolder {
	margin: -30px 0px 0px 210px;
	position: relative;
	z-index: 6;
}
#memberType a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	display: block;
	width: 155px;
	text-align:center;
	position: relative;
	z-index: 7;
}
#memberType a.selected  {
	background: url(../img/final_salary/tab.jpg) top left no-repeat;
	color: #333333;
	font-weight: bold;
}
#memberType a span {
	display: block;
	padding: 7px;
	position: relative;
	z-index: 8;
}
#memberType .memberTypeSpacer {
	display: block;
	float: left;
	width: 4px;
	height: 20px;
}
#searchBar form {
	margin: 0px;
	padding: 0px;
}
#searchBar p{
	margin: 0px;
	padding: 2px;
}

#leftColumn{
	width: 190px;
	float: left;
	margin: 0px 0px 20px 0px;
	color:#666666;
	padding: 0px 0px 0px 0px;
}
#leftColumn ul {
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: 1px solid #eeeeee;
}
#leftColumn ul ul {
	margin: 0px;
	border-bottom: none;
}
#leftColumn ul li {
	border-top: 1px solid #eeeeee;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#leftColumn ul a {
	text-decoration:none;
	display:block;
	width: 100%;
}
#leftColumn ul a span {
	display: block;
	width: 154px;
	padding: 6px 5px 6px 20px;
	font-size: 100%;
	cursor: pointer;
}
#leftColumn ul li a:hover {
	background-color: #FFE5EF;
}
#leftColumn ul li a {
	color: #FC0267;
	font-weight: normal;
}
#leftColumn ul li.selected a {
	color: #ffffff;
	background: url(../img/final_salary/nav_selected.jpg) top left no-repeat #FC0267;
	font-weight: bold;
}
/* sub nav */
#leftColumn ul li.selected ul li a {
	background: none;
	color: #FC0267;
	font-weight: normal;
}
#leftColumn ul li.selected ul li a:hover {
	background-color: #FFE5EF;
	background-position: 13px -181px;
	/*background-color: #E4E4E4;*/
}
#leftColumn ul li.selected ul li a span {
	padding: 4px 10px 4px 30px;
	font-size: 86%;
	line-height: 130%;
	width: 138px;
	margin: 0px 0px 0px 0px;
}
#leftColumn ul li.selected ul li.selected a {
	color: #973184;
	font-weight: bold;
	background-position: 13px 4px;
}
#leftColumn ul li.selected ul li.selected a:hover {
	background-position: 13px -181px;
}

#leftColumn #patterns {
	background: url('../img/patterns1.jpg') 20px 0px no-repeat;
	display: block;
	width: 181px;
	height: 341px;
}
#leftColumn #investingPlanBox{
	background-color: #FF6600;
	padding: 1px 8px 10px 8px;
}

#leftColumn #planBox{
	background-color: #E0C1E0;
	padding: 10px 10px 10px 10px;
}
#leftColumn #investingPlanBox, #leftColumn #planBox{
	margin: 0px 0px 20px 0px;
	color:#000000;
}
#leftColumn #investingPlanBox a:link,
#leftColumn #investingPlanBox a:active,
#leftColumn #investingPlanBox a:visited {
	background: url(../img/invest_arrow.jpg) 0px 5px no-repeat;
	padding-left: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#leftColumn #planBox a{
	background: url(../img/plan_arrow.jpg) 0px 5px no-repeat;
	padding-left: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#leftColumn #investingPlanBox a:hover, #leftColumn #planBox a:hover{
	color: #ffffff;
	text-decoration: underline;
	background-position: 0px -7px;
}
#mainContent {
	margin: 0px 0px 20px 0px;
	display: block;
	width: 578px;
	float: left;
	color: #444444;
	border-left: 1px solid #dddddd;
}
#mainContentPadder {
	padding: 0px 0px 0px 14px;
	border: 1px solid #ffffff;
}
#mainContent h1 {
	color: #FF0066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	padding: 0px 0px 3px 0px;
	margin: 27px 0px 0px 0px;
	font-weight: normal;
	border-bottom: 1px solid #FF0066;
}
#mainContent h2 {
	color: #FF0066;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	padding: 0px 0px 3px 0px;
	margin: 20px 0px 0px 0px;
}
#mainContent h3 {
	color: #FF0066;
	margin: 10px 0px 10px 0px;
	font-size: 110%;
	font-weight: bold;
}
#mainContent p {
	margin: 12px 0px 12px 0px;
}
#mainContent a:link,
#mainContent a:link,
#mainContent a:visited {
	text-decoration: none;
	color: #0000FF;
}
#mainContent a:hover{
	text-decoration: underline;
}
#mainContent .homepageColumn {
	display: block;
	width: 182px;
	float: left;
	margin: 10px 0px 0px 0px;
}
#mainContent .homepageColumn h2 {
	padding: 10px;
	margin: 0px 0px 5px 0px;
	font-size: 120%;
	/*font-weight: normal;*/
	background: url(../img/final_salary/arrow_header_page.jpg) 168px 16px no-repeat #FF0066;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
#mainContent .homepageColumn h2 a:link,
#mainContent .homepageColumn h2 a:active,
#mainContent .homepageColumn h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
#mainContent .homepageColumn h2 a:hover {
	text-decoration: underline;
}
#mainContent .homepageColumnSpacer {
	display: block;
	width: 5px;
	height: 80px;
	float: left;
}
#mainContent .homepageColumn .homepageColumnContent .minHeightForcer {
	display: block;
	width: 1px;
	height: 480px;
	float: right;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
#mainContent .homepageColumn .homepageColumnContent {
	background-color: #FFE5EF;
}

#mainContent .homepageColumn .homepageColumnContent p {
	margin: 0px;
	padding: 8px;
}

#mainContent .homepageColumn .homepageColumnContent ul {
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: left;
}
#mainContent .homepageColumn .homepageColumnContent ul ul {
	margin: 0px;
	border-bottom: none;
}
#mainContent .homepageColumn .homepageColumnContent ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#mainContent .homepageColumn .homepageColumnContent ul a {
	text-decoration:none;
	display:block;
	width: 100%;
	background: url(../img/arrow_pink.jpg) 164px 2px no-repeat;
}
#mainContent .homepageColumn .homepageColumnContent ul a span {
	display: block;
	width: 158px;
	padding: 6px 15px 6px 8px;
	font-size: 100%;
	cursor: pointer;
}
#mainContent .homepageColumn .homepageColumnContent ul li a:hover {
	background-color: #ffffff;
	background-position: 164px -98px;
}
#mainContent .homepageColumn .homepageColumnContent ul li a {
	color: #FC0267;
	font-weight: normal;
}
#mainContent .homepageColumn .homepageColumnContent ul li.selected a {
	color: #00A4E8;
	font-weight: bold;
}
#mainContent .middle {
	text-align: center;
}

#mainContent table {
	font-size: 1em;
}
#mainContent td {
	background-color: #F4EAF4;
	padding: 3px;
}
#mainContent thead td {
	background-color: #E0C1E0;
	color: #973184;
	font-weight: bold;
}
#mainContent ul li {
	list-style-image: url(../img/final_salary/bullit.jpg);
	margin: 10px 0px 0px 0px;
}

#mainContent fieldset {
	border: 1px solid #cccccc;
	margin: 30px 0px 10px 0px;
	padding: 10px;
}
#mainContent fieldset legend{
	color: #FC0267;
	font-weight: bold;
	font-size: 120%;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
}
#mainContent .indentTextArea {
	margin: 13px 0px 0px 20px;
}
#mainContent .indentTextArea label {
	float: left;
}
#mainContent a.read_more {
	display:block;
	color: #333333;
	font-weight: bold;
	background: url(../img/arrow_black_to_pink.jpg) 2px 9px no-repeat;
	padding: 9px 15px 12px 16px;
	font-size: 100%;
	cursor: pointer;
}
#mainContent span.searchLink {
	color: #009900;
}


#rightPanel {
	margin: 58px 0px 20px 0px;
	width: 200px;
	float: right;
	color: #444444;
	border: 1px solid #dddddd;

}
#rightPanel h3 {
	background-color: #E0C1E0;
	color: #973184;
	margin: 0px;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 5px 5px 7px;
}
#rightPanel p {
	padding: 12px 5px 8px 8px;
	margin: 0px;
}

#rightPanel ul {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#rightPanel ul ul {
	margin: 0px;
	border-bottom: none;
}
#rightPanel ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#rightPanel ul a:link,
#rightPanel ul a:active,
#rightPanel ul a:visited {
	text-decoration:none;
	display:block;
	width: 100%;
	color: #444444;
	background: url(../img/arrow_black_to_pink.jpg) 6px 7px no-repeat;
}
#rightPanel ul a span {
	display: block;
	width: 175px;
	padding: 5px 5px 5px 20px;
	font-size: 100%;
	cursor: pointer;
}
#rightPanel ul li a:hover {
	background-position: 6px -131px;
	background-color: #FFE5EF;
	color: #FC0267;
}
#rightPanel ul li a {
	color: #FC0267;
	font-weight: normal;
}
#rightPanel ul li.selected a {
	color: #00A4E8;
	font-weight: bold;
}

.clear {
	clear: both;
}


/****************************
	Intro page style
*****************************/
.left_short{
	float: left;
	width: 270px;
}
.right_short{
	float: right;
	width: 270px;
}
.left_short h3, .right_short h3{
	display: block;
	color: #FC0267;
	font-size: 130%;
	border-top: 1px solid #FC0267;
	padding: 10px 0px 10px 0px;
}
#mainContent .left_short h3 a:link,
#mainContent .left_short h3 a:active,
#mainContent .left_short h3 a:visited,
#mainContent .right_short h3 a:link,
#mainContent .right_short h3 a:active,
#mainContent .right_short h3 a:visited{
	color: #FC0267;
}
#mainContent .left_short p, #mainContent .right_short p{
	margin-top: -15px;
}


/****************************
	Example style
*****************************/
.example_text {
	border-bottom: 1px solid #FC0267;
}

.example_text span{
	display: block;
	font-size: 88%;
	color: #FFFFFF;
	width: 150px;
	background-color: #FC0267;
	padding: 2px 5px;
	font-weight: bold;
	margin-bottom: 2px;
}


/*********************************
	dictionary/glossary style
**********************************/

#mainContent a.glossary:link,
#mainContent a.glossary:active,
#mainContent a.glossary:visited {
	font-weight: bold;
	color: #FC0267;
}
#mainContent a.glossary:hover {
	text-decoration: none;
}
#qTip {
	padding: 15px;
	border: 1px solid #FC0267;
	display: none;
	background: #FFE3E3;
	color: #FC0267;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	width: 250px;
}


/****************************
	FAQs style
*****************************/

#faq_text p, #faq_text a{
	color: #FC0267;
}

