/*{*smarty*}{literal} 
 -------------------------------------------------------------- 
	corelayout.css
	*PCPro layout css sets out the core block components of the site
--------------------------------------------------------------*/
* html {
height:100%
}

.accessibility,#printHeader {
display:none
}

/* Container setup */
div#wrapper {
background:#fff;
border:1px solid #ccc;
margin:8px auto;
padding:8px;
position:relative;
width:975px;
z-index: 5
}

/*{/literal}*/
div#mainLeft {
float:left;
margin:0 5px 10px 0;
width:810px
}

div#mainLeft div#leftContent {
float:left;
margin:0 8px 15px 0;
width:465px
}

div#mainLeft div#rightContent {
float:left;
width:336px
}

div#mainRight {
background:#EDEDED none repeat scroll 0 0;
float:left;
width:160px
}

div#footer {
background:url(../images/arrowFooter.gif) no-repeat 10px bottom;
border-bottom:3px solid #000;
border-top:3px dashed #CCC;
clear:both;
float:none;
margin:0;
padding:.8em 0
}

div#stubsWrapper {
float:left;
margin:0 0 15px
}

div#mainRight div#loginBox {
background-color:#047391;
margin:0 0 .8em;
padding:5px
}

div#mainRight div#searchBox {
background-color:red;
margin:0 0 1em;
padding:5px
}

