html   { font-size: 13px; font-family: verdana }
body   { background-image: url('../images/bg.jpg'); line-height: 150%; }
#content-wrapper	{ width: 1000px; min-height: 300px; margin: 5px auto; }
#header  { height: 218px; background-image: url('../images/header-bg.jpg'); background-repeat: no-repeat; }
#footer { height: 20px; background-color: #000; width: 1000px; margin: auto; }
#footer-text { width: 180px; margin: auto; font-size: 0.8em; color: #d0d0d0; }
#main-menu-items { margin: 3px 0px 3px 20px; padding-top: 10px; }
.main-menu-item { float: left; cursor: pointer; }
.main-menu-item a { text-decoration: none; color: #F5F5F5; }
.main-menu-item a:hover { color: #f4ffb8; }
.main-menu-sep { float: left; margin: 0px 15px; font-weight: normal; color: #F5F5F5; }
.main-menu-active a { color: #FFFF67; }
#main-menu { width: 100%; height: 40px; background-color: #292929; margin: 5px auto; border-radius: 10px; font-family: verdana; font-size: 1.1em; font-weight: bold; letter-spacing: 1px; }
#body-content { padding: 10px; min-height: 300px; background-image: url('../images/body-footer-bg.jpg'); background-position: bottom; background-repeat: no-repeat; padding-bottom: 90px; }
#white-wrapper { background-color: #fff; padding: 10px; }
#top-text { color: #fff; font-size: 0.85em; color: #f7f7f7; position: relative; left: 0px; }
.gallery-thumbnail-box { text-align: center; border: 1px solid #C9C9C9; height: 112px; float: left; margin: 3px; padding: 3px; background-color: #fff; }
.gallery-thumbnail { border: solid #C9C9C9 1px; background-color: #fff; margin: auto; }
.form-wrapper { background-color: #DCF8B7; padding: 10px; border-radius: 10px; }
.input, .textarea { background-color: #fff; border: 1px solid #757575; border-radius: 3px; }
div.hr { height: 15px; background: #fff url(../images/hr1.gif) no-repeat scroll center; }
div.hr hr { display: none; }
div#error-list { color: red; border: 1px solid red; margin-bottom: 10px; background-color: #FFE1E1; border-radius: 5px; }
div#info-box { color: black; border: 1px solid #C7D500; padding: 5px 10px; margin-bottom: 10px; background-color: #F8FF92; border-radius: 5px; }
div.info-box2 { color: black; border: 1px solid #C7D500; padding: 5px 10px; margin-bottom: 10px; background-color: #FBFFC3; border-radius: 5px; }

/* Fixed Positioned AddThis Toolbox */
.addthis_toolbox.atfixed {
    position: relative;
    float: left;
    top: 360px;
    left: -40px;
    background: #fff;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }
