@charset "utf-8";
/* CSS Document */

@import url("base.css");
@import url("content-viewport.css");
@import url("forms.css");


html {
	background-color: #34778e;
	background-image: url(/_img/background-slice.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 30;
	width: 100%;
	display: table;
	background-image: url(/_img/WRL_banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper{
	width:966px;
	margin:0px auto 0px auto;
}

#wrapper_header{
	float:left;
	position:relative;
	width:960px;
	height:39px;
	padding:133px 0px 0px 0px;
}

#wrapper_body{
	float:left;
	position:relative;
	width:966px;
	min-height:610px;
	height:610px;
	height:auto!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	background-image: url(/_img/body_column_repeat.gif);
	background-repeat: repeat-y;
}

#body_background{
	width:966px;
	background-image: url(../../_img/body_column_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	min-height:717px;
	height:717px;
	height:auto!important;
}

#wrapper_content{
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	width:620px;
	padding:0px 40px 0px 26px;
	margin:0px 6px 0px 0px;
}

#wrapper_menu{
	float:left;
	position:relative;
	width:266px;
	margin:30px 0px 0px 0px;
}

#title_header{
	padding:3px 0px 20px 0px;
}

/*----Footer----*/

#footer{
	width:966px;
	position:relative;
	margin:0 auto 20px auto;
	height:79px;
	clear:both;
	background-image: url(/_img/body_column_footer.gif);
	background-repeat: no-repeat;
	font-size:0.99em;
}


/*-------Top Menu-------*/

#menu{
	float:left;
	width: 940px;
	height: 39px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

#topmenu{
	position:relative;
	width: 966px;
	height: 39px;
	background-image: url(/_img/menu.gif);
	padding:0px;
	margin:0px;
}

#topmenu li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
	background-image:none;
}
#topmenu li, #topmenu a {
	height: 39px; 
	display: block;
}

#topmenu_01 {left: 0; width: 65px;}
#topmenu_02 {left: 65px; width: 167px;}
#topmenu_03 {left: 232px; width: 160px;}
#topmenu_04 {left: 392px; width: 191px;}
#topmenu_05 {left: 583px; width: 137px;}
#topmenu_06 {left: 720px; width: 135px;}
#topmenu_07 {left: 855px; width: 111px;}


#topmenu_01 a:hover {background: transparent url(/_img/menu.gif) 0px -40px no-repeat;}
#topmenu_02 a:hover {background: transparent url(/_img/menu.gif) -65px -40px no-repeat;}
#topmenu_03 a:hover {background: transparent url(/_img/menu.gif) -232px -40px no-repeat;}
#topmenu_04 a:hover {background: transparent url(/_img/menu.gif) -392px -40px no-repeat;}
#topmenu_05 a:hover {background: transparent url(/_img/menu.gif) -583px -40px no-repeat;}
#topmenu_06 a:hover {background: transparent url(/_img/menu.gif) -720px -40px no-repeat;}
#topmenu_07 a:hover {background: transparent url(/_img/menu.gif) -855px -40px no-repeat;}

#topmenu_01 a.selected {background: transparent url(/_img/menu.gif) 0px -80px no-repeat;}
#topmenu_02 a.selected {background: transparent url(/_img/menu.gif) -65px -80px no-repeat;}
#topmenu_03 a.selected {background: transparent url(/_img/menu.gif) -232px -80px no-repeat;}
#topmenu_04 a.selected {background: transparent url(/_img/menu.gif) -392px -80px no-repeat;}
#topmenu_05 a.selected {background: transparent url(/_img/menu.gif) -583px -80px no-repeat;}
#topmenu_06 a.selected {background: transparent url(/_img/menu.gif) -720px -80px no-repeat;}
#topmenu_07 a.selected {background: transparent url(/_img/menu.gif) -855px -80px no-repeat;}

/*-------SUB Menu-------*/

ul#contextmenu {
	float:left;
	width:256px;
	padding:0px;
	margin:14px 0px 26px 5px;
}
				

ul#contextmenu li{
	list-style-type:none;
	display:block;
	padding:0px 0px 9px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../../_img/subnav_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

ul#contextmenu li a{
	display:block;
	color:#3b96b2;
	font-size:1.3em;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px 10px 32px;
	background-image: url(../../_img/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px 5px;
}

ul#contextmenu li a:hover{
	display:block;
	color:#f84504;
	text-decoration:none;
	background-image: url(../../_img/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px 5px;
}

ul#contextmenu li a.selected{
	display:block;
	color:#f84504;
	text-decoration:none;
	background-image: url(../../_img/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px 5px;
}

ul#contextmenu li:last-child{
	background-image:none;
}

ul#contextmenu ul{
	margin:0px 0px 10px 0px;
	padding:0px;
}

ul#contextmenu li li{
	list-style-type:none;
	display:block;
	padding:1px 0px 1px 15px;
	margin:0px 0px 0px 0px;
	background-image: none;
}

ul#contextmenu li li a{
	display:block;
	color:#474747;
	font-size:1.15em;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px 0px 18px;
	background-image: none;
}

ul#contextmenu li li a:hover{
	display:block;
	color:#3b96b2;
	text-decoration:none;
	background-image: none;
}

ul#contextmenu li li a.selected{
	display:block;
	color:#f84504;
	text-decoration:none;
	background-image: none;
}

