﻿/* RESET CSS */
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, font, 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
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a
{
    color: #003399;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
body
{
	line-height: 1;
    background-color: #f6f6f6;
    background-image: url(body-bg.gif);
    background-position: center top;
    background-repeat: no-repeat;
    font-family: Arial, Verdana, Tahoma;
    font-size: 80%;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
:focus
{
	outline: 0;
}
img
{
    vertical-align: bottom;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* bordered panels */

div.borderedpanel 
{
    background-image: url(bordered-panel.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 20px;
    width: 560px;
}
div.borderedpanel div.item
{
    border-bottom: solid 1px #ccc;
    margin: 10px 0px 10px 0px;
    padding: 10px 20px 10px 20px;
    width: 520px;
}
div.borderedpanel div.item h4
{
    font-size: 100%;
}
div.borderedpanel div.item h4 a
{
    text-decoration: underline;
}
div.borderedpanel div.item h4 span.joblocation
{
    color: #333;
    margin-left: 40px;
}
div.borderedpanel p.jobdescription
{
    color: #333;
}
div.clouds 
{
    background-image: url(clouds.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding: 10px;
}
div.smallborderedpanel 
{
    background-image: url(small-bordered-panel.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 10px 20px 10px 20px;
    width: 240px;
}
div.smallborderedpanel h1
{
    font-size: 120%;
    font-weight: bold;
}
div.smallborderedpanel p
{
    color: #666;
    font-size: 85%;
}
/* Web Form */

table.webform tr td.label
{
    border-top: solid 1px #999;
    color: #556292;
    font-size: 85%;
    font-weight: bold;
    font-variant: small-caps;
    padding: 5px 0px 5px 0px;
    vertical-align: middle;
    width: 100px;
}
table.webform tr td.field
{
    border-top: solid 1px #999;
    padding: 5px 0px 5px 0px;
    width: 140px;
}
table.webform tr td.field input.textbox
{
    border: solid 1px #666;
    font-size: 90%;
    padding: 3px;
    width: 130px;
}
table.webform tr td.field textarea.textarea
{
    border: solid 1px #666;
    font-family: Arial, Verdana;
    font-size: 90%;
    height: 100px;
    padding: 3px;
    width: 280px;
}
table.webform tr td.field select.select
{
    font-size: 90%;
    width: 140px;
}
table.webform tr td.required
{
    border-top: solid 1px #999;
    padding: 5px 0px 5px 10px;
    width: 30px;
}
table.webform tr td.textfield
{
    border-top: solid 1px #999;
    font-size: 85%;
    padding: 5px 0px 5px 0px;
    width: 140px;
}
table.webform tr td.span
{
    padding: 10px 0px 10px 0px;
    text-align: right;
    width: 240px;
}

/* Layout */

div#container
{
    background-image: url(container-bg.gif);
    margin: 0 auto;
    width: 980px;
}
div.notification 
{
    color: #669933;
    font-weight: bold;
    margin-bottom: 10px;
}
div.warning 
{
    background-color: #f99;
    color: #600;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
}
div#wrapper
{
    padding: 0px 10px;
    width: 960px;
}
div#footer
{
    background-image: url(footer-bg.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    clear: both;
    height: 40px;
    padding: 10px 20px 30px 20px;
}
div#footer p
{
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    color: #666;
    font-size: 85%;
    margin: 10px 0px 20px 0px;
    padding: 10px;
    text-align: right;
}
div#footer p a
{
    color: #666;
    font-weight: bold;
    text-decoration: underline;
}
div#full
{
}
div#header
{
    background-image: url(header-bg.jpg);
    background-position: left bottom;
    background-repeat: repeat-y;
    color: #fff;
    font-weight: bold;
    height: 200px;
    padding: 0px 40px;
    position: relative;
    width: 900px;
}
div#header img#logo
{
    float: left;
    vertical-align: bottom;
}
div#header p
{
    float: right;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    line-height: 190%;
    margin-top: 20px;
    font-variant: small-caps;
    vertical-align: middle;
    width: 439px;
}
div#header p span
{
    margin-right: 15px;
}
div#header p span.tagline
{
    font-size: 170%;
    font-variant: normal;
    font-weight: normal;
    text-transform: capitalize;
}
div#left
{
    float: left;
    padding: 40px 15px 30px 20px;
    width: 280px;
}
div#right
{
    float: right;
    line-height: 160%;
    padding: 40px 20px 20px 0px;
    width: 600px;
}
div#right p a
{
    text-decoration: underline;
}


/* OTHER CSS */

.alignright
{
    text-align: right;    
}
.nomargin
{
    margin: 0px;
    padding: 0px;
}
div#header div.banner
{
    padding-top: 80px;
}
div#header div.navigation
{
    position: absolute;
    top: 164px;
}
div#header div.navigation ul li
{
    display: inline;
    float: left;
    margin-right: 10px;
}
div#header div.navigation ul li a
{
    color: #fff;
    display: inline;
    float: left;
    font-size: 90%;
    font-weight: bold;
    line-height: 22px;
    vertical-align: middle;
}
div#header div.navigation ul li a span
{
    display: block;
    line-height: 22px;
    padding: 0px 10px;
}
div#header div.navigation ul li a:hover
{
    background-image: url(navigation-a.gif);
    text-decoration: none;
}
div#header div.navigation ul li a:hover span
{
    background-image: url(navigation-a-span.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
div#header div.navigation ul li a.on
{
    background-image: url(navigation-a.gif);
}
div#header div.navigation ul li a.on span
{
    background-image: url(navigation-a-span.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
div#header div.submit
{
    position: absolute;
    top: 35px;
    text-align: right;
    width: 900px;
}
div#header div.submit img
{
    margin-left: 15px;
}
div#jobview
{
    padding: 15px;
}
div#jobview h1
{
    color: #556292;
}
div#jobview table
{
    width: 75%;
}
div#jobview table td
{
    padding: 5px 0;
}
div#jobview table td.label
{
    font-weight: bold;
    width: 19%;
}
div.left
{
    float: left;
    width: 49%;
}
div.panel
{
    padding: 15px;
}
div.right
{
    float: right;
    width: 49%;
}
h1
{
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 15px;
}
h2
{
    color: #79bdea;
    margin: 20px 0px 10px 0px;
}
h2 a
{
    color: #79bdea;
    text-decoration: underline;
}
h3
{
    color: #556292;
    font-size: 140%;
    margin-bottom: 3px;
    text-transform: capitalize;
}
input.blankbutton
{
    background: transparent url(btn-bg-blank.gif) no-repeat bottom center;
}
input.button
{
    background-color: Transparent;
    background-image: url(btn-bg-blank.gif);
    background-position: center top;
    background-repeat: no-repeat;
    border: none;
    color: #fff;
    cursor: hand;
    cursor: pointer;
    font-size: 85%;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 3px 15px;
    text-align: left;
    text-transform: uppercase;
    width: 155px;
}
input.button.search
{
  background-image: url(search-button.gif);
}  
p
{
    line-height: 140%;
    margin: 8px 0;
}
p.bluebox 
{
    background-color: #fff;
    color: #999;
    font-size: 90%;
    font-weight: bold;
    margin: 0px;
    padding: 10px;
    text-align: center;
}
p.bluebox a
{
    color: #999;
    text-decoration: underline;
}
p.source
{
    font-style: italic;
}
table.layout tr td
{
    vertical-align: top;
}
table.jobsummary tr td
{
    padding: 5px 5px 0px 5px;
}
table.twocolumn
{
    margin: 30px 0;
    width: 580px;
}
table.twocolumn td
{
    width: 50%;
}
table.twocolumn td.divider
{
    width: 30px;
}
table.twocolumn td.homecategory
{
    padding: 3px 0px;
}
table.twocolumn td.homecategory a
{
    text-decoration: underline;
}
table.twocolumn ul
{
    margin: 10px 0;
}
table.twocolumn ul li
{
    padding: 4px 0;
}
table.twocolumn ul li a
{
    text-decoration: underline;
}
