@charset "UTF-8";
/* CSS Document */
body {
    margin-bottom: 20px;
    margin-top: 52px;
    background-image: url(images/bg_body.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
    color: #3e3f3f;
}

body a {
    color: #0eb2c5;
    text-decoration: underline;
}
* {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

#wrapper {
    position: relative;
}

#nas {
    position: absolute;
    width: 237px;
    height: 153px;
    background: url(images/banner.png) 0 0 no-repeat;
    top: 0;
    right: 30px;
    padding: 10px;
    font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	color:#3E3F3F;

}
#nas span{
	border-bottom:2px solid;
}
#nas h1 {
    font-size: 22px;
    margin-top: 25px;
    color: #0EB2C5;

}

#nas h2 {
    font-size: 18px;
}

#nas h3 {
    font-size: 16px;
    margin-top: 5px;
}

#logo {
    margin-left: 36px;
    margin-bottom: 27px;
}

#support {
    position: absolute;
    right: 10%;
    top: 0px;
    background-image: url(images/support_icon.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 24px;
    padding-bottom: 2px;
    display: none;
}

#metro {
    margin-left: 118px;
    margin-bottom: 42px;
}

#signup {
    background-image: url(images/signup_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 161px;
    display: block;
}

#signup #corner-bg {
    background-image: url(images/signup_corner.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 161px;
    display: block;
    padding-left: 118px;
    padding-top: 20px;
}

#signup #corner-bg .input-field {
    border: 1px solid #7bcdd6;
    height: 37px;
    width: 257px;
    font-size: 22px;
    color: #0194a4;
}

#signup h1 {
    color: #0194a4;
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 20px;
}

#content {
    padding-left: 118px;
    margin-bottom: 30px;
}

#content p {
    font-size: 16px;
}

#content #question {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 28px;
}

#content .blue-text {
    font-size: 16px;
    color: #0eb2c5;
    font-weight: bold;
}

#content #participate {
    background-image: url(images/survey_icon.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 55px;
    width: 220px;
    position: absolute;
    top: 330px;
    left: 662px;
}

#participate-page {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
}

#participate-page ul {
    margin-bottom: 10px;
}

#participate-page li {
    padding-bottom: 5px;
    list-style-type: none;
    font-size: 14px;
}

#participate-page p {
    padding-bottom: 1em;
    font-size: 14px;
}

#participate-page h1 {
    font-size: 18px;
    font-weight: bold;
    color: #0eb2c5;
    padding-bottom: 1em;
}

#footer {
    padding-left: 118px;
    color: #b9b9ac;
    font-size: 14px;
    position: relative;
    padding-top: 50px;
}

#footer a {
    color: #b9b9ac;
}

#zino {
    float: right;
    height: 64px;
    width: 174px;
    position: absolute;
    top: 0px;
    right: 0px;
}

