html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 25px;
    font-size: 16px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

#header {
    height: 410px;
    background: url('../images/header-bg.jpg') repeat left top;
}

#header-inner {
    height: 371px;
    background: url('../images/header-inner-bg.png') no-repeat center 225px;
}

.container {
    margin: 0 auto;
    width: 850px;
}

#top-bar {
    position: relative;
    height: 35px;
    padding-top: 30px;
}

.logo {
    float: left;
}

.phone {
    float: right;
    color: #8C8C8C;
    font-size: 20px;
    font-weight: 600;
}

.phone span {
    font-weight: 300;
    font-size: 25px;
}

#banner {
    padding-top: 65px;
}

#banner .notice-board {
    float: left;
    background: url('../images/notice-bg.png') no-repeat left top;
    width: 324px;
    height: 304px;
    padding: 55px 85px 30px 35px;
    overflow: hidden;
}

#banner .notice-board h1 {
    color: #D95443;
    font-size: 46px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 25px;
    text-shadow: 0px -1px 0px #A6392D;
}

#banner .notice-board h1 span {
    font-weight: 300;
    text-decoration: none;
}

#banner .notice-board p.subtitle {
    color: #404040;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
}

#banner .notice-board p.run-txt {
    color: #404040;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    width: 300px;
}

#banner .reg-form {
    float: right;
    width: 262px;
    background-color: #E7F3F3;
    border-radius: 3px;
    height: 319px;
    padding: 35px 35px 35px 25px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}

.reg-form h2 {
    color: #90A38C;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 20px;
    text-shadow: 0px 0px -1px #747664;
    font-style: italic;
}

.reg-form .input-box input {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 250px;
    height: 30px;
    display: block;
    margin: 20px auto;
    padding-left: 10px;
    color: #6D6D6D;
    font-size: 13px;
    font-weight: 300;
	vertical-align:middle;
	line-height:30px;
}

.submit-btn {
    float: right;
}

#content h3 {
    font-size: 25px;
    line-height: 30px;
    color: #272626;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}

#content p {
    font-size: 15px;
    line-height: 25px;
    color: #575757;
    font-weight: 300;
    margin-bottom: 20px;
}

.white-bg {
    background-color: #FFFFFF;
    padding: 70px 0px;
}

.blue-bg {
    background-color: #E6F2F2;
    padding: 70px 0px;
}

.top-sec {
}

.top-sec .img-sec {
    float: left;
    width: 205px;
}

.top-sec .text-sec {
    float: right;
    width: 595px;
}

#footer {
    padding: 40px 0px;
    background-color: #3E4244;
    color: #ADADAD;
    text-align: center;
}

#footer p.f-links a {
    color: #ADADAD;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}

#footer p.copyright {
    padding-top: 20px;
    color: #ADADAD;
    font-size: 12px;
    font-weight: 300;
}