/***********************************************/
/* HTML tag styles */
/***********************************************/
/****** Resets Start ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
OL, UL {
list-style:none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1.4;
font-size: 1.1em;
color: black;
background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/****** Resets End ******/
body {
font-family: Arial, Helvetica, sans-serif;
background: #ccc;
font-size: 65%;
margin: 0;
padding: 0;
}
a img {
border: 0;
}

h1 {
/* font-family: Arial, Helvetica, sans-serif;*/
font-size: 2.3em;
font-weight: normal; 
}
h2 {
font-weight: normal;
/* font-family: Arial, Helvetica, sans-serif;*/
font-size: 1.6em;
}
h3 {
/* font-family: Arial, Helvetica, sans-serif;*/
font-weight: bold;
font-size: 1.4em;
}
h4 {
/* font-family: Arial, Helvetica, sans-serif;*/
font-weight: bold;
font-size: 1.2em;
margin: 10px 0px 10px 0px;
}
p {
/* font-family: Arial, Helvetica, sans-serif;*/
font-weight: normal;
}
.hideme {
display: none;
visibility: hidden;
}
strong {
font-weight: bold;
}

#sitemap table tr td {
padding: 0px
}

HR {
    height:1px;
    color:#f4a91c;
    border:0;
    padding:0;
    margin-left:0;
    background:#f4a91c;
}


/*****************************************************************/
/* Outer wrapper start */
#outer-wrapper {
display: block;
width: 870px;
height: auto;
min-height: 700px;
background-color: #ffffff;
margin: 0 20px 0 0;
padding: 0;
border-left: 5px white solid;
border-right: 5px white solid;
}
#header-wrapper {
width: 870px;
min-height: 46px;
display: block;
margin: 0;
padding: 10px 0 0 0;
}
#header-left {
display: block;
width: 280px;
min-height: 46px;
float: left;
margin: 0 4px 0 0;
padding: 0;
}
#header-right {
display: block;
min-height: 60px;
width: 586px;
float: left;
margin: 0;
padding: 0 0 0 0;
text-align: right;
}
#IE6root #header,#IE6root #header-left,#IE6root #header-right {
height: 46px;
}
#main-content-wrapper {
clear: both;
display: block;
width: 870px;
margin: 0;
padding: 0;
height:100%;
}

/* Outer wrapper end */

/****** Top Menu Styles Start ******/
#topNavigation {
width: 870px;
}
.solidblockmenu {
margin: 0;
padding: 0;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background-color: #000;
background-image: url(/extranet/images/blockdefault.gif);
background-position: center center;
background-repeat: repeat-x;
}
.solidblockmenu li {
display: inline;
}
.solidblockmenu li a {
float: left;
color: white;
padding: 9px 5px;
text-decoration: none;
border-right: 1px solid white;
}
#topNavigation ul.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(/extranet/images/blockactivePremier.jpg) center center repeat-x;
}
.message {
background:#969ea3; 
border:1px solid #000; 
border-top:0; 
height: 22px; 
padding:7px 0px 0px 9px; 
margin:0 0 3px 0; 
color:#fff; 
font-size:1.1em;
font-weight: bold;
}

.message a:link, .message a:visited,
.message a:hover, .message a:active {
color:#fff;
}

#search {
float:right; 
margin-right: 10px;
}

/****** Top Menu Styles End ******/

/****** nav start ******/
#nav-wrapper {
display: block;
width: 210px;
height: 600px;
float: left;
margin: 0 4px 0 0;
padding: 0;
}
ul#nav {
margin: 0;
padding: 0;
}
ul#nav li {
display: block;
width: 210px;
/* min-height: 22px;*/
border-bottom: 1px solid #ffffff;
background-color: #193485;
}
ul#nav li .home {
background-color: #000;
font-weight: bold;
}
#IE6root ul#nav li {
height: 22px;
}
ul#nav li a:link, ul#nav li a:visited {
display: block;
width: 210px;
padding: 6px 0px;
font-size: 1.2em;
line-height: 1.2em;
text-decoration: none;
text-indent: 10px;
color: #ffffff;
}
ul#nav li a:hover, ul#nav li a:active {
display: block;
width: 210px;
padding: 6px 0px;
font-size: 1.2em;
line-height: 1.2em;
text-decoration: underline;
text-indent: 10px;
color: #ffffff;
}
#IE6root ul#nav li a:link, #IE6root ul#nav li a:visited,
#IE6root ul#nav li a:hover, #IE6root ul#nav li a:active {
padding: 6px 0px;
width: 210px;
}
ul#nav li ul#subnav li a:link, ul#nav li ul#subnav li a:visited {
color: #000000;
}
ul#nav li ul#subnav li a:hover, ul#nav li ul#subnav li a:active {
color: #000000;
}
ul#nav li.current a:link, ul#nav li.current a:visited, 
ul#nav li.current a:hover, ul#nav li.current a:active {
text-decoration: underline
}
ul#nav li.current ul#subnav li a:link, ul#nav li.current ul#subnav li a:visited {
color: #000000;
text-decoration: none;
}
ul#nav li.current ul#subnav li a:hover, ul#nav li.current ul#subnav li a:active {
color: #000000;
text-decoration: underline;
}
ul#nav li.current ul#subnav li.current a:link, ul#nav li.current ul#subnav li.current a:visited, 
ul#nav li.current ul#subnav li.current a:hover, ul#nav li.current ul#subnav li.current a:active {
text-decoration: underline
}
/****** nav end ******/

/****** main-content start ******/

#breadcrumb {
float:left; 
display:block;
clear:both;
width: 100%;
margin-top: 5px;
}

#main-content {
float: left;
width: 646px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 0 0 10px 10px;
}

#main-content-subnav {
float: left;
width: 646px;
}
#main-content-section-home {
float: left;
width: 656px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background:#ffffff;
}
#main-content em {
font-style: italic;
}
main-content p img, #main-content-subnav p img, #main-content img, #main-content-subnav img {
margin: 9px 0;
}
#main-content em.blue {
color: #115ED0;
}
#main-content strong {
font-weight: bold;
}
#main-content h1 {
font-size: 1.5em;
line-height: 1.5em;
font-weight: bold;
color: #143385;
margin-top: 6px;
}
#main-content h2 {
font-size: 1.4em;
line-height: 1.4em;
font-weight: bold;
color: #143385;
margin: 18px 0;
}
#main-content h3 {
font-size: 1.3em;
line-height: 1.3em;
font-weight: bold;
color: #143385;
margin: 18px 0;
}
#main-content p, #main-content-section-home p, #main-content blockquote p {
font-size: 1.1em;
margin: 10px 10px 0 0;
line-height: 1.4em;
}
#main-content .italics, #main-content blockquote .italics {
font-style: italic; 
text-align: left; 
font-size: 1.1em;
}
/* Fixes Float Drop caused by italics in Internet Explorer \*/
* html .italics {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
hei\ght: 1px;
}
/* */

/* Fixes Float Drop caused by italics in Internet Explorer \*/
* html em {
overflow: hidden;
width: 80%;
o\verflow: visible;
w\idth: auto;
hei\ght: 1px;
}
/* */

#main-content ul { 
margin: 12px 0 12px 19px;
list-style: square outside; 
}
#main-content ol { 
margin: 12px 0 12px 29px;
list-style: decimal outside; 
}
#main-content li {
margin-top: 12px;
font-size: 1.1em;
line-height: 1.4em;
}

#main-content li ul li  {
margin-top: 12px;
font-size: 1em;
line-height: 1.4em;
}

#main-content a:link, #main-content a:visited {
color: #193485;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
#main-content a:hover, #main-content a:active {
color: #193485;
font-weight: bold;
font-size: 1em;
text-decoration: underline;
}

#main-content table {
margin-top: 12px;
}
#main-content table td {
vertical-align: top;
text-align:left;
padding: 10px;
}
#main-content table td p {
font-size: 1.1em;
line-height: 1.2em;
margin: 0 0 10px 0;
}
#main-content blockquote {
margin: 12px 0 12px 12px;
font-size: 1.1em;
line-height: 1.2em;
width: 630px
}
#tiles-wrapper {
display: block;
margin: 0 0 8px 0;
padding: 0;
width: 656px;
min-height: 141px;
}
#IE6root #tiles-wrapper {
height: 141px;
margin-bottom: 4px;
}

ul.oneinsix li {
display: block;
width: 106px;
min-height: 141px;
float: left;
margin: 2px 4px 0 0;
}
ul.oneinsix li img {
border: 1px solid #e1e1e1;
margin: 0;
padding: 0;
}
ul.oneinsix li.end-tile {
margin: 0;
margin-top:2px;
}

html>body ul.marketing li {
display: block;
width: 126px;
min-height: 141px;
float: left;
margin: 4px 6px 0 0;
}

ul.marketing li {
display: block;
width: 126px;
min-height: 141px;
float: left;
margin: 4px 4px 0 0;
}


ul.marketing li img {
border: 1px solid #e1e1e1;
margin: 0;
padding: 0;
}
ul.marketing li.end-tile {
margin: 0;
margin-top:4px;
}

ul li .tile-link-wrapper {
display: block;
width: 99px; 
height: 30px;
min-height: 16px;
line-height: 16px;
background-color: #feae01;
padding: 4px 0 4px 4px;
margin-top: 2px;
}
#IE6root ul li .tile-link-wrapper {
height: 16px;
padding: 4px 0 4px 4px;
}

ul.campaigns li .tile-link-wrapper {
display: block;
width: 99px; 
min-height: 30px;
line-height: 16px;
background-color: #feae01;
padding: 4px 2px 4px 4px;
}
#IE6root ul.campaigns li .tile-link-wrapper {
height: 27px;
padding: 4px 0 4px 4px;
}

ul.oneinsix li .tile-link-wrapper a:link, ul.oneinsix li .tile-link-wrapper a:visited {
line-height: 13px;
color: #193485;
padding: 0px;
font-size: 1em;
text-decoration: none;
font-weight: bold;
}
ul.oneinsix li .tile-link-wrapper a:hover, ul.oneinsix li .tile-link-wrapper a:active {
line-height: 13px;
color: #193485;
padding: 0px;
font-size: 1em;
text-decoration: underline;
font-weight: bold;
}

ul.marketing li .tile-link-wrapper {
display: block;
width: 121px; 
min-height: 27px;
line-height: 13px;
background-color: #feae01;
padding: 4px 2px 4px 4px;
}
#IE6root ul.marketing li .tile-link-wrapper {
height: 27px;
padding: 4px 0 4px 4px;
}
ul.marketing li .tile-link-wrapper a:link, ul.marketing li .tile-link-wrapper a:visited {
line-height: 13px;
color: #193485;
padding: 0px;
font-size: 1em;
text-decoration: none;
font-weight: bold;
}
ul.marketing li .tile-link-wrapper a:hover, ul.marketing li .tile-link-wrapper a:active {
line-height: 13px;
color: #193485;
padding: 0px;
font-size: 1em;
text-decoration: underline;
font-weight: bold;
}

ul.oneinthree li {
display: block;
width: 216px;
min-height: 141px;
float: left;
margin: 0 10px 0 0;
}

#campaigns-tiles #tiles-wrapper ul.oneinthree li {
padding-top: 10px;
}
ul.oneinthree li.light-blue-bg {
/*background-color: #F9FDFF;*/
margin-top: 36px;
}
ul.oneinthree li.end-tile {
margin: 0;
}
ul.oneinthree li h1 {
text-align: center;
font-weight: bold;
padding: 16px 0;
}
ul.oneinthree li h1 {
color: #000000;
font-size: 1.3em;
}
ul.oneinthree li a.blue-link:link, ul.oneinthree li a.blue-link:visited {
display: block;
color: #193485;
font-weight: bold;
font-size: 1em;
background-image: url(/extranet/images/black-white-bg-arrow.jpg);
background-position: 3px 5px;
background-repeat: no-repeat;
padding-left: 20px;
padding-bottom: 3px;
text-decoration: none;
}
ul.oneinthree li a.blue-link:hover, ul.oneinthree li a.blue-link:active {
display: block;
color: #193485;
font-weight: bold;
font-size: 1em;
background-image: url(/extranet/images/black-white-bg-arrow.jpg);
background-position: 3px 5px;
background-repeat: no-repeat;
padding-left: 20px;
padding-bottom: 3px;
text-decoration: underline;
}
ul.oneinthree li a.grey-link:link, ul.oneinthree li a.grey-link:visited {
display: block;
color: #A9A9A9;
font-weight: bold;
font-size: 1em;
line-height: 1.2em;
padding: 0 20px 4px;
text-decoration: none;
}
ul.oneinthree li a.grey-link:hover, ul.oneinthree li a.grey-link:active {
display: block;
color: #A9A9A9;
font-weight: bold;
font-size: 1em;
line-height: 1.2em;
padding: 0 20px 4px;
text-decoration: underline;
}
ul.oneinthree li.feedback {
background-image: url(/extranet/images/feedback.jpg);
background-position: 140px 10px;
background-repeat: no-repeat;
}
ul.oneinthree li.feedback a:link, ul.oneinthree li.feedback a:visited {
padding-right: 70px;
}
ul.oneinthree li.feedback a:hover, ul.oneinthree li.feedback a:active {
padding-right: 70px;
}

/********** Main Content End **********/

/****** Footer Styles Start ******/
#footer {
background-color:#313131;
padding: 0;
color: #fff;
width: 880px;
height: 55px;
margin-bottom: 5px;
clear: both;
display:block;
}
#footer #footerLeft {
float:left;
margin: 7px;
width: 500px;
height: 100%;
}
#footer #footerRight {
float:right;
margin: 7px;
text-align: right;
width: 150px;
}
#footer #footerLeft img {
float:left;
margin-right: 7px;
padding-top: 5px;
}
#footer #footerLeft p {
margin-top: 12px;
}
#footer a:link, #footer a:visited {
font-size: 1em;
line-height: 1.3em;
text-decoration: none;
color: #ffffff;
}
#footer a:hover, #footer a:active {
font-size: 1em;
line-height: 1.3em;
text-decoration: underline;
color: #ffffff;
}
/****** Footer Styles End ******/

/****** Homepage Content Start ******/
#home-content {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    width: 865px;
    padding-bottom: 10px;
}
#home-content em {
    font-style: italic;
}
#home-content strong {
    font-weight: bold;
}
#home-content h1 {
    font-size: 2.2em;
    color: #115ED0;
    padding: 6px 0 6px 0;
}
#home-content h2 {
    font-size: 1.8em;
    color: #115ED0;
    padding: 10px 0 20px 10px;
}
#home-content p {
    font-size: 1.1em;
    margin: 10px 10px 0 0;
    line-height: 1.2em;
}
#home-content p img {
    float: right;
    padding: 6px;
}

#home-content .homeLogo {
    margin: 1px 0px 5px 20px;
    border: 0;
}

#home-list-wrapper1, #home-list-wrapper2, #home-list-wrapper3 {
    display: block;
    padding: 10px 0 0 5px;
    width: 865px;
    min-height: 150px;
}

#home-list-wrapper4 {
    display: block;
    clear: both;
    padding: 5px 0 0 0;
    width: 861px;
    min-height: 160px;
    margin: 0 0 3px 5px;
}

#IE6root #home-list-wrapper1, #IE6root #home-list-wrapper2, #IE6root #home-list-wrapper3 {
    height: 160px;
    margin-bottom: 4px;
}

#home-list-wrapper4-header {
    background:#143385; 
    margin: 0;
    padding: 0 0 0 6px;
    text-align: left;
    height: 28px;
}
#home-list-wrapper4-header h1 {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    display:block; 
    margin: 0;   
}

body ul.home-list-of-three li {
    display: block;
    width: 280px;
    min-height: 141px;
    float: left;
    margin: 0 10px 0 0;
}

ul.home-list-of-three li.end-tile {
    margin: 0 0 0 0;
}

#home-list-wrapper4 ul.home-list-of-three li {
    display: block;
    width: 280px;
    min-height: 111px;
    float: left;
    margin: 0;
}

ul.home-list-of-three li.mainItem {
    display: block;
    width: 574px;
    height: 196px;
    float: left;
    margin: 0;
    background-color: #193485;
    color: #fff;
    padding: 0;
}

ul.home-list-of-three li a img {
    margin-bottom: 10px;
    border: 1px solid #000;
}

#home-content #home-list-wrapper4 ul.home-list-of-three li a img {
    border: 0;
    margin-left: 55px;
}

ul.home-list-of-three li h1 {
    text-align: left;
    font-weight: bold;
    padding: 16px 0;
}

#home-content ul.home-list-of-three li h1 {
    color: #143385;
    font-size: 1.4em;
    display:block;
    border-bottom: 1px solid #f4a91c;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

#home-content #home-list-wrapper4 ul.home-list-of-three li h1 {
    color: #143385;
    font-size: 1.2em;
    display:block;    
    margin-bottom: 10px;
    padding: 6px 0 6px 3px;
    border-bottom: 1px solid #f4a91c;
}

#home-content #home-list-wrapper3 ul.home-list-of-three li h1 {
    color: #fff;
    font-size: 1em;
    display:block;
    background:#193485; 
    margin-bottom: 10px;
    padding: 6px;
    border: 0;
}

#home-content ul.home-list-of-three li.mainItem h1 {
    color: #fff;
    font-size: 1.3em;
}

ul.home-list-of-three li a.blue-link:link, ul.home-list-of-three li a.blue-link:visited {
    display: block;
    color: #193485;
    font-size: 1em;
    font-weight: bold;
    background-image: url(/extranet/images/black-white-bg-arrow.jpg);
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: none;
}
ul.home-list-of-three li a.blue-link:hover, ul.home-list-of-three li a.blue-link:active {
    display: block;
    color: #193485;
    font-weight: bold;
    font-size: 1em;
    background-image: url(/extranet/images/black-white-bg-arrow.jpg);
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: underline;
}

ul.home-list-of-three li a.brand-link:link, ul.home-list-of-three li a.brand-link:visited {
    display: block;
    color: #a9a9a9;
    font-size: 1em;
    font-weight: bold;
    background-image: url(/extranet/images/black-white-bg-arrow.jpg);
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 1.2em;
}

ul.home-list-of-three li a.brand-link:hover, ul.home-list-of-three li a.brand-link:active {
    display: block;
    color: #a9a9a9;
    font-size: 1em;
    font-weight: bold;
    background-image: url(/extranet/images/black-white-bg-arrow.jpg);
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
    line-height: 1.2em;
}

ul.home-list-of-three li a.grey-link:link, ul.home-list-of-three li a.grey-link:visited {
    display: block;
    color: #a9a9a9;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0 20px 4px;
    text-decoration: none;
}
ul.home-list-of-three li a.grey-link:hover, ul.home-list-of-three li a.grey-link:active {
    display: block;
    color: #a9a9a9;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0 20px 4px;
    text-decoration: underline;
}

#providernews {
    background-color: #f3f3f3;
    float:right;
    width: 280px;
    padding: 0 0 3px 0;
    margin-top: -226px
}
/* Target IE7 only */
html>body #providernews {
    margin-top: -226px
   /* *margin-top: -739px; */
}
/* end */

#providernews h1 {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    display:block;
    background: #193485; 
    margin-bottom: 10px;
    padding: 6px;
    border: 0;
}
#providernews a.blue-link:link, #providernews a.blue-link:visited {
    display: block;
    color: #193485;
    font-size: 1em;
    font-weight: bold;
    background-image: url(/extranet/images/black-white-bg-arrow.jpg);
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: none;
    margin-bottom: 6px;
}
#providernews a.blue-link:hover, #providernews a.blue-link:active {
    display: block;
    color: #193485;
    font-weight: bold;
    font-size: 1em;
    background-image: url(/extranet/images/black-white-bg-arrow.jpg);
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: underline;
    margin-bottom: 6px;
}

#tickerTitle{
background: #333333;
color: #fff;
font-weight: bold;
padding: 1px 10px 1px 10px
}

.tickerItem{
background: #193485;
margin-right: 7px;
margin-left: 10px;
color: #fff;
font-weight: bold;
padding: 1px 10px 1px 10px
}

#TICKER a:link, #TICKER a:visited {
color: #193485;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
#TICKER a:hover, #TICKER a:active {
color: #193485;
font-weight: bold;
font-size: 1em;
text-decoration: underline;
}

/****** Homepage Content End ******/


/* ---------------------- */
/* Events styles */
/* ---------------------- */
table#eventsTable {
border: 2px solid #c8ccd5;
border-collapse: collapse;
font-size: 1em;
line-height: 1.3em;
}

table#eventsTable td p {
font-size: 1em;
line-height: 1.3em;
margin-top: 0;
}

table#eventsTable th, table#eventsTable th p, table#eventsTable td.subheader p {
font-size: 1em;
line-height: 1.3em;
margin-top: 0;
}

table#eventsTable th {
font-weight: bold;
text-align: center;
background-color: #c8ccd5;
border: 1px solid #fff;
padding: 2px 2px 2px 4px;
}

table#eventsTable td.subheader {
font-weight: bold;
text-align: center;
background-color: #dadfe9;
border: 1px solid #fff;
padding: 2px 2px 2px 4px;
}


table#eventsTable td {
padding: 2px 2px 3px 4px;
border: 1px solid #dadfe9;
}

table#eventsTable td ul li {
font-size: 1.1em;
line-height: 1.3m;
margin: 0;
}

table#eventsTable tr td img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* events end */


/* ---------------------- */
/* Sub navigation styles */
/* ---------------------- */
#subNavigation {
margin:0 0 10px 10px;
float:right;
background:#fff;
width: 200px;
}
.subNavHeader {
color:#fff;
background:#193485;
margin-bottom:1px;
padding:7px;
text-align:center;
line-height: 1.2em;
}
.subNavItem {
border:1px solid #ccc;
margin-bottom:1px;
padding:9px 7px;
}
.boxborders2 {
border: 1px solid #CCCCCC;
}
 
/* ---------------------- */
/* RedDot Styles */
/* ---------------------- */
 
