﻿*
{
    margin: 0;
    padding: 0;
    font-family: Lucida Sans, Arial;
}

img
{
    padding: 0;
    margin: 0;
    border: 0;
}

html, body, form, #wrap
{
    height: 100%;
}

body > #wrap
{
    height: auto;
    min-height: 100%;
}

#wrap
{
    background-color: #202E4D;
    background-image: url(Resources/blue-line2.png);
    background-repeat: repeat-y;
    background-position: center;
}

#main
{
    padding-bottom: 60px;
}
/* must be same height as the footer */

#footer
{
    position: relative;
    margin-top: -60px; /* negative value of footer height */
    height: 60px;
    clear: both;
}

/* CLEAR FIX*/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

.topGrayBorder
{
    background-color: #999999;
    background-image: url(Resources/gray-line.png);
    background-position: center;
    background-repeat: repeat-y;
    height: 10px;
}

.headerRow
{
    background-color: #202E4D;
    background-image: url(Resources/blue-header.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 185px;
}

.headerRow .logo
{
    margin-top: 25px;
}

.headerRow .motto
{
    padding-top: 30px;
}

.menuRow
{
    background-color: #999999;
    background-image: url(Resources/gray-line.png);
    background-repeat: repeat-y;
    background-position: center;
    height: 50px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.menuRow a, a:visited
{
    display: block;
    color: #333333;
    font-size: 14pt;
    text-decoration: none;
    margin-top: 16px;
}

.menuRow a:hover
{
    text-decoration: underline;
    font-size: 14pt;
    color: #333333;
}

.menuShaddow
{
    background-color: #202E4D;
    background-image: url(Resources/blue-submenu-shaddow.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
}


.contentRow
{
    margin: 0 auto;
    font-size: 9pt;
    color: #ffffff;
    width: 800px;
}

.contentRow p
{
    font-size: 10pt;
    line-height: 16pt;
    font-family: Lucida Sans, Arial;
}

.contentRow h2
{
    font-family: Georgia;
    font-size: 16pt;
}


.footerBorder
{
    background-color: #202E4D;
    background-image: url(Resources/blue-overfooter-shaddow.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
}

.footerRow
{
    background-color: #999999;
    background-image: url(Resources/gray-line.png);
    background-repeat: repeat-y;
    background-position: center;
    height: 40px;
}

.footerRow ul span
{
    color: #333333;
}

.footerRow
{
    text-align: center;
    color: #333333;
    font-size: 10pt;
}

.footerRow a
{
    display: inline-block;
    text-decoration: none;
    color: #333333;
    font-size: 10pt;
}

.footerRow a:hover
{
    color: #333333;
    text-decoration: none;
}

.Contact .LabelContact
{
    font-size: 13px;
    display: inline-block;
    width: 120px;
}

.Contact
{
    padding: 10px 10px 10px 10px;
}

.Contact .TextBoxContact
{
    font-size: 13px;
    padding: 5px;
    width: 350px;
    border: 1px solid #999999;
    background-color: #E8DDCE;
}

.Contact .TextBoxMessage
{
    font-size: 13px;
    padding: 5px;
    width: 350px;
    height: 110px;
    border: 1px solid #1E3656;
    background-color: #E8DDCE;
}

.TextBoxSubscribe
{
    font-size: 17px;
    padding: 9px;
    width: 300px;
    border: 1px solid #1C577F;
    background-color: #E4F4FC;
    vertical-align: middle;
}

.SubscribeButton
{
    margin-left: 20px;
    vertical-align: middle;
    height: 41px;
    width: 359px;
    background-image: url(Resources/asimnia-subscribe.png);
}

.SubscribeButton:hover
{
    margin-left: 20px;
    background-image: url(Resources/asimnia-subscribe-over.png);
}

.seeDemo
{
    display: block;
    background-image: url(Resources/see-demo.png);
    background-repeat: no-repeat;
    width: 215px;
    height: 41px;
}

.seeDemo:hover
{
    display: block;
    background-image: url(Resources/see-demo-over.png);
    background-repeat: no-repeat;
    width: 215px;
    height: 41px;
}

.alphaImg
{
    position: absolute;
    margin-left: -10px;
    margin-top: -10px;
}

.RequiredFieldValidator, .RegularExpressionValidator
{
    background-color: #E78421;
    color: #ffffff;
    font-size: 17px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
    display: block;
    margin-left: 1px;
}

.SubscriptionMessage
{
    background-color: #E78421;
    color: #ffffff;
    font-size: 17px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}

.SubscriptionMessage:hover
{
    cursor: han
}

.rowPadding
{
    padding-top: 15px;
    padding-bottom: 15px;
}
