@charset "utf-8";

@import url('module_header.css');
@import url('module_mainnav.css');
@import url('module_home.css');
@import url('module_sub.css');
@import url('module_footer.css');

/* CSS Global Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: #e6e6e6 url(../images/bg_page.png) top left repeat-x;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 15px;
}

#container {
	width: 917px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
	background: url(../images/bg_wraper.png) top left repeat-y;
}

/*****************************************/
/* middle decoration bar with search box */
#deco {
	position: relative;
	margin: 0 0 0 4px;
	padding: 0;
	width: 909px;
	height: 234px;
	background: url(../images/bg_deco.png) top left no-repeat;
}

#flash {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 596px;
	height: 215px;
	background: url(../images/img_deco.jpg)
}

/* search box */
#boxSearch {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 9px;
	left: 10px;
	width: 283px;
	height: 215px;
	background: url(../images/bg_search.png) top left no-repeat;
	color: #fff;
}

#boxSearch h2 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 55px 0 0 20px;
	
}

input.jobSearch {
	margin: 10px 0 0 20px;
	padding: 5px;
	width: 230px;
	background: #fff;
	color: #002865;
	border: 1px solid #002865;
}

input.btnSearch {
	margin: 13px 0 0 20px
}

#advancedSearch {
	width: 247px;
	border-top: 1px solid #002865;
	margin: 16px 0 0 19px;
}

#advancedSearch a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(../images/arrow_red.gif) 0px 1px no-repeat;
	margin: 10px 0 0 1px;
	padding: 0 0 0 17px;
}

#advancedSearch a:hover {
	text-decoration: underline;
}

/*********/




.cleaner {
	clear: both;
	line-height: 0;
	height: 1px;
	margin: 0;
	padding: 0;
	outline:0;
}

.left {
	text-align: left;
}


