#banner_pagewidth {
	max-width:100%;
	min-width:800px;
	z-index:150;
	background-color: #F90;
}
#banner_header {
	position:relative;
	height:20px;
	background-color:#06C;
	width:100%;
	z-index:150;
}
#banner_leftcol {
	width:20%;
	height:150px;
	float:left;
	position:absolute;
	background-color:#0C6;
	z-index:150;
	clear: right;
}
#banner_rightcol {
	background-color: #CF9;
	height:150px;
	float: right;
	display:inline;
	position: relative;
	width:80%;
	z-index:150;
}
#banner_footer {
	height:20%;
	background-color:#F66;
	clear:both;
	z-index:150;
}



/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
  z-index:50;
}
#content_pagewidth{ 
 max-width:100%;
 min-width:400px;  
 z-index:50;
}
#content_header{
 position:relative; 
 height:20%; 
 background-color:#7966D9; 
 width:100%;
 z-index:50;
}
#content_leftcol{
 width:50%; 
 float:left; 
 position:relative; 
 background-color:#79661C; 
  z-index:50;
}
#content_maincol{
	background-color: #F93;
	float: right;
	display:inline;
	position: relative;
	width:50%;
	z-index:50;
}
#content_footer{
 height:20%; 
  background-color:#506673; 
 clear:both;
  z-index:50;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
  z-index:50;
}
.clearfix{display: inline-block; z-index:50;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%; z-index:50;
}
.clearfix{display: block; z-index:50;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#content_leftcol{display:none; z-index:50;
}
#content_twocols, #content_maincol{width:100%; float:none; z-index:50;
}
 z-index:50;
}


/*   List Menu */
#list-menu-left, 
#list-menu-right
{

	font-family: verdana, arial, sanf-serif;
	font-size: 14px;
	line-height: 16px;	

}


#list-menu-left ul,
#list-menu-right ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;

	}

#list-menu-left li,
#list-menu-right li
{
	margin-top: 2px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	list-style-type: none;

	
} 

#list-menu-left h2,
#list-menu-right h2
{
	font-size:15px;
	font-weight:800;
}
#list-menu-right h2
{
	color:#630;
}
#list-menu-left h2 {
	color:#F90;
}
#list-menu-left h2,
#list-menu-right h2
{

	margin-top: 2px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding-left: 5px;
} 



#list-menu-left a,
#list-menu-right a
{

	display: block;
	width:136px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	background-color: #FC9;
	text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu-left a:link, 
#list-menu-left a:active, 
#list-menu-left a:visited,
#list-menu-right a:link, 
#list-menu-right a:active, 
#list-menu-right a:visited
{
color: #600000;
font-weight:600;
}

#list-menu-right a:active, 
#list-menu-left a:active, 
{
	background-color: #C33;
	color: #FC0;
}



#list-menu-left a:hover,
#list-menu-right a:hover 
{
	border: 1px solid #000000;
	background-color: #630;
	color: #FC0;
} 
/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-family: verdana, arial, sanf-serif;
	font-size: 13px;
	font-weight:600;
	line-height: 16px;	
	background-color: #FC9;
	width:140px;
	z-index:50;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{
	color: #600000;
	text-align:left;
	margin-top: 2px;
	padding:2px 2px 2px 5px;
/*	text-transform:uppercase; */
	white-space:nowrap;
	float:left;

	width:140px;
	border: 1px solid #000000;
	background-color: #FC9;
	z-index:50;

}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	background-color: #630;
	color: #FC0;
	text-align:left;
	margin-top: 2px;
	padding:2px 2px 2px 5px;
	/*text-transform:uppercase;*/
	white-space:nowrap;
	float:left;
	width:140px;
	border: 1px solid #000000;

}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	background-color: #600;
	color: #FC0;
	text-align:left;
	margin-top: 2px;
	padding:2px 2px 2px 5px;
	/*text-transform:uppercase;*/
	white-space:nowrap;
	float:left;
	width:140px;
	border: 1px solid #000000;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	z-index:50;
	border:1px solid #C0D6E5;
	clear:left; /* added for sub-menu position */
	z-index: 1000;
}

.main_dnnmenu_submenu td, .main_dnnmenu_submenu div
{
	background-color: #FC9;
	font-size: 11px; 
	font-weight:600;
	text-align:left;
	color:#660000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
	z-index:50;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td, .main_dnnmenu_itemhover div   
{  
	background-color: #630;
	color:#FC0;
}
.main_dnnmenu_itemselected td, .main_dnnmenu_itemselected div {
	background-color: #630;
	color:#FC0;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td, .ModuleTitle_SubMenu div
{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel div, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
	background-color: #630;
	color:#FC0;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak div, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #FC9;
}

