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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Georgia, Arial, sans-serif;
    text-align: center;
    background: url("../images/bg.png") repeat-y 0px 0px #77e5f2;
    color: #192739;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

a {
    color: #0496a6;
}

#container {
    width: 1024px;
    text-align: left;
    padding: 10px 0px 10px 64px;
}

.line_row {
    padding: 10px 0px;
    border-bottom: solid 1px #fff;
}

.logo {
    width: 805px;
    float: left;
}

.logo a {
    color: #192739;
    text-decoration:none;
}

.logo h1 {
    margin-bottom: 0px;
}

.next_step {
    background: url("../images/next-step-non-hover.png") no-repeat left top;
    width: 88px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    text-indent: 1000px;
    cursor: pointer;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 10;
}

.next_step:hover {
    background: url("../images/next-step-hover-mode.png") no-repeat left top;
}

.intro_text {
    float: left;
    margin: 15px 0px;
    font-size: 48px;
    line-height: 52px;
    width: 485px;
}

.intro_text2 {
    width: 415px;
    float: left;
    padding: 38px 0px 0px 0px;
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
}

.white {
    color: #fff;
}

.latest_news {
    padding: 5px 0px;
    font-style: italic;
    margin-right: 100px;
}

.latest_news big {
    font-size: 14px;
}

.latest_news small {
    font-size: 11px;
}

.latest_news a {
    color: #fff;
}

h1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Helvetica, Arial;
    margin-bottom: 15px;
}

.thumbs {
    padding-bottom: 30px;
    float: left;
}

.thumbs a {
    display: block;
    float: left;
    width: 194px;
    height: 155px;
    padding: 12px 13px 0px 12px;
    margin-right: 22px;
    background: url("../images/thumb_bg.png") no-repeat left top;
    text-decoration: none;
    color: #192739;
    font-style: italic;
    font-size: 11px;
}

.thumbs a:hover {
    background: url("../images/thumb_bg_hover.png") no-repeat left top;
}

.thumbs a img {
    margin-bottom: 10px;
}

.thumbs_text {
    width: 170px;
    float: left;
    line-height: 20px;
    font-style: italic;
    font-size: 12px;
}

.thumbs_text big {
    font-size: 19px;
    display: block;
    border-top: solid 1px #50d3e2;
    padding-top: 5px;
}

.light_blue {
    color: #0496a6;
}

.gist_column {
    width: 445px;
    padding: 0px 40px 30px 0px;
    float: left;
    font-style: italic;
    line-height: 22px;
}

.must_know_column {
    width: 380px;
    float: left;
    font-style: italic;
    line-height: 22px;
    color: #0496a6;
}
.must_know_column p {
    padding:11px 0;
	border-bottom: 1px solid #50d3e2;
}

.must_know_column p:hover {
	color:#000;
}

.must_know_column .must_know_link {
    text-decoration: none;
    display: block;
    border-top: solid 1px #50d3e2;
    border-bottom: solid 1px #50d3e2;
    padding: 10px 0px;
    margin: 10px 0px;
    color: #00727e;
}

.logos {
    padding-bottom: 20px;
}

.logos img {
    margin: 0px 0px 15px 0px;
    float: left;
}

#products {
    padding-bottom: 30px;
}

#products .services {
    display: block;
    float: left;
    text-decoration: none;
    width: 200px;
    padding-right: 35px;
    font-style: italic;
    color: #192739;
    line-height: 22px;
}

#products .services big {
	font-size:17px;
}

#products .services:hover big {
    color: #0496a6;
}

.bottom {
    padding-bottom: 30px;
    padding-top: 20px;
}

.bottom_column1 {
    width: 185px;
    float: left;
    padding-right: 55px;
    font-style: italic;
    line-height: 18px;
}

.bottom_column1 big {
    font-size: 15px;
}

.bottom_column2 {
    width: 240px;
    float: left;
    font-style: italic;
    line-height: 18px;
}

.bottom_column2 small {
    font-size: 10px;
    line-height: 14px;
}

.bottom_copyright {
    width: 300px;
    float: right;
    padding-right: 20px;
    font-style: italic;
    color: #0496a6;
}

#footer {
    color: #1eb5c7;
    font-size: 10px;
    padding-bottom: 20px;
}

#footer a {
    color: #1eb5c7;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.next_step_div {
    position: relative;
    float: left;
}

#form_box {
    width: 490px;
    position: absolute;
    top: 13px;
    left: -340px;
    z-index: 11;
    font-size: 12px;
    color: #797979;
    font-family: Arial;
}

#form_box #layer2 {
    background: url("../images/form_top_bg.png") no-repeat left top;
    padding-top: 41px;
}

#form_box #layer3 {
    background: url("../images/form_bg.png") repeat-y left top;
    padding: 0px 33px 0px 39px;;
}

#form_box_bottom {
    background: url("../images/form_bottom_bg.png") no-repeat left top;
    height: 39px;
}

#form_box h1 {
    color: #797979;
    border-bottom: solid 1px #77e5f2;
    padding-bottom: 10px;
    position: relative;
}

#form_box h1.no_border {
    border: none;
}

.close_icon {
    position: absolute;
    right:0px;
    top: 3px;
}

.text_input {
    border: solid 1px #cecece;
    border-top: solid 2px #8e8e8e;
    font-family: Arial;
    font-size: 12px;
    width: 335px;
    background: #fff;
}

.text_input.small {
    width: 122px;
}

#form_box textarea {
    border: solid 1px #8e8e8e;
    font-family: Arial;
    font-size: 12px;
    width: 400px;
    background: #fff;
}

h2 {
    color: #797979;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Helvetica, Arial;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: solid 1px #d6d6d6;
}

.submit_button {
    text-align: right;
    width: 400px;
}

.blue_button {
    width: 152px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    border: none;
    text-align: center;
    color: #fff;
    font-family: Verdana, Helvetica, Arial;
    font-size: 18px;
    font-weight: bold;
    background: url("../images/blue_button.gif") no-repeat left top;
    text-decoration: none;
}

.box_text {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}

.spacer {
    height: 100px;
}

input.error, textarea.error {
    background: #F5AC9A;
}

.hidden_message {
    color: #BA0000;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    display: none;
}

.hidden_message.error {
    display: inline-block;
}

#confirm_message_show {
    display: none;
}

#spinner {
    display: none;
}

#news {
    list-style-type: none;
}


.footer_links {
    float: left;
    width: 650px;
}

#footer .go_to_top {
	font-style: italic;
	font-size:10px;
	width:300px;
    float: right;
    font-size: 12px;
    text-decoration: underline;
	padding-right:20px;
}
