html {

}
body {
    font-family: "Times New Roman";
}
strong {
    font-weight: bold;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.margin-t10 {
    margin-top: 10px;
}
.margin-l5 {
    margin-left: 5px;
}
#header {
    width: 980px;
    margin: 23px auto 0;
}
#logo {
    float: left;
    margin-left: 10px;
}
#top-menu {
    float: right;
    margin-top: 17px;
}
#top-menu li {
    float: left;
    margin-left: 20px;
}
#top-menu li a {
    color: #333333;
    font-size: 18px;
    text-decoration: none;
}
#top-menu li.active a, #top-menu li a:hover {
    color: #80BB00;
    text-decoration: underline;
}
#wrapper {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 22px;
    background: url(../images/main-bg.png) repeat-x;
}
#main-head {
    width: 980px;
    height: 259px;
    background: url(../images/main-head-bg.png) no-repeat 98% 0;
    margin: auto;
    font-size: 18px;
    color: #363636;
}
#main-head .open-text {
    font-size: 25px;
    padding: 15px 0 20px;
    line-height: 28px;
}
#main-head .intro {
    padding: 30px 0 0 15px;
    width: 645px;
    line-height: 24px;
    font-weight: bold;
}
.register-button {
    float: left;
    display: block;
    background: url(../images/button-register.png) no-repeat;
    width: 217px;
    height: 38px;
}
.learnmore-button-orange {
    margin-left: 5px;
    float: left;
    display: block;
    background: url(../images/button-learnmore-orange.png) no-repeat;
    width: 122px;
    height: 38px;
}
#main-feature {
    background: url(../images/home-background.png) no-repeat;
    width: 984px;
    height: 261px;
    margin: auto;
    color: #FFF;
}
#main-feature .col-1, #main-feature .col-2 {
    float: left;
    padding: 32px 60px;
    width: 370px;
    position: relative;
	font-size: 16px;
}
#main-feature h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
}
#main-feature .f-note {
    font-weight: bold;
}
#main-feature p {
    margin-top: 5px;
}
#main-feature .learnmore-button-white {
    background: url(../images/button-learnmore-white.png) no-repeat;
    width: 103px;
    height: 28px;
    position: absolute;
    left: 60px;
    top: 145px;
}
#footer {
    width: 940px;
    margin: auto;
}
#quote-message {
    padding: 35px 25px 5px;
    font-size: 21px;
    color: #676767;
}
#quote-author {
    padding: 0 25px;
    color: #898888;
}
#connect {
    float: left;
    width: 100%;
    background: #e5e5e3;
    margin-top: 30px;
}
#connect li {
    background: url(../images/connect_seperator.png) no-repeat top right;
    padding-right: 13px;
    float: left;
}
#connect li a.twitter {
    background: url("../images/twitter.png") no-repeat 30px 11px;
}
#connect li a.facebook {
    background: url("../images/facebook.png") no-repeat 30px 11px;
}
#connect li a.email {
    background: url("../images/email.png") no-repeat 30px 11px;
}
#connect li a {
    display: block;
    float: left;
    height: 56px;
    line-height: 56px;
    padding: 0 30px 0 70px;
    color: #676767;
    text-decoration: none;
}
#footer-link {
    float: left;
    margin: 20px 0 0 25px;;
}
#footer-link li {
    float: left;
}
#footer-link li a {
    font-family: tahoma;
    color: #525252;
    font-size: 13px;
    text-decoration: none;
}
#footer-link li a:hover {
    color: #1E8802;
    text-decoration: underline;
}
#copyright {
    margin: 0 0 25px 25px;
    font-family: tahoma;
    font-size: 13px;
    float: left;
    clear: both;
    color: #9c9c9c;
}
#copyright strong {
    color: #525252;
}


/* POPUP */
#popup_overlay {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.popup-windows {
    display: none;
}
.popup-wrapper {
    background: url(../images/popup.png) no-repeat;
    width: 960px;
    height: 410px;
}
.popup-container {
    padding: 60px 65px;
    position: relative;
    font-size: 13px;
}
.popup-container p {
    margin-top: 14px;
    line-height: 14px;
}
.popup-container a {
    color: #1E8802;
    text-decoration: none;
}
.popup-container a:hover {
    text-decoration: underline;
}
.popup-close-link {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 65px;
    left: 885px;
}
.popup-h1 {
    font-size: 32px;
    font-weight: bold;
}
.popup-h1 img {
    vertical-align: -4px;
}
p.popup-fz1 {
    font-size: 16px;
    line-height: 22px;
}
p.popup-fz2 {
    font-size: 22px;
    line-height: 22px;
}
p.popup-fzGra {
    font-size: 16px;
    line-height: 22px;
	overflow: auto;
	height: 260px;
}
.popup-h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}
p.popup-connect {
    font-size: 16px;
    line-height: 30px;
}
p.popup-connect img {
    vertical-align: -6px;
}
.textarea {
    background: url(../images/textarea.png) no-repeat;
    width: 347px;
    height: 126px;
    border: 0;
    padding: 4px;
    overflow: hidden;
    color: #363636;
}
.textbox {
    background: url(../images/textbox.png) no-repeat;
    width: 224px;
    height: 33px;
    border: 0;
    padding: 0 4px;
    margin-bottom: 5px;
    color: #363636;
}
.popup-form {
    font-size: 16px;
}
.popup-col-1 {
    float: left;
    width: 350px;
}
.popup-col-2 {
    float: left;
    margin-left: 5px;
    width: 240px;
}
.popup-tbl td {
    padding: 8px;
}
.popup-footer {
    clear: both;
    font-size: 11px;
}
.submit-register {
    border: 0;
    margin-top: 5px;
    background: url(../images/submit-register-button.png) no-repeat;
    width: 155px;
    height: 47px;
}
.submit-register-interest {
    margin-top: 5px;
    background: url(../images/submit-register-interest.png) no-repeat;
    border: 0;
    width: 155px;
    height: 47px;
}
