
/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		background-image:url(../images/layout1/mco_cr.png);
		background-position:top center;
		background-repeat:no-repeat;
		background-color:#000000;
	}	
	
	* html #wb-container-outer {
		background-image:none;
		display:block;
		min-height:auto !important;
		height:100% !important;
			}
	
		/* IE6 png hack */

	#wb-container-inner {
		margin: auto;
		width:800px;
		
		}	

	
	#wb-layout {
		width:800px;
		background-image:url(../images/layout1/mco_f.png);
		background-position:bottom center;
		background-repeat:no-repeat;
		}	* html #wb-layout {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/mco_f.png);
} * html #wb-layout  a { position:relative;}
		
		
		


	#wb-layout-inner {
		width:800px;
		background-color:transparent;
		margin:0px;
	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:203px;
		background-image:none;
		background-position: top right;
		background-repeat: no-repeat;
		background-color:transparent;
		
	} * html #wb-layout-header {
				background-image:none;
			
			
}
	#wb-layout-header-mask {
		width:800px;
		height:203px;
		overflow:hidden;
	}
		
	
			* html #wb-layout-header-mask a {
				position: relative;
			}
			
			
			

	




/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 3
*/

    #wb-navigation-subtop {
		display: none;
    }

    #wb-top-subbasenav {
    }
	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 7
*/

	#wb-layout-top-header {
		display: none;
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		height: 100%;
		background-color:transparent;
			}
	

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 190px;
		background-image:none;
	
		background-color:transparent;
		border-top:5px solid #36444F;
		
		}	

	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
		background-image: none;
		background-repeat: no-repeat;
		margin-top:10px;
		margin-left:5px;		
		background-color: transparent;
	}

	#wb-navigation-top {
		
	
	}
	
	#wb-basenav {
	}

	#wb-navbasewrap {
	padding-left: 10px;
	padding-right:10px;
	}
/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom, #wb-navigation-bottom-header {
	
		padding-bottom: 34px;
	
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div, #wb-navigation-bottom-header div {
			padding: 8px 5px 8px 10px;
			border-bottom: 1px dotted #36444F;
			cursor:hand;
			
		} * html #wb-navigation-bottom div, #wb-navigation-bottom-header div {
			width: 175px;}
		
		
		#wb-navigation-bottom div a h3, #wb-navigation-bottom-header div a h3{
			width: 170px;
			cursor:hand;
		}	
			#wb-navigation-bottom div.submenu, #wb-navigation-bottom-header div.submenu {
				padding: 0px;
					cursor:hand;
				
			}
				#wb-navigation-bottom div.submenu div, #wb-navigation-bottom-header div.submenu div {
					cursor:hand;
				}
					#wb-navigation-bottom div.submenu div a, #wb-navigation-bottom-header div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:605px;
		height: 100%;
		float: right;
		background-image:url(../images/layout1/mco_lm.png);
		background-position: top left;
		background-repeat: repeat;
		background-color:transparent;
		border-top:5px solid #36444F;
	}	 * html #wb-layout-main {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/mco_lm1.png);
			
} * html #wb-layout-main a { position:relative;}

	#wb-layout-main-inner-1 {
    }

	#wb-layout-main-inner-2  {
	}

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 78px;
		height: 78px;
		width: 800px;
		background-color:transparent;
		height:auto !important;
		clear:both;
	}
		
			* html #wb-layout-footer a {
				position: relative;
			}


/* submenu defaults */
div.submenu {
	display: none;
	background-color:#333333;
}

/*
**  New navigation option
*/
                #wb-header-nav {
                                display:none
                } 
/*
**  Ends New navigation option
*/


