/*---- Baker Street Advisors Layout CSS
Copyright (c) 2008 Dan Hartmann Designs, LLC
Version 1.0 ----*/

html, body {
height: 100%; }

body {padding: 0px;
margin: 0px;
background-color: #f6f6eb;}

/*--- Main Structure ---*/

#mainWrapper {background-image: url(../../IMAGES/BACKGROUNDS/mainBackgroundShadow.gif);
background-color:#FFF;
background-repeat: repeat-y;
background-position: center top;
width: 954px;
margin:0px auto 0px auto;
min-height: 100%;}

#main {width: 866px; /*904 pixels minus the left and right padding*/
/*background-color: #FFF;*/
margin: 0px auto 0px auto;
padding: 20px 19px 0px 19px;
height: 100%;}

/*--- Heading structure ---*/

#headingWrapper{}

#headingGroup {}

#headingAccessMenu{
margin-left: auto;
margin-right: 2px; }

#headingTitle {
height: 70px;
width: 100%;
background-color: #32516a;
background-image: url(../../IMAGES/BACKGROUNDS/headerGraphic.gif);
background-repeat: no-repeat;
background-position: left center; }

#menus {
background-color: #3b607e;
width: 100%;
height: 25px;
padding-top: 15px;
padding-bottom: 0px; }

#headingSubTitle {
padding-top: 52px; /*original 32px*/
padding-bottom: 22px; /*original 42px*/
background-color: #f6f6eb;
padding-left: 12px;
}

/*--- Body Section Layout ---*/

#bodyWrapper {}

#body {
width: 100%;
height: auto;
}

/*--- Footer Section ---*/

#footerWrapper {
clear: both;
width: 868px; }

#footer{
width: 866px;
clear: both;
padding-top: 8px;
border-top: 1px #dfdbdb solid; }
