#leftNav 
{
	height:auto;
	padding:0;
    margin:0;
	color:#FF7300;
	float:left;
	margin-left:10px;
	margin-right:20px;
}

#leftNav ul
{
	list-style:none;
	margin:0;
	padding:0;
	border:none;
	clear:both;
	font-size:1em;
}

#leftNav li 
{
	margin:0;
	padding:0;
	/*required or IE6 will bug*/
	display:inline-block;
	/*hack for IE whitespace bug*/
	* margin-top:-0.2em;
	border-bottom:solid 0.1em gray;
	width:20.0em;
}
	
/*indent the lists properly for level 1 */	
#leftNav ul li a 
{
	color:#333;
	display:block;
	font-size:1.3em;
	padding:6px;
	
	color:gray;
	font-weight:bold;
}

#leftNav ul li a:link, #leftNav ul li a:active, #leftNav ul li a:visited, #leftNav ul li a:hover
{
	text-decoration:none;
	margin:0;
}

/*level 2 */
#leftNav ul li ul li a
{
	padding:6px;
}

/*level 3*/
#leftNav ul li ul li ul li a
{
	padding:6px;
}

/*level one selected*/
#leftNav ul li.AspNet-TreeView-Selected a 
{
	/*background-color:#fff;*/
	color:#FF7300;
	font-weight:bold;
}

/*level one child selected*/
#leftNav ul li.AspNet-TreeView-ChildSelected a 
{
	/*background-color:#fff;*/
	/*font-weight:bold;*/
}

/*remove selection for home page link
#leftNav ul li.AspNet-TreeView-Root a 
{
	font-weight:normal;
	background-image:none;
	padding-top:0;

	background-color:#efe7ef;
}
*/
/*remove background from level two
#leftNav ul li.AspNet-TreeView-Selected ul li a 
{
    background-color:#fff;
    font-weight:normal;
}
*/
#leftNav ul li.AspNet-TreeView-ChildSelected ul li a 
{
	background-color:#fff;
	font-weight:normal;
}

/*level two selected*/
#leftNav ul li ul li.AspNet-TreeView-Selected a 
{
	font-weight:bold;
}

#leftNav ul li ul li.AspNet-TreeView-ChildSelected a 
{
	font-weight:bold;
}

/*remove bold from level three*/
#leftNav ul li ul li.AspNet-TreeView-Selected ul li a 
{
	font-weight:normal;
}

#leftNav ul li ul li.AspNet-TreeView-ChildSelected ul li a 
{
	font-weight:normal;
}

/*level three selected*/
#leftNav ul li ul li ul li.AspNet-TreeView-Selected a 
{
	font-weight:bold;
}

#leftNav ul li a:hover
{
	color:black;
}

#leftNav ul li ul li a:hover
{
}

#caseStudyDiv
{
	margin-left:-40px;
}

#caseStudyDiv img
{
	margin-right:10px;
}

#caseStudyDiv li
{
	list-style:none;
}

#leftContent
{
    float: left;
    background-color:#e1e1e1;
    width:227px;
    padding-bottom: 5000px;
    margin-bottom: -5000px;
}

.FormLabel
{
    float: left;
    clear: left;
    width: 60px;
    font-size: 1.2em;
    color: #777777;
}

.FormField
{
    float: left;
    font-size: 1.2em;
    margin-left: 5px;
    color: #777777;
    width: 400px;
}


.profileButton
{
    width: 120px;
    float: left;
    background-color: #5ABEAC;
    text-align: center;
    font-size: 1.5em;
    padding: 8px;
    height: 68px;
    border: solid 6px white;
}

.profileButtonMouseOver
{
    width: 120px;
    float: left;
    background-color: #5ABEAC;
    text-align: center;
    font-size: 1.5em;
    padding: 8px;
    height: 68px;
    border: solid 6px #777;
}
