*{}
body {text-align:center; background-color:#c9c9ca; background-image: url('../images/bg.jpg'); background-repeat: repeat-y; background-position:center; padding:0px; margin:0 auto;}  
.ControlPanel {margin:0 auto; height: auto; width: 800px;}

/*MODUS RAP 02-18-09 This div layer is the parent/top container for all skin layout*/
#parentcontainer {position: relative; margin:0 auto; text-align:left; height: 699px; width: 972px; top: 2px; left:2px;}

	


/*MODUS RAP 02-18-09 Anchor Tag Properties*/
a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
    color: #325386; 
}





a:link { color: #325386;}
a:visited { color: #325386;}
a:hover { color: #ff7700;}
a:active { color: #325386;} 


/*MODUS RAP 02-18-09 This div layer is the parent container for the Top Navigation Area for all skin layout*/
#topcontainer {
	width: 970px;
	height: 691px;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
}
/*MODUS RAP 02-18-09 Properties for HeaderLogo DIV layer*/
#headerlogo {
	width: 358px;
	margin: 10px 0px 0px 17px;
	float: left;
}
/*MODUS RAP 02-18-09 Properties for HeaderRight DIV layer*/
#headerright {
    /*CODE THAT ROB IS ADDING TO GET THE SITE TO RENDER IN IE6+*/
	/*code start*/
	Position: absolute;
	Left: 374px;
	Top: 3px;
	/*code stop*/
	width: 563px;
	/*float: left;*/
	margin:  0px 0px 0px 26px;
}
/*MODUS RAP 02-18-09 Properties for HeaderTop DIV layer*/
#headertop {
	width: 570px;
	text-align: right;
}

#headertop img {
	margin: 5px 0px -5px 0px;
}
/*MODUS RAP 02-18-09 Properties for HeaderMiddle DIV layer*/
#headermiddle {
	width: 570px;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
    height: 25px;
}

#headermiddle p {
	margin: 10px 0px 0px 6px;
}

#headermiddle img {
	position: absolute;
	top: 50;
	left: 370;
	padding: 0px 12px 0px 0px;
	margin-top: -20px;
}
/*MODUS RAP 02-18-09 Properties for HeaderNav DIV layer*/
/*HEADER NAV  ------------- CSS for header navigation bar*/
#headernav {
	width: 570px;
    height: 50px;
	margin: 10px 0px 0px 0px;
	padding: 16px 17px 0px 0px;
	background: url('../images/topnavbackground.gif') no-repeat;
    list-style: none;
    
}

#headernav ul {
	list-style: none;
}

.clear {
	clear: both;
	height: 0px;
}

/*HEADER NAV  ------------- CSS for header navigation bar*/
/*HOW*/
#how a {
	/*float: left;  RP IE fix attempt*/
	list-style: none;
	position: absolute;
	top: 84px;
	left: 38px;
	display: block;
    width: 82px;
    height: 28px;
    background: url('../images/navtop_how.gif') no-repeat top left;
}
#how a:link {
    background-position: top left;
}
#how a:visited {
	background-position: top left;
}
#how a:hover {
	background-position: bottom left;
}
#how a:active {
	background-position: top left;
}
  
/*EXCLUSIVE*/

#exclusive a {
    position: absolute;
	top: 84px;
	left: 122px;
	display:block;
    width: 87px;
    height: 28px;
    background: url('../images/navtop_exclusive.gif') no-repeat top left;
	margin-left: 50px;
}
#exclusive a:link {
    background-position: top left;
}
#exclusive a:visited {
	background-position: top left;
}
#exclusive a:hover {
	background-position: bottom left;
}
#exclusive a:active {
	background-position: top left;
}
 
/*KEEP*/

#keep a {
    position: absolute;
	top: 84px;
	left: 260px;
	display: block;
    width: 110px;
    height: 28px;
    background: url('../images/navtop_keeping.gif') no-repeat top left;
	margin-left: 55px;
}
#keep a:link {
    background-position: top left;
}
#keep a:visited {
	background-position: top left;
}
#keep a:hover {
	background-position: bottom left;
}
#keep a:active {
	background-position: top left;
}

/*ABOUT*/

#about a {
    position: absolute;
	top: 84px;
	left: 424px;
	display: block;
    width: 60px;
    height: 28px;
    background: url('../images/navtop_aboutmodus.gif') no-repeat top left;
	margin-left: 50px;
}
#about a:link {
    background-position: top left;
}
#about a:visited {
	background-position: top left;
}
#about a:hover {
	background-position: bottom left;
}
#about a:active {
	background-position: top left;
}

/*END HEADER NAV*/

/*SECONDARYR NAV  ------------- CSS for landing page navigation bar--------------------------------------------------------------*/

/* Setup the menu container div */
#modus_nav {
     width: 160px;
    height: 419px;
    z-index:1000;
}

#modus_nav ul {
    margin: 0px 0px 0px 10px;
    list-style: none;
    width: 120px; /*sets the item width & bottom border in ie*/
}
#modus_nav li {
    position: relative;
    padding: 6px 0px 6px 0px;
    letter-spacing: 2px;
    text-transform:uppercase;
    border-bottom:solid 1px #5f7497;
    font-size: 12pt;
    min-width: 120px;  /*sets the item width & bottom border in firefox*/  
    list-style: none;
    z-index:10000;
}

#modus_nav li ul {
    position: absolute;
    padding: 10px; 
    width: 120px; /*sets the flyout width in ie & firefox*/  
    list-style: none;
    background: #5f7497;
    visibility: hidden;
}

#modus_nav li ul ul {
     float:left;
     top: -20px;
     left: 110px;
     width: 190px;
     background: #5f7497;
} 

#modus_nav li li a {
    letter-spacing: normal;
    text-transform: none;
    /* border-bottom:solid 1px #5f7497; /#5f7497 is the color of the blue homepage container*/
    font-size: 10pt;
    font-style: normal;
    color: White;  
    border: solid 1px #5f7497;
}
 
#modus_nav li a:hover ul {
    visibility:visible;
}

#modus_nav ul li a:hover {
}


#modus_nav li:hover ul, #modus_nav li.iehover ul {     
    position: absolute; /*THIS postion "absolute" keeps the secondary elements from changing position*/
    visibility: visible;
}

#modus_nav li:hover ul ul, #modus_nav li.iehover ul ul {
     position: absolute;
     visibility: visible;
} 

#modus_nav li:hover ul ul,
#modus_nav li:hover ul ul ul,
#modus_nav li:hover ul ul ul ul,
#modus_nav li.iehover ul ul,
#modus_nav li.iehover ul ul ul,
#modus_nav li.iehover ul ul ul ul {
    left: -999em;
}

#modus_nav li:hover ul,
#modus_nav li.iehover ul {
    /*top: 1.6em;
    left:0;*/
    top: -2px;
    left: 95px;
    z-index:10000;
}

#modus_nav li li:hover ul,
#modus_nav li li li:hover ul,
#modus_nav li li.iehover ul,
#modus_nav li li ieli:hover ul{
   top: -40em;
   left:12.8em;
}


/*=============================================================================================================================*/
/*MAIN DIVS*/

#actionbutton{
	display: block;
	float: left;
	width: 253px;
	height: 40px;
	margin: 20px 0px 0px 0px;
	background-image: url("../images/button_calltoaction.gif");
}

/*MODUS RAP 02-18-09 CSS for BottomNav layer on Home Page*/
#bottomnav 
{
    Position: absolute;
    padding-top: 7px; /* This is the margin of white between the home page bottom nav and the white boarder*/
	Left: 42px;
	Top: 525;
	width: 963px;
	height: 73px;
	margin: 0px 0px 0px -32px;
}
/*MODUS RAP 02-18-09 CSS for DIV layer for Home Page main content area*/
#container {
	width: 970px;
	height: 535px;
	background-image: url('../images/contentbackground.png');
	background-repeat: no-repeat;
	margin: -557px 0px 0px 2px;
}

.mod_home_content_rotate_1 .mod_home_content_rotate_2 .mod_home_content_rotate_3 .mod_home_content_rotate_4{
    position:absolute;
    height: 600px;
    width:800px;
    top:0;
    left: 0;    
}

/*MODUS RAP 02-18-09 CSS for DIV layer for 2nd & 3rd level page content area*/
.MOD_content_block_full{
    width: 967px;
    height: 542px;
	Position: absolute;
	Top: 135px;
    background-image:url("../images/modus_container.jpg"); 
}
/*MODUS RAP 02-18-09 CSS for DIV layer for 2nd level Landing Title area*/
.contentTitle {
	Position: absolute;
	Top: 165px;
	Left: 6px;
	width: 102px;
	height: 33px;
	margin: 0px 0px 0px 52px;
}

/*CONTENT CONTACT*/

#contentContact{
	float: left;
	width: 970px;
	height: 542px;
	background-image:url("../images/background_content_contact.png");
	margin: -557px 0px 0px 0px;
}


#contentContactRightCopy{
	float: left;
	width: 160px;
	height: 220px;
	margin: -25px 0px 0px 745px;
}

#contentContactMainCopy{
	float: left;
	width: 675px;
	height: 115px;
	margin: -15px 0px 0px 230px;
}

#contentContactTitle {
	float: left;
	width: 102px;
	height: 33px;
	background-image: url("../images/title_aboutus.gif");
	margin: 30px 0px 0px 52px;
}

#contentContactWhiteTitle {
	float: left;
	width: 150px;
	height: 30px;
	margin: 28px 0px 0px -160px;
}

/*END CONTENT CONTACT*/
#contentadv{
	float: left;
	width: 970px;
	height: 542px;
	background-image:url("../images/background_content_adv.png");
}



/*BOTTOM NAVIGATION*/
/*NAVIGATION SIMPLIFY*/

#simplify {
	float: left;
	margin-right: 1px;
}
#simplify a {
	display: block;
    width: 237px;
    height: 81px;
    background: url('../images/button_simplify.jpg') no-repeat top left;
}
#simplify a:link {
    background-position: top left;
}
#simplify a:visited {
	background-position: top left;
}
#simplify a:hover {
	background-position: bottom left;
}
#simplify a:active {
	background-position: top left;
}

/*NAVIGATION EXPERIENCE*/

#experience {
	float: left;
	margin-right: 1px;
}
#experience a {
	display: block;
    width: 238px;
    height: 81px;
    background: url('../images/button_experience.jpg') no-repeat top left;
}
#experience a:link {
    background-position: top left;
}
#experience a:visited {
	background-position: top left;
}
#experience a:hover {
	background-position: bottom left;
}
#experience a:active {
	background-position: top left;
}

/*NAVIGATION UNBIASED*/

#unbiased {
	float: left;
	margin-right: 1px;
}
#unbiased a {
	display: block;
    width: 238px;
    height: 81px;
    background: url('../images/button_unbiased.jpg') no-repeat top left;
}
#unbiased a:link {
    background-position: top left;
}
#unbiased a:visited {
	background-position: top left;
}
#unbiased a:hover {
	background-position: bottom left;
}
#unbiased a:active {
	background-position: top left;
}

/*NAVIGATION PARTNER*/

#partner {
	float: left;
	margin-right: 1px;
}

#partner a {
	display: block;
    width: 236px;
    height: 81px;
    background: url('../images/button_partner.jpg') no-repeat top left;
}

#partner a:link {
    background-position: top left;
}

#partner a:visited {
	background-position: top left;
}

#partner a:hover {
	background-position: bottom left;
}

#partner a:active {
	background-position: top left;
}

/*END BOTTOM NAVIGATION*/




/*NAV LEFT - HOW WE CAN HELP*/
#plan a {
	display: block;
    width: 44px;
    height: 12px;
    background: url('../images/leftnav_plan.gif') no-repeat top left;
	margin: 115px 0px 0px 0px;
}
#plan a:link {
    background-position: top left;
}
#plan a:visited {
	background-position: top left;
}
#plan a:hover {
	background-position: bottom left;
}
#plan a:active {
	background-position: top left;
}


#invest a {
	display: block;
    width: 57px;
    height: 14px;
    background: url('../images/leftnav_invest.gif') no-repeat top left;
	margin: 35px 0px 0px 0px;
}
#invest a:link {
    background-position: top left;
}
#invest a:visited {
	background-position: top left;
}
#invest a:hover {
	background-position: bottom left;
}
#invest a:active {
	background-position: top left;
}


#protect a {
	display: block;
    width: 77px;
    height: 14px;
    background: url('../images/leftnav_protect.gif') no-repeat top left;
	margin: 30px 0px 0px 0px;
}
#protect a:link {
    background-position: top left;
}
#protect a:visited {
	background-position: top left;
}
#protect a:hover {
	background-position: bottom left;
}
#protect a:active {
	background-position: top left;
}


#transfer a {
	display: block;
    width: 85px;
    height: 14px;
    background: url('../images/leftnav_transfer.gif') no-repeat top left;
	margin: 30px 0px 0px 0px;
}
#transfer a:link {
    background-position: top left;
}
#transfer a:visited {
	background-position: top left;
}
#transfer a:hover {
	background-position: bottom left;
}
#transfer a:active {
	background-position: top left;
}
/*END NAV LEFT - HOW WE CAN HELP*/





/*NAV LEFT - adv*/
#history a {
	display: block;
    width: 71px;
    height: 14px;
    background: url('../images/leftnav_history.gif') no-repeat top left;
	margin: 115px 0px 0px 0px;
}
#history a:link {
    background-position: top left;
}
#history a:visited {
	background-position: top left;
}
#history a:hover {
	background-position: bottom left;
}
#history a:active {
	background-position: top left;
}


#modusteam a {
	display: block;
    width: 118px;
    height: 14px;
    background: url('../images/leftnav_modusteam.gif') no-repeat top left;
	margin: 32px 0px 0px 0px;
}
#modusteam a:link {
    background-position: top left;
}
#modusteam a:visited {
	background-position: top left;
}
#modusteam a:hover {
	background-position: bottom left;
}
#modusteam a:active {
	background-position: top left;
}


#location a {
	display: block;
    width: 111px;
    height: 30px;
    background: url('../images/leftnav_location.gif') no-repeat top left;
	margin: 28px 0px 0px 0px;
}
#location a:link {
    background-position: top left;
}
#location a:visited {
	background-position: top left;
}
#location a:hover {
	background-position: bottom left;
}
#location a:active {
	background-position: top left;
}


#news a {
	display: block;
    width: 47px;
    height: 14px;
    background: url('../images/leftnav_news.gif') no-repeat top left;
	margin: 28px 0px 0px 0px;
}
#news a:link {
    background-position: top left;
}
#news a:visited {
	background-position: top left;
}
#news a:hover {
	background-position: bottom left;
}
#news a:active {
	background-position: top left;
}


#contact a {
	display: block;
    width: 114px;
    height: 33px;
    background: url('../images/leftnav_contact.gif') no-repeat top left;
	margin: 28px 0px 0px 0px;
}
#contact a:link {
    background-position: top left;
}
#contact a:visited {
	background-position: top left;
}
#contact a:hover {
	background-position: bottom left;
}
#contact a:active {
	background-position: top left;
}


#adv a {
	display: block;
    width: 96px;
    height: 29px;
    background: url('../images/leftnav_adv.gif') no-repeat top left;
	margin: 30px 0px 0px 0px;
}
#adv a:link {
    background-position: top left;
}
#adv a:visited {
	background-position: top left;
}
#adv a:hover {
	background-position: bottom left;
}
#adv a:active {
	background-position: top left;
}
/*END NAV LEFT - adv*/






/*NAVIGATION ON STATES*/
/*bottom nav*/

#simplifyOn{
	float: left;
	display: block;
    width: 237px;
    height: 81px;
	background: url('../images/button_simplify.jpg') no-repeat bottom left;
}

#experienceOn{
	float: left;
	display: block;
    width: 238px;
    height: 81px;
	background: url('../images/button_experience.jpg') no-repeat bottom left;
}

#unbiasedOn{
	float: left;
	display: block;
    width: 238px;
    height: 81px;
	background: url('../images/button_unbiased.jpg') no-repeat bottom left;
}

#partnerOn{
	float: left;
	display: block;
    width: 236px;
    height: 81px;
	background: url('../images/button_partner.jpg') no-repeat bottom left;
}


/*FOOTER NAV*/
.footernav{
    position: absolute;
    top: 680px;
    left: 240px;
    text-align: center;
}

.footerpane{
     text-align: center;
}

.Mod_L2_Landing_ContentWholeCopy{
     float: right;
     width:714px;
     height: 475px;
     padding: 8px 6px 8px 6px;
     margin: 4px 4px 4px 4px;
     position: absolute;
     overflow: auto;
     top: 32px;
     left: 216px;     
}

.ContentPaneTop{
     float: right;
     width: 420px;
     height: 24px;
     position: absolute;
     top: 170px;
     left: 500px;
    
}

.ContentPaneImage{
     float: left;
     width: 280px;
     height: 312px;
     position: absolute;
     top: 12px;
     left: 210px;
}
/*This class is for the "imageblank image/text area on the secondary home pages*/
.NavContentPaneBlock{
     position:relative;
     width: 153px;
     height: 401px;
     top: 94px;
     /*left: 30px;*/
     padding:0;
     margin:0;
}

/*This class is for the server side pane inside teh ContentPaneBlock*/
.ContentHowBlockPane{
    padding: 8px 12px 3px 3px;
    width: 190px;
    height: 260px;
}

.ContentPaneCopy{
     width:964px;
     height: 517px; 
     position: absolute;
     overflow: auto;
     top: 147px;
     left: 11px;
}

.ContentPaneCopyV4{
     width:941px;
     height: 510px; 
     position: absolute;
     overflow: auto;
     top: 147px;
     left: 11px;
}

.ContentPaneBottom{    height: 68px;
}

.ContentSinglePaneCopy{
     float: right;
     width:952px;
     height: 507px;
     position: absolute;
     overflow: auto;
     top: 191px;
     left: 11px;
}
/*This class is for the server side pane for copy on SecondaryLanding 2*/
.ContentPaneCopyV2{
     float: right;
     width: 490px;
     height: 300px;
     position: absolute;
     top: 15px;
     left: 440px;
}

.ContentPaneBottomCopy{
    float: left;
     width: 729px;
     height: 145px;
     position: absolute;
     top: 355px;
     left: 210px;
}

/*This is the image div layer for the secondary landing page.  It is position right about the secondary nav*/
.SecondaryLanding2Image{
    float: left;
    width: 147px;
    height: 40px;
    position: absolute;
    left: 28;
    top: -12;
    margin: 35px 0px 0px 0px;
}


/*TEXT STYLES*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #cc6600;
	line-height: 150%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 150%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 170%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 100%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 130%;
}

normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 130%;
}
ul li { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 130%;
    list-style: none;
    list-style-type: none;
   }
   
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
}

.contactTiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}

.image_style1 {
    border-style: none;
}

#loginbutton{
    background-image: url('../images/login.gif');
    background-repeat: no-repeat;
    width: 200px;
    position: absolute;
    right: 2px;
    top: 31px;
    height: 31px;
}

.loginbuttonlink{
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 31px;
    z-index: 999;
}

a:hover {cursor:hand;}

/*--------------------------------------- HOME PAGE BUTTON CSS CODE ---------------------------------------------------------*/

.calltoaction_button{
    background-image: url("../images/button_calltoaction.gif");
    background-repeat: no-repeat;
    width: 253px;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align:center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: White;
    min-height: 20px;
}








