/* ------------------------------------------------------------------------
CSS sheet for Diversified Personnel Services
Author: Jeff Sanders
Date Created: 11/2/07

All inquiries for this document should be directed to info@foxvalleywebdesign.com
------------------------------------------------------------------------*/

* {
        margin: 0px;
        padding: 0px;
        font-family: Verdana, Geneva, sans-serif;
}  

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
body {
        background: #ccc;
}
#wrapper {
        margin: 10px auto;
        width: 782px;
        background: #fff;
        border: 1px solid #000;
}
#header {
        padding-bottom: 5px;
        height: 118px;
        background: url(../images/oppDPS_03.jpg) top left no-repeat;
        border-bottom: 1px solid #000;
}
#pic {
        clear: both;
        height: 200px;
        background: url(../images/mainphoto.jpg) no-repeat;
}
#pic2 {
		clear:both;
		height:200px;
		background: url(../images/jobseekers.jpg) no-repeat;

}
#pic3 {
		clear:both;
		height:200px;
		background: url(../images/employersmain.jpg) no-repeat;	
}

#content {
        clear: both;
        padding: 20px;
        min-height: 300px;
}
#bottom {
        height: 132px;
        background: url(../images/bottom_bg.jpg) no-repeat;
}
#footer {
        text-align: center;
}
#footer p {
        margin: 10px 0px;
        font-size: 10pt;
}

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

/* top navigation */
ul#nav {
        margin-top: 20px;
        list-style-type: none;
        font-size: 8pt;
}
ul#nav li {
        width: 95px;
        height: 112px;
        float: left;
        display: block;
        text-align: center;
        border-right: 2px dotted #ccc;
}
ul#nav li a {
        padding-top: 81px;
        height: 30px;
        display: block;
        text-decoration: none;
        color: #006666;
}
ul#nav li.home {
        background: url(../images/home.jpg) no-repeat;
}
#home ul#nav li.home, ul#nav li.home a:hover {
        background: url(../images/home1.jpg) no-repeat;
}
ul#nav li.search {
        background: url(../images/seekers.jpg) no-repeat;
}
#search ul#nav li.search, ul#nav li.search a:hover {
        background: url(../images/seekers1.jpg) no-repeat;
}
ul#nav li.apply {
        background:  url(../images/employer.jpg) no-repeat;
}
#apply ul#nav li.apply, ul#nav li.apply a:hover {
        background:  url(../images/employer1.jpg) no-repeat;
}
ul#nav li.info {
        background:  url(../images/jobs.jpg) no-repeat;
}
#info ul#nav li.info, ul#nav li.info a:hover {
        background:  url(../images/jobs1.jpg) no-repeat;
}
ul#nav li.employ {
        background: url(../images/apponline.jpg) no-repeat;
}
#employ ul#nav li.employ, ul#nav li.employ a:hover {
        background: url(../images/apponline1.jpg) no-repeat;
}
ul#nav li.news {
        background: url(../images/news.jpg) no-repeat;
}
#news ul#nav li.news, ul#nav li.news a:hover {
        background: url(../images/news1.jpg) no-repeat;
}
ul#nav li.links {
        background: url(../images/links.jpg) no-repeat;
}
#links ul#nav li.links, ul#nav li.links a:hover {
        background: url(../images/links1.jpg) no-repeat;
}
ul#nav li.locations {
        border-right: none;
        background: url(../images/locations.jpg) no-repeat;
		float:left;
		clear:right;
}
#locations ul#nav li.locations, ul#nav li.locations a:hover{
        background: url(../images/location1.jpg) no-repeat;
}

/* bottom navigation */
ul#botnav {
        margin-top: 5px;
        list-style-type: none;
        font-size: 10pt;
}
ul#botnav li {
        display: inline;
        padding: 5px;
}

/* sister sites */
ul#other {
        width: 201px;
        list-style-type: none;
}
ul#other li {
        height: 43px;
        font-size: 8pt;
}
ul#other li.oppInc a {
        height: 43px;
        display: block;
        background: url(../images/logos_21.jpg) top left no-repeat;
}
ul#other li.oppInc a:hover {
        height: 43px;
        display: block;
        background: url(../images/logos1_21.jpg) top left no-repeat;
}
ul#other li.oppPrint a {
        height: 43px;
        display: block;
        background: url(../images/logos_23.jpg) top left no-repeat;
}
ul#other li.oppPrint a:hover {
        height: 43px;
        display: block;
        background: url(../images/logos1_23.jpg) top left no-repeat;
}

/* ------------------------------------------------------------------------
TEXT AND LINK ELEMENTS
-------------------------------------------------------------------------*/
h1 {
        margin: 10px 0px;
        font: 20pt "Trebuchet MS", Helvetica, sans-serif;
}
h2 {
        margin: 10px 0px;
        font: 16pt "Trebuchet MS", Helvetica, sans-serif;
        color: #167361;
}
h3 {
        margin: 10px 0px;
        font: 14pt "Trebuchet MS", Helvetica, sans-serif;
}
h4 {
        margin: 10px 0px;
        font: 13pt "Trebuchet MS", Helvetica, sans-serif;
}
p {
        font: 10pt Verdana, Geneva, sans-serif;
        margin: 10px 0px;
}
#content li {
        padding-bottom: 10px;
        margin-left: 20px;
        font: 10pt Verdana, Geneva, sans-serif;
        list-style-type: none;
}
a:link {
        color: #006666;
}
a:visited {
        color: #006666;
}
a:hover {
        color: #33CCCC;
}

/* ------------------------------------------------------------------------
TABLE ELEMENTS
-------------------------------------------------------------------------*/
table {
        width: 100%;
        font: 10pt Verdana, Geneva, sans-serif;
}
th, td {
        vertical-align: top;
        padding: 5px;
}
th {
        font: 12pt "Trebuchet MS", Helvetica, sans-serif;
        font-weight: bold;
}


/* ------------------------------------------------------------------------
FORM ELEMENTS
-------------------------------------------------------------------------*/
label, input {
        margin-bottom: 10px;
        width: 100px;
        float: left;
}
input, select {
        width: 200px;
}
form br {
        clear: left;
}
textarea {
        width: 95%;
        height: 100px;
}
.oneline {
        margin-right: 10px;
        width: auto;
}
.boxes {
        width: 1.5em;
        vertical-align: middle;
}

/* ------------------------------------------------------------------------
MISC ELEMENTS
-------------------------------------------------------------------------*/
.hide {
        display: none;
}
.clearfloat {
        clear: both;
}

/* ------------------------------------------------------------------------
SERVICES PAGE ELEMENTS
-------------------------------------------------------------------------*/
#col2_first {
        padding-right: 10px;
        width: 361px;
        min-height: 300px;
        float: left;
}
#col2 {
        padding-left: 10px;
        width: 360px;
        min-height: 300px;
        float: right;
        border-left: 1px solid #ccc;
}

/* ------------------------------------------------------------------------
LINKS PAGE ELEMENTS
-------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
LOCATIONS PAGE ELEMENTS
-------------------------------------------------------------------------*/
#col3_first {
        padding-right: 10px;
        width: 233px;
        min-height: 300px;
        float: left;
        border-right: 1px solid #ccc;
}
#col3 {
        padding: 0px 10px;
        width: 232px;
        min-height: 300px;
        float: left;
}
#col3_last {
        padding-left: 10px;
        width: 233px;
        min-height: 300px;
        float: left;
        border-left: 1px solid #ccc;
}
#col3_first img, #col3 img, #col3_last img {
        margin: 0px auto;
        display: block;
        padding: 5px;
        background: #fff;
        border: 1px solid #ccc;
}

/* ---------------------------------------------------------
search results page*/
.top {
 font-weight        : bold;
 text-decoration    : none;
 text-align         : center;
 color              : #006E5D;
 background-color   : #87D7E0;
 border             : 1px solid #006E5D;
}

.jobposting:hover {
 background-color   : #E0F3F9;
}

.removalrow {
 background-color   : #FFC4C4;
}

#editdelete a {
 font-family        : Georgia, "Times New Roman", Times, serif;
 font-size          : 16px;
 font-weight        : normal;
 text-decoration    : none;
 float              : left;
 margin-right       : 5px;
 padding-left       : 5px;
 padding-right      : 5px;
 color              : #000;
 background-color   : #E0F3F9;
 display            : block;
 border             : 1px solid #000;
}

#editdelete a:hover {
 background-color   : #87D7E0;
}
.picRight {
	padding: 12px;
	float: right;
}
