#formdiv {
    margin: 20px 0;
}
#formdiv * {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
}
#formdiv legend {
    font-size: 2em;
    font-weight: bold;
    color: #002F5F;
}
#formdiv label {
    display: block;
    margin: 10px 0 0 0;
    padding: 2px 0;
}
#formdiv select {
    width: 205px;
}
#formdiv input, #formdiv select, #formdiv textarea {
    background: #f1f1f1;
}
#formdiv input:focus, #formdiv select:focus, #formdiv textarea:focus {
    background: #fff;
}
#formdiv #resetform {
    display: none;
}
#submitbuttons {
    margin: 20px 0;
}
#formdiv #submitform {
    background: transparent url(images/submit_button.png) no-repeat scroll left top;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    width: 135px;
}
#formdiv #submitform:hover {
    cursor: pointer;
    background-position: 0 -34px;
}
#formdiv #submitform:active {
    background-position: 0 -68px;
}

.searchword {
    font-weight: bold;
    color: #930075;
}
a .searchword {
    color: #002f5f;
}
a:hover .searchword {
    color: #fff;
}

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
html, body {
    height: 100%;
}
body {
    font: .9em Tahoma, Arial, sans-serif;
    line-height: 1;
    color: #333;
    background: #fff url(images/bg_top_purple.jpg) repeat-x;
    min-height: 100%;
}
body#tinymce {
    background: #fff;
}
h1, h2, h3, h4 {
    font-weight: bold;
    color: #002f5f;
    margin: 30px 0 10px 0;
    line-height: 1.3;
}

h1 {
    font-size: 2.8em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.4em;
    margin: 1.4em 0 0.5em;
}
h4 {
    font-size: 1.1em;
    margin: 1.1em 0 0;
}
p, ul {
    margin: 10px 20px 18px 0;
    line-height: 1.6em;
}

a, a:link, a:visited {
    color: #002f5f;
    padding: 0 1px;
}

a.pdflink {
    background-image: url(images/icons/page_white_acrobat.png);
}
a.doclink {
    background-image: url(images/icons/page_white_word.png);
}
a.xlslink {
    background-image: url(images/icons/page_white_excel.png);
}
a.pdflink, a.doclink, a.xlslink {
    padding: 0 20px 0 1px;
    background-position: right;
    background-repeat: no-repeat;
}
a:hover, a:active {
    text-decoration: none;
    background-color: #002f5f;
    color: #fff;
}


li {
    margin: 0 0 0 30px;
}

input, select, textarea {
    border: 1px solid #999;
    padding: 2px;
}

blockquote {
background: #f1f1f1 url(images/quotes.png) top left no-repeat;
color:#666666;
margin: 10px 0 20px;
padding: 1px 0 1px 25px;
background-position: -45px 10px;
width: 520px;
}


blockquote p.closequote {
background: transparent url(images/quotes.png) bottom right no-repeat;
background-position: 110% 100%;
padding-bottom: 0;
padding-right: 25px;
}

blockquote p:last-child {
background: transparent url(images/quotes.png) bottom right no-repeat;
background-position: 110% 100%;
padding-bottom: 0;
padding-right: 15px;
}

#container-outer {
    background: #FFF;
  /*  border-bottom: 1px solid #EEE; */
    margin: 70px 0 0 0;
}
#content {
    width: 950px;
/*  position: absolute;
    top: 220px;
*/
    display: block;
    clear: both;
}
#content.home {
    background: transparent url(images/leader_top.gif) top left no-repeat;
}

#content.home #breadcrumb {
    display: none;
}

#container {
    width: 960px;
    margin: 0 auto;
    padding: 0 10px 20px;
    position: relative;
}

#masthead {
    margin: 75px 0 17px -25px;
    width: 100%;
}

#masthead a {
    position: absolute;
    top: 0;
    left: -15px;
    width: 210px;
    height: 120px;
}
#masthead a:hover, #masthead a:active {
    background: none;
}
#breadcrumb {
    display: block;
    margin: 20px 0 0;
}

#searchdiv {
    position: absolute;
    top: 45px;
    right: 20px;
    background: transparent url(images/subnav_topbg.gif) top left no-repeat;
    width: 224px;
    padding: 19px 0 0 0;
}

#searchdiv form {
    padding: 0 0 19px 0;
    background: transparent url(images/subnav_bottombg.gif) bottom left no-repeat;
}
#searchdiv form label {
    display: none;
}
#searchdiv fieldset {
    background: transparent url(images/subnav_bodybg.gif) top left repeat-y;
    padding: 3px 0 6px;
}

#searchdiv input {
    margin: 0 0 0 22px;
    color: #666;
    font-size: 1em;
    border: none;
    padding: 5px;
    width: 170px;
}

#searchdiv div input.submit {
    background:transparent url(images/go_button.gif) 10px 17px no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 48px;
    margin: 0;
    position: absolute;
    right: 20px;
    text-indent: -9999em;
    text-transform: capitalize;
    top: 3px;
    width: 40px;
}
#searchdiv div input.submit:hover {
    background:transparent url(images/go_button.gif) 10px -43px no-repeat;
}

.leader {
    background: transparent url(images/leader_bottom.gif) bottom left no-repeat;
    color: #002f5f;
    display: block;
    height: 300px;
    padding: 15px 0 35px  0;
    margin: 0 0 50px 0;
    font-size: 1em;
    line-height: 1.6em;
}
.leader div {
    background: transparent url(images/leader_bg.gif) top left repeat-y;
    height:305px;
    padding:0 10px;
    width: 930px;
}
.leader p {
    float: left;
    width: 425px;
    margin: 8px 20px;
}

.leader img {
    float: right;
    margin: 5px 15px 10px 0;
    border: 3px solid #FFF;
}

.bigtxt {
    font-size: 1.2em;
}

.bodycopy {
    width: 725px;
}

img.right {
    float: right;
    margin: 0 0 20px 20px;
}
img.left {
    float: left;
    margin: 0 20px 20px 0;
}

.alignr {
    text-align: right;
}

.home .bodycopy {
    border-right: 1px solid #ddd;
    width: 475px;
}

.sidecopy {
    float: right;
    width: 425px;
}

.sidecopy img {
    margin: 20px 0;
}

.sidecopy a#donate:hover {
    text-decoration: none;
    background: none;
}

#navigation {
    position: absolute;
    top: -54px;
    left: 0;
    font-weight: bold;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation li {
    display: inline;
    padding:  10px 0;
    margin: 0;
}


#navigation li#currentsection, #navigation li:hover, #navigation li.currentlink, #navigation li.focussed {
    background: url(images/licurrent_left.png) no-repeat;
}

#navigation a {
    color: #ffffff;
    text-decoration: none;
    margin: 20px 0;
    padding:  10px 28px;
}
#navigation a:active {
    background-color: transparent;
}


#navigation li#currentsection a, #navigation a:hover, #navigation li.currentlink a, #navigation li.focussed a {
    background: url(images/licurrent_right.png) top right no-repeat;
}








#navigation div ul li div {
    display: none;
}

#navigation div ul li#currentsection div {
    display: block;
    width: 224px;
    position: absolute;
    top: 190px;
    right: -72px;
    background: transparent url(images/subnav_topbg.gif) top left no-repeat;
}


#navigation div ul li#currentsection div ul {
    margin: 10px 0;
    padding: 0 0 18px 0;
    background: transparent url(images/subnav_bottombg.gif) bottom left no-repeat;
}

#navigation div ul li#currentsection div ul li {
    list-style: none;
    padding: 0 18px;
    line-height: 2.2;
    background: transparent url(images/subnav_bodybg.gif) top left repeat-y;
    display: list-item;
    }


#navigation div ul li#currentsection div ul li a {
    background: transparent url(images/submenuarrow.png) -211px 12px no-repeat;
    border-bottom: 1px solid #738000;


display:block;
float:none;
height:auto;
margin:0;
padding: 6px 0 6px 20px;
width:165px;
line-height: 1.2;
/*
    font-weight: bold;
    padding: 0 0 0 20px;
    text-decoration: none;
    display: block;
    width: 100%;
    color: #FFF;
    float: none;
    height: auto;
    margin: 0 3px 0 0;

*/
}
#navigation div ul li#currentsection div ul li.parent a,
#navigation div ul li#currentsection div ul li a:hover,
#navigation div ul li#currentsection div ul li.currentlink a {
    background: transparent url(images/submenuarrow.png) -2px 12px no-repeat;
}


#navigation div ul li#currentsection div ul li div,
#navigation div ul li#currentsection div ul li div ul,
#navigation div ul li#currentsection div ul li div ul li {
    background: none;
    position: static;

}

#navigation div ul li#currentsection div ul li div {
    /*width: 200px;*/
}
#navigation div ul li#currentsection div ul li div ul {
    margin: 0;
    padding: 0;
}
#navigation div ul li#currentsection div ul li div ul li {
    padding: 0 12px 0 0;
    width: 185px;
}

#navigation div ul li#currentsection div ul li div ul li a,
#navigation div ul li#currentsection div ul li div ul li.nonancestor a {
    padding: 6px 0 6px 30px;
    font-size: 90%;
    background-position: -200px 12px;
    width: auto;
}
#navigation div ul li#currentsection div ul li div ul li a.currentlink,
#navigation div ul li#currentsection div ul li div ul li a:hover {
    background-position: 12px 12px;
    font-weight: bold;
}

#navigation div ul li#currentsection div ul li.nonancestor div {
    display: none;
}


.clear {
    clear: both;
}   

.img-shadow {
    float: right;
    background: url(images/shadowAlpha.png) no-repeat bottom left !important;
    background: url(images/shadow.gif) no-repeat bottom left;
    margin: 10px 10px 0 25px !important;
}
.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    margin: -6px -6px 6px 6px;
    padding: 4px;

    padding: 2px 4px 2px 2px;
    
    border: 1px solid #eee;
}

.floatright {
    float: right;
}

#footer {
    text-align: center;
    padding: 200px 0 40px;
    margin-top: 40px;
    font-size: .8em;
    color: #fff;
    background: #910075 url(images/silhouettes-3.png) center 30px repeat-x;
}
#footer a {
    color: #fff;
}

.map_canvas {
height: 250px;
}

form span.error {
color: #a00;
display: block
}
.error {
    color: #a00;
    border-color: #a00;
}
input.error, select.error, textarea.error {
    background: #fff;
}
.formresult {
background: #eee;
font-weight: bold;
width: 300px;
border: 1px solid #ccc;
padding: 10px;
color: #A11781;
}
