* {margin: 0;padding: 0;}
*:focus {outline: 0 none;}

body {font-size: 13px;font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;color: #808080;background: #FFFFFF;}

a {color: #00A3CF;text-decoration: none;}
a:hover {text-decoration: underline;}
img {border: 0;}

.wrap, #page, footer, header {
    width: 967px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.clear {
    clear: both;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: -1px 0 0;
    padding: 0;
    width: 100%;
}

.pagination {
    margin-top: 1em;
    text-align: center;
}

.selected{color:gray;font-weight:bold;}

/* header
----------------------------*/

header {
    width: 100%;
    height: 117px;
    background: url(../images/header/header-bg.png) repeat-x;
    position: relative;
    z-index: 100;
}

header h1 {
    font-size: 1em;
    width: 134px;
    height: 34px;
    position: absolute;
    top: 21px;
    left: 0;
    background: url(../images/header/logo-mlm.png) no-repeat;
}

header h1 a {
    display: block;
    width: 134px;
    height: 34px;
    text-decoration: none;
    text-indent: -9999em;
}

#header-search {
    position:absolute;
    right:17px;
    top:4px;
    width:200px;
}

#powered-by {
    width: 161px;
    height: 24px;
    background: url(../images/header/powered-by-infotrax.png) no-repeat;
    position: absolute;
    top: 37px;
    right: 0;
}

#powered-by a {
    display: block;
    width: 161px;
    height: 24px;
    text-decoration: none;
    text-indent: -9999em;
}

/* primary navigation
---------------------------- */

header nav {
    width: 100%;
    height: 41px;
    background: url(../images/header/nav-bg.png) repeat-x;
    position: absolute;
    bottom: 0;
    font-size: 11px;
    color: #FFFFFF;
    z-index: 100;
}

header nav .wrap {
    width: 1007px; /*967px;*/
    margin: 0 auto;
}

header nav ul {
    line-height: 30px;
    list-style: none;
}

header nav ul.left {
    float: left;
}

header nav ul.right {
    float: right;
    margin-right: 20px;
}

header nav > div > ul > li {
    display: block;
    float: left;
    position: relative;
}

header nav > div > ul > li > a, header nav li > p {
    display: block;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 150;
}

header nav ul.right a, header nav li > p {
    margin-right: 0;
    margin-left: 40px;
    padding: 0;
}

header nav a#selected {
    color: #7ed0e7;
}

header nav a:hover {
    color: #7ed0e7;
    text-decoration: none;
}

header nav ul.left li:hover > a, header nav ul.left li:hover > a#selected {
    color: #0081ab;
    background-color: #E4E4E4;
}

/* dropdowns */
header nav ul ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: url(../images/header/dropdown-bg.png);
    width: 100%;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 12px;
    -moz-box-shadow: 1px 1px 10px #999;
    -webkit-box-shadow: 1px 1px 10px #999;
    box-shadow: 1px 1px 10px #999;
}

header nav ul ul li a {
    color: #404040;
}

header nav ul.left li:hover > ul {
    display: block;
}


#small-nav ul.right {
    float:right;
    font-size:11px;
    margin-right:0;
    margin-top:10px;
}

#small-nav ul > li {
    display: block;
    float: left;
    position: relative;
}

#small-nav ul > li > a{
    display: block;
    float: left;
    color:gray;
    text-decoration: none;
    padding: 0 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 150;
}

#small-nav ul.right a{
    margin-left:5px;
    margin-right:5px;
    padding:0;
}

/* middle section
----------------------------*/

#page {
    margin-top: 10px;
}

/* round box
----------------------------*/

.round-box {
    background: url(../images/sitewide/round-box-bg.png) left bottom repeat-x #FFFFFF;
    position: relative;
    margin-bottom: 20px;
}

.round-box h3,.round-box h2 {
    height: 31px;
    line-height: 31px;
    color: #666666;
    font-size: 12px;
    padding-left: 15px;
    position: relative;
    background: url(../images/sitewide/round-box-header.png) top left no-repeat;
    font-weight: normal;
    font-style: normal;
}

.round-box h3 span,.round-box h2 span {
    display: block;
    width: 15px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: url(../images/sitewide/round-box-header.png) top right no-repeat;
}

.round-box .content {
    padding: 15px;
    border-right: 1px #d8d8d8 solid;
    border-left: 1px #d8d8d8 solid;
}

.round-box .bottom {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/sitewide/round-box-bottom.png) bottom left no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.round-box .bottom span {
    display: block;
    width: 5px;
    height: 5px;
    background: url(../images/sitewide/round-box-bottom.png) bottom right no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* white box
----------------------------*/

.white-box {
    background: #fdfdfd url(../images/sitewide/white-box-bg.jpg) repeat-x left bottom;
    position: relative;
    margin-bottom: 20px;
}

.white-box h3,.white-box h2 {
    height: 31px;
    line-height: 31px;
    color: #666666;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    background: url(../images/sitewide/white-box-header.jpg) top left no-repeat;
    font-weight: normal;
    font-style: normal;
}

.white-box h3 span,.white-box h2 span {
    display: block;
    width: 15px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: url(../images/sitewide/white-box-header.jpg) top right no-repeat;
}

.white-box .content {
    padding: 15px;
    border-right: 1px #d8d8d8 solid;
    border-left: 1px #d8d8d8 solid;
}

.white-box .bottom {
    display: block;
    width: 100%;
    height: 6px;
    background: url(../images/sitewide/white-box-bottom.jpg) bottom left no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.white-box .bottom span {
    display: block;
    width: 6px;
    height: 6px;
    background: url(../images/sitewide/white-box-bottom.jpg) bottom right no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* divided list w/header
----------------------------*/

.divided-list {
    position: relative;
    margin-bottom: 20px;
}

.divided-list h3,.divided-list h2 {
    height: 31px;
    line-height: 31px;
    color: #666666;
    font-size: 12px;
    padding-left: 15px;
    position: relative;
    background: url(../images/sitewide/divided-list-h3.jpg) top left no-repeat;
    font-weight: normal;
    font-style: normal;
}

.divided-list h3 a.view-all,.divided-list h2 a.view-all {
    width: 54px;
    height: 8px;
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
    color: #8d8c8c;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    background: url(../images/sitewide/view-all.jpg) no-repeat;
}

.divided-list.white h3,.divided-list.white h2 {
    height: 31px;
    line-height: 31px;
    color: #666666;
    font-size: 12px;
    padding-left: 15px;
    position: relative;
    background: url(../images/sitewide/divided-list-h3-white.jpg) top left no-repeat;
    font-weight: normal;
    font-style: normal;
}

.divided-list h3 a.view-all span,.divided-list h2 a.view-all span {
    visibility: hidden;
}

.divided-list h3 span,.divided-list h2 span {
    display: block;
    width: 15px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: url(../images/sitewide/divided-list-h3.jpg) top right no-repeat;
}

.divided-list.white h3 span,.divided-list.white h2 span {
    display: block;
    width: 15px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: url(../images/sitewide/divided-list-h3-white.jpg) top right no-repeat;
}

.divided-list .content {
    line-height: 12px;
}

.divided-list .content ul li {
    padding: 8px 16px;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #cbcbcb;
}

.divided-list .content ul li.last {
    padding-bottom: 0;
    border-bottom: none;
}

.divided-list .content ul li span.date {
    display: block;
    margin-bottom: 2px;
    color: #666666;
    font-size: 9px;
    font-weight: bold;
}

.divided-list .content ul li a {
    text-decoration: none;
    color: #00A3CF;
}

.divided-list .content ul li a:hover {
    text-decoration: underline;
}

.divided-list .content ul li span.byline {
    text-transform: none;
    color: #8d8c8c;
}

/* small button
----------------------------*/

.bttn {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    padding: 0 8px 0;
    background: url(../images/sitewide/bttn.jpg) bottom left no-repeat;
    color: #0081ab;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

.bttn span {
    width: 6px;
    height: 18px;
    display: block;
    background: url(../images/sitewide/bttn.jpg) bottom right no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* error page
----------------------------*/
#error h3 {
    color: #3bb3d4;
}

#error ul {
    margin: 10px 0 0 15px;
}

#error ul li {
    margin-bottom: 10px;
}

#error p {
    margin-top: 30px;
}



/* footer
----------------------------*/
footer {
    color: #c1c1c1;
    font-size: 10px;
    border-top: #d5d5d5 1px solid;
    padding-top: 5px;
    margin-top: 60px;
    margin-bottom: 20px;
}

footer a, footer a:link, footer a:active, footer a:visited {
    color: #c1c1c1;
    text-decoration: none;
    font-weight: bold;
}

footer a.no-bold {
    font-weight: normal;
}

footer a:hover {
    text-decoration: underline;
}

#ui-datepicker-div {
    display: none;
}
