/*

Copyright (c)2011 Nortel Networks.  All Rights Reserved.

*/

/*******************************************************************************************/

/********** Reset CSS **********/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 130%;
}

/********** Base Styles **********/

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 1em;
    color: #565555;
    text-align: center /* IE hack to center the page */
}

#container {
    width: 970px;
    padding: 0;
    margin: 0 auto;
    vertical-align: text-top;
    text-align: left;
    display: block;
}

a {
    text-decoration: none;
    color: #003399;
}

a:hover, a:active {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: #587993;
}

hr {
    margin: 1em 0 2em;
    height: 1px;
    border-bottom: 1px dashed #cecdcc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

p.disclaimer {
    font-size: 100%;
}

/********** Header **********/

#header {
    padding: 0;
    width: 970px;
    height: 95px;
    background: #003399;
    margin: 0 auto;
}

.logo {
    float: right;
    margin: 0;
    overflow: hidden;
}

.logo img {
}

.sitename {
    margin: 25px 0 0 0;
    position: absolute;
    line-height: 32px;
    letter-spacing: 1.25px;
    font-size: 32px;
    font-weight: 900;
    text-align: left;
    float: left;
}

#topnav {
    background: #aaa url('images/short_nonav_bg.gif');
    width: 970px;
    height: 7px;
}

/********** Breadcrumb Trail **********/

#breadcrumb {
    background-color: #606060;
    height: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.7em;
    line-height: 1.3em;
    padding: 5px 15px 5px 10px;
    vertical-align: middle;
}

#breadcrumb a, #breadcrumb a:visited {
    text-decoration: none;
    color: #fff;
}

#breadcrumb a:hover, #breadcrumb a:active {
    text-decoration: underline;
    color: #fff;
}

/********** Page Body **********/

#pagebody {
    font-size: 0.80em;
    width: 970px;
    margin: 0 auto 1em;
    background-color: #fff;
}

#content {
    float: left;
    display: inline;
    position: relative;
    padding: 0 10px 25px;
}

.col100 {
    width: 950px;
}

.col75 {
    width: 675px;
}

.col25 {
    width: 200px;
}

#content h2 {
    color: #003399;
    text-transform: uppercase;
    border-bottom: 3px solid #dadada;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 1.5em;
    margin: 1em 0 0.5em;
}

#content h3 {
    text-transform: uppercase;
    line-height: 1em;
    clear: both;
    font-size: 0.9em;
    font-weight: bold;
    margin: 2em 0 0.5em;
    padding: 1px 0 0 14px;
    background: url('images/arrow_subhead_item.gif') no-repeat;
    color: #565555;
}

#content {
    color: black;
    font-size: 100% !important;
}

#content p {
    clear: left;
}

#content ul.downloadlist {
    margin: 0;
    padding: 10px 0 0;
    list-style-type: none;
}

#content ul.downloadlist li {
    margin: 0;
    padding: 0 0 15px 20px;
    background: url('images/icon_download_off.gif') no-repeat;
}

#content ul.subnav {
    margin: 0;
    padding: 10px 0 0;
    list-style-type: none;
}

#content ul.subnav li {
    margin: 0;
    padding: 0 0 15px 20px;
}

#pagebody #content p,
#pagebody #content ul,
#pagebody #content dl,
#pagebody #content ol {
    margin-bottom: 1em;
}

#pagebody #content ul li ul {
    margin-bottom: 0;
}

/********** Sidebar / Widgets **********/

#sidebar {
    background-color: #eee;
    display: block;
    margin: 3em 0 20px 10px;
    float: right;
    padding: 20px;
}

#sidebar h4 {
    text-transform: uppercase;
    line-height: 1em;
    clear: both;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 1px 0 0 14px;
    background: url('images/arrow_subhead_item.gif') no-repeat;
    color: #565555;
}

#sidebar ul {
    font-size: 0.9em;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    padding: 0 0 10px 8px;
    background: url('images/arrow_linklist.gif') no-repeat;
    background-position: 0 0.4em;
}

#sidebar a:link,
#sidebar a:visited {
    text-decoration: none;
}

#sidebar a:active,
#sidebar a:hover {
    text-decoration: underline;
}

/********** Footer **********/

#footer {
    padding: 10px;
    clear: both;
    width: 970px;
    margin: 0;
    color: #333;
    font-size: 0.7em;
    font-weight: normal;
    border-top: 1px solid #cecdcc;
}

#copyright {
}

#footernav {
}

#footer a:hover {
    text-decoration: underline;
    color: #333;
}

#footer a {
    text-decoration: none;
    color: #333;
}

#footer a:visited {
    text-decoration: none;
    color: #333;
}

/********** Popup **********/

#pop_container {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: text-top;
    text-align: left;
    display: block;
}

#pop_header {
    padding: 0;
    width: 100%;
    height: 44px;
    background: #003399;
    margin: 0 auto;
}

#pop_header p.sitename {
    margin: 12px 0 0 0;
    position: absolute;
    text-align: left;
    float: left;
}

#pop_topnav {
    background: #aaa url('images/short_nonav_bg.gif');
    width: 100%;
    height: 3px;
}

#declineaccept {
    margin: 20px 0;
}

#declineaccept #decline {
    float: left;
    margin-right: 20px;
}

#declineaccept #accept {
    float: left;
    margin-left: 20px;
}


