/*############################################################################
If there's something here you want to use, feel free - hope it helps you! 
A thanks and a link back to our site somewhere is always appreciated :) 

Or if you're looking for some design and web help, why not come taste the 
Octopi experience for yourself!

The Octopi team
www.octopidesign.com
############################################################################*/


/*############################################################################
Set up any default styles needed throughout entire website
############################################################################ */

/*  strip any default margins and paddings from many elements */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, img { margin:0; padding:0; }

/* remove any image borders */
img {border: 0px;}

/* Give every paragraph a 5px top margin */
p {margin-top: 5px;}

/* Remove all link underlines */
:link,:visited { text-decoration:none; }

/* Remove blue linked image borders */
a img,:link img,:visited img { border:none; border-width: 0px; }

/* avoid browser inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove the focus outline from all links.
Note that this is not good for accessibility, so use hyperlink specific ones in the links section below */
a:focus {outline: none;}

/*############################################################################
Standard HTML & Body 
############################################################################ */
body {
	background-color: #e5e6e6;
	width: 100%;
	height: 100%;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #646464;
}

/*############################################################################
Main Layout 
############################################################################ */
/* forces the central area to always be centered both vertically and horizontally, even on browser resize */
div#outer_container {
	position:absolute;
	left: 50%;
	margin-left: -451px; /*set to a negative number 1/2 of the width*/
	width: 902px;
	min-height: 100%;
	background-color: #fff;
}
div#inner_container {
	width: 872px;
	margin-top: 35px;
	margin-left: 15px;
}
div#admin_link {
	position: absolute;
	top: 10px;
	text-align: center;
	width: 902px;			
}				
div#logo {
	float: left;
	width: 202px;
	margin-left: 24px;
	margin-bottom: 23px;			
}
div#contact_details {
	float: right;
	width: 280px;
	margin-right: 26px;
	text-align: right;
	font-size: 20px;
	margin-top: 14px;
	color: #000;				
}
div#header_small {
	font-size: 16px;
	margin-top: 11px;
}
span.large-text {
	font-weight: bold; 
	font-size: 30px;
}
div#page_content {
	margin-top: 10px;
	margin-left: 23px;
	width: 826px;			
}				
div.column_left {
	float: left;
	width: 400px;
	margin-right: 22px;
}
div.column_right {
	float: left;
	width: 400px;
}
.go-button {
	margin: 55px 5px 0 0;				
}				

/*############################################################################
Homepage Central System 
############################################################################ */
div#central_block_header_qjs, div#central_block_header_r, div#central_block_header_ljan {
	width: 130px;
	height: 17px;
	background-color: #bebebe;
	color: #000;
	padding-left: 13px;		
}
div#central_block_header_r {
	width: 74px;
}
div#central_block_header_ljan {
	width: 158px;
}
div#job_search {
	float: left;
	width: 314px;				
}
div#register {
	float: left;
	width: 245px;				
}			
div#latest_jobs {
	float: left;
	width: 313px;				
}
div#job_search_content, div#register_content, div#latest_jobs_content {
	height: 81px;
	border-top: 1px solid #bebebe;				
	border-left: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	padding: 10px 0 0 13px;	
}	
div#latest_jobs_content {
	border: 1px solid #bebebe;
	overflow: auto;
	padding: 0;
	height: 91px;
	width: 311px;			
}
#latest_jobs_iframe {
	border: 1px solid #bebebe;
	padding: 0;
	height: 91px;
	width: 311px;				
}				
div.item_display_text, div.item_display_text_alert {
	float: left;
	width: 212px;
	height: 89px;
	padding: 5px 0 0 13px;
}
div.item_display_text_alert {
	color: #fff;
	background-color: #000;
}
div.item_display_text p {
	margin-bottom: 2px;	
}
div.item_display_image, div.item_display_image_alert {
	float: left;
	width: 69px;
	height: 54px;
	background-color: #fff;
	padding: 5px 0 0 0;	
}
div.item_display_image_alert {
	background-color: #000;
}
div.button_display, div.button_display_alert {
	float: left;
	height: 24px;
	width: 69px;
	padding: 6px 0 5px 0;
	background-color: #fff;	
}
div.button_display_alert {
	background-color: #000;
}
.logo_image_rotate {
	list-style: none; 
	margin: 0;
	width: 64px;
	height: 54px;
}

/*############################################################################
Main site hyperlinks 
############################################################################ */
a:link, a:visited {
	text-decoration: none;
	color: #646464;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/*############################################################################
Dynamic image display system 
############################################################################ */
#image_rotate {
	list-style: none; 
	margin: 0; 
	visibility: hidden;
	width: 872px;
	height: 275px;			
}
/* This is the homepage image that only shows when Javascript is disabled */
#imagedisplay {
	position: absolute; 
	left: 16px; 
	top: 85px;
}

/*############################################################################
Resources pages 
############################################################################ */
div.resources_row {
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #bebebe;
	margin-bottom: 2px;
}
div#document_image {
	float: left;				
	width: 50px;
	height: 48px;				
}		
div#document_content_area {
	float: left;
	background: url('../images/document_header_bar.gif') no-repeat;
	width: 729px;
	height: 48px;
	margin-top: 10px;				
}				
div#document_title {
	float: left;				
	width: 300px;
	padding: 5px;
	margin-left: 20px;		
}
div#document_type {
	float: left;
	border-left: 1px solid #e5e8da;
	border-right: 1px solid #e5e8da;				
	width: 140px;
	padding: 5px;
	margin-top: 1px;
	height: 17px;				
}
div#document_size {
	float: left;				
	width: 100px;
	padding: 5px;
	margin-left: 19px;				
}
div#document_description {
	min-height: 50px;
	padding: 5px 5px 5px 75px;
	margin-bottom: 10px;				
}
a.doc_image:link, a.doc_image:visited {
	text-decoration: none;	
}
/* provide a link around the document image when hovered */
a.doc_image { 
	display: block; 
	width: 48px; 
	height: 48px; 
	border: 1px solid #fff;  
}
a.doc_image:hover { 
	border: 1px solid #000; 
}
div#bottom_right_link {
	float: right;
	margin-top: 10px;				
}				
div.resource_type {
	width: 50px; 
	float: left; 
	text-align: center; 
	margin-right: 10px;				
}
div.resource_date {
	 width: 140px; 
	 float: left;				
}
div.resource_approved {
	float: left; 
	width: 100px; 			
}
div.resource_title {
	 width: 200px; 
	 float: left;				
}
div.resource_duration {
	float: left; 
	width: 50px;
	text-align: center;				
}
div.resource_salary {
	float: left; 
	width: 80px;
	text-align: center;				
}
div.resource_description { 
	 float: left;
	 width: 197px;				
}
div.resource_description_news { 
	 float: left;
	 width: 450px;				
}
div.resource_no_folders {
	height: 30px; 
	font-weight: bold; 
	margin-top: 10px; 
	color: #ff0000;				
}				
/*########################################################################################
Form styles - note some of these elements are overwritten in the javascript only CSS file
####################################################################################### */
div#form {
	margin: 20px 0 0 28px;
	height: 260px;
	border: 1px solid #fff;
}
div#error {
	position: absolute;
	top: 423px;
	left: 167px;
	color: #8ec742;
}

div#form input, div#form textarea, div#form select {
	font-family:arial, helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	width: 354px;
	border: 1px solid #bebebe;
}
#questions {
	height: 120px;
	width: 190px;				
}
div#form #submit, div#form #submitlogin {
	width: 360px;
}
.clearForm{
	clear:both;
	height: 3px;
}
div#message p {
	color: #8ec742; 				
}
div#contact_submit_button {
	position: absolute; 
	top: 810px;				
}
select.jobsearch {
	min-width: 220px;
	margin-bottom: 14px;
	border: 1px solid #bebebe;				
}
input.submit_button {
	margin: 20px 7px 0 0;
	background-color: #a5a7a9;
	border: 0;	
	color: #000;
	width: 64px;
	padding: 3px;			
}
div.form_block {
	float: left;
	margin-right: 20px;				
}
fieldset {
	padding: 15px 15px 1px 15px;
	border: 1px solid #bebebe;				
}
#findajob div {
	margin-right: 41px;				
}				
				
/*############################################################################
Secure login areas
############################################################################ */
div#login_error {
	color: red;				
}
div.secure_border {
	border: 1px solid #000; 
	height: 140px; 
	width: 509px; 
	padding: 10px 0 10px 20px;				
}
div.secure_padlock {
	float: left; 
	width: 150px;				
}			

/*############################################################################
Jobs system													
############################################################################ */

div.job_sector {
	float: left;
	width: 190px;
	margin-bottom: 10px;
	padding-left: 10px;			
}				
div.job_sector_header {
	font-weight: bold;
	margin-bottom: 5px;		
}
div.job_sector_content {
	margin: 2px 0 0 5px;			
}
div.job_left {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
div.job_right {
	float: left;
	width: 600px;
	padding-bottom: 10px;
}
.clear_border {
	clear: both;
	height: 10px;
	border-top: 1px solid #bebebe;
}

/*############################################################################
Text Styles & Headings 
############################################################################ */
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #646464;
	margin: 0 0 10px 0;
}							
h2, h2.error, h2.success {
	font-size: 14px;
	font-weight: normal;
	color: #646464;
	margin: 0 0 10px 0;
}
h2.error {
	color: #c52424;				
}
h2.success {
	font-size: 12px;
	color: #646464;				
}
h2.left_column {
	float: left;
	width: 400px;
	margin-right: 22px;				
}
h2.right_column {
	float: left;
	width: 400px;			
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	margin: 0 0 10px 0;
}
p {
	margin-bottom: 10px;
}
#column1_top_content h2, #column1_top_content p, #column3 h2, #column3 p  {
	padding: 2px 5px;				
}
ul {
	margin: 4px 0px 10px 15px;
	color: #646464;
	line-height: 14px;
	font-size: 12px;	
}
li {
	padding-top: 0px;				
}				
.highlighted_header {
	font-size: 22px;
	line-height: 20px;
	color: #f92fa9;	
	padding: 10px 0 2px 0;			
}
.italic_highlight {
	font-style:italic;					
}
.captcha_help {
	font-size: 11px;		
}				
div#news_article_date {
	margin-bottom: 10px;
}
.sub_heading {
	font-size: 12px;
	font-weight: bold;
	color: #646464;			
}				
.footnote_text 
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #646464;
}
/*############################################################################
Miscellaneous 
############################################################################ */			
img.pdf-icon {
	margin-right: 3px;				
}				
.clear {
	clear: both;
}
.clear0 {
	clear: both;
	height: 0;
}
.clear1 {
	clear: both;
	height: 1px;
}
.clear2 {
	clear: both;
	height: 2px;
}
.clear5 {
	clear: both;
	height: 5px;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear15 {
	clear: both;
}
.clear20 {
	clear: both;
	height: 20px;
}
.clear30 {
	clear: both;
	height: 30px;
}
.clear100 {
	clear: both;
	height: 100px;
}
.left {
	float: left;
}
.right {
	float: right;
}
div.center {
	text-align: center;				
}
label {
	cursor: pointer;
}
/*############################################################################
Clearfix from: http://www.positioniseverything.net/easyclearing.html 
############################################################################ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}











