@charset "utf-8";
/* CSS Document */
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:#FFFFFF;
}

 #container { 
	width: 630px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	/* border:1px solid #c8c8c8; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:600px;/* These 3 lines are a min-height hack */
	height:auto !important;
    height:600px;
} 
#header 
{
	background: #FFFFFF;
	/* border-bottom:1px solid #c8c8c8; */
	height:67px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.logo{
float:left;
padding-top:20px;
padding-left:20px;
}

#globalNav
{
display:none !important;
float:right;
padding-top:20px;
padding-right:20px;    
}

#contentPane
{
margin-top:25px;
background:#FFFFFF;
padding:10px;
margin-left:20px;
margin-right:20px;
/*border:1px solid #c8c8c8;*/
}
#topNav
{
    display:none;    
}
#TopNavContainer
{
    display:none;     
}

#sideNavigation
{
display:none !important;
 margin-top:25px;
 float:left;
 width:200px;
/*border:1px solid #c8c8c8;*/ 
}
#sideNavigation .toolBox
{
  border:1px solid #c8c8c8;
  padding:10px;
  margin-top:10px;
  margin-left:10px;
  background-color:#EEEEEE;  
  }
  
#leftPane 
{
display:none !important;
float:left;
padding:10px;
width:200px;
 }
#rightPane 
{
float:right;
padding:10px;
width:200px;
 } 

#centerPane
{
   padding:10px;
    }
 
#footer 
{
display:none !important;    
width: 570px; 
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
padding-top:15px;

 } 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.advisorTextBanner
{
    
    float:right;
	color:#0a3257;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-top:28px;
    }
    
.branchLocator
{
width:360px;

}

.advisorLocator
{
float:right;
width:360px;
}


