/* GLOBAL STYLES */
*{
    margin:0;
    padding:0;
    border:0;
    background:transparent;
    color: #444;
}
html {
    width:100%;
    height:100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    background: transparent;
}
/*
logo green: #88AC18;
lighter green: #92B22A;
logo blue: #183068;
lighter blue: #22428E;
*/
a {
    color: #4E5FCE;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    cursor: default;
    color: #183068;
    text-transform: capitalize;
}
p, li, th, td {
    cursor: default;
}
ul, ol {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    white-space: normal;
    line-height: inherit;
    font-weight: 500;
    font-size: 12px;
    font-variant: normal;
    font-style: normal;
    color: #444;
    text-align: inherit;
    display: table;
    border-spacing: 0;
    border-color: transparent;
}
b, strong, i, em {
    color: inherit;
    font-size: inherit;
}
/* GLOBAL STRUCTURE */
body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#container {
    position: relative;
    top: 0;
    left: 0;
    z-index: inherit;
    width: 1050px;
    margin: 0 auto 5px;
    background: transparent;
}
#page {
    position: relative;
    top: 0;
    left: 0;
    z-index: inherit;
    width: 1050px;
    height: auto;
    min-height: 420px;
}
/* help window */
#page .classSw30help {
    display: block;
}
#page .classSw30helpOff {
    display: none;
}
#page .classSw30help #help-content {
    position: absolute;
    z-index:10;    
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 180px 0 0 250px;
    padding-bottom: 10px;
    width: 520px;
    height: auto;
    min-height: 160px;
    border: 1px solid #999;
    border-bottom: 1px solid #444;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #dadada;
    background: -webkit-linear-gradient(#dadada, #ffffff);
    background: -o-linear-gradient(#dadada, #ffffff);
    background: -moz-linear-gradient(#dadada, #ffffff);
    background: linear-gradient(#dadada, #ffffff);
}
#help-content h2 {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    text-indent: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #183068;
    background: -webkit-linear-gradient(#183068, #4E5FCE);
    background: -o-linear-gradient(#183068, #4E5FCE);
    background: -moz-linear-gradient(#183068, #4E5FCE);
    background: linear-gradient(#183068, #4E5FCE);
    color: white;
}
#help-content h3 {
    width: 100%;
    float: left;
    clear: both;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-indent: 10px;
}
#help-content h5 {
    width: 100%;
    float: left;
    clear: both;
    padding: 3px 0;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    text-indent: 10px;
}
#help-content p {
    width: 90%;
    float: left;
    clear: both;
    margin-left: 15px;
    padding: 2px 0;
    font-size: 13px;
}
#help-content .buttons {
    width: 85%;
    float: left;
    clear: both;
    margin: 10px 0;
    text-align: right;
}

#top {
    width: inherit;
    height: 76px;
    margin: 5px 0 0;
    background: #fff;
}
#top h1 {
    float: left;
    clear: none;
    width: 300px;
    height: 66px;
    margin: 5px 0 0 12px;
    background: #fff url(../graphics/SaferWatchMCRM-280x66.png) no-repeat top left;
}
#top div#mission { /* legacy */
    position: absolute;
    top: 45px;
    left: 400px;
    width: 570px;
    height: 25px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #22428E;
}
#top h2#mission { /* index and new */
    position: absolute;
    top: 40px;
    left: 400px;
    width: 570px;
    height: 25px;
}
#top #gps {
    float: left;
    clear: none;
    width: 720px;
    margin: 6px 0 0 0;
}
#top #gps #gpslink {
    text-align: right;
}
#top #gps #gpslink ul {
    padding: 1px 0 0 15px;
    width: inherit;
}
#top #gps #gpslink ul li {
    float: right;
    font-size: 11px;
    white-space: nowrap;
    margin: 0 10px 0 0;
    padding: 0;
    color: #999;
}
#top #gps #gpslink ul li a {
    font-weight: bold;
    color: inherit;
}
#top #minisearch30 { /* used for SW 3.0 pages */
    float: right;
    clear: none;    
    width: 250px;
    margin: 30px 15px 0 0;
    text-align: right;
    position: relative;
    top: 25px;
}

/* NAVIGATION */
#navarea {
    float: left;
    clear: both;
    width: inherit;
    height: auto;
    background: #fff;
}
#nav {
    float: left;
    clear: both;
    width: auto;
    height: inherit;
}
#nav ul {
    float: left;
    width: inherit;
    height: inherit;
}
#nav ul li {
    display: block;
    margin: 3px 0 0 0;
    padding: 0;
    float: left;
    background: #fff;
    text-align: center;
}
#nav ul li a {
    display: block;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #808080;
    padding: 6px 12px 4px;
    text-transform: capitalize;
    background: transparent;
    letter-spacing:.8px;
    border-left: 1px solid #ccc;
}
#nav ul li.last a {
    border-right: 1px solid #ccc;
}
#nav ul li.hot a {
    font-weight: 700;
    color: #700;
}
#page.front #nav ul li a { /* big nav for 'front' pages */
    font-size: 16px;
    padding: 10px 16px 8px;
}
#nav ul li a:hover {
    color: #fff;
    background: #92B22A;
    text-decoration: none;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;  
}
#nav ul li a.here {
    margin-bottom: -1px;
    color: #183068;
    font-weight: 700;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: -webkit-linear-gradient(#ffffff, #e2e1e3, #ffffff);
    background: -o-linear-gradient(#ffffff, #e2e1e3, #ffffff);
    background: -moz-linear-gradient(#ffffff, #e2e1e3, #ffffff);
    background: linear-gradient(#ffffff, #e2e1e3, #ffffff);
    cursor: default;
}
#nav ul li a.here:hover {
    color: #fff;
    background: #92B22A;
    text-decoration: none;  
}
#page.front #nav ul li a.here:hover  { /* big nav for 'front' pages */
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
#nav ul li a.dissed { /* restricted access settings */
    margin-bottom: -1px;
    color: #500;
    font-weight: 700;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    cursor: default;
}
#nav ul li a.dissed:hover {
    color: #700;
    background: #ccc;
    text-decoration: none;  
}
/*  SUB NAV  */
#subnav {
    float: left;
    clear: both;
    width: inherit;
    height: 33px;
    margin: 0  auto;
    background: #f2f1f3;
    border: 1px solid #ccc;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: -webkit-linear-gradient(#ffffff, #e2e1e3);
    background: -o-linear-gradient(#ffffff, #e2e1e3);
    background: -moz-linear-gradient(#ffffff, #e2e1e3);
    background: linear-gradient(#ffffff, #e2e1e3);
}
#subnav ul {
    float: left;
    width: inherit;
    height: inherit;
    margin: 0 0 0 10px;
    padding: 0;
}
#subnav ul li {
    display: block;
    margin: 7px 10px 3px 0;
    padding: 0;
    float: left;
    text-align: center;
}
#subnav ul li a {
    display: block;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #808080;
    padding: 3px 10px;
    text-transform: capitalize;
    letter-spacing: .8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#page.front #subnav ul li.feature a { /* sign up now link */
    color: #22428E;
    font-weight: 700;
}
#subnav ul li a:hover {
    color: #fff;
    background: #92B22A;
    text-decoration: none;
}
#subnav ul li a span.cl-l {
    color: #FF982D;
    font-weight:700;
    background: transparent;
    cursor: default;
}
#subnav ul li a span.cl-l:hover {
    color: #FF982D;
    font-weight:700;
    background: transparent;
    cursor: default;
}
#subnav ul li a.here {
    color: #183068;
    font-weight:700;
    background: transparent;
    cursor: default;
}
#subnav ul li a.here:hover {
    color: #fff;
    background: #92B22A;
    text-decoration: none;
}
#subnav ul li a.dissed { /* restricted access settings */
    margin-bottom: -1px;
    color: #500;
    font-weight: 700;
    cursor: default;
}
#subnav ul li a.dissed:hover {
    color: #700;
    background: #ccc;
    text-decoration: none;  
}

/* PAGE CONTENT */
#content {
    float:left;
    clear:both;
    width: inherit;
    height: auto;
    margin: 10px 0 0;
    padding-bottom: 15px;
    background: #fff;
}
#content h2 { 
    float: left;
    clear: right;
    margin: 10px 0 0 0;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .9px;
    text-indent: 20px;
}
#content h2 .subtext {
    margin-left: 20px;
    font-size: 13px;
    text-transform: none;
}
#content h2 .powertext {
    margin-left: 30px;
    font-size: 13px;
    text-transform: none;
    font-weight: bold;
    color: #B34;
}
#content .log-note {
    float: right;
    clear: none;
    margin: 12px 10px 0 0;
    font-size: 11px;
    text-transform: none;
    font-weight: 700;
    color: #88AC18;
    
}
/* PAGE NAV */
#pagenav {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 34px;
    margin: 0;
    padding: 0;
}
#pagenav ul {
    margin: 2px 0 0 40px;
    height: inherit;
    padding: 0;
    float: left;
}
#pagenav ul li {
    display:block;
    margin: 0 20px 0 0;
    height: inherit;
    float: left;
    text-align: center;
}
#pagenav ul li a {
    display: block;
    margin: 0;
    padding: 8px 12px 2px;
    height: 23px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .8px;
    color: #808080;
    text-transform: capitalize;
    background: #f2f1f3;
    border: 1px solid #ccc;
    border-bottom: none;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
#pagenav ul li a:hover {
    color: #fff;
    background: #8f93b4;
    text-decoration: none;
}
#pagenav ul li a.here {
    margin-bottom: -1px;
    color: #183068;
    font-weight: 700;
    background: #fff;
    border-bottom: 2px solid #fff;
    cursor: default;
}
#pagenav ul li a.here:hover {
    color: #fff;
    background: #8f93b4;
    text-decoration: none;
}
#content-body {
    float: left;
    clear: both;
    width: inherit;
    border: 1px solid #dadaed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}
#risk-body {
    float: left;
    clear: both;
    width: inherit;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border: 1px solid #dadaed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}
#content .mainforms .print-corner { /* Print Page for ICRisk */
    width: 1050px;
    float: left;
    clear: both;
}
#content .mainforms .print-corner .button {
    float: right;
    clear: none;
    font-size: 14px;
    padding: 3px 6px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}
/* Page Notes */
#content .mainforms .message-fold { /* Page note toggle */
    width: 1050px;
    float: left;
    clear: both;
}
#content .mainforms .message-fold#fast-act-fold { /* Page note toggle */
    width: 574px;
    float: left;
    clear: both;
    position: relative;
    top: 28px;
    margin-right: 30px;
}
#content .mainforms .message-fold .button {
    float: right;
    clear: none;
    font-size: 10px;
    padding: 2px 5px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}
/* page notes - ID's are also used by app to remember on/off state */
#content #ics-message,
#content #is-message,
#content #bs-message,
#content #icro-message,
#content #wc-message,
#content #clo-message {
    float: left;
    clear: none;
    width: 960px;
    margin: 0 25px 20px;
    padding: 0 20px 20px;
    border: 0;
    border-bottom: 2px solid #777;
    -moz-border-radius: 6px;
    webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    background: -webkit-linear-gradient(#fff, #fff, #f1f1f1, #ededed);
    background: -o-linear-gradient(#fff, #fff, #f1f1f1, #ededed);
    background: -moz-linear-gradient(#fff, #fff, #f1f1f1, #ededed);
    background: linear-gradient(#fff, #fff, #f1f1f1, #ededed);
}
#content #clo-message {
    border-bottom: 2px solid rgb(255,152,45);
}
#content #swicdCSA1204.on {
    float: left;
    clear: none;
    width: 515px;
    margin: 0 25px 20px;
    padding: 0 16px 20px 20px;
    border: 0;
    border-bottom: 2px solid #777;
    -moz-border-radius: 6px;
    webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    background: -webkit-linear-gradient(#fff, #fff, #faf1f1, #ccabab);
    background: -o-linear-gradient(#fff, #fff, #faf1f1, #ccabab);
    background: -moz-linear-gradient(#fff, #fff, #faf1f1, #ccabab);
    background: linear-gradient(#fff, #fff, #faf1f1, #ccabab);    
}
/* special off state at foot of this file */
#content #ics-message h3,
#content #is-message h3,
#content #bs-message h3,
#content #icro-message h3,
#content #wc-message h3,
#content #swicdCSA1204.on h3,
#content #clo-message h3 {
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #88AC18;
    text-indent: 10px;
    text-transform: uppercase;
}
#content #swicdCSA1204.on h3 {
    font-size: 14px;
}
#content #clo-message h3 {
    color: rgb(255,152,45);
}
#ics-message p,
#is-message p,
#bs-message p,
#icro-message p,
#wc-message p,
#swicdCSA1204.on p,
#clo-message p {
    margin: 5px 50px 5px 20px;
    width: auto;
    font-size: 16px;
    line-height: 22px;
}
#swicdCSA1204.on p {
    font-size: 12px;
    line-height: 16px;
}
#ics-message p.links,
#is-message p.links,
#bs-message p.links,
#icro-message p.links,
#wc-message p.links,
#swicdCSA1204.on p.links,
#clo-message p.links {
    width: 65%;
    text-align: right;
}
#clo-message p.links {
    width: auto;
    text-align: left;
}
#clo-message .buttons .button,
#clo-message p.links .button {
    color: #fff;
    background: #555;
    border-color: rgb(255,152,45);
}
#clo-message .buttons .button:hover,
#clo-message p.links .button:hover {
    color: #555;
    background: #fff;
    border-color: rgb(255,152,45);
}
#ics-message ul,
#is-message ul,
#bs-message ul,
#icro-message ul,
#wc-message ul,
#clo-message ul {
    float: left;
    clear: both;
    margin: 5px 180px 0 60px;
    width: auto;
}
#ics-message ul li,
#is-message ul li,
#bs-message ul li,
#icro-message ul li,
#wc-message ul li,
#clo-message ul li {
    float: left;
    clear: both;
    margin: 10px 0;
    width: auto;
    font-size: 14px;
    line-height: 20px;
}
#ics-message ul li.title,
#is-message ul li.title,
#bs-message ul li.title,
#icro-message ul li.title,
#wc-message ul li.title,
#clo-message ul li.title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}
#clo-message ul li.title {
    color: rgb(255,152,45);
}
#clo-message ul li .prorate-note {
    font-size: 12px;
}
/*FOOT */
#foot {
    float: left;
    clear: both;
    width: inherit;
    margin-top: 30px;
    background:transparent;
    border-top: 1px dotted #ccc;
}
#foot p {
    margin:5px 10px 0 0;
    font-size:11px;
    text-align:right;
    background:transparent;
    color: #777;
}
#foot p#policylinks {
    float:left;
    clear:none;
    width:320px;
    margin:2px 0 0 10px;
    text-align:left;
}
#foot p#policylinks a {
    color:#666;
    text-decoration:none;
}
#foot p#policylinks a:hover {
    color:#009;
    text-decoration:underline;
}
#foot #grizella {
    float:right;
    width:93px;
    height:30px;
    margin:5px 12px 0 0;
    padding:0;
    background:transparent url(../graphics/grizella-logo-6.png) no-repeat top right;
}
#foot #tia {
    float:left;
    width:40px;
    height:35px;
    margin:5px 0 0 10px;
    padding:0;
    background:transparent url(../graphics/tia-member-logo.gif) no-repeat top left;
}
#foot #bbb {
    float:left;
    width:93px;
    height:35px;
    margin:5px 0 0 10px;
    padding:0;
    background:transparent url(../graphics/logo_bbb_accredited.gif) no-repeat top left;
}
#gplus {
    float: right;
    clear: left;
}
#gplus a {
    margin: 15px;
    font-size: 8px;
    color: #666;
    text-decoration:none;
}
#gplus a:hover {
    color: #009;
    text-decoration: underline;
}

/*FLOOR */
#floor {
    display:none;
}
/* #################################### */
/* COMMON WINDOW STYLES */
.v30Win {
    position: absolute;
    top: 220px;
    left: auto;
    right: auto;
    z-index: 999;
    margin-left: 150px;
    padding-bottom: 15px;
    width: 700px;
    height: auto;
    min-height: 120px;
    border: 1px solid #999;
    border-bottom: 1px solid #444;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #dadada;
    background: -webkit-linear-gradient(#dadada, #ffffff);
    background: -o-linear-gradient(#dadada, #ffffff);
    background: -moz-linear-gradient(#dadada, #ffffff);
    background: linear-gradient(#dadada, #ffffff);
    cursor: default;
}
.v30Win h3, 
#selfQuote h3 {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 7px 0 3px;
    font-size: 16px;
    font-weight: 500;
    text-indent: 10px;
    color: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #183068;
    background: -webkit-linear-gradient(#183068, #4E5FCE);
    background: -o-linear-gradient(#183068, #4E5FCE);
    background: -moz-linear-gradient(#183068, #4E5FCE);
    background: linear-gradient(#183068, #4E5FCE);
}
.v30Win#clrequest h3 {
    background-color: #FF982D;
    background: -webkit-linear-gradient(#FF982D, #FFAF66);
    background: -o-linear-gradient(#FF982D, #FFAF66);
    background: -moz-linear-gradient(#FF982D, #FFAF66);
    background: linear-gradient(#FF982D, #FFAF66);
}
.v30Win#clrequest .buttons .button {
    color: #fff;
    background: #555;
    border-color: rgb(255,152,45);
}
.v30Win#clrequest .buttons .button:hover {
    color: #555;
    background: #fff;
    border-color: rgb(255,152,45);
}
/* MODAL WINDOW */
#modalWin {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
    cursor: wait;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);        
}
/* MODAL PROCESSING REQUEST BOX */
#progressWin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    overflow :hidden;
    cursor: wait;
}
#progressWin #progmsg {
    position: absolute;
    top: 300px;
    left: 350px;
    z-index: 90;
    width: 190px;
    height: 42px;
    text-align: center;
    background: #ededed;
    border: 1px solid #dadada;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px #666;
    -webkit-box-shadow:1px 1px 2px #666;
    box-shadow:1px 1px 2px #666;
}
#progressWin #progmsg p {
    margin: 12px 5px 5px 5px;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    color: #444;
}
#progressWin #progmsg a {
    display:none; /* lgacy link not used */
}
/* Light box stuff */
#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;    
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#modal-window {
    position: absolute;
    background: url(/graphics/tint20.png);
    background: rgba(0,0,0,0.2);
    border-radius: 14px;
    padding: 8px;
}
#modal-content {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
}
#modal-close {
    position:absolute;
    background:url(/graphics/close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
}
/* DEBUG WINDOW */
#comTrace {
    position:absolute;
    top:25px;
    right:10px;
    z-index:50;
    width:70px;
    padding:5px 3px;
    font-size:11px;
    background:#CAA;
    border:solid 1px red;
}
#container #debugWin {
    position:absolute;
    top:100px;
    left:100px;
    z-index:50;
    width:100%;
    height:100%;
    overflow:hidden;
    cursor:wait;
}
#container #debugWin textarea {
    color:blue;
    background:#dcdcdc;
    border:solid 1px black;
}

/* Galarry Styles */
#gallerybox {
    position: fixed;
    z-index: 100;    
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0,0,0,0.5);  
}
#gallerybox #gallery {
    position: relative; 
    z-index: 101;     
    width: 920px;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
    border-radius: 12px;
    background: rgba(255,255,255,0.9);  
    padding: 20px;
}
#gallerybox #gallery div {
    position: relative;
    z-index: 101;
    text-align: center;
}
#gallerybox #gallery div img {
    margin: 10px;
    background: #fff;     
}
#gallerybox .closebox {
    position: absolute;
    background: url(/graphics/close.png) 0 0 no-repeat;
    z-index: inherit;    
    width: 24px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    top: -7px;
    right: -7px;
}
/* GENERAL */
.helplink {
    display: inline-block;
    clear: none;
    width: 17px;
    height: 17px;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    text-indent: 0;
    color: #fff;
    background: #4E5FCE;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.helplink2 {
    display: inline-block;
    clear: none;
    width: 17px;
    height: 17px;
    margin-top: 10px;    
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    text-indent: 0;
    color: #fff;
    background: #4E5FCE;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.helplink:hover,
.helplink2:hover {
    text-decoration: none;
}
.xlink2 { /* new style window closer - no wrapper */
    display: inline-block;
    float: right;
    clear: none;
    margin: -20px -20px 0 0;
    width: 25px;
    height: 24px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
    background: #C77;
    color: white;
    -moz-border-radius: 12px;
    webkit-border-radius: 12px;
    border-radius: 12px;
}
.xlink2:hover {
    background: #C66;
    text-decoration: none;
}
.xlink { /* new style window closer - no wrapper */
    display: inline-block;
    float: right;
    clear: none;
    margin: 0 8px;
    width: 17px;
    height: 16px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
    background: #C77;
    color: white;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
    border-radius: 3px;
}
.xlink:hover {
    background: #C66;
    text-decoration: none;
}
.x { /* old style window closer wrapper */
    float: right;
    clear: none;
    margin: 2px;
    width: 18px;
    height: 17px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    background: #c66;
    color: white;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
    border-radius: 3px;
}
.x:hover {
    background: #c77;
}
.x a { /* old style window closer link */
    display: block;
    margin: 2px 0 0 0;
    text-decoration: none;
    color: white;
}
.clear {
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
}
.clear-left {
    clear: left !important;
}
.clear-right {
    clear: right !important;
}
.on {
    visibility: visible;
}
.printonly,.po,.alttext,.block,.off { /* Removes Completely from Page */
    display: none;
}
.hide,.null { /* Preserves Space on Page */
    visibility: hidden;
}
#content #swicdCSA1204.off {
    visibility: hidden;    
    display: inline-block;
    float: left;
    clear: both;
    width: 515px;
    height: 0px;
    margin: 0 25px 0;
    padding: 0 16px 0 20px;
    overflow: hidden;
}
#content #swicdCSA1204.off p {
    display: none;
}