@charset "utf-8";
/* General */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #333;
}

strong, b, .bold, i.bold {
    font-weight: bold
}

em, i, .italic, b.italic {
    font-style: italic
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    /*text-rendering: optimizelegibility;*/
}

h4, h5, h6 {
    padding-bottom: 5px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1, h2, h3 {
    line-height: 30px;
}

h1 {
    font-size: 30.5px;
}

h2 {
    font-size: 22.5px;
    color: #333;
}

h3 {
    font-size: 20px;
    color: #333;
}

h4 {
    font-size: 15.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

small {
    font-size: 10px;
}

p {
    line-height: 20px;
    padding-bottom: 10px;
}

a, a:link, a:active, a:visited {
    color: #0a5477;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.buttonPro:hover {
    text-decoration: none;
}

img {
    border: none;
}

div.right, .right {
    float: right;
}

div.left, .left {
    float: left;
}

div.center {
    text-align: center;
}

.middle, .align-middle {
    vertical-align: middle;
}

img.right {
    margin: 3px 0 2px 10px;
    display: inline;
}

img.left {
    margin: 7px 10px 2px 0;
    display: inline;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.middle, img.align-middle {
    vertical-align: middle;
}

p.right, a.right, .align-right {
    text-align: right;
}

p.left, a.left, .align-left {
    text-align: right;
}

p.center, a.center, .align-center {
    text-align: center
}

.clear, .clearfix {
    *zoom: 1;
}

.clear:after, .clearfix:after {
    clear: both;
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.radius {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* header and navigation */
.header, .container, .footer, .header > div, .proms, .tweets {
    width: 100%;
    float: left;
}

.container-center {
    width: 1000px;
    margin: auto;
    float: none;
}

.header {
    /*background: url(../img/site-theme/bg-header.jpg) repeat-x left bottom;*/
    background: #3c64ac url('../img/bg-header-line.png') repeat-x center top;
    min-height: 70px;
    padding-top: 25px;
}

#logo {
    float: left;
}

#logo img {
    width: 75%;
    margin-top: 5px;
}

.nav > div {
    text-align: right;
    margin: 0px;
    padding: 5px;
}

.nav .main-nav a {
    font-family: PT Sans Caption;
    font-weight: bold;
    font-size: 15px;
    margin: 3px;
}

#login-register a {
    font-size: 13px;
}

.nav .main-nav a.last {
    margin-right: 0px;
}

.nav #dropdown-myaccount li {
    text-align: left;
}

.nav a:hover {
    text-decoration: none;
}

/**/

/* footer */
.footer {
    /*background: url(../img/site-theme/bg-footer.png) repeat-x left top;*/
    background: #3c64ac url('../img/bg-header-line.png') repeat-x center bottom;
    height: 50px;
    width: 100%;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 45px;
    margin: 0px;
}

.footer-content {
    width: 950px;
    margin: auto;
}

.footer a {
    color: #ff6;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-social-icons {
    width: 30px;
    height: 30px;
}

/**/

/* container */
.container {
    background: url(../img/site-theme/bg-container.gif) repeat-x left top;
    padding: 25px 0 35px;
    min-height: 300px;
}

.page-title {
    background: url(../img/site-theme/bg-mask.png);
    border: solid 1px #d5dbde;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 0 #c6cccf;
    -webkit-box-shadow: 0 1px 0 #c6cccf;
    box-shadow: 0 1px 0 #c6cccf;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.page-title > div {
    padding: 3px 20px;
    border: solid 1px #f8fafb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 916px;
    float: left;
}

.page-title h2 {
    color: #333;
    float: left;
    padding-left: 15px;
    line-height: 46px;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-weight: bold;
}

.content > div {
    width: 100%;
    float: left;
}

/**/

/* widget */
.widget {
    background: #fff url(../img/site-theme/bg-widget-box.gif) repeat-x left top;
    border: solid 1px #cecece;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-bottom-width: 2px;
    margin-bottom: 15px;
    line-height: 20px;
    width: 200px;
}

.widget h2 {
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    line-height: 42px;
    padding: 0 15px;
}

.widget ul, .widget > div {
    padding: 5px 0;
}

.widget li {
    padding: 3px 15px;
}

.widget hr {
    margin: 5px 0px;
    border: 1px solid grey;
}

/**/
/**/

/* Refresh 1.5 Stying */
/* content */
.content {
    color: #000;
    font-size: 14px;
}

.content p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.content h1, .content h2, .content h3 {
    margin-bottom: 10px;
}

h1.first, h2.first, h3.first {
    margin-top: 5px;
    margin-bottom: 10px;
}

/**/

/* home */
/* slides */
#home-slides {
    padding-left: 130px;
    width: 664px;
    padding-bottom: 20px;
}

#slides {
    display: none;
}

#slides .slidesjs-next {
    margin-top: -150px;
    margin-left: 700px;
    position: absolute;
    z-index: 3000;
}

#slides .slidesjs-previous {
    margin-top: -150px;
    margin-left: -50px;
    position: absolute;
    z-index: 3000;
}

#slides .slidesjs-pagination {
    padding-left: 300px;
    margin: 30px 0px;
    list-style: none;
}

#slides .slidesjs-pagination li {
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../img/icon/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

/* blurbs */
.home-blurbs {
    color: #706F6F;
    float: left;
    font-family: 'Myriad Pro', 'Helvetica Neue', Arial, sans-serif;
    line-height: 25px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 22%;
    text-align: center;
}

.home-blurbs p {
    padding-top: 15px;
}

.home-blurbs a.buttonPro {
    width: 150px;
}

.first-blurb {
    padding-left: 0px;
}

.last-blurb {
    padding-right: 0px;
    width: 23.5%;
}

/* cycle */
.home-bannerfade-common {
    font-family: 'Century Gothic', Helvetica, Arial;
    text-align: center;
    padding: 15px;
    padding-top: 20px;
    margin-left: -30px;
}

.home-bannerfade-common h3 {
    font-size: 18px;
    color: #737373;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.home-bannerfade-common p {
    font-size: 12px;
    color: #d5d5d5;
    padding: 0px;
    margin: 0px;
}

#home-bannerfade {
    text-align: center;
    padding-bottom: 75px;
}

.home-bannerfade-1, .home-bannerfade-2, .home-bannerfade-3, .home-bannerfade-4 {
    margin: auto;
    width: 100%;
    position: absolute;
}

/* testimonials */
.testimonials h3 {
    color: #50504f;
}

.testimonials p {
    color: #50504f;
    font-style: italic;
}

.testimonials span {
    color: #00AFFF;
    font-style: italic;
}

/**/

/* about */
div.about-content {
    width: 700px;
}

div.about-nav {
    display: inline;
    font-size: 14px;
    padding-right: 20px;
    width: 200px;
}

.about-nav a {
    font-family: 'Myriad Pro', Helvetica, sans-serif;
    font-size: 18px;
    color: #47baef;
    color: #50A4E6;
    font-weight: normal;
    text-decoration: none;
    line-height: 30px;
}

.about-nav a.active {
    color: #50504f;
}

.about-nav-up {
    text-align: right;
    float: right;
    width: 95%;
    margin: 5px;
    margin-right: 0px;
}

.about p {
    padding-bottom: 5px;
    line-height: 20px;
}

.about td {
    padding-top: 15px;
    padding-right: 15px;
    text-align: justify;
    vertical-align: top;
    width: 50%;
}

.about td h3 {
    text-align: left;
}

.about div.padme {
    padding: 10px;
}

.about .attention {
    font-weight: bold;
    font-size: 11px;
}

.about-indicator {
    font-size: 13px;
}

.about-testimonials p {
    font-size: 13px;
    font-style: italic;
}

.about-testimonials span {
    color: #00AFFF;
    font-style: italic;
    font-weight: bold;
    float: right;
    position: relative;
}


/**/

/* blog */
.blog-content {
    padding-left: 5px;
}

.blog-content p {
    margin-bottom: 12px;
}

.blog-content img {
    margin: 2px 10px;
}

article.blog-content {
    float: left;
    width: 70%;
    padding-right: 15px;
}

aside.blog-nav {
    float: left;
    width: 25%;
    padding-left: 15px;
}

h2.blog-title {
    line-height: 28px;
}

div.blog-comment {
    padding: 0px;
    margin: 0px;
}

div.comment-line {
    padding-top: 25px;
}

label.comment-label {
    padding: 5px 0px;
    width: 95%;
    text-align: left;
}

.comment-form #ph {
    display: none;
}

.comment-form p {
    margin: 0px;
    padding: 0px;
}

.latest-posts {
    font-size: 13px;
}

.latest-posts p {
    padding-bottom: 10px;
}

.blog-pagination {
    width: 250px;
    margin: 0px;
    clear: both;
    float: left;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-top: 30px;
}

.blog-pagination a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #999;
    font-size: 12px;
    padding: 7px;
    margin: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blog-date {
    color: #aaa;
    padding: 10px 0px;
}

/**/

/* forms */
.frmRFQ label {
    padding-right: 25px;
    width: 200px;
}

.frmUpgrade label {
    padding-right: 10px;
    width: 85px;
}

.frmContact label {
    padding-right: 10px;
    width: 85px;
}

.frmLogin label {
    padding-right: 25px;
    width: 200px;
}

.frmQuickPay label {
    padding-right: 15px;
    width: 100px;
}

.frmSponsor {
    width: 500px;
}

.frmSponsor label {
    padding-right: 15px;
    width: 100px;
}

.frmRegister {
}

.registration-terms {
    width: 425px;
    height: 150px;
    padding: 2px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.registration-terms iframe {
    border: solid 1px #ddd;
    width: 100%;
    height: 100%;
}

div.registration-message {
    padding-left: 50px;
    width: 450px;
}

.newsletter-error {
    padding: 2px !important;
    margin-top: 10px;
    color: #000;
}

.newsletter-success {
    padding: 2px !important;
    margin-top: 10px;
    color: #000;
}

.nav div.loginDisplay a span {
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
}

/**/
/**/