*
{
    margin: 0;
    padding: 0;
}

html
{
    min-height: 100.2%;
}

body
{
    background-color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

a, a:visited
{
    color: #1774CA;
    text-decoration: none;
}

a:hover
{
    color: #1774CA;
    text-decoration: underline;
}

acronym
{
    cursor: help;
}

address
{
    display: inline;
    font-style: normal;
}

dl
{
    margin-top: 30px;
}

dt
{
    color: #1774D3;
    font-weight: bold;
    margin: 5px 0;
}

dd
{
    padding: 0 0 10px 30px;
}

fieldset
{
    border: 1px solid #2F439A;
    padding: 10px;
    margin: 10px 0;
}

h1, h2, h3, h4, h5, h6
{
    color: #991b1e;
    font-family: arial, helvetica, sans-serif;
    font-style: italic;
}

h1
{
    font-size: 14pt;
    margin: 12px 0;
}

h2
{
    font-size: 12pt;
    margin: 10px 0;
}

h3
{
    margin: 7px 0;
}

hr
{
    background-color: #991b1e;
    border: 0;
    color: #991b1e;
    margin: 10px 0;
}

iframe
{
    border: 0;
}

img
{
    border: 0;
}

input[type='text'], input[type='password'], select, textarea
{
    border: 1px solid #000000;
    padding: 2px;
    width: 300px;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus
{
    background-color: #FFFFCC;
    border: 1px solid #ffcc33;
}

input[type='submit']
{
    background: #a90329;
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    border: 0;
    cursor: pointer;
    color: #ffffff;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border-style: solid;
    font-size: 10pt !important;
    text-decoration: none;
    line-height: 15px;
    margin: 10px 0;
    padding: 5px 12px 6px 12px;
    white-space: nowrap;
    text-shadow: 0 1px 0 #FFFFFF;
    -moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
}

label
{
    display: block;
    font-weight: bold;
    padding-bottom: 2px;
}

legend
{
    color: #2F439A;
    font-weight: bold;
    padding: 0 10px;
}

ol, ul
{
    list-style-position: outside;
    margin-left: 20px;
}

option
{
    padding-right: 8px;
}

p
{
    padding: 5px 0;
}

sup
{
    color: #ff0000;
}

.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

.left
{
    text-align: left !important;
}

.center
{
    text-align: center !important;
}

.right
{
    text-align: right !important;
}

.justify
{
    text-align: justify !important;
}

.smaller
{
    font-size: smaller !important;
}

.bold
{
    font-weight: bold !important;
}

.italics
{
    font-style: italic !important;
}

.block
{
    display: block !important;
}

.inline
{
    display: inline !important;
}

.red
{
    color: #ff0000 !important;
}

.green
{
    color: #4CBB17 !important;
}

.yellow
{
    color: #EEAD0E !important;
}

.fleft
{
    float: left !important;
}

.fright
{
    float: right !important;
}

.nofloat
{
    float: none !important;
}

.cursor
{
    cursor: pointer;
}

.bgwhite
{
    background-color: #ffffff !important;
}

.bgltgrey
{
    background-color: #efefef !important;
}

.bggreen
{
    background-color: #E3FFE3 !important;
}

.bgyellow
{
    background-color: #ffff99 !important;
}

.bgred
{
    background-color: #FFE7E7 !important;
}

.nobr
{
    white-space: nowrap !important;
}

.imgmiddle
{
    vertical-align: middle;
}

.fullwidth
{
    width: 100% !important;
}

#debug
{
    margin: auto;
    width: 980px;
}

#debug h2
{
    text-align: center;
}

#debug table
{
    margin: 10px auto;
    min-width: 300px;
}

#debug th
{
    background-color: #000000;
    color: #ffffff;
    padding: 6px 0;
}

#debug td
{
    padding: 3px 10px;
}

#debug td:first-child
{
    border-right: 1px solid #000000;
    font-weight: bold;
}

#debug tr:nth-child(odd)
{
    background-color: #eeeeee;
}

#debug tr:nth-child(even)
{
    background-color: #ffffff;
}

#container
{
    min-height: 500px;
    margin: auto;
    width: 960px;
}

#header
{
    height: 250px;
    overflow: hidden;
}

#body
{
    background: #ffffff url('/images/bgflagstrip.jpg') no-repeat;
    height: 1%;
}

#navbar
{
    float: left;
    width: 220px;
}

#navbar ul
{
    background: #000000 url('/images/bgsprite.png') no-repeat 0 -7px;
    list-style-type: none;
    margin: 20px 0;
    padding-top: 5px;
    width: 186px;
}

#navbar li
{
    border-top: 2px solid #3c64ab;
}

#navbar li.first
{
    border-top: 0;
}

#navbar .last
{
    background: #040707 url('/images/bgsprite.png') no-repeat 0 24px;
    padding-bottom: 5px;
}

#navbar .first a
{
    padding-top: 0;
}

#navbar .last a
{
    padding-bottom: 0;
}

#navbar a
{
    background: #040707 url('/images/bgsprite.png') repeat-y -189px 0;
    color: #ffffff;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    padding: 4px 0 4px 25px;
}

#navbar li a:hover
{
    text-decoration: none;
}

#content
{
    float: right;
    min-height: 300px;
    width: 710px;
}

#footer
{
    border-top: 3px solid #2f378c;
    float: right;
    margin-top: 20px;
    padding: 10px 0 20px 0;
    width: 710px;
}

#footer span
{
    font-size: .7em;
}

#footer b
{
    color: #2f378c;
    margin-right: 10px;
}

#board
{
    list-style-type: none;
    margin-bottom: 20px;
}

#board li
{
    padding: 5px 0;
}

#video
{
    float: right;
    margin: 0 0 20px 20px;
}

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

#contactinfo
{
    float: right;
    margin: 15px 25px 0 0;
    width: 325px;
}

#contactform textarea
{
    height: 12em;
}

#errormsg
{
    background-color: #FFE7E7;
    border: 3px solid #CC2246;
    color: #CC2246;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    width: 90%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFEAEA), to(#FFB3B3));
    background: -moz-linear-gradient(#FFEAEA, #FFB3B3);
    background: linear-gradient(#FFEAEA, #FFB3B3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEAEA', endColorstr='#FFB3B3',GradientType=0 );
}

#errormessage
{
    background-color: #FFE7E7;
    border: 3px solid #CC0033;
    color: #000000;
    margin: 0 auto 20px;
    padding: 10px;
    width: 95%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFEAEA), to(#FFB3B3));
    background: -moz-linear-gradient(#FFEAEA, #FFB3B3);
    background: linear-gradient(#FFEAEA, #FFB3B3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEAEA', endColorstr='#FFB3B3',GradientType=0 );
}

#errormessage img
{
    float: left;
    margin: 10px 20px 10px 10px;
}

#errormessage h2
{
    font-size: 13pt;
    margin: 3px;
}

#errormessage ul
{
    list-style-position: inside;
    list-style-type: none;
    margin-left: 62px;
}

#errormessage li
{
    margin: 5px 0;
}

#noticemessage
{
    background-color: #FFFFCC;
    border: 3px solid #ffcc00;
    color: #C60000;
    margin: 0 auto 20px;
    padding: 10px;
    width: 90%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEFFA9), to(#FFFFCC));
    background: -moz-linear-gradient(#FEFFA9, #FFFFCC);
    background: linear-gradient(#FEFFA9, #FFFFCC);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFA9', endColorstr='#FFFFCC',GradientType=0 );
}

#noticemessage img
{
    float: left;
    margin: 10px 20px 10px 10px;
}

#noticemessage h2
{
    margin: 3px;
}

#noticemessage ul
{
    list-style-position: inside;
    list-style-type: none;
    margin-left: 32px;
}

#noticemessage li
{
    margin: 5px 0;
}

#successmessage
{
    background-color: #FFFFCC;
    border: 3px solid #71AF27;
    color: #71AF27;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 10px;
    width: 90%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEFFA9), to(#FFFFCC));
    background: -moz-linear-gradient(#FEFFA9, #FFFFCC);
    background: linear-gradient(#FEFFA9, #FFFFCC);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFA9', endColorstr='#FFFFCC',GradientType=0 );
}

#successmessage img
{
    float: left;
    margin-right: 10px;
}

#successmessage p
{
    padding-top: 8px;
}

#donationform
{
    margin: 20px auto;
}

#donationform td
{
    padding: 5px;
}

#donationform input#item_price_1
{
    width: 100px;
}

address.donation
{
    display: block;
    margin: 20px 0;
}

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

#sponsortable
{
    margin: 20px auto 0;
    width: 90%;
}

#sponsortable td
{
    padding: 4px 0;
}

#guestbookmovies
{
    border-bottom: 3px solid #2f378c;
    margin: 20px 0;
    padding-bottom: 20px;
}

#guestbookmovies object
{
    margin: 0 10px;
}

#guestbook
{
    border-bottom: 3px solid #2f378c;
    height: 172px;
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 95%;
}

#guestbook #comments
{
    float: right;
}

#comments #desc
{
    height: 5em;
}

#bvrcomments
{
    float: right;
    margin-right: 30px;
    width: 45%;
}

#bvrcomments textarea
{
    height: 10em;
}

#guestbookposts
{
    list-style-type: none;
    margin: 0;
}

#guestbookposts li
{
    background: #ffffff url('/images/bgguestbook.png') repeat-y;
    border: 1px solid #999999;
    margin: 5px 0;
}

#guestbookposts p.left
{
    float: left;
    text-align: center !important;
    width: 175px;
}

#guestbookposts p.right
{
    margin-left: 185px;
    text-align: left !important;
}

#pagination
{
    margin: 20px auto;
}

#pagination td
{
    padding: 0 4px;
    vertical-align: top;
}

#throbber
{
    margin-left: 10px;
}

#rightcol
{
    color: #2c348b;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    width: 200px;
}

#rightcol h2, #rightcol h3
{
    color: #2c348b;
}

#rightcol h2
{
    font-size: 22pt;
    margin-bottom: 0;
}

#rightcol h2 span
{
    color: #ffffff;
}

#rightcol h3
{
    font-size: 10pt;
    font-style: normal;
    margin: 10px 0 0 0;
}

#rightcol div
{
    background-color: #bfd2ea;
    margin-bottom: 10px;
    padding: 2px 20px 10px 20px;
    text-align: center;
}

#rightcol #whatsnew
{
    background: #bfd2ea url('/images/bgwhatsnewtop.png') no-repeat top;
}

#rightcol #whatsnew a
{
    color: #ffffff;
    font-weight: bold;
}

#rightcol #donation
{
    background: #bfd2ea url('/images/bgwhatsnewbottom.png') no-repeat bottom;
    padding-bottom: 5px;
}

#homevideo
{
    margin: 25px 0;
    text-align: center;
}

#imagethumb
{
    float: left;
    margin: 10px;
    text-align: center;
    width: 200px;
}

#lefthalfcol
{
    float: left;
    width: 49%;
}

#righthalfcol
{
    float: right;
    width: 49%;
}

select.dob
{
    width: auto;
}

label.radiocheck
{
    padding-bottom: 4px;
}

#holidayform li input
{
    margin: 3px 0;
    width: 95%;
}

#holidayform hr
{
    width: 95%;
}

#holidayform textarea
{
    height: 7em;
    width: 95%;
}

#holidaylist
{
    width: 100%;
}

#holidayview th
{
    padding: 5px;
    text-align: left;
}

#holidayview td
{
    padding: 10px;
    vertical-align: top;
}

#holidayview ul
{
    margin: 10px 0 10px 30px;
}

p.downloadform
{
    float: left;
    margin: 20px 0 20px 38px;
    text-align: center;
    width: 25%;
}

#fundraiserform
{
    margin-top: 40px;
}

#fundraiserform select
{
    width: auto;
}

#fundraiserinfo td
{
    padding: 5px;
}

#eventinfobox
{
    border: 1px solid #cccccc;
    float: right;
    margin: 0 0 30px 30px;
    width: 300px;
}

#eventinfobox th
{
    background-color: #efefef;
    border-bottom: 1px solid #cccccc;
    padding: 3px 5px;
    text-align: left;
    vertical-align: top;
}

#eventinfobox td
{
    border-bottom: 1px solid #cccccc;
    padding: 3px 5px;
    vertical-align: top;
}

#eventinfobox .lastrow
{
    border-bottom: 0;
}

#eventinfobox caption
{
    font-weight: bold;
}

#bluevalorform label
{
    height: 21px;
}

#bluevalorform label.noreq
{
    height: 16px;
    padding-top: 5px;
}

#bluevalorform input.small
{
    width: 75px;
}

#bluevalorform input.medium
{
    width: 150px;
}

#bluevalorform select
{
    width: auto;
}

#bluevalorform p.small
{
    float: left;
    width: 85px;
}

#bluevalorform p.medium
{
    float: left;
    width: 160px;
}

#bluevalorform p.large
{
    float: left;
    width: 310px;
}

#bluevalorform p.smallbox
{
    float: left;
    width: 150px;
}

#bluevalorform fieldset.halfwidth
{
    float: left;
    width: 45%;
}

#bluevalorform fieldset.halfwidth.first
{
    margin-right: 26px;
}

#bvrdonationlist, #fundraiserlist
{
    border: 1px solid #2853BE;
    border-spacing: 0;
    margin: 20px auto;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#bvrdonationlist thead
{
    background: #BFD2EA;
    padding: 6px 0;
    vertical-align: bottom;
}

#bvrdonationlist td
{
    padding: 4px 7px;
}

#bvrdonationlist tfoot td
{
    border-top: 1px solid #2853BE;
    font-weight: bold;
}

#bvrdonationlist td.right
{
    padding-right: 20px;
}

#bvrdonationlist th.supporters
{
    border: 0;
    font-size: 14pt;
    padding-bottom: 15px;
}

#bvrdonationlist th
{
    border-bottom: 1px solid #2853BE;
    padding-bottom: 5px;
}

#bvrdonationlist td.first
{
    white-space: nowrap;
}

#bvrdonationlist td.message
{
    min-width: 50%;
}

#bvrdonationlist i
{
    font-size: smaller;
}

#bvdonate
{
    background-color: #BFD2EA;
    border: 1px solid #2853BE;
    margin: 20px 0;
    padding: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#bvdonate h2
{
    font-size: 10pt;
}

#bvdonate div.part
{
    float: left;
    padding: 5px;
    width: 212px;
}

#bvdonate input[type="text"]
{
    width: 60%;
}

#bvdonate textarea
{
    height: 10em;
    width: 80%;
}

#fundraiserlist
{
    margin-bottom: 0;
}

#fundraiserlist td
{
    padding: 10px;
}

#bvsearch
{
    background-color: #BFD2EA;
    border: 1px solid #2853BE;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 420px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#bvsearch input[type="text"]
{
    font-weight: normal;
    padding: 6px;
}

#alert
{
    background-color: #FFE7E7;
    border: 3px solid #CC0033;
    color: #000000;
    padding: 10px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFEAEA), to(#FFB3B3));
    background: -moz-linear-gradient(#FFEAEA, #FFB3B3);
    background: linear-gradient(#FFEAEA, #FFB3B3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEAEA', endColorstr='#FFB3B3',GradientType=0 );
    text-align: center;
}

p.thankyou
{
    background-color: #FFFFCC;
    border: 2px solid #71AF27;
    color: #71AF27;
    font-weight: bold;
    margin: 12px 0;
    padding: 10px;
    text-align: center;
    width: 60%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEFFA9), to(#FFFFCC));
    background: -moz-linear-gradient(#FEFFA9, #FFFFCC);
    background: linear-gradient(#FEFFA9, #FFFFCC);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFA9', endColorstr='#FFFFCC',GradientType=0 );
}

p.disabled, p.disabled sup, p.disabled input[type="text"]
{
    color: #cccccc !important;
}

#blrlogo
{
    float: right;
    margin: 0 0 30px 30px;
}

img.bvrphoto
{
    float: left;
    margin: 0 30px 30px 0;
}

#manualdonate
{
    float: left;
    margin-top: -7px;
    width: 60%;
}

#manualdonate fieldset
{
    margin-top: 0;
    padding-left: 40px;
}

#manualdonate select, #manualdonate p.small input
{
    width: auto;
}

#manualdonate input[type="submit"]
{
    margin-top: 15px;
}

#loginform
{

    margin: 10px 0 30px 60px;
    padding: 30px;
    width: 200px;
}

#loginform label
{
    color: #000000;
    display: block;
    font-weight: bold;
    text-align: left;
}

#loginform input[type="text"], #loginform input[type="password"]
{
    border: 1px solid #273B69;
    font-size: larger;
    padding: 5px;
    width: 95%;
}

#donateprogress
{
    border: 1px solid #2853BE;
    clear: both;
    margin-top: 30px;
    padding: 14px 40px 6px 40px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#donateprogress .thermometer
{
    background-color: #CCCCCC;
    height: 30px;
    padding: 3px;
}

p.bar
{
    background: transparent url('/images/therometer.png') repeat-x;
    font-weight: bold;
    height: 30px;
    text-align: center;
}

#donateprogress .goal, #donateprogress .sofar
{
    color: #2853BE;
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
}

#donateprogress .goal
{
    float: right;
}

#donateprogress .sofar
{
    float: left;
}

#item_price_1
{
    background: #ffffff url('/images/bgdollar.png') no-repeat;
    padding-left: 10px;
}

.leftwmargin
{
    float: left;
    margin: 0 20px 20px 0;
    max-width: 50%;
    min-height: 120px;
}

#updateaccount textarea
{
    height: 12em;
}

#loginform.mini, #lostpassform
{
    border: 1px solid #9C9C9C;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    -moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    float: right;
    margin: 0 25px 0 40px;
    padding: 30px;
    width: 200px;
}

#lostpassform input[type="text"]
{
    width: 190px;
}

#bvrnavbar
{
    border: 1px solid #26266F;
    float: right;
    list-style-type: none;
    margin: 0 0 10px 30px;
    width: 200px;
}

#bvrnavbar h2
{
    background-color: #26266F;
    color: #ffffff;
    font-style: normal;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

#bvrnavbar a
{
    border-bottom: 1px solid #26266F;
    color: #991b1e;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}

#bvrnavbar a:hover
{
    text-decoration: none;
}

#bvrnavbar li:last-of-type a
{
    border-bottom: 0;
}

div.donaterightcol
{
    float: right;
    margin: 0 0 30px 30px;
    width: 200px;
}
