*{
	margin:0;
	padding:0;
}

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
	background-color:#FFF;
	color:#000;
}

#menu{
	height:50px;
	width:100%;
	background:#f50c0b url(../images/menu.jpg) top left repeat-x;
	overflow:hidden;
}

#logo{
	position:absolute;
	top:-50px;
	left:0;	
	z-index:999;
	width:194px;
	height:146px;
	background:url(../images/xltec.png) top left no-repeat;
}

#logo-offshore{
	position:absolute;
	top:-50px;
	left:0;	
	z-index:999;
	width:194px;
	height:146px;
	background:url(../images/xltec-offshore.png) top left no-repeat;
}

* html #logo{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/xltec.png", sizingMethod="crop");
}

* html #logo-offshore{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/xltec-offshore.png", sizingMethod="crop");
}

#logo a, #logo-offshore a{
	width:180px;
	height:130px;
	display:block;
}

#logo a span, #logo-offshore a span{
	display:none;	
}

#menu ul{
	margin:0 0 0 190px;
	list-style:none;
}

#menu ul li{
	height:45px;
	float:left;
}

#menu ul li.divide{
	padding:0;
	width:2px;
	height:45px;
	background:url(../images/menu/menu-divider.jpg) top left no-repeat;
}

#menu ul li a{
	height:30px;
	display:block;
	margin:15px 12px 0 12px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#menu ul li.last a{
	margin-right:0;
}

#menu ul li a:hover, #menu ul li a:active{	
	background-position:0 -30px;
}

#menu ul li a.current, #menu ul li a.current:hover{	
	background-position:0 -60px;
}

#menu ul li a#menu-home{background-image:url(../images/menu/home.jpg); width:42px;}
#menu ul li a#menu-jobs{background-image:url(../images/menu/jobs.jpg); width:36px;}
#menu ul li a#menu-recruiters{background-image:url(../images/menu/recruiters.jpg); width:74px;}
#menu ul li a#menu-candidates{background-image:url(../images/menu/candidates.jpg); width:83px;}
#menu ul li a#menu-timesheet{background-image:url(../images/menu/timesheet.jpg); width:77px;}
#menu ul li a#menu-career-advice{background-image:url(../images/menu/career-advice.jpg); width:102px;}
#menu ul li a#menu-blog{background-image:url(../images/menu/blog.jpg); width:37px;}
#menu ul li a#menu-contact{background-image:url(../images/menu/contact.jpg); width:58px;}

#menu ul li a span{display:none;}

#google_translate_element{
	width:125px;
	height:39px;
	position:absolute;
	top:5px;
	right:0;
	overflow:hidden;
}

#google_translate_element .goog-te-gadget, #google_translate_element .goog-logo-link{
	font-size:x-small;
	color:#AAAAAA;
	white-space:normal;
}

#google_translate_element .goog-te-combo{
	font-size:x-small;
}



#container, .container{
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#container a, .container a{
	color:#dc0d0c;
	font-weight:bold;
	text-decoration:none
}

#container .photo-float-top-right a{
	color:#FFF;
}

#container a:hover, .container a:hover{
	text-decoration:underline;
}

#container p, .container p{
	margin:10px 0;
}

#footer{
	margin:10px auto 0 auto;
	padding:10px 5px;
	color:#FFFFFF;
	font-size:x-small;
	background:#f50c0b url(../images/menu.jpg) top left repeat-x;
	height:30px;
}

#footer a{
	color:#FFF;	
}

#footer-left{
	width:70%;	
}

#footer-right{
	width:25%;
	position:absolute;
	top:0px;
	right:5px;
	text-align:right;
}

h1, h2, h3, h4{
	color:#dc0d0c;
	font-weight:100;
	margin:0 0 10px 0;
}

h2.collapsable-header{
	cursor:pointer;	
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	display:block;
	position:relative;
}

h2.collapsable-header:hover{
	border-bottom:1px solid #dc0d0c;
}

h2.collapsable-header .button{
	background:url(../images/expand.gif) top right no-repeat;
	display:block;
	width:100%;
}

h2.collapsable-header .admin-button{
	background:url(../images/expand.gif) top right no-repeat;
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
}


#container h2.collapsable-header a.button:hover{
	text-decoration:none;	
}

a img{
	border:none;
}

.clear{
	clear:both;
	height:0px;
	font-size:1px;
}

.collapsable{
	padding-bottom:20px;
}
