﻿/** 
    CBA Switching Form
    Define: All core & common project styles
    Born:   30/06/09
*/

html, body { margin:0; padding:0; }
img, img a, a img { border:none; }
body {
    font:62.5%/1.4 Verdana, Arial;
    background:#fff url(../../images/tools-and-calc/bodyBgGrad.jpg) top left repeat-x;
    
}

#wrapAll {
    padding:20px 20px;
    margin:0 auto;
    background-color:#fff;
}

/* Header 
********* */
#mastHead {
	font-size:1.1em;
	padding:1px 0 14px 5px;
}

#mastHead img { float:left; }

#mastHead ul { 
	text-align:right;
	margin:0 0 5px 0;
	float:right;
	clear:both;
}

#mastHead ul li {
	display:block;
	float:left;
	padding:0 5px 0 0;
}

#headerControls { 
	float:right;
	width:580px;
}
 
#mastHead ul li { color:#ffcc00; }
#mastHead ul li a { color:#000000; }

#mastHead ul#textControlLinks { padding:1px 0 0 0; }
#mastHead ul#textControlLinks li,
#mastHead ul#textControlLinks li a { color:#999999; }
#mastHead ul#textControlLinks li { height:20px; padding:0 5px;}
#mastHead ul#textControlLinks li.arrowIcon { background:url(../../images/tools-and-calc/arrowOrange.gif) 0 6px no-repeat; padding-left:8px; }
#mastHead ul#textControlLinks li.printIcon { background:url(../../images/tools-and-calc/printIcon.gif) 0 0 no-repeat; padding-left:24px; }


/* Layouts 
********** */
#contentContainer { padding:20px 40px 15px 63px; }
#main { 
    width:628px; 
    float:left; 
    position:relative; 
    padding:0 0 15px 0;
}

#aside { width:220px; float:right; }
#main,
#aside { min-height:300px;}
#copyContainer { padding:15px 0 0 0; }
#copyContainer ul { position:relative; }
.yellowDivide { background:url(../../images/tools-and-calc/yellowLineDivide.gif) top left no-repeat; }

#footer { padding:0 30px; }

/* homepage */
#homeTiles { padding:5px 0 15px 0; }
#homeTiles img { float:left; display:block; margin:0 5px 0 0; }

/* RHS tiles */
#aside .tileWrap {
	background:#eeeeee url(../../images/tools-and-calc/tileBgBottom.gif) bottom left no-repeat;
	position:relative;
	margin:0 0 10px 0;
	color:#000;
}

#aside .tileContent {
	padding:0 35px 12px 12px;
	min-height:75px;
	height:auto !important;
	height:75px;
	position:relative;
	z-index:10;
}

#aside .tileContent p { margin:0 0 5px 0; }

#aside .tileImg { position:absolute; top:0; right:0; }

#aside ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}

#aside li {
	display:block;
	border-bottom:1px solid #eeeeee;
	background: url(../../images/tools-and-calc/arrowOrange.gif) 2px 5px no-repeat;
	padding: 0 0 0 13px;
	margin:0;
}

.letter h2 { margin:0 0 15px 0; }
.letter img { display:block; }

.FAQWrap h3 { font-size:1.1em; margin:0 0 5px 0 !important; }


/* Typography 
************* */
h1, h2, h3, h4, h5, p { margin:0; padding:0; }

#main p,
#footer p { margin:0 0 12px 0; }

#copyContainer h2,
#copyContainer h3,
#copyContainer h4 { color:#000; margin:0 0 10px 0;  }

#footer,
#aside,
#main,
#main h2  { font-size:1.1em; }

h1#h1switchToUs {
    background:url(../../images/tools-and-calc/h1switchToUs.gif) top left no-repeat;
    text-indent:-9999em;
    overflow:hidden;
    display:block;
    width:149px;
    height:45px;
}

#footer,
.note { color:#999; }

.required { color:#ff0000; }

#footer a { color:#676767; }

.tileContent h2 {
    font-size:1.1em;
    width:155px;
	color:#000;
	margin:0px 0px 4px 0px;
	padding:8px 0px 5px 0px;
	background:url(../../images/tools-and-calc/tileh2divide.gif) bottom left no-repeat;
}

.notice { font-size:1.1em; }

/* Links */
a { color:#000; } /* default */
.tileContent a { text-decoration:none; }
.tileContent a:hover,
.tileContent a:focus { text-decoration:underline; }

/* Lists
******** */

#copyContainer ul { list-style-type:none; }
#copyContainer ul,
#copyContainer ol { margin:0 0 10px 0; padding:0; }
#copyContainer ul li {
    background:url(../../images/tools-and-calc/arrowGrey.gif) 0 4px no-repeat;
    padding:0 0 0 10px;
    margin:0;
}

#copyContainer ul.orangeArrowList { margin:0 0 15px 0; }
#copyContainer ul.orangeArrowList li {
    background:url(../../images/tools-and-calc/arrowOrange.gif) 0 6px no-repeat;
    line-height:1.8em;
}

/* Clearing class
***************** */
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.categoryNav {
	background: url(../../images/tools-and-calc/categoryNavL.gif) no-repeat left top;
	margin:0 10px 10px 10px;
}
.categoryNav ul {
	list-style-type: none;
	display: block;
	background: url(../../images/tools-and-calc/categoryNavR.gif) no-repeat right top;
	overflow: hidden;
	height: 31px;
	margin:0; padding: 0 16px;
}

.categoryNav li {
	float: left;
	margin: 0;
	height: 17px;
	padding: 7px 0;
	font-size:1em;
	background:none;
}

.categoryNav li a {
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #818181;
	padding: 0 11px;
}

.categoryNav li a:hover {
	
	text-decoration: underline;
}

.categoryNav li.navActive {
	background: url(../../images/tools-and-calc/categoryNavA.gif) repeat-x;
}

.categoryNav li.navActive a {
	font-weight: bold;
	color: #000000;
	border-right: none;
}

.categoryNav li.lastItem a {
	border-right: none;
}



.ModalBackground {
	background-color:Olive;
	filter:alpha(opacity=70);
	opacity:0.7;
	
}

.ModalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:300px	
}
