@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:#EEEEEE;
}

 #container { 
	width: 990px; 
	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. */
} 
#globalNav
{
float:right;
padding-top:20px;
padding-right:35px;    
}

#mainContent 
{
padding-top:20px;    
} 
#leftPane 
{
float:left;
padding:10px;
width:200px;

 }
#rightPane 
{
float:right;
padding-left:20px;
padding-top:10px;
padding-right:25px;
width:180px;

 } 
#threeColContentPane
{
zoom: 1; /*ie 6 fix for 3 column layout works */
background:#FFFFFF;
padding:10px;
margin-left:220px;
margin-right:240px;
}

#twoColContentPane
{
zoom: 1; /*ie 6 fix for 3 column layout works */
background:#FFFFFF;
padding:10px;
margin-left:245px;
margin-right:20px;
}
 
#sideNavigation
{
 margin-top:25px;
 float:left;
 width:200px;
/*border:1px solid #c8c8c8;*/ 
} 
 
#footer 
{
width: 735px; 
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
padding-top:15px;
text-align:left;
padding-left:255px;
 } 
 
#printDisclaimer
{
display:none !important;     
}  


.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;
}

.logo{
float:left;
padding:20px 0px 0px 20px;
}
.advisorTextBanner
{
    float:right;
    }
