﻿body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-family: Tahoma, Helvetica, Arial, Verdana;
}
/* ---------------- FRAME LAYOUT
--------------------------------------------------------*/
div#container {
    margin: 0 auto;
    width: 727px;
    background: url( 'imgs/body-shdw.png' ) repeat-y;
    overflow:hidden;
}
div#logo {
    width: 185px;
    height: 87px;
    margin: 0 0 0 18px;
    float: left;
    background: url('imgs/wise-logo.jpg') no-repeat;
}
div#date-btns {
    width: 506px;
    height: 87px;
    float: left;
}
div#icons {
    width: 55px;
    height: 15px;
    float: right;
    position: relative;
    top: 60px;
    margin: 0 13px 0 0;
    vertical-align:top;
}
.date {
    font-size: 10px;
    width:120px;
    float: right;
    position: relative;
    top: 60px;
    text-align: right;
}
div#sm-content {
    width:171px;
    margin:0 0 0 18px;
    float:left;
    border-top:solid 1px #CCCCCC;
}
#hdr-img {
    width:520px;
    height:150px; 
    float:left;
}
#hdr-content {
    color: #505050;
    font-size: 12px;
    min-height:137px;
    width:519px;
    float:left;
    border-left:solid 1px #CCCCCC;
}
/*========================= WIDE PAGE
=======================================================*/
#widehdr-img {
    width:691px;
    height:150px; 
    float:left;
    margin: 0 0 0 18px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
#widehdr-content {
    color: #505050;
    font-size: 12px;
    min-height:137px;
    width:691px;
    float:left;
    margin: 0 0 0 18px;
}
/*===================================================*/
div#footer {   
    width: 727px;
    height: 70px;
    float: left;
    margin: 0;
    background: #FFFFFF url('imgs/ftr-shdw.png') no-repeat;
    font-size: 10px;
    padding: 0 0 0 28px;
}
div#footer a {
    font-weight: bold;
    text-decoration: none;
    color: Red;
    font-size: 11px;
}
#footer div  {
    position: relative;
    top: 25%;
    width: 70px;
}

/* ---------------- HOME BTN
--------------------------------------------------------*/
div#home-btn {
	float: right;
	width: 13px;
	height: 10px;
	display: block;
}
#home-lnk {
    display: block;
    width: 13px;
    height: 10px;
    background: url('imgs/home-btn.png') no-repeat 0 -10px;
}
div#home-btn #home-lnk:hover { 
    background-position: 0 0;
}
#home-lnk span {
    display: none;
}
/* ---------------- EMAIL BTN
--------------------------------------------------------*/
div#email-btn {
	float: right;
	width: 13px;
	height: 10px;
	display: block;
	margin: 0 8px 0 0;
}
#email-lnk {
    display: block;
    width: 13px;
    height: 10px;
    background: url('imgs/email-btn.png') no-repeat 0 -10px;
}
div#email-btn #email-lnk:hover { 
    background-position: 0 0;
}
#email-lnk span {
    display: none;
}
/* ---------------- MENU
--------------------------------------------------------*/
div#topnav {
    width: 691px;
    height: 30px;
    margin: 0 0 0 18px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding: 1px 0 1px 0;
    float: left;
}
div#subnav {
    width: 691px;
    height: 25px;
    margin: 0 0 0 18px;
    float: left;
    padding: 1px 0 1px 0;
    background: #EEEEEE;
}
.subnav-container {
    width: 691px;
    height: 25px;
    float: left;
    background: #d2e6f3;
}
div.menu-lnk {
    display: block;
    height: 19px;
    background: url('imgs/topmenu-bg.png') no-repeat right 0px;
    float: left;
    color: #505050;
    font-size: .65em;
    padding: 11px 16px 0 13px;
    text-align: right;
    cursor: pointer;
    text-transform: uppercase;
}
div.menulnk-hilite {
    display: block;
    height: 19px;
    background: #6badd8 url('imgs/topmenu-bg.png') no-repeat right -30px;
    float: left;
    color: #FFFFFF;
    font-size: .65em;
    padding: 11px 16px 0 13px;
    text-align: right;
    cursor: pointer;
    text-transform: uppercase;
}
div.menu-lnk:hover {
    background: #6badd8 url('imgs/topmenu-bg.png') no-repeat right -30px;
    color: #FFFFFF;
}
div.wise-lnk {
    display: block;
    width: 69px;
    height: 19px;
    background: url('imgs/wiselnk-arrow.png') no-repeat 3px -1px;
    float: right;
    color: #505050;
    font-size: .65em;
    padding: 11px 15px 0 0;
    text-align: right;
    cursor: pointer;
    text-transform: uppercase;
}
div.wise-lnk:hover {
    background: url('imgs/wiselnk-arrow.png') no-repeat 3px -1px;
    color: #505050;
    cursor: pointer;
    text-decoration: underline;
}
div#submenu-lnk {
    display: block;
    height: 18px;
    background: #d2e6f3;
    float: left;
    color: #505050;
    font-size: .7em;
    padding: 7px 18px 0 18px;
    cursor: pointer;
    background: url('imgs/submenu-bg.png') no-repeat right -25px;
}
div#submenu-lnk:hover {
    color: #505050;
    cursor: pointer;
    text-decoration: underline;
    background: url('imgs/submenu-bg.png') no-repeat right 0;
}

/* ---------------- CONTENT CONTAINERS
--------------------------------------------------------*/
div#topshw {
    height: 10px;
    width:691px;
    float:left;
    background: url('imgs/top-shdw.png') repeat-x;
}
div#maincontent-container {
    width:691px;
    float:left;
    margin:0 0 0 18px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}
div#sm-sec1 {
    width: 145px;
    padding: 13px;
    float:left;
    min-height:170px;
} 
div#sm-sec2
{
    padding: 13px;
    width: 145px;
    height: 69px;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    float:left;
    background: #F5F5F5;
} 
div#main-content {
    width:691px;
    float:left;
    background: url('imgs/content-bg.jpg') repeat-y;
}
div#main-content-noline {
    width:691px;
    float:left;
    background: url('imgs/top-shdw.png') repeat-x;
}
div#lft-col {
    width: 322px;
    padding: 0 9px 13px 13px;
    float: left;
}
div#rht-col {
    width: 322px;
    padding: 0 13px 13px 9px;
    float: left;
}
div#news_lft-col {
    width: 240px;
    padding: 13px 9px 13px 13px;
    float: left;
}
div#news_rht-col {
    width: 404px;
    border-left: 1px solid #CCCCCC;
    padding: 13px 13px 13px 9px;
    float: left;
}
div#sm_lft-col {
    width: 240px;
    padding: 13px 9px 13px 13px;
    float: left;
    font-size: 12px;
    line-height: 1.4em;
}
div#lg_rht-col {
    width: 404px;
    border-left: 1px solid #CCCCCC;
    padding: 13px 13px 13px 9px;
    float: left;
}
div#sm_lft-col ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
div#sm_lft-col li {
    background: url(imgs/news-arrow.png) no-repeat 4px .4em;
    font-size: 12px;
    padding: 0 0 0 13px;
    line-height: 1.4em;
}

/* ---------------- HEADER STORY
--------------------------------------------------------*/
#hdrstory-icn {
    background: url('imgs/mainstory-icn.png') repeat-x;
    height: 120px;
    width: 8px;
    margin: 18px 5px 0 15px;
    float: left;
}
#hdr-story {
    width: 474px;
    margin: 18px 0 0 0;
    float: left;
    line-height: 1.4em;
}
#widehdr-story {
    width: 655px;
    margin: 13px 0 0 0;
    float: left;
    line-height: 1.4em;
}
span.learnmore-icn {
	height: 5px;
	width: 8px;
	background: url('imgs/learnmore-icn.png') no-repeat 0 5px;
	color: #1e7cbe;
	font-size: 11px;
	padding: 0 0 0 13px;
	margin: 0 0 0 400px;
    text-decoration: none;
}
span.learnmore-icn a {
    color: #1e7cbe;
    text-decoration: none;
}
span.learnmore-icn a:hover {
    color: #1e7cbe;
    text-decoration: underline;
}

/* ---------------- NEWS / EVENTS & MARKETING
--------------------------------------------------------*/
div#news-icn {
	height: 9px;
	width: 9px;
	background: url('imgs/news-icn.png') no-repeat;
	float: left;
	margin: 5px 4px 0 0;
}
div#news-title {
	color: #6badd8;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
div#news-bullet {
	height: 5px;
	width: 5px;
	background: url('imgs/news-bullet.png') no-repeat;
	margin: 15px 6px 0 0;
	float: left;
}
.news-story {
    margin: 10px 0 10px 0;
    float: left;
    color: #505050;
    font-size: 11px;
}
.news-story ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.news-story li {
    background: url(imgs/news-arrow.png) no-repeat 4px .4em;
    padding: 0 0 6px 13px;
    line-height: 1.4em;
}
.news-story a {
    color: #505050;
    text-decoration: none;
}
.news-story a:hover {
    color: #505050;
    text-decoration: underline;
}
.news-date {
    color: #6badd8;
    font-size: 11px;
    float: left;
}
span.news-morearrow {
    background: url(imgs/more-arrow.png) no-repeat;
    width: 9px;
    height: 7px;
    float: right;
    cursor: pointer;
    padding: 3px 0 0 0;
}
.press-date {
    color: #6badd8;
    font-size: 11px;
    float: left;
    margin: 0 6px 0 0;
}
.press-title {
    float: left;
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}
.press-title:hover {
    text-decoration: underline;
}
div.event-container {
    float: left;
    width:220px;
}
.event-date {
    background: url(imgs/dots-blt.png) no-repeat 3px .4em;
    padding: 0 0 0 13px;
    margin: 5px 0 0 0;
    float: left;
    color: #999999;
    font-size: 11px;
    width:78px;
}
.event-story {
    float: left;
    color: #333333;
    font-size: 11px;
    margin: 5px 0 0 0;
}
.marketing-story {
    background: url(imgs/news-arrow.png) no-repeat 3px .4em;
    padding: 0 0 0 13px;
    margin: 5px 0 0 0;
    float: left;
    color: #505050;
    font-size: 11px;
    width: 380px;
}
.marketing-story-title {
    color: #505050;
    font-size: 11px;
    width: 380px;
    text-decoration: none;
}
.marketing-story-title:hover {
    text-decoration: underline;
}
div.marketing-img {
    width: 104px;
    height: 104px;
    float: left;
    border: 1px solid #CCCCCC;
    margin: 3px 13px 9px 0;
    overflow: hidden;
}
.whitepaper-story {
    margin: 10px 0 10px 0;
    float: left;
    color: #959595;
    font-size: 11px;
}
.whitepaper-story ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 0;
}
.whitepaper-story li {
    background: url(imgs/news-arrow.png) no-repeat 4px .4em;
    padding: 0 0 5px 13px;
    line-height: 1.3em;
}
.whitepaper-story li:hover {
    background: url(imgs/news-arrow.png) no-repeat 4px .4em;
    padding: 0 0 5px 13px;
    line-height: 1.3em;
    text-decoration: underline;
    color:#505050;
}
.whitepaper-story-title {
    color: #959595;
    font-size: 11px;
    text-decoration: none;
}
.whitepaper-story-title:hover {
    text-decoration: underline;
    color:#505050;
}
/* ---------------- NEWSLETTER
--------------------------------------------------------*/
div#newsltr-icn {
	height: 8px;
	width: 11px;
	background: url('imgs/newsltr-icn.png') no-repeat;
	float: left;
	margin: 5px 4px 0 0;
}
div#newsltr-title {
	color: #2c8ac8;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
.newsltr {
    border: 1px solid #CCCCCC;
    color: #959595;
    margin: 5px 0 0 16px;
    padding: 3px 3px 3px 6px;
    font-size: 11px;
    width: 122px;
}
div#submit-btn {
    height: 19px;
    width: 57px;
    padding: 0;
    margin: 4px -3px 0 0;
    float: right;
}
#submit-lnk {
    display: block;
    width: 57px;
    height: 19px;
    background: url('imgs/submit-btn.png') no-repeat 0 0;
}
div#submit-btn #submit-lnk:hover { 
    background-position: 0 -19px;
}
#submit-lnk span {
    display: none;
}
/* ---------------- HOMEPAGE GROUPS
--------------------------------------------------------*/
div.head-container {
    float:left;
    width: 319px;
}
div.story-icn {
	height: 8px;
	width: 11px;
	background: url('imgs/story-icn.png') no-repeat;
	float: left;
	margin: 5px 4px 0 0;
}
div.story-title {
	color: #2c8ac8;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
div.story-img {
    width: 104px;
    height: 104px;
    float: left;
    border: 1px solid #CCCCCC;
    margin: 9px 13px 10px 15px;
    overflow: hidden;
}
div.lftcol-txt {
    float: left;
    color: #505050;
    margin: 13px 0 0 0;
    font-size: 12px;
    width: 184px;
    line-height: 1.4em;
}
div.lftcol-cell1 {
    float: left;
    width: 320px;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #CCCCCC;
}
div.lftcol-cell2 {
    float: left;
    width: 320px;
    margin: 13px 0 0 0;
}
div.rhtcol-txt {
    float: left;
    color: #505050;
    margin: 13px 0 0 0;
    font-size: 12px;
    width: 184px;
    line-height: 1.4em;
}
div.rhtcol-cell1 {
    float: left;
    width: 320px;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #CCCCCC;
}
div.rhtcol-cell2 {
    float: left;
    width: 320px;
    margin: 13px 0 0 0;
}
span.learn-more {
	height: 5px;
	width: 8px;
	background: url('imgs/learnmore-icn.png') no-repeat 0 5px;
	color: #1e7cbe;
	font-size: 11px;
	padding: 0 0 0 13px;
	margin: 0 0 0 111px;
    text-decoration: none;
}
span.learn-more a {
    color: #1e7cbe;
    text-decoration: none;
}
span.learn-more a:hover {
    color: #1e7cbe;
    text-decoration: underline;
}

div#recent-icn {
	height: 10px;
	width: 11px;
	background: url('imgs/recent-icn.png') no-repeat;
	float: left;
	margin: 5px 4px 0 0;
}
div#recent-title {
	color: #6badd8;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
.lg_rhtcol-txt {
    padding: 0 0 0 13px;
    margin: 5px 0 0 0;
    float: left;
    color: #505050;
    font-size: 11px;
    width: 380px;
    line-height: 1.4em;
}
.recent-list {
    margin: 10px 0 10px 0;
    float: left;
    color: #959595;
    font-size: 11px;
}
.recent-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.recent-list li {
    background: url(imgs/link-blt.png) no-repeat 4px 5px;
    padding: 0 0 5px 16px;
    line-height: 1.4em;
    color:#505050;
}
.recent-list li:hover {
    text-decoration: underline;
}