/* CMIS BA Style */
/* Created 190308 */

/* @group Body And Wrapper */

body {
     font-family: arial, helvetica, sans-serif;
     font-size: 100%;
     color: #565656;
     background: #f2f2f2 url(html.png) repeat-y center top;
 }


body.editmaintext {
     background-color: #fff;
 }


#wrapper {
     width:720px;
     padding:10px 20px 10px;
     margin:0px auto;
     border-bottom:1px solid #ECECEC;
     border-top:1px solid #ECECEC;
     background: #ffffff;
     clear: left;
     position: relative;
 }

#memberLogin{
	position: absolute;
	top: 0px;
	width: 365px;
	left: 375px;
}

#memberLogin b{
	position: absolute;
	margin: 0 0 0 -5000px;
}

#memberLogin p{
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
	color: #bab19f;
}

#memberLogin p input{
	width: 80px;
	border: 1px solid #bab19f;
	color: #bab19f;
	font-size: 12px;
	background: none;
}

#memberLogin input{
	border: 1px solid #bab19f;
	color: #bab19f;
	margin: 0;
	background: #222;
	font-size: 10px;
}

/* @end */

/* @group Header Section */

#header {
     height:180px;
     background: #f8f5e7 url(header.png) center center no-repeat;
 }


#header h1 {
position: absolute;
margin: 0 0 0 -5000px;
 }

p.strapline {
position: absolute;
margin: 0 0 0 -5000px;
 }

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
     font-family: "Times New Roman", Times, serif;
     font-style: italic;
	color: #081f3d;
}


p.h1, p.h2 {
     font-family: "Times New Roman", Times, serif;
     font-style: italic;
 }


p.h1 {
     font-size:1em;
     padding-left: 20px;
     padding-top: 12px;
     font-weight: bold;
 }


p.h2 {
     font-size:0.85em;
     padding-left: 20px;
     padding-top: 12px;
     font-weight: bold;
 }

#wrapper h2:first-letter {
     font-size:200%;
     text-transform:uppercase;
 }


#wrapper p.h1:first-letter ,#wrapper p.h2:first-letter {
     font-size:180%;
     text-transform:uppercase;
 }

/* @end */

/* @group Text Styling */

p{
     font-size:0.75em;
     padding: 0px 20px;
     line-height:1.5em;
     margin: 0px 0px 10px;
 }


p.clear {
     clear: left;
 }


.quotation {
    font-style: italic;
    font-size: 0.9em;
    color:#555;
    padding: 10px;
    border: 1px dashed #ccc;
 }
 
.QuotationBox{
	padding: 25px 25px 0 25px;
	width: 200px;
	float: left;
	margin: 10px;
	background: url(quotes.gif)left top no-repeat;
}

.QuotationBox p{
	background: url(quotes_bottom.gif) 180px bottom no-repeat;
	padding: 5px 20px 25px 20px;
	color: #666;
	font-size: 0.75em;
	font-style: italic;
	letter-spacing: 0.1em;
}

.warning {
     color: #c66;
 }

#maintext ul li, #maintext ol li {
     font-size:0.75em;
 }

p.introduction {
     font-family: "Times New Roman", Times, serif;
     font-style: italic;
     font-size: 0.95em;
     line-height: 1.2em;
 }

.clear {
     color:white;
     clear:both;
 }

/* @end */

/* @group Links */

a {
     color: #081f3d;
     text-decoration: none;
}


a:hover {
     text-indent: 0px;
     color: #f00f00;
 }

a.button {
     background-image: url(button_a.gif);
     background-repeat: no-repeat;
     padding-left: 50px;
     font-size: 1.2em;
     padding-top: 5px;
     padding-bottom: 18px;
     font-family: arial, helvetica, sans-serif;
 }


a:hover.button {
     background-image: url(button_b.gif);
     background-repeat: no-repeat;
 }

/* @end */

/* @group Navbar */

#navbar {
     width: 720px;
     float: left;
     position: relative;
     top: -10px;
 }


#navbar ul {
     margin: 0px;
     padding: 0px;
 }


#navbar ul li {
     display:block;
     list-style:none;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     font-family: "Times New Roman", Times, serif;
     font-size: 0.9em;
     border: 1px solid #999999;
     background: #fff;
     float: left;
 }


/*added by Fiona - the active class for the topnav li */


/* amended by Neil - added the 'a' to the end of the selector */


#navbar ul li.active a {
     color: #f00;
 }


#navbar ul li a {
     text-decoration:none;
     color:#888;
     padding:2px 4px;
     margin: 0px;
     white-space: nowrap;
     display: block;
 }


#navbar ul li a:hover {
     color: #f00;
 }

/* @end */

/* @group Content and Maintext*/

/* @group box3small */

.box3small {
     padding:10px;
     background-color: #081f3d;
 }
 


.box3small p {
     color:#fff;
     padding:0;
     line-height:1.5em;
     letter-spacing:0.1em;
     word-spacing:0.15em;
     font-size:0.8em;
 }


/* @end */

#maintext {
     position: relative;
     width:500px;
     padding-bottom:20px;
     background: #fff;
     clear: left;
 }

#content {
     clear: left;
 }



/* @end */

/* @group Contact Details */

#contactdetails {
     position: absolute;
margin: 0 0 0 -5000px;
 }


#contactdetails ul {
     margin: 0px;
     padding: 0px;
 }


#contactdetails ul li {
     display: inline;
     font-size: 10px;
     white-space: nowrap;
     margin: 0px 5px 0px 0px;
     padding: 0px;
 }

/* @end */

/* @group Comp Groups */

/* Component Groups area */


#componentGroups {
     clear:left;
     float: left;
     padding: 0;
     background: url(shadow.png) no-repeat -10px bottom;
     width: 500px;

 }


#componentGroups h2, #maintext h2 {
     font-size:1.2em;
     border-bottom: 1px solid #ccc;
     padding: 0;
     margin: 0 5px 5px 5px;
 }

#componentGroups h2{
	margin: 0 0 0 10px;
}

#componentGroups h3 {
	position: absolute;
	margin: 0 0 0 -5000px;
 }


#componentGroups ul {
     margin: 10px 0 0 0;
     padding: 0px 20px 0px 25px;
 }


#componentGroups ul li {
     list-style:none!important;
     padding: 10px 0 0 70px;
     font-size: 0.75em;
     display: block;
     width: 150px;
     float:left;
     margin: 0 0 10px 0;
     height: 50px;
 }



li.componentH_ProtQ{
	background: url(ProtQ_H.gif) left center no-repeat;
}

li.componentH_RetPl{
	background: url(RetPl_H.gif) left center no-repeat;
}

li.componentH_InvSh{
	background: url(Invsh.gif) left center no-repeat;
}

li.componentH_GenIn{
	background: url(GenIn.gif) left center no-repeat;
}

li.componentH_CCL{
	background: url(CCL_H.gif) left center no-repeat;
}

li.componentH_UtChk{
	background: url(UtChk_H.gif) left center no-repeat;
}

li.componentH_EqRel{
	background: url(EqRel.gif) left center no-repeat;
}

li.componentH_TrEnd{
	background: url(TrEnd.gif) left center no-repeat;
}

li.componentH_CurA{
	background: url(CurA_H.gif) left center no-repeat;
}

li.componentH_ISA{
	background: url(ISA_H.gif) left center no-repeat;
}

li.componentH_Save{
	background: url(Save_H.gif) left center no-repeat;
}

/* @end */

/* @group Styleform */

.styleform {
     margin:10px 0 10px 0;
 }


.styleform p {
     text-align:center;
     padding-left:10px;
     font-size: 1.1em;
 }
 
 .styleform table {
	font-size:0.8em;
}


.styleform input {
     font-size:0.8em;
 }


.styleform select {
     font-size:0.8em;
 }
 

.box3small p {
     color:#fff;
     padding:0;
     line-height:1.5em;
     letter-spacing:0.1em;
     word-spacing:0.2em;
     font-size:0.9em;
 }


#LGLS {
     width: 500px;
     text-align: center;
     margin:0px auto!important;
 }

#LGLS table, #LGLS tr, #LGLS td {
     border:none!important;
 }

/* @end */

/* @group Lists */

#lists {
     width:200px;
     float:right;
     margin-bottom: 10px;
 }


#lists h2 {
     margin: 0px 0px 10px;
     padding: 0px;
     font-size: 1.0em;
     border-bottom: 1px solid #ccc;
 }

/* @group Subsection */

#subsection {
     width:178px;
     border: 1px solid #999;
     padding: 10px;
     background: #fff;
 }


#subsection ul {
     margin: 0px;
     padding: 0px;
 }


#subsection ul li {
     list-style-type:none;
     margin:0px 0px 2px;
     padding:0px;
     border-top:1px solid #ccc;
     display: block;
     width: 178px;
     font-size: 0.80em;
 }


#subsection ul li a {
     display:block;
     text-decoration:none;
     color:#888;
     background:url(dot1.gif) no-repeat left center;
     width: 168px;
     margin: 0px;
     padding: 3px 0px 3px 10px;
 }


#subsection ul li a:hover {
     text-decoration:none;
     color: #f00;
     background:transparent url("dot2.gif") left center no-repeat;
 }

/* @end */

/* @group Smallform */

#smallform {
     width: 178px;
     margin-top: 10px;
     border: 1px solid #999;
     color: #333333;
     text-align: left;
     padding: 10px;
     background: #ccc;
 }


#smallformcontent {
     margin-top: 5px;
 }



#smallformcontent p {
     margin: 0px 0px 5px;
     padding: 0px;
 }


#smallform input {
     display:inline;
     width: 90px;
     font-size:10px;
     border: solid 1px #cc9;
 }


#smallform a {
     color:#fff;
     text-decoration: none;
     margin-bottom: 5px;
     font-weight: bold;
 }


a#SmallForm_btnSmallFormEdit {
     font-size: 0.70em;
     font-weight: bold;
 }

/* @end */

/* @group Newsfeed */

#newsfeed {
     width: 178px;
     margin-top: 10px;
     border: 1px solid #999;
     padding: 10px;
     background: #fff;
 }


#newsfeed ul {
     padding: 0px;
     margin: 0px;
     width: 180px;
     display: block;
 }


#newsfeed ul li {
     margin: 0px 0px 10px;
     padding: 0px;
     width: 180px;
     font-size: 0.80em;
     display: block;
     list-style: none;
 }


#newsfeed ul li a {
     margin: 0px;
     padding: 0px;
     width: 180px;
     display: block;
 }

/* @end */

/* @end */



/* @group Service Links */

#servicelinks {
     position:relative;
     padding-bottom:10px;
     width:500px;
     background: #fff;
     float: left;
 }

#servicelinks h2{
	margin: 0 0 0 5px;
	font-size: 1.3em;
}

#servicelinks ul {
    width: 500px;
	margin: 0;
	padding: 0 0 0 5px;
	}


#servicelinks li {
     width: 120px;
     height:40px;
     display: block;
     float: left;
     font-size: 0.7em;
     margin:5px 0 5px 0;
     line-height: 1.7em;
     padding-left:45px!important;
 }


li.component_ProtQ {
     background: url(lifecover.jpg) no-repeat left center;
 }


li.component_InvSh {
     background: url(compinvest.gif) no-repeat left center;
 }


li.component_RetPl {
     background: url(retirementpl.gif) no-repeat left center;
 }


li.component_GenIn {
     background: url(insurance.jpg) no-repeat left center;
 }


li.component_CCL {
     background: url(cclsmall.jpg) no-repeat left center;
 }


li.component_MortQ {
     background: url(mortgagesmall.gif) no-repeat left center;
 }


li.component_UtChk {
     background: url(utilitychkr.gif) no-repeat left center;
 }


li.component_EqRel {
     background: url(equityrelease.jpg) no-repeat left center;
 }


li.component_TrEnd {
     background: url(endow.jpg) no-repeat left center;
 }

li.component_RetPl{
	background: url(RetPl_s.gif) left center no-repeat;
}

li.component_ProtQ{
	background: url(ProtQ_s.gif) left center no-repeat;
}

li.component_InvSh{
	background: url(InvSh_s.gif) left center no-repeat;
}

li.component_GenIn{
	background: url(GenIn_s.gif) left center no-repeat;
}

li.component_CCL{
	background: url(CCL_s.gif) left center no-repeat;
}

li.component_UtChk{
	background: url(UtChk_s.gif) left center no-repeat;
}

li.component_EqRel{
	background: url(EqRel_s.gif) left center no-repeat;
}

li.component_TrEnd{
	background: url(TrEnd_s.gif) left center no-repeat;
}

li.component_ProtQ{
	background: url(ProtQ_s.gif) left center no-repeat;
}

li.component_CurA{
	background: url(CurA_s.gif) left center no-repeat;
}

li.component_ISA{
	background: url(ISA_s.gif) left center no-repeat;
}

li.component_Save{
	background: url(Save_s.gif) left center no-repeat;
}

/* @end */

/* @group Footer */

#footer {
     text-align: center;
     clear: both;
     float: none;
     border-top: 1px solid #ccc;
     padding-top: 10px;
 }


#footer p {
     font-size: 0.65em;
     color: #999;
     margin: 0px;
     padding: 0px;
 }

/* @end */