@import url(reset.css);

html, body { height:100%; }

.clear { clear:both; }

body {
    font-size:62.5%;
    font-family:helvetica, arial, sans-serif;
    color:#888;
    background:#fff url(../images/bgHeader.gif) top repeat-x;
    }

#push { height:50px; }

hr {
    margin-bottom:10px;
    border-bottom:1px solid #dfdfdf;
    }

p { padding-bottom:1.0em; }

strong { font-weight:bold; }
em { font-style:italic; }

a { text-decoration:underline; }
a:link, a:visited { color:#f89839; }
a:hover { color:#f60; }
a:active { color:#f93; }

#page {
    min-height:100%;
    height:auto!important;
    height:100%;
    margin:0 auto -50px;
    line-height:1.4em;
    }

ul, ol {
    list-style-position:outside;
    margin-left:15px;
    padding:0 0 10px 15px;
    }

ul { list-style-type:disc; }
ul ul { list-style-type:circle; }

li { padding-bottom:0.5em; }

img.fakelink { vertical-align:middle; }

legend { display:none; }

input.text, input.password, select, textarea {
    border:1px solid #f89839;
    background:#fde5cd url(../images/bgField.gif) top repeat-x;
    color:#9a5e23;
    }

textarea {
    font-family:helvetica, arial, sans-serif;
    font-size:1.0em;
    }

/***** header begins *****/

#header {
    width:800px;
    height:150px;
    margin:0 auto;
    }

#logo {
    float:left;
    width:200px;
    height:70px;
    margin-top:80px;
    background:url(../images/logo.gif) no-repeat;
    }

#logo h1, #logo p {
    width:200px;
    height:70px;
    padding-bottom:0;
    text-indent:-5000px;
    }

#nav {
    float:left;
    padding-left:100px;
    height:150px;
    line-height:50px;
    font-size:1.4em;
    }

#nav ul {
    list-style-position:inside;
    margin-left:0;
    padding-left:0;
    list-style-type:none;
    }

#nav li {
    float:left;
    padding-bottom:0;
    }

#nav a, #nav li div {
    float:left;
    display:block;
    margin:0;
    padding:100px 20px 0 10px;
    text-decoration:none;
    border-left:1px solid #dfdfdf;
    }

*:first-child+html #nav a, *:first-child+html div #nav li div {                /* awful ie7 hack */
    margin-right:0;
    }

#nav li div { color:#f89839; }

#nav li > a, #nav li > div { margin-right:-8px; }

#nav li a:link, #nav li a:visited { color:#888; }
#nav li a:hover { color:#f89839; background:#f4f4f4 url(../images/bgNavOn.gif); }
#nav li a:active { color:#f93; }

/***** header ends *****/

/***** stripe begins *****/

#stripe {
    height:150px;
    background:#f89839 url(../images/stripe.jpg);
    }

#stripe div {
    width:800px;
    height:150px;
    margin:0 auto;
    }

#sub-home #stripe div { background-image:url(../images/stripeHome.jpg); }
#sub-about #stripe div { background-image:url(../images/stripeAbout.jpg); }
#sub-advertisers #stripe div { background-image:url(../images/stripeAdvertisers.jpg); }
#sub-publishers #stripe div { background-image:url(../images/stripePublishers.jpg); }
#sub-careers #stripe div, #sub-career #stripe div { background-image:url(../images/stripeCareers.jpg); }
#sub-contact #stripe div { background-image:url(../images/stripeContact.jpg); }

/***** stripe ends *****/

/***** content begins *****/

#content {
    position:relative;
    width:500px;
    margin:20px auto;
    padding-left:300px;
    font-size:1.2em;
    line-height:1.2em;
    }

#content h1 {
    font-size:1.6em;
    padding-bottom:10px;
    letter-spacing:-1px;
    }

#content h2 {
    font-size:1.2em;
    padding:10px 0 5px 0;
    font-weight:bold;
    letter-spacing:-1px;
    }

#content h2.first { padding-top:0; }

#content h3 {
    font-size:1.1em;
    font-weight:bold;
    letter-spacing:-1px;
    }

/***** content ends *****/

/***** footer begins *****/

#footer {
    height:50px;
    background:#fff url(../images/bgFooter.gif) bottom repeat-x;
    
    }

#footerContent {
    width:800px;
    margin:0 auto;
    font-size:1.1em;
    line-height:1.1em;
    text-align:center;
    }

#footer a:link, #footer a:visited { color:#888; }
#footer a:hover { color:#666; }
#footer a:active { color:#444; }

#footerContent p { padding-bottom:5px; }

#footerContent ul {
    margin:0 auto;
    padding:10px 0 5px 0;
    list-style-type:none;
    }

#footerContent li {
    display:inline;
    margin-left:5px;
    }

/***** footer ends *****/

/***** home page begins *****/

#sub-home #content {
    font-size:1.6em;
    line-height:1.4em;
    }

#sub-home #content ul { font-weight:bold; }

#login {
    position:absolute;
    left:20px;
    top:0;
    width:220px;
    height:150px;
    border:1px solid #ddd;
    background:#f2f2f2;
    font-size:62.5%
    }

#content > #login { width:230px; }

#login h2 {
    float:left;
    width:220px;
    height:30px;
    line-height:30px;
    padding:0 0 0 10px;
    background:#fff url(../images/bgLoginHeader.gif) top repeat-x;
    font-size:1.2em;
    font-weight:bold;
    letter-spacing:normal;
    }

#login h2 a {
    padding-left:20px;
    font-size:0.8em;
    font-weight:normal;
    }

#login h2 a:link, #login h2 a:visited { color:#888; }
#login h2 a:hover { color:#666; }
#login h2 a:active { color:#444; }

#login form {
    clear:both;
    padding:10px 0 10px 10px;
    }

#login > form { padding-right:20px; }

#login fieldset {
    padding-left:70px;
    width:150px;
    }

#login > fieldset { width:150px; }

#login label {
    float:left;
    font-size:1.2em;
    margin-left:-70px;
    }

#login input {
    width:130px;
    height:20px;
    margin-bottom:10px;
    }

#login .submit button[type] { margin-right:18px; } /* ff */

/***** home page ends *****/

/***** contact form *****/

form { font-size:1.0em; }

fieldset {
    padding-left:220px;
    width:195px;
    }

form > fieldset { width:150px; }

label {
    float:left;
    margin-left:-220px;
    line-height:20px;
    font-weight:bold;
    }

input, select, textarea { width:175px; }

input, select {
    height:20px;
    }

.xxxs { width:20px; }
.xxs { width:30px; }
.xs { width:40px; }
.sm { width:50px; }
.md { width:110px; }
.lg { width:130px; }
.xl { width:200px; }

div.submit {
    clear:both;
    float:right;
    width:auto;
    text-align:center;
    }

.submit button {
    /* display:block;                       rm to fix ie6 width issue */
    margin:0 13px 10px auto;
    font-size:1.4em;
    line-height:130%;
    letter-spacing:-1px;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    }

.submit button {
    width:auto;
    overflow:visible;
    padding:4px 15px 3px 15px; /* ie6 */
    }

.submit button[type] {
    padding:5px 15px 5px 15px; margin-right:0; /* ff */
    line-height:17px; /* safari */
    }

*:first-child+html button[type] {
    padding:4px 15px 3px 15px; /* ie7 */
    }

.submit button {
    color:#fff;
    background-color:#f89839;
    border:1px solid #bc732b;
    border-top:1px solid #fcd6b0;
    border-left:1px solid #fcd6b0;
    }

.submit button:hover { /* ff only */
    color:#eee;
    background:#f67e2b;
    border:1px solid #fcd6b0;
    border-top:1px solid #bc732b;
    border-left:1px solid #bc732b;
    }