/* -------------------------------------------------------------- 
   
   McAleers Bar Place Holder
   ========================
   23 JUNE 2010
   Concept NI - www.conceptni.com
   * 
   
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
   
   RESET
   * reset mix
   
-------------------------------------------------------------- */

	/* v1.0 | 20080212 */
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		background: transparent;
			}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
a:link {  text-decoration:underline; }
a:visited { color:blue; }

/* positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} .clearfix {display: inline-block;}  /* for IE/Mac */


/*html { height: 100%; margin-bottom: 1px; }*/

 
body {
	color: #fff;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}

	html, body {
		height: 100%; 
	}
	
 
#container {
	width:874px;
	height: 547px;
	margin: 0 auto;
	clear:both;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -437px;
	/* Half the    width   of the DIV tag which is 50 pixels */
	margin-top: -293px;
	/* Half the    height   of the DIV tag which is also 50 pixels */
}
 
#header {
	width: 874 px;
	clear:both;
}
 
#index-holder {
	width: 774px; height: 350px;
	padding:25px 50px 33px 50px;
	background: url(../images/placeholder/main-index-bg.jpg) no-repeat;

}
 
 
#main-index {
	width:400px;
	float:right;
	text-transform: uppercase;
	text-align: center;
	color: #3f3f3f;
	font-weight:bold;
	font-size:120%;
}
 
.image-float-fix {
	float:left
}

.index-header { padding-top: 30px; }

#job-container {
	width:874px;
	height: 592px; 
	margin: 0 auto;
	clear:both;
	position: absolute;
	left: 50%;
	top: 50%;
	color:#666;
	margin-left: -437px; 
	/* Half the    width   of the DIV tag which is 50 pixels */
	margin-top: -360px;
	/* Half the    height   of the DIV tag which is also 50 pixels */
}
 
#job-holder { 	width: 774px; height: 490px;
	padding:25px 50px 33px 50px;
	background: url(../images/placeholder/job-index-bg.jpg) no-repeat; }
	
.job-holder-div { 
width:650px; 
color:#666; 
padding:20px 20px 20px 20px; 

}

.job-holder-div img { float:left; }

.application-form-float { float:left;}

.text-field { width:200px; }

.application-back-button { float:right; }

.cvthanks-image { padding-top:70px; }
