/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

body {
    min-width:1011px;
}
#header {
    position:relative;
}
#branding {
    width:951px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:981px;
    margin:0 auto;
}
#main {
    width:981px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    z-index:5;
}
#container {
    width:981px;
    z-index:50;
    float:right;
    margin:-20px 0 0 -310px;
}
body.s-category-faqs #content {
	margin-top:50px;
}
#content {
	width:617px;
	margin:-81px 0 0 280px;
	position:relative;
	z-index:500;
	overflow:inherit;
}
/* Re-position on About & How it Works sub pages */
body.parent-pageid-2 #content,
body.parent-pageid-81 #content {
	margin-top:-263px;
}
.hentry {
    width:617px;
}
.main-aside {
    width:234px;
    float:left;
    position:relative;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
#primary,
#secondary {
	padding:5px 12px 1px 12px;
	width:210px;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:981px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:234px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:981px;
    margin:0 auto;
}
