a.bm_action, a.bookmark_link {
  font-size:16px;
  height:35px;
}
a.bm_action {
    font-size:10px;
}
div.bookmarks {
    border-style:solid;
    border-width:0px;
    width:200px;
    z-index:1000;
    position:absolute;
    top: 30px;
    left: 10px;
    padding: 6px;
    /* firefox */
    opacity:0.85;
    /* ie */
    filter:alpha(Opacity=85);

}
html {
    height: 100%;
    margin-bottom: 1px;
}
#container {
    width: 80%;
    text-align: left;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
}
#header-container {
    width: 100%;
    padding-top: 15px;
}
#header-container h1, #header-container h2 {
    margin-left: 6px;
    margin-bottom: 6px;
}
.spacer {
    width: 100%;
    height: 15px;
}
hr {
    border: 0px;
    color: #ccc;
    background-color: #cdcdcd;
    height: 1px;
    width: 100%;
    text-align: left;
}
h1.header1 {
    font-size: 28px;
    color: #c55;
    background-color: #fff;
    font-weight: 300;
}
h2.header2 {
    font-size: 18px;
    color: #c55;
    background-color: #fff;
    font-weight: 300;
}


h4.header4 {
    font-size:14px;
    font-weight: bold
}


h3 {
    color: #4d9b12;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    padding: 5px;
    margin-top: 5px;
}

#left-container {
    float: left;
    width: 250px;
    background-color: #FFFFFF;
    color: black;
}

#left-container h3 {
    color: #c55;
}

#main-container {
    margin: 5px 5px 5px 260px;
    padding: 15px;
    border-left: 1px solid silver;
    min-height: 400px;
}
a {
    color: #888888;
    /* background-color: #fff; */

    text-decoration: none;
}
a:hover {
    /*  color: #4d9b12;
        background-color: #fff;
        */
    text-decoration: underline;
}
#footer-container {
    clear: both;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
}
.right {
    float: right;
    font-size: 100%;
    margin-top: 5px;
    color: #999;
    background-color: #fff;
}
.left {
    float: left;
    font-size: 100%;
    margin-top: 5px;
    color: #999;
    background-color: #fff;
}
#main-container ul {
    margin-left: 3.0em;
}

.logo {
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
    color:white;

    /* put the logo in the bottom corner */
    position: absolute;
    bottom: 30px;
    right: 30px;

    border: 1px white;
    border-style: solid;
    width: 80px;
    height: 50px;
}

.logo_image {
    /* put the logo in the bottom corner */
    position: absolute;
    bottom: 45px;
    right: 40px;

}


/* Experimenting with some table styles*/

table {
    color: #212424;
    margin: 0 0 1em 0;
}
table, tr, th, td {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
caption {
    font-weight: bold;
    background: #EEEEEE;
    font-size: 20px;
    text-align: left;
    padding-left: 5px;
}
caption:hover {
    background-position: 98% 100%;
}

/* HEADER */

thead {
    background: #aaaaaa;
}
thead tr th {
    padding: 2px 0px 2px 5px;
    text-align: left;
    color: #333333;
    border-bottom: 3px solid #888888;
}

/* FOOTER */

tfoot {
    color: #fff;
    background: #888888;
}
tfoot tr th, tfoot tr td {
    padding: .2em .6em;
    border-top: 2px solid #A5D768;
}
tfoot tr th {
}
tfoot tr td {
    text-align: left;
}

/* BODY */

tbody tr td {
    background: #eeeeee  no-repeat top left;
}
tbody tr.odd td {
    background-color: #D0EBA6;
}
tbody tr td:hover, tbody tr.odd td:hover {
    background: #dddddd;
}
tbody tr th, tbody tr td  {
    padding: 2px 4px 2px 4px;
    border: 1px solid #777777;
}
th {
    font-size: 14px;;
}
tbody tr th:hover {
    background: #dddddd;
}

/* LINKS */

table a {
    color: #444444;
    text-decoration: none;
}
table a:hover {
    text-decoration: underline;
}


/****** BREAD CRUMBS **********/


#hierarchy {
    position:relative;
    float:left;
    width:100%;
    padding:0 0 1.75em 1em;
    margin:0;
    line-height:1em;
}

#hierarchy LI {
    float:left;
    margin:0;
    padding:0;
}
#hierarchy LI.on {
    float:left;
    margin:2px;
    padding:2px;
    border: 0;
}

#hierarchy A {
    display:block;
    color:#444;
    text-decoration:none;
    font-weight:bold;
    background:#fff;
    margin:0;
    padding:0.25em 1em;
    border-left:1px solid #fff;
    border-top:1px solid #fff;
    border-right:1px solid #aaa;
}

#hierarchy A:hover,
#hierarchy A:active,

#hierarchy LI.on {
    position:relative;
    z-index:102;
    background: #eeeeff;
    text-decoration: underline;
}

/*subnav*/

#hierarchy UL {
    position:absolute;
    left:0;
    top:1.5em;
    float:left;
    background:#bbb;
    width:100%;
    margin:0;
    padding:0.25em 0.25em 0.25em 1em;
    list-style:none;
    border-top:1px solid #fff;
}

#hierarchy UL LI {
    float:left;
    display:block;
    margin-top:1px;
}

#hierarchy UL A {
    background:#bbb;
    color:#fff;
    display:inline;
    margin:0;
    padding:0 1em;
    border:0
}


#hierarchy UL A:hover,
#hierarchy UL A:active,
#hierarchy UL A:link,
#hierarchy UL A:visited {
    color:#444;
}

/* accessible forms */



form fieldset {
    / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 0px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label {
    padding: 0;
    margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: left;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
    text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
/* pseudo-class on legend elements, but do support it on label elements */
/* we instead underline first letter on each label element and accesskey */
/* each input. doing only legends would  lessens cognitive load */
/* opera breaks after first letter underlined legends but not labels */
}

input.text {
    width: 300px;
}
input.submit {
    width: 80px;
}
input.reset {
    width: 80px;
}

form input, form textarea {
    margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                            label aligns textarea better in IE */
}


form input#reset {
    margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
    display: block;
    margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
    padding: 1px 3px;
    font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
    clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.radiolabel {
    display:inline;
    float: none;
}


.numberedQuestion {
    font-size:18px;
    padding-right:6px;
}



