html {
    background:none;
} 
body {
    background: #CDCDCD url(../images/main_bk_02-ric.jpg) top center repeat-y;
}

.modis-background {
    background-color: #ffffff;
}

body {
	background: #cdcdcd url("../images/main_bk_02-ric.jpg") repeat-y 
    font: 13px / 1.231 arial, helvetica, clean, sans-serif;
    font-size: 62.5%;
    text-align: left;
}

#main-wrapper {
    width:100em;
    min-width: 1007px;
    margin: 0 auto;
    background: none repeat scroll 0 0 #FFFFFF;
}
#investmentOptions #main-wrapper {
	background:none;
}

#main-wrapper-modis {
    float: left;
    margin: 0 auto;
    width: auto;
}

#main-wrapper-hd {

    zoom: 1;
}

#main-wrapper-bd {

    padding: 4px 1.2em 36px;
    zoom: 1;
}

#main-wrapper-bd:after, #main-wrapper-hd:after, #main-wrapper-ft:after, #contentSection:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main-wrapper-ft {
    background: none repeat scroll 0 0 #E4E4E4;
    margin-top: 10px;
    clear: both;
    zoom: 1;
}

#main-wrapper-ft .left {
    float: left;
    width: 35%;
}

#main-wrapper-ft .right {
    float: right;
    padding-top: 18px;
}

#bdHeader {
    width: 100%;
    z-index: 2;
    margin: 0px 0px 0px -6px;
}

#bdContent {
    width: 100%;
}

#topNavigation {
	background: #dbdbdb;
	background: -webkit-gradient(linear, left top, left bottom,	from(#ffffff), to(#dbdbdb));
	background: -moz-linear-gradient(center top , #ffffff, #dbdbdb) repeat scroll 0 0 #dbdbdb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dbdbdb);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dbdbdb)";
	background: -ms-linear-gradient(#ffffff, #dbdbdb);
    border-radius: 10px 10px 0 0;
	color: #f47138;
    height: 3em;
    line-height: 3em;
    list-style: outside none none;
	padding-left: 0.2em;
	text-transform: uppercase;
	font-size: 115%;
    font-weight: bold;
    margin: 1.15em 0;
}

#topNavigation .nav {
    list-style: none;
	float: left;
}

#topNavigation .nav li {
    float: left;
}

#topNavigation .nav li a.current {
	text-transform: uppercase;
    color: #000 !important;
    display: block;
    border-width: 1px 1px 1px 1px;
    margin-right: -1px;
    border-style: solid;
    height: 25px;
    border-bottom-width: 0;
    line-height: 18px;
    float: left;
	background-color: #125f8e;
	/* RSIM-4068 */
	background: #ffffff none repeat scroll 0 0 !important;
    background: #ffffff none repeat scroll 0 0 !important;
    filter: #ffffff none repeat scroll 0 0 !important;
    -ms-filter: #ffffff none repeat scroll 0 0 !important;
    background: #ffffff none repeat scroll 0 0 !important;
    /*End RSIM-4068 */
	padding: 10px 10px 0;
	position: relative;
	margin: 0px;
    top: 0;
	
}

#topNavigation .nav li a {
	text-transform: uppercase;
	color: #f47138;
    display: block;
    border-width: 0px;
    margin-right: -1px;
    border-style: solid;
    border-color: #CCCCCC;
    height: 23px;
    border-bottom-width: 0;
    line-height: 20px;
    float: left;
	padding: 10px 6px 0;
	margin: 0px 0px 0px 1px;
	position: relative;
    top: 0;
}

body .yui-navset-top ul.yui-nav li a
{
text-transform: uppercase;
	color: #f47138;
	padding: 5px 10px 0px 10px;
	margin-top:5px;
	position: relative;
    top: 10px;
	border-right: 1px solid #aaaaaa; 
}

#contentSection {
	clear: both;
	zoom:1;
}

#leftContentSection {
    min-width: 73em;
    width: 74%;
    float: left;
}

#rightContectSection {
    min-width: 23.8em;
    width: 25%;
    float: right;
}
.positiveSort {
	background-position: right;
 	background-repeat: no-repeat;
	padding-right: 10px;
}
.invertedSort {
	 background-position: right;
	 background-repeat: no-repeat;
	 padding-right: 10px;
}

::-ms-clear {
	display: none;
}
/*RSIM-4068 */
#employeeDetailsMainWrapperbd #topNavigation .nav li a.current {
    height: 25px !important;
}
/*End RSIM-4068 */