﻿/* left pane */
DIV.LeftPane 
{
	float:left;
	width:182px;
}

/* right pane */
DIV.RightPane 
{
	float:left;
	width:586px;
}

DIV.RightPane IMG.TopBanner
{
	margin-bottom:4px;
}

*html DIV.RightPane IMG.TopBanner /* for IE 6*/
{
	width:586px;
}

DIV.RightPane DIV.BreadCrumbs 
{
	margin:0 0 6px 30px;
}

/* MainContent */
DIV.MainContent 
{
	float:left;
	display:inline;
	width:498px;
	min-height:400px;
	margin:0 0 0 12px;
	
	padding:28px 42px 0 32px;
	
	background-image:url(../../images/layout/main_content_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
	line-height:130%;
}

DIV.MainContent P
{	
	margin:16px 0 0 0;
}

DIV.MainContent H1 
{
	color:#006bb5;
	margin-left:-12px;
	border-bottom:solid 5px #006BB5;
	display:block;
	width:544px;
	line-height:120%;
}

*html DIV.MainContent H1 /* for IE 6 */
{
	width:100%;
}

DIV.MainContent UL LI
{	
	margin-top:3px;
}

DIV.MainContent IMG.SideImage 
{
	margin-top:30px;
}

/* left menu */
DIV.LeftMenu 
{
	float:left;
	width:100%;
	margin:55px 0 0 0;
	background-color:#dee7e7;
}

DIV.LeftMenu DIV.LeftMenuTop 
{
	float:left;
	width:100%;
	height:12px;
	margin-bottom:10px;
	background-image:url(../../images/layout/left_nav_top.gif);
	background-position:right top;
	background-repeat:no-repeat;	
}

DIV.LeftMenu DIV.LeftMenuBottom 
{
	float:left;
	width:100%;
	height:12px;
	margin-top:30px;
	font-size:0;
	background-image:url(../../images/layout/left_nav_bottom.gif);
	background-position:right top;
	background-repeat:no-repeat;	
}

DIV.LeftMenu A, DIV.LeftMenu A:visited 
{
	color:#545253;
	text-decoration:none;
}

DIV.LeftMenu A:hover, DIV.LeftMenu A:visited:hover 
{
	color:#545253;
	text-decoration:underline;
}

DIV.LeftMenu .Level1
{
	float:left;	
	width:136px;
	min-height:16px;
	padding:4px 0 4px 27px;
}

DIV.LeftMenu .Level1Current
{
	float:left;	
	width:136px;
	min-height:16px;
	padding:4px 0 4px 27px;
	background-image:url(../../images/layout/node_c_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;		
}

DIV.LeftMenu .Level1Sep 
{
	float:left;	
	display: inline;
	width:136px;
	height:2px;
	font-size:0;
	margin:0px 0px 0px 27px;
	background-image:url(../../images/layout/level1_sep.gif);
	background-position:left bottom;
}

DIV.LeftMenu .Level2
{
	float:left;	
	width:136px;
	margin:0 0 0 0;
	padding:3px 0 1px 15px;
	font-size:98%;
	font-weight:normal;
	background-image:url(../../images/layout/sub_pointer.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

DIV.LeftMenu .Level2Current
{
	float:left;	
	width:136px;
	margin:0 0 0 0;
	padding:3px 0 1px 15px;
	font-size:98%;
	background-image:url(../../images/layout/sub_pointer_c.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* site map */
DIV.SiteMapContainer
{
	float:left;
	width:45%;
	margin-left:30px;
}

DIV.SiteMapContainer2 
{
	width:30%;
	margin-left:60px;
}

DIV.SiteMapContainer UL LI 
{
	margin:4px 0 0 -20px;
}