.w3c

/* LAYOUT STYLES

/* Body Styles
--------------------------------------------------------------------------------------------*/

body.homepage 
{
    background:url(../../images/framework/bg.gif) top repeat-x;
	background-color:#636963;
    
}

html body.homepage
{
    margin:0 10px 0 10px; /* a 10px margin is used if browser width is reduced below 880px */
    padding:0;
    background:url(../../images/bg.gif) top repeat-x;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#636963;
}

/*body
{
    background:url(../../images/bg.gif) top repeat-x;
}*/

html body
{
    margin:0 10px 0 10px; /* a 10px margin is used if browser width is reduced below 880px */
    padding:0;
    background:url(../../images/bg.gif) top repeat-x;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
}

body#pagePopUp
{
    background:url(../../images/bg2.gif) top repeat-x;
}

/* Fixes
--------------------------------------------------------------------------------------------*/
.extFloatFix
{
    clear:both;
    font-size:1px;
    height:1px;
}

/* JavaScript
--------------------------------------------------------------------------------------------*/
.jsContentBlock
{
    margin:0;
    padding:0;
    float:left;
}

/* Containers
--------------------------------------------------------------------------------------------*/
div.containerGlobal
{
    margin:0 auto;
    text-align:left;
    width:940px;
}

#pagePopUp div.containerGlobal
{
    width:570px;
    margin:0 auto;
    text-align:left;
}

div.containerHead
{
	background-color:#636963;
	width:100%;
}

div.containerLogo
{
    float:left;
    margin:15px 0;
}

div.containerHeadTools
{
    float:right;
    text-align:right;
    width: 300px;
}

div.containerTabs
{
    clear:both;
    margin-top:12px;
}

/* Use this when a toolbox is present */
div.containerMainBody
{
    width:748px;
    float:left;
}

/* Contains toolbox */
div.containerRight
{
    width:160px;
    float:left;
}

/* Contains all content other than header, toolbox (if applicable) and footer */
div.containerContent
{
    margin-top:27px;
    width:100%;
}

#pagePopUp div.containerContent
{
    margin-top:0px;
}

div.containerFooter
{
    width:940px;
    margin-top: 34px;
    border-top:1px solid #000;
    padding-top:4px;
    float:left;
}

body.homepage div.containerFooter {border-top: 1px solid #fff;}

#pagePopUp div.containerFooter
{
    width:570px;
}

/* Homepage Main Image
--------------------------------------------------------------------------------------------*/

.homeAdContainer
{
    width:748px;
    float:left;
    height:270px;
    padding-top:29px;
}

/* Homepage Right Column
--------------------------------------------------------------------------------------------*/

.rightColumn
{
	width:172px;
    float:left;
    margin-left:20px
}

.rightColumn .toolbox
{
    padding: 0px;
    margin: 0px 0px 6px;
    width:172px;
    margin-bottom:27px;
    margin-top:7px;
}

/* loginOptions (right-hand navigation, log-in introduction) */
.rightColumn .loginOptions
{
	background-color:#eff3ef;
}

/* helpLinks (right-hand navigation, help links) */
div.helpLinks
{
    
}

div.helpLinks ul li#getadviceToolboxLink
{
    background:url(../../images/emailtoolbox_bg.gif) no-repeat bottom right;
}
div.helpLinks ul li#contactusToolboxLink
{
    background:#636963 url(../../images/toolboxButtonArrow.gif) no-repeat bottom right;
}
div.helpLinks ul li#visitToolboxLink
{
    background:#636963 url(../../images/toolboxButtonArrow.gif) no-repeat bottom right;
}

span.toolboxButton
{
    display:block;
    background:#636963 url(../../images/toolboxButtonArrow.gif) no-repeat bottom right;
    font-size:80%;
    font-weight:bold;
    color:#fff;
    padding:  0px;
}

/* Homepage Bottom Row
--------------------------------------------------------------------------------------------*/

.homeBox
{
	float:left;
    width:172px;
    height:240px;
    background:#eff3ef;
    margin:0 20px 12px 0;
}

.last
{
	margin-right:-3px; /* To remove duplication of 'Here' from subscribe button in IE6 */
	margin-top:-200px; /* To bring it in line with the previous homeboxes after the homeboxButtons */
}

span.stdButton
{
    padding: 0px 10px;
}

.stdButton a /* Used to create the enews subscribe button */
{
    text-decoration:none;
    padding:3px 10px 4px 18px;
    background:#636963 url(../../images/link_button_arrow_07.gif) no-repeat top left;
    color:#fff;
    /*display:block;*/
    font-weight:bold;
    height:20px;
    line-height:20px;
    width:100px;
}

.short
{
	height:160px;
	margin-bottom:0;
}

span.homeBoxButton
{
	height:39px;
	width:172px;
	display:block;
	font-size:80%;
	font-weight:bold;
	float:left;
	margin-right:20px;
	line-height:39px;
    background:#636963 url(../../images/toolboxButtonArrow.gif) no-repeat bottom right;
}


.homeBox input
{
	width:145px;
	margin:0 10px 10px 10px;
}

.homeBox span.stdButton
{
	float:right;
}




/* Savings Page styles
--------------------------------------------------------------------------------------------*/

.questionBox /* 'Your Questions' and 'View all Accounts' boxes on Savings Account pages */
{
	height:30px;
	width:364px;
	line-height:30px;
	margin:10px 16px 10px 0;
	background-color:#f2f2f2;
	border:1px solid #ccc;
	float:left;
}

.questionBoxLast
{
	margin-right:0;
}

.helptext
{
    padding:10px 0px 0px;
    margin: 0px 0px 10px;
    background:#f2f2f2;
    float:left;
    border:1px solid #CCC;
    width:746px;
}

div.savingsTabContainer
{
	width:736px;
	height:100px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	
	padding:5px; color:#666; font-size:80%;
}

span.productButton
{
    display:block;
    background-color:#636963;
    font-size:80%;
    font-weight:bold;
    color:#fff;
    margin:1em 2em 1em 0;
    padding:11px 0;
    float:left;
}

.clear {clear:both;}