@charset "utf-8";
* {
margin:0;
padding:0;
}

html,body {
height:100%;
}

#wb-container-inner {
background-color:#fff;
margin: 0 auto 20px auto;
text-align:center;
width:746px;
}

#wb-container-outer {
background-color:#e5e5e5;
background-image:url(../images/layout1/pageBack.gif);
background-repeat:repeat-x;
height:auto;
min-height:100%;
padding-bottom:10px;
}

#wb-layout {
margin:0 auto;
}

#wb-layout-header{
background-color:#587993;
background-image:url(../images/layout1/mastheadTop.jpg);
background-repeat:no-repeat;
padding-top: 14px;
margin-bottom: 1px;
}

#wb-layout-header-mask {
overflow:hidden; 
width: 740px;
height: 102px;
}


#wb-layout-inner {
margin:0 auto;
text-align:left;
}

#wb-layout-main {
float:right;
width:532px;
margin-bottom: 20px;
padding-top:10px;
background-image:none;
background-position:top right;
background-repeat:no-repeat;
}

#wb-layout-sidebar {
background-color: #c8d2c3;
float:left;
width:200px;
margin-right:14px;
background-image:url(../images/layout1/leftNavCorner.gif);
background-repeat: no-repeat;
background-position: right bottom;
padding-bottom: 10px;
}
#wb-container-contentwrapper {
	display: block;
	float: left;
	}
/*#wb-layout-sidebar div#wb-navigation div {width:170px; padding: 0;}*/
#wb-layout-sidebar div#wb-navigation div a{display: block; height: 100%;  width: 170px; padding: 10px 15px; border-bottom: 1px solid #fff;}
#wb-layout-sidebar div#wb-navigation div a:hover{border-left:5px solid #fff; padding-left:10px;}

#wb-navbasewrap {}

#wb-navigation {
width:200px;
}

#wb-navigation-subtop div {
text-align:left;
}

#wb-navigation-subtop {
display:none;
overflow:hidden;
height:23px;
}

div.submenu{
display:none;
background-color:#c8d2c3;
}

#wb-layout-footer{ margin: 0 auto; background-color: #4f6d84; margin: 20px 2px 1px 2px; clear:both;}
#wb-layout-footer-inner-1{padding: 5px 15px;}


