﻿body
{
    font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 11px;
	color: #1a1a1a;
	background: #efefef url(../images/bg_body.gif) repeat-x top;
}


/* layout */

.page
{
    width: 850px;
    background: #fff url(../images/bg_page.gif) repeat-y;
    margin: 0 auto;
}

.header
{
    width: 850px;
    height: 120px;
    background: #fff url(../images/bg_header.gif) no-repeat bottom;
}

.header .logo
{
    padding: 40px 0 0 20px;
}

.header .nav
{
    padding-top: 70px;
}


.header .nav .tab
{
    color: #7d7d7d;
    font-size: 12px;
    height:10px;
    width: 84px;
    padding: 10px 0;
    background: #fff url(../images/tab.gif) no-repeat 0 0;
    margin-left: 2px;
    display: block;
    float: left;
    text-align: center;
}

.header .nav .tab:hover
{
    color: #676767;
    background: #fff url(../images/tab.gif) no-repeat 0 -30px;
    text-decoration: none;
}

.header .nav .activeTab
{
    color: #676767;
    font-size: 12px;
    height: 10px;
    width: 84px;
    padding: 10px 0;
    background: #fff url(../images/tab.gif) no-repeat 0 -30px;
    margin-left: 2px;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
}

.mid
{
    height: 194px;
    width: 810px;
    margin: 0 20px;
}

.mid .jobSearch
{
    height: 115px;
    width: 202px;
    background: #fff url(../images/bg_jobsearch.gif) no-repeat;
    padding: 15px;
}

.mid .banner
{
    height: 194px;
    width: 556px;
    margin-left: 20px;
}

.contentContainer
{
    width: 810px;
    margin: 20px 20px 0 20px;
}

.contentContainer .sidebar
{
    height: 200px;
    height /**/:auto;
    min-height: 200px;
    width: 232px;
    margin-right: 20px;
}

.contentContainer .sidebar .item
{
    color: #1a1a1a;
    display: block;
    background: #fff url(../images/bullet.gif) no-repeat 0 50%;
    line-height: 20px;
    margin-bottom: 4px;
    padding-left: 16px;
    border-bottom: solid 1px #e5e5e5;
}

.contentContainer .sidebar .item:hover
{
    color: #c7312b;
    text-decoration: none;
}

.contentContainer .sidebar .active
{
    color: #c7312b;
    display: block;
    background: #fff url(../images/bullet.gif) no-repeat 0 50%;
    line-height: 20px;
    margin-bottom: 4px;
    padding-left: 16px;
    border-bottom: solid 1px #e5e5e5;
}


.contentContainer .content
{
    height: 200px;
    height /**/:auto;
    min-height: 200px;
    width: 535px;
    padding-left: 20px;
    border-left: solid 1px #e5e5e5;
}

.footer
{
    width: 850px;
    background: #efefef url(../images/bg_footer.gif) no-repeat top;
    padding-top: 40px;
}

.multiPage
{
    height: 100px;
    color: #000;
    border-left: solid 1px #787878;
    border-right: solid 1px #787878;
    border-bottom: solid 1px #787878;
    padding: 10px
}

.adminMenu
{
    padding: 0 20px;
    margin-bottom: 15px;
}

.jobSearchResults
{
    padding-bottom: 20px;
}

.jobSearchResults .title
{
    font-size: 14px;
    /*font-weight: bold;*/
    margin-bottom: 6px;
}

.jobSearchResults .more
{
    background: #fff url(../images/bullet.gif) no-repeat 0 50%;
    padding-left: 16px;
    margin: 10px 0;
    display: block;
}

.jobDescription p
{
    margin: 0;
}


/* typography */

p
{
    line-height: 20px;
    margin-bottom: 15px
}

pre
{
    font-family: monospace;
}

strong, b
{
    font-weight: bold
}

em, i
{
	font-style: italic;
}

a
{
	color: #c7312b;
	text-decoration: none;
	line-height: 12px;
}

a:hover
{
	text-decoration: underline;
	cursor: pointer !important;
}

h1
{
    color: #f7931d; 
    font-size: 22px;
    font-weight: normal;
    border-bottom: solid 2px #cacaca;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

h2
{
    color: #222; 
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}

h3
{
    color: #1a1a1a;
    font-size: 11px;
    font-weight: bold;
}



ul
{
	list-style-position: inside;
}

input, select, textarea
{
	font-size: 11px;
}

input.button
{
    width: auto;
    padding: 1px 12px;
    overflow: visible
}


.result
{
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.error
{
	color: #ff0000;
}

.grey {color: #222}