﻿/* Elements */
html, body 
{
	background-color: #edebe9;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	color: #333333;
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif ;
	font-size: 0.83em;
}
img {
    border: 0px;	
}

a {
    text-decoration: none;
}

h1 {font-size: 13pt; font-weight: normal; color: #4d4d4d; margin-bottom: 20px; text-align: center;}
h2 {font-size: 11pt; font-weight: normal; margin-top: 10px; margin-bottom: 0px;}
h3 {font-size: 10pt; font-weight: bold; color: #ed1c2e; margin-bottom: 5px;}

/* Element Ids */

#outerwrapper 
{
    position: relative;
    width: 980px;
    margin:0 auto; /* for the rest */ 
    margin-top: 10px;
    padding-bottom: 30px;
    padding-top: 8px;
    text-align: left;
}

#innerwrapper 
{
    width: 960px;
    background-color: #fff;
}
#header a, #footer a {
    font-size: 1em;
}
#headermenutop {
    position: relative;
    background-color: #172983;
    height: 22px;
    margin-bottom: 1px;
}
#headermenutopright {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 22px;
    background-image: url('../images/bg-btn-red.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding: 3px 7px 0 0;
}
#headermenutopright a {
    color: #fff;
    text-decoration: none;
    padding: 0 5px 0 5px;
    border-right: solid 1px #fff;
}
#headermenutopright a.endmenuitem {
    border-right: none;
}
#headermenutopright .rsslink {
    margin-right: 15px;
}
#headermenutopright .rsslink img {
    vertical-align: middle;
}
#headermenubottom {
    position: relative;
    background-color: #a4bbc6;
    height: 22px;
    margin-bottom: 1px;
}
#headermenubottomright {
    position: absolute;
    right: 30px;
    top: 0px;
    padding-top: 5px;
}
#headermenubottomright a {
    text-decoration: none;
    color: #fff;
}

/* menus */
.managermenu {
    margin: 0 20px 10px 0;
    text-align: right;
}
.managermenu ul {
    padding-top: 0px;
    margin: 0 0 0 -25px;
}
.managermenu ul li {
    display: inline;
    list-style-type: none;
}
.managermenu ul li {
    border-right: solid 1px #fff;
}
.managermenu ul li a {
    color: #999;
    padding: 5px;
}
.managermenu ul li a:hover {
    color: #ffd71f;
}
.managermenu ul li.endmenuitem {
    border-right: none;
}

.menutop ul, .menubottom ul {
    padding-top: 4px;
    margin: 0 0 0 -25px;
}
.menutop ul li, .menubottom ul li {
    display: inline;
    list-style-type: none;
}
.menutop ul li {
    border-right: solid 1px #fff;
}
.menubottom ul li {
    border-right: solid 1px #ff0000;
}
.menutop ul li a, .menubottom ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 8px 0px 5px;
}
.menutop ul li a:hover, .menubottom ul li a:hover, #headermenubottomright a:hover, #headermenutopright a:hover {
    color: #ffd71f;
}
.menutop ul li.endmenuitem, .menubottom ul li.endmenuitem {
    border-right: none;
}

#main {
    margin: 0 0 0 0;
    min-height: 600px;
}
#mainleft {
    float: left;
    width: 719px;
}
#mainright {
    margin-left: 720px;
}
#newsbar {
    background-image: url('../images/bg-news.png');
    height: 17px;
    width: 664px;
    padding-left: 55px;
    padding-top: 3px;
}
#headerlogo {
    padding-left: 30px;
    padding-top: 80px;
    height: 145px;
}

/* footer */
#footer {
    clear: both;
}
#footermenutop {
    background-color: #a4bbc6;
    height: 22px;
    margin-bottom: 1px;
}
#footermenubottom {
    background-color: #869cb8;
    height: 22px;
}
#footerinfo {
    margin: 10px 0 0 20px;
    color: #000;
    font-size: 0.85em;
}
#footerinfo a {
    color: #000;
    text-decoration: none;
}

#rightcolumn {
    background-image: url('../images/jobsearch/bg-rightcolumn.png');
    background-repeat: no-repeat;
    padding: 8px;
}

/* job search */
#jobsearch {
    background-image: url('../images/jobsearch/bg-jobsearch.png');
    background-repeat: no-repeat;
    height: 223px;
    width: 222px;
    margin: 5px 0 10px 0;
    padding: 60px 0 0 10px;
}
#jobsearch div {
    margin-bottom: 10px;
}
#jobsearch input[type=text], #jobsearch select, .form input[type=text], .form input[type="password"], .form select {
    border: solid 1px #e0e1e1;
    padding: 3px;
    font-size: 0.8em;
}
#jobsearch input[type=radio] {
    padding: 3px;
    font-size: 0.8em;
}
#jobsearch input[type=text] {
    width: 195px;
}
#jobsearch select {
    width: 200px;
}
#jobsearch input.short {
    width: 95px;
}
#jobsearch select.short {
    width: 100px;
}
#jobsearch .watermark, .form .watermark {
    color: #a6a7a9;
}
#jobsearch #postcode {
    float: left;
    margin-right: 10px;
}

#jobsearch #advancedsearch {
    float: left;
    margin-right: 25px;
}
#jobsearch #advancedsearch a {
    color: #333;
}

.red {
    color: #e2001a;
}
.form {
    width: 486px;
    background-color: #eaeff2;
    margin-top: 20px;
    margin-left: -30px;
    padding: 10px 20px 10px 20px;
}
.form table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}
.form td {
    padding: 5px;
}
.form input[type="text"], .form input[type="password"], .form select {
    width: 90%;
}
.form .submitcontainer {
    text-align: right;
}
.right {
    text-align: right;
}
.label {
    text-transform: uppercase;
    color: #a4bbc6;
    font-size: 0.7em;
}
.maintel 
{
    margin: 50px 0 0 20px;
}
.jobtitles {
    border-collapse: collapse;
}
.jobtitles td {
    padding: 10px;
}
#expolinkcontainer {
    margin-top: 80px;
    text-align: center;
    width: 100%;
}
