@charset "utf-8";

/*
1.  Reset
2.  Body
3.  Block level
4.  Inline
5.  Forms
6.  Layout
7.  Classes
*/

/* 1. Reset */
html * {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    border: none;
    outline: none;
    background: none
}

/* 2. Body */
body {
    background: #e5e3db url(../images/body_bg.png) no-repeat scroll center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

/* 3. Block Level */
h2, h3, h4 {
    font-weight: normal
}
h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 20px 0;
    font-size: 22px;
    color: #927b49;
}
h4 {
    color: #927b49; 
    font-size: 16px; 
    margin: 18px 0 6px; 
    padding: 0;
}

p {
    line-height: 20px;
    margin-bottom: 20px
}

br {
    height: 1px;
}

hr {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
    background: url(../images/hr.png)
}

/* 4. Inline */
small {
    font-size: 0.8em
}


/* 5. Forms */
label {
    float: left;
    display: block;
    width: 220px;
    min-height: 30px;
    _height: 30px;
    line-height: 20px;
    margin-right: 10px;
    font-size: 13px;
    text-align: right
}

input, select {
    border: 1px solid #a99d82;
    background: #fff;
}
input:focus, select:focus {
    border-color: #4d3e19
}
input {
    padding: 1px;
    width: 220px
}
option {
    padding: 1px 4px
}

button {
    margin: 10px 0 0 230px;
    cursor: pointer;
    font-weight: bold;
}
button span {
    display: block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    color: #4d3e19;
    background: #d2b97d;
    border: 1px solid #c9bb9a;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px
}
button:hover span {
    border-color: #a99d82
}

#OptInstyle input {
  width: auto;
  margin-left: 230px;
}
#OptInstyle label {
  display: inline;
  float: none;
  margin-left: 10px;
  }

/* 6. Layout */
.container {
    width: 750px;
    padding-bottom: 20px;
    margin: 0 auto
}

#header {
    height: 75px;
    background: #000
}
    #logo {
        width: 100px;
        height: 70px;
        margin-left: 20px;
        background-image: url(../images/header_logo.png)
    }

#banner {
    margin: 20px;
    height: 210px;
    background: #fff
}
    #banner .left, #banner .right {
        display: inline;
        width: 350px;
        height: 200px;
        margin: 5px;
        background: #000;
    }
    #banner .left {
        margin-right: 0
    }
    #banner .right {
        margin-left: 0
    }
    #banner h2 {
        text-align: center;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 49px;
        color: #f9c740;
        margin: 30px 0 5px;
    }
    #banner h3 {
        text-align: center;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 38px; 
        line-height: 38px; 
        font-weight: normal;
        color: #fff; 
        margin: 0; 
        padding: 0;
    }
#content {
    margin: 0 20px
}

#form {
    margin: 0 20px;
    border: 1px solid #c9bb9a;
    background: #ddd4c0
}
    #form fieldset {
        display: block;
        margin: 20px
    }
    #form label {
        font-weight: bold;
    }
    #form .row {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }
    #form .notice {
        display: block;
        padding-top: 5px;
        margin: 0 0 0 230px;
    }
    #form .notice label {
      float: none;
      display: inline;
      font-weight: normal;
      font-size: 1.2em;
      color: #000;
    }
    #form .clear {
        height: 10px
    }
    #form .checkbox {
        width: auto;
    }

/* 7. Classes */
.left {
    float: left
}
.right {
    float: right
}
img.left, img.right, .left img, .right img {
    display: block
}

.clear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden
}

.replace {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.notice {
    font-size: 0.8em;
    color: #666
}
