/* Layout2.css
 * Use for right navigation
 */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

#wb-container-outer {

}



#wb-container-inner {
	
}


#wb-layout-inner {		

}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
#wb-layout-header {
	width:600px;
	height:291px;
	float:right;
	text-align:left;
	background-position:right top;
	background-image:url(../images/layout1/sps_h.png);
	background-repeat: no-repeat;
}			

* html #wb-layout-header{
	background-image:url(../images/layout1/sps_h.gif);
}

#wb-layout-header-mask {
	overflow:hidden;
	width:600px;
	height:291px;
	background-image:url(../images/layout5/sps_hm.png);
}


	#wb-layout-header-base {
		clear:both;
	}
	
/* 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 {		
		clear:both;
	}



/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/

#wb-layout-sidebar{
	display:none;	
}

#wb-header-nav{
	display:block;
	float:right;
	width:200px;
	height:290px;
	position:relative;	
	background-image:url(../images/layout1/sps_content.png);
	border-bottom:1px solid #05322C;
}

#wb-navigation-bottom-header{
	display:block;
	width:200px;
	height:265px;
	padding-top:10px;
	overflow:hidden;
}

#wb-navigation-bottom-header div {
	padding: 3px 0px;
}

#wb-navigation-bottom-header div.submenu {

}

#wb-navigation-bottom-header div a h3{
	width: 176px;
	padding:2px 0 10px 23px;
	cursor:hand;
}



/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
#wb-layout-main {
	width: 800px;
	margin:0 0px;

}

* html #wb-layout-main {
	background-image:url(../images/layout1/rds_content.gif);
	width:803px;

}
