/* Sustainable Growth Advisors CSS*/

html, body 
{
margin: 0px;
padding: 0px;
background-image: url(images/leftNavBg.gif);
}

/* Navigation Styles */

#leftNavFrame /*holds the dark yellow color for the upper left hand corner*/
{
/*height: 1858px;*/
margin: 0px;
background-image: url(images/leftNavBg.gif);
padding: 0px;
border-top: 10px solid #996640;
border-right: 1px solid #996640;
width:155px;
}

#topNavYellow
{
float: left;
width: 155px;
height: 44px;
border-right: 1px solid #996640;
background-image: url(images/leftNavBg.gif);
border-bottom: 3px solid #996640;
}

#topNavYellow ul 
{
text-decoration: none;
list-style-type: none;
margin: 0px;
padding: 25px 0px 0px 0px;
float: left;
width: 155px;
height: 25px;
}


#leftNav
{
height: 1800px;	/*increase height if height of content area flow pass the 1700px mark */
padding: 0px;
float: left;
margin: 0px;
width: 155px;
background-image: url(images/leftNavBg.gif);
/*border-top: 3px solid #996640;*/
border-right: 1px solid #996640;
}

#leftNav ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
}
