/* CSS Document */

body {
	margin : 0px;
	background-image: url(../images/borders.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#container { 
	position:relative;
	width : 966px;
	margin : 0px auto 0px auto;
	padding: 0px 0px 0px 10px;
	/*border: 1px solid #0000ff;*/
} 
#header { 
	position:	relative;
	width:		100%;
	height:		86px;
}

#header .logo {
	position:	absolute;
	left:		6px;
	top:		0px;
}

#header .banner {
	position:	absolute;
	left:		150px;
	top:		0px;
	width: 		802px;
	height: 	82px;
	background: url(../images/banner.gif) top left no-repeat;
}
#header .banner p{
	color:		#ffffff;
	font:		normal 14px Arial, Helvetica, sans-serif;
	margin:		17px 0 0 35px;
}

#mainmenu { 
	position:		relative;
	width: 			100%;
	height: 		42px;
	padding-left:	5px;
}

#left_container {
	position:	relative;
	width: 775px;
	padding: 5px;
	/*border: 1px solid #ff0000;*/
}


#right_container {
	position:	absolute;
	top:		135px;
	left: 		782px;
	width: 		184px;
	height: 	600px;
	
}

#customer_first_logo {
	margin-top:20px;
}

#matrix_logo {
	margin-top:20px;
}

#header_title{
	position: absolute;
	top: 5px;
	left: 28px;
	width: 370px;
	z-index: 5;
	padding:0;
}
#header_title h1{
	font-size: 64px;
	color: #ffffff;
	font-weight: normal;
	margin:5px 0 0 5px;
}
#header_title p{
	font-size: 14px;
	font-weight:bold;
	text-align: justify;
	margin-top: 4px;
}
#logos {
	
	position: absolute;
	top: 1px;
	left: 540px;
	width: 230px;
	height: 240px;
	z-index: 5;
	background: url(../images/current_vacancies.gif) bottom left no-repeat;
}

#subnav {
	
	position: absolute;
	top: 15px;
	left: 520px;
	width: 250px;
	z-index: 5;
}

#subnav a{
	
	color: #26318A;
	font-size: 16px;
	line-height:95%;
}

#content { 
	width: 100%;
	padding-top: 20px;
	padding-left: 3px;
	padding-bottom:20px;
	background-color: acqua;
	
	/*border-right: 1px solid #0f000f;*/
}
#content p{
	width: 720px;
}
#content p.homepage{ 
	text-align:justify;
	width: 720px;
	padding-left: 10px;
}
/*
#mainmenu ul { 
	margin : 0;
	padding : 0;
	list-style : none;
	font-family : "arial", helvetica, sans-serif;
} 
*/

li.inline { 
	display: inline;
	/*border-right: 1px dotted #CCCCCC;*/
	padding-right:0px;
} 
li.inline a { 
	font-weight : bold;
	font-size : 12px;
	color : #1D4F1E;
	text-decoration : none;
}
li.inline a:hover { 
	color : #1D4F1E;
} 


.clear {
	clear: both;
}


#looking_mid {
	background-image: url(../images/looking_for_work_mid_sec.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family : "arial", helvetica, sans-serif;
	font-size : 14px;
	color: #26318A;
	font-weight: bold;
}

#panel_mid {
	background-color: #7DBD20;
	width: 151px;
	padding-left: 10px;
	font-family : "arial", helvetica, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	font-weight: normal;
}
/*
.rightbox { 
	float:left;
	margin-top:2px;
	margin-bottom:2px;
} 
*/
.rightbox p { 
	margin-top : 0;
} 

.rightbox h2 { 
	font-family : "arial", helvetica, sans-serif;
	font-size : 1em;
	margin-top : 5px;
	margin-left : 5px;
	color : #999999;
} 

#footer {
	left:0;
	width:100%;
	margin-bottom: 10px;
	bottom:0;
}
#footer_left{
float:left;
width:765px;
}
#footer p {
	text-align:center;
	font-size: 9px;
	color: #26318a;
}

p { 
	font-family: "arial", helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align : left;
}

td { 
	font-size:	14px;
	vertical-align:		top;
}

img { 
	border : 0px;
}

h1 { 
	font-family : "arial", helvetica, sans-serif;
	color:#263189;
	font-size : 16px;
	font-weight: bold;
}

a { 
	color : #7FBE1F;
	text-decoration : underline;
	font-weight:bold;
}

a:hover { 
	color : #7FBE1F;
	text-decoration : none;
} 

ul { 
	list-style-image: url(../images/widget.gif);
	list-style-type: circle;
} 

p img {
	padding:5px;
}

div.hr {
	height: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff url(../images/hr2.gif) no-repeat scroll center;
}

div.hr hr {
	display: none;
}


div.hr2 {
        width:98%;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #fff url(../images/hr.gif) repeat-x scroll left;
}

div.hr2 hr {
	display: none;
}

.bg_gradient {
	background-image: url(../images/bg_gradient.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	padding: 5px 0px 0px 5px;
}

.less_indent {
	margin-left:0px; 
}
.button{
	cursor: pointer;
}
.small{
	font-size: 11px;
	
}
#staffarea{
float:right;
margin-right:10px;
margin-top:18px;
}