/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    cursor:default;
    text-align:center;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
}

div#wrapper {
    border:1px solid black;
    width:810px;
    background:url(../img/wrapper-bg.png) no-repeat top;
}

div#content {
    margin:0 auto;
    width:670px;
    color:#282b5c!important;/*#2b2c38;*/
}

div#content a {
    color:#282b5c;
    text-decoration:none;
}

div#content a:hover {
    text-decoration:underline;
}

div#header {
    width:100%;
    font-size:22px;
    margin:150px 15px 0 0;
    height:180px;
}

p.banner-sml-txt {
    margin:10px 120px 0 120px;
    font-size:20px;
    font-weight:bold;
}

h2 {
    font-size:25px;
}

p.blue, h2.blue {
    color:#2b2c38;
}

p.white {
    color:#ffffff;
}

div.fleft, img.fleft {
    float:left;
}

div.fright {
    float:right;
}

div.fcenter {
    margin:0 auto;
}

div.r-align {
    text-align:right;
}

div.l-align {
    text-align:left;
}

div#main {
    margin-top:-60px;
}

div#main-intro {
    font-weight:bold;
    margin-bottom:30px;
}

div#networking {
    height:80px;
    padding: 0 80px;
    margin:15px 0 0 30px;
}

div.button {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #265B97/*#1e62d0*//*#3d94f6*/), color-stop(1, #282b5c/*#1e62d0*/) );
    background:-moz-linear-gradient( center top, #3d94f6 5%, #265B97 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#265B97', endColorstr='#282b5c');
    background-color:#265B97;
    -webkit-border:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-indent:0;
    border:1px solid #282b5c;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    font-style:normal;
    padding:5px 0px 2px 0px;
    margin:0 7px 0 19px;
    height:28px;
    line-height:1.1;
    width:70px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 6px #1570cd;
}
div.button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #282b5c), color-stop(1, #265B97) );
    background:-moz-linear-gradient( center top, #282b5c 5%, #265B97 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#282b5c', endColorstr='#265B97');
    background-color:#282b5c;
}
div.button:active {
     position:relative;
     top:1px;
}

div#job-listings h3 {
    padding:10px 40px 5px 40px;
    font-size:23px;
    font-weight: bolder;
}

div#job-listings {
    -moz-box-shadow:5px 5px 20px 20px 0px #d4d4d4;
    -webkit-box-shadow:5px 5px 20px 0px #d4d4d4;
    box-shadow:5px 5px 20px 0px #d4d4d4;
    -webkit-border:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    background-color:#ffffff;
    width:477px;
    margin:-20px auto 60px auto;
    padding:20px 20px;
}

div#job-listings p {
    font-weight:bold;
}

div#apply-button {
    -webkit-border:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-color:#db8039;
    font-size:17px;
    color:#ffffff;
    padding:15px 10px 8px 10px;
    margin:120px auto 20px auto!important;
    width:300px;
    height:24px;
    cursor:pointer;
}

div#apply-button a{
    color:#ffffff;
}

div#apply-button a:hover {
    text-decoration:none;
}

div.job-posts div {
    padding:5px 0 5px 0;
}

div.job-posts {
    font-size:12px!important;
    margin-top:20px;
}

div.job-posts div {
    font-size:12px!important;
}