/* CSS Document */

ul, li {margin: 0; padding: 0;}

* {margin: 0; padding: 0;}

body {
   margin: 0 auto;
   margin-bottom: 50px;
   padding: 0;
   /*background: #606060;*/
   background-color: #FFF;
   background: #FFF url(../images/back_gradient.jpg) repeat-x;
   color : #FFF;
}

#main_shell {
   margin-left: auto;
   margin-right: auto;
   width: 946px;
   height: 100%;
   background: none;
}

#masthead {
   width: 946x;
   height: 112px;
   background: none;
}

#msc_logo {
   float: left;
   height: 112px;
   width: 218px;
}

#topmenu {
   float: right;
   text-align: right;
   width: 720px;
   height: 40px;
}

#topmenu ul {
   display: inline;
   list-style: none;
   margin: 0;
   padding: 0;
   padding-right: 10px;
   float: right;
}

#topmenu li {
   position: relative;
}

#topmenu ul li {
   float: left;
   padding: 0px 0px 0px 30px;
   list-style: none;
   margin: 0;
   display: block;
   text-decoration: none;
   list-style: none;
}

#topmenu a, #topmenu ul li a {
   padding: 0px 0px 0px 5px;
   font-family: arial, sans-serif;
   font-size: 11px;
   font-weight: normal; 
   color: #013658; 
   text-decoration: none;
   
}


#topmenu ul ul{
   position:absolute;
   margin: 0px;
   font: normal 12px Arial, sans-serif;
   line-height:18px;
   z-index:100;
   background: none;
   height: 10px;
   width: 880px;
   display: none;
}

#topmenu ul ul li {
   padding: 0 12px 0 0;
}

#topmenu ul ul li a {
   width: auto;
   display: inline;
   /*border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
   padding: 0;
   text-decoration: none;
   color: #666;
}

#topmenu ul ul li a:hover {
   color: #194D99;
   }

#topmenu ul li:hover ul { 
   display: block;
}

#topmenu ul ul#solutions {
   margin-left: -128px;
}


#topmenu ul ul#services {
   margin-left: -188px;
}



#topmenu_sub ul li a:hover { 
   color: #AE1213;
}


/*---End Dropdwon Menu Code-------*/

#tools_top {
   margin: 0px;
   padding: 40px 10px 0 0 ;
   float: right;
   height: 20px;
   width: 400px;
   text-align: right;
}

#chat, #request {
   float: right;
   padding-left: 20px;
   height: 18px
}

#chat img{
   padding-right: 3px;
}
#request img{
   padding-right: 8px;
}

#flash_banner {
   float: left;
   width: 935px;
   margin-bottom: 30px;
}

#left_tab_box {
   float:left;
   width: 608px;
   height:236;
   background: #FFF url(../images/home_tabs_back.jpg) no-repeat;
   margin-right: 6px;

}

ul#tabs { 
   list-style-type: none; 
   margin: 0 0 0 0; 
   padding: 0 0 0 0;
   width: 608px;
}

ul#tabs li { 
   display: inline;
   float: left;
   
}

ul#tabs li a { 
   float: left;
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center; 
   color: #FFF;
   padding: 12px 0px 0px 0px;
   text-decoration: none;
   height: 21px;
   margin-right: 0px;
}

ul#tabs li#tab_what a {
   width: 121px;
   color: #FFF;
   background: #FFF url(../images/home_tab_what.jpg) no-repeat;
}

ul#tabs li#tab_what a:hover {
   color: #003468;
   background: #FFF url(../images/home_tab_what_over.jpg) no-repeat;
}

ul#tabs li#tab_what a.selected { 
   color: #003468;
   background: #EAE2D5 url(../images/home_tab_what_over.jpg) no-repeat;
}


ul#tabs li#tab_data a {
   width: 121px;
   color: #FFF;
   background: #FFF url(../images/home_tab_what.jpg) no-repeat;
}

ul#tabs li#tab_data a:hover {
   color: #003468;
   background: #FFF url(../images/home_tab_what_over.jpg) no-repeat;
}

ul#tabs li#tab_data a.selected { 
   color: #003468;
   background: #EAE2D5 url(../images/home_tab_what_over.jpg) no-repeat;
}

ul#tabs li#tab_intel a {
   width: 175px;
   color: #FFF;
   background: #FFF url(../images/home_tab_intel.jpg) no-repeat;
}

ul#tabs li#tab_intel a:hover {
   color: #003468;
   background: #FFF url(../images/home_tab_intel_over.jpg) no-repeat;
}

ul#tabs li#tab_intel a.selected {   
   color: #003468;
   background: #EAE2D5 url(../images/home_tab_intel_over.jpg) no-repeat;
}

ul#tabs li#tab_marketing a {
   width: 191px;
   color: #FFF;
   background: #FFF url(../images/home_tab_marketing.jpg) no-repeat;
}

ul#tabs li#tab_marketing a:hover {
   color: #003468;
   background: #FFF url(../images/home_tab_marketing_over.jpg) no-repeat;
}

ul#tabs li#tab_marketing a.selected {  
   color: #003468;
   background: #EAE2D5 url(../images/home_tab_marketing_over.jpg) no-repeat;
}


div.tabContent {
   width: 600px;
   height: 236px;
   margin: 0px 0 0 0px;
   padding-left: 24px;
}

div.tabContent.hide { display: none; }




/*--------Tab Content------------*/

.tab_left {
   float: left;
   margin: 20px 0 0px 10px;
   width: 160px;
   height: 180px;
}

.tab_right {
   float: left;
   margin: 30px 0 0 20px;
   width: 360px;
   height: 175px;

}

.tab_right p {
   font-family: arial, sans-serif;
   font-weight: bold;
   font-size: 11px;
   line-height: 14px;
   color: #000;
   padding-bottom: 10px;
} 

.tab_right ul {
   list-style: none;
   margin: 0;
   padding-left: 30px;
}

.tab_right ul li {
   padding: 0;
   list-style: none;
   list-style-type: disc;
   list-style-position: outside;
   line-height: 1 em;
   font-family: arial, sans-serif;
   font-size: 11px;
   line-height: 16px;
   margin: 0;
   color: #000;
}

.tab_right ul li a {
   display: inline;
   padding:0;
   font-family: arial, sans-serif;
   font-size: 11px;
   line-height: 16px;
   color: #194D99; 
   text-decoration: none;
   
}

.tab_right ul li a:hover {
   color: #666; 
}

.tab_bullet_box {
   float: left;
   margin: 0;
   margin-right: 10px;
   width: 160px;
   height: 80px;
}

.tab_bullet_box ul {
   list-style: none;
   margin: 0;
   padding-left: 14px;
}




#more_box {
   float: left;
   width: 320px;
   height: 236px;
   margin-bottom: 26px;
   background: #FFF url(../images/home_more_whole.jpg) no-repeat;
}

#more_box h2 {
   font-family: arial, sans-serif;
   font-size: 19px; !important
   line-height: 19px;
   color: #003468;
   padding-top: 11px; 
   padding-left: 20px;
}

#more_box ul {
   padding: 0;
   list-style: none;
   padding-top: 2px;
   padding-left: 2px;
   margin: 0;
}

#more_box ul li {
   padding: 5px 0 0 8px;
   display: block;
   margin: 0;
   list-style: none;
   font-family: arial, sans-serif;
   font-size: 12px; !important
   line-height: 14px;
   color: #4D4D4D; 
   //font-style: italic;
}

#more_box ul li a {
   color: #4D4D4D; 
   background: #ffffff;
   background-repeat: no-repeat;
   text-decoration: underline;
   
}

#more_box ul li a:hover {
   background: #ffffff;
   background-repeat: no-repeat;
}

#associate_logos {
   padding: 0;
   margin: 0;
   clear: both;
   height: 50px;
   width: 935px;
   text-align: center;
   margin-bottom: 12px;
}

#associate_logos img {
   border: none;
}  

#sitemap {
   clear: both;
   width: 946px;
   height: 160px;
   background: #FFF url(../images/sitebox_darker.jpg) no-repeat;
   margin-bottom: 8px;
}


.sitemap_field {
   margin-top: 12px;
   padding: 0px 18px 0px 18px;
   float: left;
   height: 134px;
   border-left: 1px solid #777;
   border-right: 1px solid #FFF;
   /*margin-top: 12px;*/
   /*height:auto !important;*/
}

.sitemap_field ul {
   list-style: none;
   margin: 0;
}

.sitemap_field ul li {
   padding: 0;
   list-style: none;
   /*list-style-type: disc;*/
   list-style-position: outside;
   line-height: .7em;
   margin: 0;
}

.sitemap_field ul li a {
   display: inline;
   padding:0;
   font-family: arial, sans-serif;
   font-size: 10px; !important
   line-height: 12px;
   color: #000; 
   text-decoration: none;
   
}

.sitemap_field ul li a:hover {
   color: #003468;
}

#field_1 {
   margin-left: 0px;
   border-left: none;
}

#field_6 {
   border-right: none;
}

#copyright {
   padding-top: 5px;
   padding-right: 12px;
   float: right;
   width: 750px;
   height: 19px;
   text-align: right;
   background: none;
}

#copyright p {
   font-family: arial, sans-serif;
   font-size: 10px;
   font-weight: normal;
   line-height: 12px; 
   color: #000; 
   text-decoration: none;
}


#copyright a {
   font-family: arial, sans-serif;
   font-size: 11px;
   font-weight: normal;
   line-height: 12px; 
   color: #194D99; 
   text-decoration: none;
}

#copyright a:hover {
   color: #666;
}



p {
   font-family: arial, sans-serif;
   font-size: 10px;
   color: #000; 
}

h1 {
   font-weight: bold;
   font-family: arial, sans-serif;
   font-size: 10px;
   color: #BDE3E2;  
}

h2 {
   padding-bottom: 10px;
   font-weight: bold;
   font-family: arial, sans-serif;
   font-size: 13px;
   line-height: 1em;
   color: #003468;  
}

h3 {
   padding-bottom: 3px;
   font-weight: bold;
   font-family: arial, sans-serif;
   font-size: 11px;
   line-height: 1.3em;
   color: #444;  
}

h4 {
   font-weight: bold;
   font-family: arial, verdana, sans-serif;
   font-size: 14px;
   line-height: 1.3em;
   /*color: #004F7F;*/
   color: #888;  
}

a {
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 13px; 
   color: #666; 
   text-decoration: none;
}

a:hover {
   color: #194D99;
}