/* base template styles */
:focus {-moz-outline-style: none;}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
body {
	background-repeat: repeat;
	background-color: #D3D2D2;
	background-image: url(site-images/template-core/background.png);
}
#outer {
	text-align: center;
	height: auto;
	width: 100%;
}
#inner {
	text-align: left;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: auto;
	background-image: url(site-images/template-core/header-gradient.png);
	margin-bottom: 0px;
	min-height: 600px;
	overflow: hidden;
}
#subLeftHeader {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent {
	text-align: left;
	position: relative;
	min-height: 650px;
}
/* side navigation boxes */
#jobSeekers  {
	width: 222px;
	position: absolute;
	top: 40px;
	left: 730px;
	clear: both;
	z-index: 1000;
}

img {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

#jobSeekersBackground {
	background-image: url(site-images/home/search-gradient.png);
	background-repeat: repeat-y;
}
#jobSeekerContent, #employersContent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#jobSeekerContent hr, #employersContent hr {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	display: block;
}
#jobSeekerContent h1, #jobSeekerContent h1 a {
	color: #FFFFFF;
	margin-bottom: 0px !important;
	line-height: 28px;
	font-size: 14px;
}
#jobSeekerContent h1 a {
	
	text-decoration: none;
}
#jobSeekerContent h1 a:hover {
	color: #32CCFE;
	text-decoration: none;
}
#jobSeekerContent p, #employersContent p {
	color: #FFFFFF;
	margin-bottom: 2px;
}
#jobSeekerContent a, #employersContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#jobSeekerContent a:hover, #employersContent a:hover {
	color: #32CCFE;
	text-decoration: none;
}
#jobSeekerContent select, #jobSeekerContent input {
	width: 100%;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	display: inline; 
}
#jobSeekerContent .header {
	margin-bottom: 2px;
}



/* main menu */
#mainMenu {
	color: #FFFFFF;
	font-weight: bold;
	left: -10px;
	position: relative;
}
#mainMenu div {
	background: transparent url('/site-images/home/nav_spacer.png') center right no-repeat;
	font-size: 14px;
}
.mainMenuF1, .mainMenuF2 {
	position: relative;
	float: left;
}
.mainMenuF1 a  {
	color: #FFFFFF;
}
.mainMenuF1 a, .mainMenuF2 a  {
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
}
.mainMenuF1  a:hover, .mainMenuF2 a {
	color: #32CCFE;
	text-decoration: none;
}

/* generic styles */
h1 {
	font-size: 18px;
	color: #2FC1F6;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 20px;
}
h2 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #000066;
}
h3 {
	margin-bottom: 10px;
	color: #32CBFD;
	font-size: 11px;
	line-height: 14px;
}
.bodyMain .applyNow {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
p {
	line-height: 14px;
	margin-bottom: 10px;
}
blockquote {
	margin-left: 15px;
}
/*
hr {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	display: block;
	height: 1px;
}
*/

/* banner styles */
#macrobanner  {
	margin-bottom: 20px;
}
#macroLogo  {
	margin-bottom: 105px;
}
/* copyright footer */

#footer {
	font-size: 11px;
	color: #666666;
	position: relative;
	width: 952px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

#footer a {
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
}

#footerbar {
	right: 16px;
	position: relative;
}

/* homepage styles */
#homeLeft {
	float: left;
	position: relative;
	width: 300px;
	margin-left: 25px;
}
#homeRight {
	float: left;
	position: relative;
	width: 270px;
	margin-left: 60px;
}	
#homeRight hr {
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#homeRight p {
	color: #333333;
}
#rightContent {
	padding-right: 10px;
	float: right;
	width: 190px;
}
homeRight p strong {
	font-weight: bold;
	color: #333333;
}
#homeLeft h1, #homeRight h1 {
	font-size: 18px;
	color: #010066;
	margin-bottom: 10px;
}
#homeLeft h2 {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}
#homeLeft  h2 strong {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}
#homeLogos {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#flashanim  {
	float: left;
	position: relative;
	margin-bottom: 30px;
}

.dividerLine  {
	/* hr puts a space either side in Explorer so we use a DIV here */ 
	height: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding:0px;
}


#bannerHome {
	padding-top: 40px;
	padding-left: 25px;
	height: 178px;
}
/* submenus */
#subLeft {
	float: left;
	width: 180px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}
#subLeft hr {
	margin-bottom: 20px;
}
#subLeft  h1, #subCenter h1 {
	color: #32CAFD;
	font-size: 24px;
	font-weight: normal;
}
.subMenuF1, .subMenuF2, .subMenuF3, .subMenuF4, .subMenuF5, .subMenuF6, .subMenuF7  {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	
}
.subMenuF1 a {
	color: #000099;
	text-decoration: none;
}
.subMenuF1 a:hover {
	padding-top: 5px;
	color: #32CBFD; 
	text-decoration: none;
}
.subMenuF2 a, .subMenuF3 a {
	color: #32cbfd;
	text-decoration: none;
	font-weight: bold;
}
.subMenuF3 {
	background-image: url(site-images/template-core/submenu-arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.subMenuF4 {
	background-color: #EEEEEE;
	padding-left: 10px;
}
.subMenuF4 a {
	color: #000099;
	text-decoration: none;
}
.subMenuF4 a:hover {
	color: #32CAFD;
}


.subMenuF5 {
	background-color: #EEEEEE;
	padding-left: 10px;
}
.subMenuF5 a {
	color: #32cbfd;
	text-decoration: none;
}
.subMenuF5 a:hover {
	color: #32CAFD;
}

.subMenuF6 {
	background-color: #EEEEEE;
	padding-left: 20px;
	color: #000099;
}
.subMenuF6 a {
	color: #000099;
	text-decoration: none;
}
.subMenuF6 a:hover {
	color: #32CAFD;
}

.subMenuF7 {
	background-color: #EEEEEE;
	padding-left: 20px;
}
.subMenuF7 a {
	text-decoration: none;
	color:#51A6D9;
}
.subMenuF7 a:hover {
	color: #32CAFD;
}



/* subpage content tables */
#subCenter {
	position: relative;
	width: 700px;
	float: right;
	right: 29px;
}
#subCenter hr {
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 10px;
}
#bodyCopy, #subCenter h1  {
	padding-left: 0px;
	font-size: 18px;
	line-height: 20px;
}
#subRight {
	width: 170px;
	padding-left: 20px;
	padding-right: 10px;
}
/* subpage style */
#banner {
	padding-top: 40px;
	padding-left: 25px;
	height: 185px;
}

/* footer */
.textField, .select {
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	height: 15px;
	width: 90%;
	border: 1px solid #010268;
	margin-bottom: 5px;
	border-color:#CCCCCC;
}
.textFieldSmall {
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	height: 15px;
	width: 50px;
	border: 1px solid #010268;
	margin-bottom: 5px;
	border-color:#CCCCCC;
}
.selectSmall {
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	height: 20px;
	width: 50px;
	border: 1px solid #010268;
	margin-bottom: 5px;
	border-color:#CCCCCC;
}
.textAreaField {
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	width:90%;
	border: 1px solid #010268;
	margin-bottom: 5px;
	border-color:#CCCCCC;
}

.formTD {
	padding-bottom: 10px;
}
.select {
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	height: 20px;
	width: 91.8%;
	border: 1px solid #010268;
	margin-bottom: 5px;
	border-color:#CCCCCC;
}
#subHeaderPic {
	margin-bottom: 10px;
}

/* side navigation boxes */
#loginForm  {
	width: 400px;
}

.inputArea {
	display:block; 
	border:0px; 
	border-color:#CCCCCC; 
	padding:5px;
}

#subRightApp {
	width: 230px;
	padding-left: 20px;
	padding-right: 10px;
}

table.navTable {
	color: #020469;
}
.navTable h1 {
	font-weight: bold;
	color: #020469;
	font-size: 12px;
	margin-bottom: 0px;
}

table.navTable td {
	color: #020368;
	padding: 5px;
}

td.navSelect {
	color: #03086C;
	background-color: #ade9fd;
}
.navTable  strong  {
	color: #103E94;
}

table.valuesquestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#E1E1E1;
	padding:1px;
	border:1px;
}

table.fulltable {
	border:3px;
	background-color: #E1E1E1;
	padding-top: 5px;
	padding-bottom: 3px;
	border-color:#000066;
}

td.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	text-indent: 7px;
	background-color:#000066;
	height:35px;
	border:1px;
	vertical-align: middle;
	font-weight:bold;
}

td.answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#dcdada;
	color: #000066;
	font-size:12px;
	border:1px;
	border-style: outset;
	border-color: #000066;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
}

tr.valuestitle {
	background-color:#990033;
}

td.valuesmove {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000066;
	background-color: #F5F5F5;
	width:20%;
	text-align:center;
	font-weight:bold;
	border:2px;
	border-style: inset;
	border-color: #000066;
}

td.valuescol {
	vertical-align:top;
}

table.footer {
	background-color:#000066;
	border:4px;
	border-style:solid;
	border-color:#000066;
	text-align:right;
	width:88%;
	height:40px;
}

table.discquestion {
	color:#000066;
	background-color:#F5F5F5;
	font-weight:bold;
	padding:0px;
	border:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

table.fulltable {
	border:0px;
	background-color: #C9C9C9;
	padding-top: 5px;
	padding-bottom: 3px;
	border-color:#000066;
	width:96%;
	padding:0px;
}
table.fulltable {
padding:0px;
border:0px;
}

td.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000066;
	text-align:left;
	background-color:#F5F5F5;
	height:40px;
	vertical-align: middle;
	font-weight:bold;
	padding:0px;
	border:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

tr.disctitle {
	background-color:#C9C9C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000066;
	text-align: left;
	text-indent:4px;
	height:20px;
	vertical-align: middle;
	font-weight:bold;
	padding:0px;
	border:0px;
}

td.discmove {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 12px;
	background-color: #F5F5F5;
	text-align:center;
	font-weight:bold;
}

td.disccol {
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000066;
	text-align:left;
	background-color:#F5F5F5;
	height:30px;
	vertical-align: middle;
	font-weight:bold;
	padding:0px;
	border:0px;
}

table.footer {
	background-color:#000066;
	border:4px;
	border-style:solid;
	border-color:#000066;
	text-align:right;
	width:100%;
	height:40px;
}

td.discfooter {
	height:40px;
}
tr.discfooter {
	height:40px;
}

table.FormTableExample {
	padding:9px;
	background-color: #F0F0FF;
	text-align: left;
	border: 1px #000000 solid
}

table.FormTableExample td {
	padding:4px;
}

td.discanum {
	padding:0px;
	border:0px;
	background-color:#C9C9C9;
}
td.discqnum {
	padding:0px;
	border:0px;
	background-color:#C9C9C9;
}
td.discdesc {
	padding:0px;
	border:0px;
	background-color:#C9C9C9;
}
td.discml {
	padding:0px;
	border:0px;
	background-color:#C9C9C9;
}

table.discquestion td {
	border:0px;
	text-indent: 0px;
	padding-left: 5px;
	font-size: 11px;
}


.registerinput {
}

.registerheader {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000066; 
	height:30px;
	font-size:18px;	
}

.registerfooter {
	color:#E1E1E1;
	background-color:#000066;
	font-size:16px;
	font-weight:bold;
	background-position: right bottom;
	background-repeat: no-repeat;
	height:30px;
	text-align:right;
}

table.registerblock {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E1E1E1;
	font-size:12px;
	width:100%;
	border:2px;
	border-color:#000066;
	border:thick;
}

input.mybutton {
	width:80px;
	color:#333333;
	font-weight:bold;
	vertical-align:top;
	border: 1px solid #999999;
}

.selectMedium {
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	height: 20px;
	width: 180px;
	border: 1px solid #010268;
	margin-bottom: 5px;
	border-color:#999999;
	vertical-align:top;
}

.selectList {
	color: #333333;
	background-color: #FFFFFF;
	padding: 2px;
	height: 60px;
	width: 95%;
	border: 1px solid #010268;
	border-color:#CCCCCC;
	vertical-align:top;
	overflow:auto;
}

select.Rating {
	width:35px;
	border: 1px solid #061475;
}

.mand {
	color:#F9432F;
	vertical-align:middle;
}

.searchBlock {
	padding:10px;
	background-color:#CCDFEE;
	border:1px solid;
	border-color:#206691;
	width:96%;
}

ul.whyreg {
	color:#FFFFFF;
}

li.whyreg {
	color:#FFFFFF;
	margin-left:10px;
}

.normalbutton {
	border:2px outset;
	
}

ul {
	margin-left:20px;
}

.searchInput {
	height:18px;
	padding-top:2px;
}

.jobTeaser {
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
}

.jobSearchTitle {
	font-size:14px; 
	color:#000099; 
	font-weight:bold;
	padding-top:10px;
}
#otherJobs {
	margin-top: 10px;
}
.otherJobsHeader {
	margin-bottom: 5px;
}
.otherJobsHeader a {
	color: #0C2D87;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}
.otherJobsHeader a:hover {
	color: #32CAFD;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}
.similarJobs {
	font-size: 16px;
	font-weight: normal;
	color: #1A6BB6;
	text-decoration: none;
}

.similar_jobs_title {
	font-weight: bold;
	color: #001199;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}

.similar_jobs_title:hover {
	color: #1A6BB6;
}

.similar_jobs_data {
	color: #333;
	font-size:11px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.jobData {
	font:Arial, Helvetica, sans-serif;
	color:#32cafd;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:10px;
}

.jobSearchType {
font-size: 24px;
color: #32cafd;
font-weight: normal;
margin-bottom: 5px;
}

.jobReference {
font-size:9px;
}

.jobResults {
	color:#000000; 
	font-size:12px; 
	font-weight:bold;
}

.jobInfo {
	padding-top:10px;
	border-bottom:dashed 1px;
	border-color: #CCCCCC;
}
.bodyMain {
	padding-right: 50px;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
hr {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.formTable  td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.imgFloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.imgFloatRight {
	width: 150px;
}

.alreadyApplied {
	font-size: 14px;
	color: #010066;
	font-weight: bold;
}

.error_404 {
	color: #000066;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
}

/* new homepage */

#bubbles {
	margin-top:20px;
	margin-left: 5px;
	clear: both;
	overflow: auto;
}

.bubble {
	width: 194px;
	height: 90px;
	margin-right: 5px;
	background: transparent url('/site-images/home/bubble.png') top left no-repeat;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
}

.bubble:hover {
	background-position: bottom left;
}

.bubble, .bubble strong {
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

.bubble_title {
	font-size: 21px;
	line-height: 23px;
	color: #0e7bad;
	margin-bottom: 5px;
	
}

#home_container {
	text-align: left;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: auto;
	margin-bottom: 0px;
	min-height: 600px;
	overflow: hidden;
}

#home_header {
	background: transparent url('/site-images/home/header_bg.jpg') top left no-repeat;
	height: 183px;
	padding-top: 26px;
	padding-left: 25px;
}

#home_welcome {
	height: 312px;
	border-left: 5px solid #fff;
	overflow: visible !important;
}

#home_footer {
	clear: both;
	margin-left: 5px;
	margin-top: 20px;
}

#home_footer td {
	font-size: 11px;
	color: #666;
}
#footer_blog_link {
	background: transparent url('/site-images/home/blog_link_bg.png') top left no-repeat;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	width: 100px;
	margin-right: 5px;
	display: block;
	text-align: center;
	color: #FFF;
}
#footer_blog_link:hover {
	color: #993300;
}
#home_menu_bg {
	background-image: url(site-images/home/menu_middle.png);
	background-repeat: repeat-y;
	margin-top: 0px;
}
#home_menu  {
	width: 222px;
	position: absolute;
	top: 28px;
	left: 730px;
	clear: both;
}
#home_nav {
	color: #FFFFFF;
	font-weight: bold;
	left: -10px;
	position: relative;
}
#home_nav div {
	background: transparent url('/site-images/home/nav_spacer.png') center right no-repeat;
	font-size: 14px;
}
#home_logo {
	margin-bottom: 110px;
}
/* al's input border bix */
input[type=file] {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	margin-bottom: 5px;
	padding: 2px;
}