/*generic*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #31395E;
	margin:0px;
	background-image:url(../images/gbs_bg_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/*page*/
#wrap{
	position:absolute;
	width:856px;
	height: 2000px;
	left:50%;
	margin-left: -428px;
	background-image:url(../images/gbs_bg_page.gif);
	background-repeat:repeat-y;
	background-position:top;
}

/*page areas*/
/*head*/
#head{
	position:relative;
	width:834px;
	height:100px;
	background-image:url(../images/gbs_navi_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:11px;
	padding-left:0px;
	vertical-align:top;
}
/*navigation*/
#modules_top {margin-top:51px;margin-left:45px;}
#modules_user2 {margin-top:77px;margin-left:45px;}
#modules_top, #modules_user2{
	position:absolute;
	width:534px;
	height:24px;
	
}
#modules_top a, #modules_user2 a{
	display:inline-block;
	height:24px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	float:left;
	clear:none;
	margin:0px;
}
#modules_top ul, modules_user2 ul {list-style-type: none;}
#modules_top a{
	font-size:17px;
	color:#FFFFFF;
	padding-top:3px;
}
#modules_top a:hover, #modules_top a:active, #modules_top a:focus, #active_menu{
	background-color: #EFD0B1 !important;
	color:#31395E !important;
}
#modules_user2 a{
	color:#31395E;
	font-size:12px;
	padding-top:2px;
}
#modules_user2 a:hover, #modules_user2 a:active, #modules_user2 a:focus, #active_menusub{
	color:#E67A1A !important;
}
/*logo etc*/
#logo{
	position:relative;
	float:right;
	height:70px;
	width:232px;
	margin:20px;
}
#breadcrumb{
	display:block;
	float:left;
	clear:both;
	width:834px;
	height:14px;
	font-size:10px;
	margin-left:11px;

}

/*content area*/
#main{
	position:absolute;
	margin-left:70px;
	margin-top:15px;
	width:724px;
	font-size:12px;
	overflow:visible;
}
.text{
	position:relative;
	margin-left:0px;
	width:494px;
	float:left;
	clear:none;
	overflow:visible;
}
#right_wrap{
	position:absolute;
	top: 33px;
	left: 487px;
	width:220px;
	margin: 0px;
	padding:0px;
	float:right;
	clear:none;
}
#image{
	width: 200px;
	padding-left:30px;
	vertical-align:top;
	padding-top:0px;
	border-top: 1px solid #E8842A;	
}
.moduletableimg {
	padding:0px;
	margin:0px;
}
#modules_right{
	width: 220px;
	padding:0px;
}


/*content elements*/
.contentpaneopen span, .componentheading {
	font-size:14px;
	font-weight:bold;
	display:block;
	width:504px;
	height:16px;
	margin-left:0px;
	border-bottom: 1px solid #E8842A;
}
.componentheading {
	padding-top: 3px;
}
.contentheading {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}
#text a{
	color: #807F7D
}
#text a:hover{
	text-decoration:none;
}