* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.both {
    clear: both;
}

.right {
    float: right;
}

body {
    background: url(../images/bg-page.png) #011E32 repeat-x top left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #717171;
    line-height: 16px;
}

a {
    color: #011e32;
    text-decoration: none;
}

#page {
    width: 980px;
    margin: 0 auto 0 auto;
}

#header {
    background: url(../images/bg-head.png) no-repeat top left;
    height: 167px;
    width: 100%;
}

a.btn-resume {
    text-indent: -9999px;
    display: block;
    position: absolute;
    margin: 0 0 0 768px;
    width: 200px;
    height: 92px;
}

a.btn-blog {
    text-indent: -9999px;
    display: block;
    position: absolute;
    margin: 134px 0 0 872px;
    width: 56px;
    height: 30px;
}

a.btn-rss {
	text-indent: -9999px;
    display: block;
    position: absolute;
    margin: 134px 0 0 928px;
    width: 32px;
    height: 30px;
}

a.btn-facebook {
    text-indent: -9999px;
    display: block;
    position: absolute;
    margin: 96px 0 0 879px;
    width: 34px;
    height: 34px;
}

a.btn-linked {
    text-indent: -9999px;
    display: block;
    position: absolute;
    margin: 96px 0 0 916px;
    width: 34px;
    height: 34px;
}

a.btn-search, a.btn-positions {
    text-indent: -9999px;
    display: block;
    width: 237px;
    height: 39px;
    background: url(../images/btn-search.png) no-repeat top left;
}

a.btn-positions {
    background: url(../images/btn-positions.png) no-repeat top left;
    margin: 0 0 0 52px;
}

a.btn-start-search {
    text-indent: -9999px;
    display: block;
    width: 246px;
    height: 46px;
    background: url(../images/btn-start-search.png) no-repeat top left;
}

#content {
    background: url(../images/bg-content.png) #F6F6F6 no-repeat top left;
    min-height: 589px;
    width: 100%;
}

#sub #content {
    padding: 16px 0 0 0;
}

#footer {
    clear: both;
    background: url(../images/bg-footer.png) #FFFFFF no-repeat top left;
    height: 158px;
    width: 100%;
}

#footer a {
}

#menu {
    position: absolute;
    margin: 110px 0 0 180px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 20px 0 20px;
    font-weight: bold;
    height: 38px;
    display: block;
}

#menu ul li a:hover, #menu ul li a.active {
    background: url(../images/bg-menu.png) repeat-x top left;
}

#col-left {
    float: left;
    width: 294px;
    padding: 0 0 0 6px;
}

#col-right {
    float: left;
    width: 658px;
    padding: 18px 0 0 22px;
}

#sub #col-right {
    padding: 0 0 0 22px;
}

#col-right p {
    padding: 12px 72px 32px 72px;
}

a.head-referral, a.head-quicksearch, a.head-testimonial {
    background: url(../images/head-referral.png) no-repeat top left;
    display: block;
    width: 294px;
    height: 43px;
    text-indent: -9999px;
}

a.head-quicksearch {
    background: url(../images/head-quicksearch.png) no-repeat top left;
}

a.head-testimonial {
    background: url(../images/head-testimonial.png) no-repeat top left;
}

.sidebar-body {
    width: 246px;
    background: url(../images/bg-sidebar-body.png) repeat-y bottom left;
    padding: 0 24px 12px 24px;
}

a.btn-arrow {
    display: block;
    float: right;
    height: 50px;
    width: 59px;
    background: url(../images/btn-arrow.png) no-repeat top left;
    text-indent: -9999px;
}

h1.head-welcome {
    background: url(../images/head-welcome.png) no-repeat top left;
    width: 640px;
    height: 64px;
    display: block;
}

h1.head-sub {
    color: #072F4B;
    background: url(../images/head-sub.png) no-repeat top left;
    width: 560px;
    height: 44px;
    display: block;
    padding: 18px 0 0 76px;
    font-size: 16px;
    font-variant: small-caps;
    font-style: italic;
    font-weight: bold;
}

#featured {
    float: left;
    width: 332px;
    min-height: 393px;
    background: url(../images/bg-featured.png) no-repeat top left;
}

#searchpositions {
    float: left;
    width: 246px;
    min-height: 229px;
    padding: 164px 40px 0 40px;
    background: url(../images/bg-searchpositions.png) no-repeat top left;
}

#slider {
    width: 968px;
    height: 235px;
    margin: 0 0 0 11px;
	position: relative;
}

#slider img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slider img.active {
    z-index:10;
    opacity:1.0;
}


#slider img.last-active {
    z-index:9;
}


#jobs {
    float: left;
    margin: 44px 0 20px 32px;
    width: 242px;
    height: 313px;
    overflow: hidden;
}

#job-slider {
    margin: 44px 0 0 20px;
    float: left;
    height: 313px;
}

.job {
    background: url(../images/bg-job.png) repeat-x bottom;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
	text-transform: lowercase;
	text-transform: capitalize;
}

#footer-contact {
    position: absolute;
    margin: 52px 0 0 540px;
}

#footer-menu {
    width: 980px;
    position: absolute;
    margin: 126px 0 0 0;
    text-align: center;
}

#footer-menu a {
    color: #717171;
}

.custom-text-input, .custom-text-area {
    width: 208px;
    padding: 4px 13px 4px 13px;
}

.custom-text-area {
    height: 100px;
}

.form {
    padding: 0 0 0 40px;
    float: left;
    width: 290px;
    background: url(../images/bg-form-div.png) no-repeat top right;
}

#right-sidebar {
    float: left;
    width: 262px;
    padding: 16px 0 0 28px;
}

span.checklist {
    display: block;
    background: url(../images/bg-checklist.png) no-repeat left center;
    padding: 4px 0 4px 20px;
}

#advanced-search {
    margin: 0 40px 40px 40px;
    padding: 0 0 10px 28px;
    display: none;
}

#search-results {
    margin: 0 40px 12px 40px;
}

.job-detail{
	width:440px;
	margin: 12px 40px 12px 40px
}

.job-detail tr td{
	padding: 4px;
}


a.urnge{
	position: absolute;
	margin: 120px 0 0 911px;
}



