/*
#left_bar {background:lime;}
#site_content{background:teal;}
#submenu{background:aqua;}
#submenu a{background:olive;}
.article{background:purple;}*/

#main_menu_content
{
	display:none;
}

#main_tabs
{
	
}


/*
#main_tab_panel
{
	background:url('/layout/tab_panelBG.png') left top repeat-x;
}
*/

#sidebar
{
	
}

#left_bar
{
	width:185px;
	float:left;
	margin-right:1px;
	/*border-right:1px solid #e3d18d;*/
	background:url('/layout/left_barBG.png') left top no-repeat;
}

#site_content
{
	float:left;
	width:478px;
	padding:10px 10px 0 10px;
	background:url('/layout/site_contentBG.png') left top no-repeat;
	color:#7d671c;
	font-size:11px;
	/*border-left:1px solid #e3d18d;*/
	line-height:18px;
	min-height:309px;
	overflow:hidden;
}

* html #site_content
{
  /* height:309px; */
}

#site_content ul
{
	list-style-type:disc;
	margin:0;
	padding-left:20px;
}


#site_content hr
{
	clear:both;
	height:0;
	border:none;
	border-top:1px solid #eadca8;
	margin:15px -10px 15px -10px;
	width:500px;
}

#content
{
	margin-top:-2px;
	background:url('/layout/sitepage_shadow.png') left top repeat-y;
	padding-bottom:0;
}

#left_bar
{

	min-height:500px;
}

* html #left_bar
{

	/* height:500px; */
}

#submenu
{
	margin:15px 0 0 13px;
}

#submenu a
{
	display:block;
	/*height:12px;*/
	padding:0 0 0 13px;
	margin:0 0 12px 0;
	font-size:12px;
	font-weight:bold;
	color:#0353a5;
	text-decoration:none;
	background:url('/layout/tab_listBG.gif') left 2px no-repeat;
}

#submenu a:hover, #submenu a.active
{
	color:#4db848;
}

#submenu ul.lvl2 a
{
	font-size:11px;
	background:url('/layout/lvl2_bull.gif') 13px 2px no-repeat;
	padding:0 0 0 23px;
}


#submenu ul.lvl3 a
{
	font-weight:normal;
	background:url('/layout/lvl3_bull.gif') 23px 2px no-repeat;
	padding:0 0 0 32px;
}

#left_bar h3
{
	color:#7d671c;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 13px;
}

#left_bar .component
{
	margin:5px 0 5px 13px;
}

.article
{
	padding-top: 5px;
}

.article h2, #site_content h2
{
	color:#7d671c;
	font-size:18px;
	font-weight:normal;
}

.article h3 a, #site_content h3 a
{
	display:block;
	font-size:14px;
	margin:0 0 15px 0;
}

.article img
{
	/* float:left; */
	margin:0 15px 15px 0;
}

#crumb
{	
	width: 100%;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	/* height:22px; */
}

#crumb a
{
	float:left;
	color:#0353a5;
	padding:0 10px 0 10px;
	margin:0 0 0 0;
	background:url('/layout/crumbBG.gif');
	background-position: 1px 7px;
	background-repeat: no-repeat;
}

#crumb a.first
{
	background:none;
	padding-left:0;
}

#footer
{
  padding:10px 0 0 0;
  background:#EEE3B9;
}

