
/*
**  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-position:top center;
		background-image:url(../images/layout1/rm_bgd.png);
		background-repeat: repeat-x;
		background-color:#fff;
	}
	* html #wb-container-outer {
		background-image:url(../images/layout1/rm_bgd.gif);
		height:100% !important;

	}
			
	#wb-container-inner {
		margin: auto;
		background-position:top center;
		background-image:url(../images/layout1/rm_outer.png);
		background-repeat: repeat-y;

	}
*html 	#wb-container-inner {
		background-image:none;

	}

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

	#wb-layout-inner {

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

	#wb-layout-top-header, #wb-header-nav  {
		display: none;
    }	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:348px;
		background-image:url(../images/layout1/rm_h.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color:#0679ca;
	}			
		* html #wb-layout-header {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/rm_h.png, );
		}
			* html #wb-layout-header  a {
				position: relative;
			}

	#wb-layout-header-mask {
		overflow:hidden;
				width:800px;
		height:348px;
	}


	#wb-layout-header-base {


	}
	
/* 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-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		height:100%;
		background-color:#fff;

		
	}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 200px;

	}

	
	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
		background-image:none;
		background-repeat: repeat-y;
		padding-top: 10px;
	}

	#wb-navigation-top {
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:20px 15px 10px;

	}


/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */

	}
	
		#wb-navigation-bottom div {
			margin:0 0 15px 15px;
			
			
		}
		* html 		#wb-navigation-bottom div {
			margin:0 0 15px 0px;
			
			
		}
		#wb-navigation-bottom div a h3{
			padding: 10px 4px 10px 9px;
			width: 151px;
			border:1px dotted #4AB1EF;
			cursor:hand;

		}
		#wb-navigation-bottom div a h3:hover{
			background-color:#AFD7FF;
			

		}
		* html 		#wb-navigation-bottom div a h3{
			width: 185px;

		}
			#wb-navigation-bottom div.submenu {
				margin: 0px;
				
			}

				#wb-navigation-bottom div.submenu div {
					margin:0 0 6px;
				}
					#wb-navigation-bottom div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:600px;
		float: right;

	}
* html 	#wb-layout-main {
		width:593px;
	}
	#wb-layout-main-inner-1 {
    }

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 30px;
		height:auto !important;
		width: 800px;
		clear:both;
		background-image:url(../images/layout1/rm_f.png);
		background-repeat:repeat-x;
		background-color:#cddbe9;
	}

#wb-layout-footer-inner-1 {
	padding-top:10px;

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