body {
    background-image: url("pictures/bg-img.jpg");
    background-color: #3b2c04;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 800px;
    font-family: sans-serif;
}
.body {
    /*form body*/
    border: solid 1px #ccc;
    font-family: sans-serif;
    margin-bottom: 10px;
    padding: 10px;
}
.body h1 {
    font-family: sans-serif;
    color: #006dba;
    font-weight: normal;
    font-size: large;
}
label {
    font-size: smaller;
    font-family: sans-serif;
    color: #45360b;
    font-weight: bold;    
}

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}
.prop .req {
    margin-left: 5px;
    margin-right: 5px;
    color: red;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.mark {
    background-color: red;
}
table {
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
}

#logo{
    margin-top: 50px;
    margin-left: 80px;
    margin-right: 50px;
    margin-bottom: 50px;
    width: 255px;
    border: 0;
}
.topSection{
    background-color: white;
    font-family: sans-serif;
}

.midSection{
    background-color: #e0a935;
    min-height: 183px;
}
#snapshot{
    float: left;
    position: relative;
    margin-top: -100px;
    /*z-index: 9999;*/
}
#midright {
    background-image: url("pictures/highlight-orange-right.png");
    background-repeat: no-repeat;
}
#midright h1 {
    text-align: center;
    padding-right: 50px;
}
#midright p{
    text-align: right;
    width: 25em;
    padding-right: 50px;
}

#band{
    background-image: url("pictures/separating-bar.png");
    height: 21px;
}

.bottomSection{
    background-image: url("pictures/bottom-gradient.jpg");
    background-position: bottom left;
    background-color: #ead8aa;
}
.menuSection{
    background-color: #e0a935;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 50px;
    padding-left: 40%;
}
.topBand{
    background-color: white;
    height: 148px;
}

ul, ol, li {
    font-family: sans-serif;
}

h1 {
    font-family: sans-serif;
    color:  #832124;
    font-size: xx-large;
    font-weight: 500;
}
h2 {
    font-family: sans-serif;
    color:  #832124;
    font-size: large;
    font-weight: 600;
}
h3 {
    font-family: sans-serif;
    color:  #832124;
    font-size: medium;
    font-weight: 600;
}
em {
    font-weight: bold;
}
p {
    text-align: justify;
    font-family: sans-serif;
    color: white;
    font-size: smaller;
}
#tag3 h1 {
    text-align: right;
}

#tag3 {
    text-align: center;
    font-size: x-large;
    margin-top: 50px;
    margin-bottom: 50px;
}

#tag0 h1 {
    text-align: right;
}

#tag0 {
    text-align: center;
    font-size: large;
    margin-top: 5px;
    margin-bottom: 5px;
}

#donate {
    text-align: center;
    width: 17em;
    /*height: 7em;*/
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    z-index: 90;
    background-color: #832124;
    font-family: sans-serif;
    font-weight: 500;
    color: white;
}

a.movie {
    color: #fff;
}
a:visited.movie {
    color: #fff;
}
a:hover.movie {
    color: #aaa;
}

.movie {
    text-align: center;
    margin: 10px auto;
    z-index: 90;
    background-color: #ac9700;
    font-family: sans-serif;
    font-weight: 500;
    color: white;
}
.emhead{
    display: block;
    color: goldenrod;
    font-family: sans-serif;
    font-weight: 500;
    font-size: larger;
    z-index: 91;
}
.info{
    display: block;
    font-size: smaller;
    font-family: sans-serif;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    /*z-index: 91;*/
}
.hint{
    font-size: small;
    font-family: sans-serif;
    color: #666;
    margin: 0;
    z-index: 91;
}
/* menu */
#menu {
    font-family: sans-serif;
    color: white;
    font-size: medium;
    font-variant: small-caps;
}
#menu ul{
    background-color: transparent;
    display: inline;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#menu li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline;
}
#menu a:link{
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: white;
    text-decoration: none;
}
#menu a:hover{
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #832124;
}
#menu a:visited:hover{
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #832124;
}
#menu a:visited{
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: white;
    text-decoration: none;
}
/* menu end */

.copy {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 90px;
}
.copy p{
    text-align: left;
    font-family: sans-serif;
    color: #45360b;
}
.copy li{
    font-size: smaller;
    font-family: sans-serif;
    color: #45360b;
}
.copy h2 {
    text-align: left;
}
.infoSection{
    background-color: bisque;
}
/*
.tagRight:before{
    font-family: sans-serif;
    color:  #832124;
    font-size: xx-large;
    font-weight: 500;
    content: open-quote;
}
.tagRight:after{
    font-family: sans-serif;
    color:  #832124;
    font-size: xx-large;
    font-weight: 500;
    content: close-quote;
}
*/
.tagRight{
    margin-left: auto;
    margin-right: auto;
    width: 10em;
    margin-top: 30%;

}
p.tagRight {
    font-family: sans-serif;
    color:  #832124;
    font-size: large;
    text-align: left;
    margin-top: 5%;
    width: 15em
}
.attrib {
    display: block;
    font-family: sans-serif;
    color:  #888;
    font-size: medium;
}
.tl, .tr{
    background-color: bisque;
    position: relative;
    width: 1px;
    height: 1px;
}
.tl {
    float: left;
}
.tr {
    float: right;
}
.bot {
    margin-top: -1px;
}
.paddedBox {
    padding: 10px;
}
.footer {
    background-color: white;
    color: gray;
    font-size: smaller;
}

#featurePic {
    position: absolute;
    left: 15px;
    top: 10px;
    /*float: left;*/
    margin-top: 20px;
    margin-left: 20px;
}
