/*
--------------------------------------------------------------------------------
CLIENT: Odyssey Medical (Employment Opportunities)
AUTHOR: Houseal Creative - housealcreative.com
----------------------------------------------------------------------------- */


/*  STRUCTURE
----------------------------------------------------------------------------- */

* {
    padding: 0;
    margin: 0;
    }

body {
    text-align: center;
    color: #333;
    font: 11px/20px "Lucida Grande", verdana, helvetica, arial, sans-serif;
    background: #000 url("/employment/images/bg_body.gif") top center repeat-y;
	}

#wrap {
	width: 700px;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
    }

#header {
    width: 700px;
    height: 100px;
    background: transparent url("/employment/images/bg_header.gif") top left no-repeat;
    }

#primary-nav {
    width: 425px;
    height: 35px;
    position: relative;
    float: left;
    top: 45px;
    left: 275px;
    }

#main {
    width: 700px;
    float: left;
    background: transparent url("/employment/images/bg_main.gif") top left no-repeat;
    }

#content {
    width: 375px;
    float: left;
    margin: 60px 0 0 75px;
    }

    * html #content {
    margin: 60px 0 0 37px;
    }

#sidebar {
    width: 150px;
    float: left;
    margin: 107px 0 0 50px;
    }

#footer {
    width: 375px;
    margin: 40px 0 20px 75px;
    clear: both;
    float: left;
    }

    * html #footer {
    margin: 40px 0 20px 37px;
    }


/*  NAVIGATION
----------------------------------------------------------------------------- */


/*  TEXT
----------------------------------------------------------------------------- */

#footer p {
    font: 9px/12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
    color: #bbb;
    }

#sidebar p {
    font: 11px/16px "Lucida Grande", verdana, helvetica, arial, sans-serif;
    font-weight: normal;
    color: #cc0000;
    margin: 10px 0 0 0;
    }

    #sidebar p.eoe-notice {
    font: 10px/16px "Lucida Grande", verdana, helvetica, arial, sans-serif;
    font-weight: normal;
    color: #999;
    margin: 25px 0 0 0;
    }

#content p {
    margin-bottom: 0;
    }


/*  HEADLINES
----------------------------------------------------------------------------- */

h2.employmentops { background: transparent url(/employment/images/h2_employmentops.gif) top left no-repeat; height: 47px; text-indent: -99999px; }

h3 {
    font: 12px/16px "Lucida Grande", verdana, helvetica, arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 8px 0;
    font-weight: bold;
    padding: 3px 5px 3px 10px;
    background-color: #999;
    }

h4 {
    font: 10px/12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
    color: #cc9933;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 5px 0 0 0;
    font-weight: normal;
    }


/*  LISTS
----------------------------------------------------------------------------- */

#content ul {
    list-style: none;
    margin: 10px 0 10px 20px;
    }

    #content ul li {
    color: #333;
    font-weight: normal;
    background: transparent url(/employment/images/bullet.gif) 0 .45em no-repeat;
    padding: 0 0 0 12px;
    margin: 0 0 5px 0;
    line-height: 16px;
    }

    #content ul li small {
    color: #666;
    font-weight: normal;
    line-height: 10px;
    }


/*  LINKS
----------------------------------------------------------------------------- */

a {
    color: #cc0000;
    text-decoration: none;
    border-bottom: dotted 1px #bbb;
    outline: none;
    }

    a:hover {
    background: #eee;
    border-bottom: dotted 1px #666;
    }

#sidebar a {
    background: #eee;
    }

    #sidebar a:hover {
    border-bottom: dotted 1px #333;
    }


/*  IMAGES
----------------------------------------------------------------------------- */

img {
    border: 0;
    }


/*  FORMS
----------------------------------------------------------------------------- */

/*  MISC
----------------------------------------------------------------------------- */

a {
    outline: none;
    }

