body,html {
    background-image: url("/images/canvas.jpg");
    background-color: #ffffff;
    font-family: Lucida Sans, Lucida, Arial, Sans;
    margin: 0px;
    padding: 0px;
}

.pagecontent {
    width: 696px;
    margin: 0px auto;
    box-shadow: 0px 0px 2px 2px #101010;
    position: relative;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 15px;
    color:black;
    box-shadow: 0px 0px 2px 2px #101010;
    min-height: 275px;
    width:696px;
}

.headline {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
}

.fineprint {
    font-size: 9px;
    font-style: italic;
}

.topbar {
    position: relative;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 15px;
    color:black;
    box-shadow: 0px 0px 2px 2px #101010;
    background-image: url("/images/banner.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 275px;
    width:696px;
}

.topquote {
    margin-top: 20px;
    color: white;
    width: 350px;
    float: right;
}


#menuBar {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 35px;
    width: 550px;
    overflow: hidden;
}

#menuBar ul {
    position: relative;
    list-style-type: none;
    height: 100%;
    width: 100%;
    font-size: 12px;
    border: 1px solid #b3701B;
    background: #B8781C;
    background: -moz-linear-gradient(top, #B8781C, #CC9B37);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B8781C), to(#CC9B37));
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B8781C', endColorstr='#CC9B37');
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#menuBar li {
    padding-top: 1px;
    color:white;
    float: left;
    height: 100%;
    font-weight: bold;
    width: 100px;
    text-align: center;
    text-shadow: 2px 2px #5e5f5e;
}

#menuBar a {
    color: white;
    text-decoration: none;
}

#menuBar a:hover {
}

.topdown4 {
    margin-top:0px;
    padding-top:0px;
    position: relative;
    top: 0px;
}

.menuActive {
    color: red;
    background: #529b44;
    background: -moz-linear-gradient(top, #A85805, #Ac7B17);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A85805), to(#Ac7B17));
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#A85805', endColorstr='#Ac7B17');
    box-shadow: 2px 2px 2px 1px #101010;
}

.center {
    width: 100%;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.textshadow {
    text-shadow: 2px 2px #101010;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#101010,direction=130,strength=1);
}

.footer {
    padding-top: 12px;
    text-align: center;
    font-size: 10px;
    font-style: italic;
}

.leftbox {
    float:left;
    display: inline-block;
    margin-right: 20px;
}

.rightbox {
    height: auto;
}

.redbox {
    border-radius: 4px;
    background: #AA0000;
    border-top: 1px solid #FF6666;
    border-left: 1px solid #FF0000;
    border-right: 1px solid #442222;
    border-bottom: 1px solid #442222;
    height: auto;
    margin: 5px;
}

.message {
    color:white;
    font-style: italic;
}




.notifybutton {
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color:#ffc477;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #eeb44f;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #cc9f52;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc9f52,direction=130,strength=1);
}

.notifybutton:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
     background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
     background-color:#fb9e25;
 }

.notifybutton:active {
      position:relative;
      top:1px;
}

.orange {
    color: #e57625;
}

.centercontainer {
    width: 100%;
    text-align: center;
}

.subhead {
    color: black;
    font-size: 18px;
}


.infobox {
    font-size: 13px;
    margin-right: 25px;
    background: #f5f5f5;
    border-radius: 5px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow: 0px 0px 6px 7px #f5f5f5;
    color:#556677;
    height: 125px;
    width: 250px;
}

#mailformcontainer {
    width:100%;
    padding-top: 10px;
    text-align: center;
}

#mailform {
    width:550px;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom:10px;
    border-radius: 5px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow: 0px 0px 1px 1px #101010;
    background-color: #f5f5f5;
    color:black;
}

#message {
    width:400px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
    font-style: italic;
    border-radius: 5px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow: 0px 0px 1px 1px #101010;
    background-color: #e57625;
}

.loginbox {
    padding: 20px;
    width:400px;
    border-radius: 5px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow: 0px 0px 4px 4px #101010;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color:#ffc477;
    color: whitesmoke;
    text-shadow: 1px 2px #696969;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#696969,direction=130,strength=1);
}

.socialicons {
    text-align: center;
    float: right;
    font-size: 10px;
    font-weight: bold;
    color: white;
}

.socialicons img {
    opacity: 0.8;
}

.socialicons img:hover {
    opacity: 1;
}
