html { min-height: 100%; margin-bottom: 1px; }

* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    text-align: left;
    color: #333;
    font-size: 76%;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/bluegrid_small_2.gif);
    background-repeat: repeat;
    background-position: top left;
}

a:link, a:visited { 
    color: #009DDC;
    text-decoration: none;
    font: normal 1.1em/1.6em Arial, Helvetica, sans-serif;
    background-color: inherit;
}

a:active, a:hover { 
    color: #000;
    background-color: inherit;
}

img { border: none; }

h1, h2, h3, h4, h5 { 
    font: normal 2.2em/1.4em Georgia, "Times New Roman", serif;
    color: #444;
    background-color: inherit;
}

h2 {
    color: #222;
    margin-left: 20px;
    margin-bottom: 10px;
    font: normal 1.0em/1.4em Arial, Helvetica, sans-serif;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    background: url('../images/header_icon_09.gif') no-repeat 98% bottom;
    
}

p {
    margin-bottom: 5px;
    margin-left: 20px;
    font: normal 1.0em/1.4em Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #333;
    background-color: inherit;
}   

ul { 
    list-style: disc; 
    margin: 15px 0px 0px 15px;
}

li {
    margin: 0px 0px 5px 52px;
    text-align: left;
    color: #333;
}

#main {
    padding: 15px 0px 25px 25px;
    width: 640px;
}

#topBanner {
    background-image: url(../images/ldm_topnav_bg2.gif);
    background-repeat: repeat-x;
    background-position: top left;
    height: 94px;
}

#topLogo {
    background-image: url(../images/ldm_banner_3.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 31px 0px 39px 33px;
}

#topNav {
    background-image: url(../images/ldm_banner_3.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0px 0px 39px 0px;
    text-align: left;
}

#footer {
    border-top: 30px solid #009ddc;
}

#footer #nav {
    text-align:center;
    padding: 5px 0 0 0;
    width: 640px;
}

#copyright {
    width: 640px;
    font: normal 10px Arial, Helvetica, sans-serif;
    color: #555;
    text-align: center;
    margin-top: 10px;
}

#jobs_list {
    margin: 18px 0px 0px 50px;
}   

.job_title {
    color: #222;
    margin-left: 20px;
    margin-bottom: 10px;
    font: normal 1.6em/1.4em Arial, Helvetica, sans-serif;
    padding-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    background: url('../images/header_icon_11.gif') no-repeat 99% bottom;
}

.job_label {
    font: normal 1.2em/1.4em Arial, Helvetica, sans-serif;
    color: #999;
    margin: 15px 0px 0px 28px;
    font-weight: bold;
}   

.job_text {
    margin: 15px 40px 0px 10px;
    font: normal 1.0em/1.4em Arial, Helvetica, sans-serif;
}