/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
	left: -999px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	text-align: center;
	line-height: 18px;
	background: #E6E6E6;
}
	p	{
		float: left;
		margin-bottom: 15px;
		width: 100%;
	}
	

#nav_container, #teaser_container, #content_container, #second_teaser_container {
	width: 100%;
	float: left;
}

	#nav_container {
		background: transparent url(../images/header_tile.gif) repeat-x;
		height: 52px;
	}
	
	#teaser_container {
		background: transparent url(../images/main_bg.jpg) no-repeat 50% 0;
		height: 423px;
		margin: 0 auto;
	}
	
	#second_teaser_container {
		background: transparent url(../images/second_bg.jpg) no-repeat 50% 0;
		height: 215px;
		margin: 0 auto;
	}
	
	#second_teaser_container #flash_wrapper {
		width: 940px;
		height: 215px;
		background: transparent url(../images/second_level_bg.jpg) no-repeat 0 0;
	}
	
	#second_teaser_container #flash_wrapper2 {
		width: 940px;
		height: 215px;
		background: transparent url(../images/bg2.jpg) no-repeat 0 0;
	}
	
		a#logo, a#logo:active, a#logo:visited, a#logo:hover {
			float: left;
			display: block;
			width: 340px;
			height: 145px;
			outline: none;
		}
	
	#content_container {
		background: #fff url(../images/content_gradient.gif) repeat-x;
	}

#nav_wrapper, #flash_wrapper, #flash_wrapper2, #content_wrapper, #footer_wrapper	 {
	width: 940px;
	margin: 0 auto;
}

#content_block {
	float: left;
	width: 655px;
	text-align: left;
}

#content_block_inner {
	float: left;
	width: 595px;
	margin: 10px 50px 10px 10px;
	display: inline;
}

#content_block_inner2 {
	float: left;
	width: 595px;
}

#content_block_inner h1 {
	float: left;
	margin-bottom: 20px;
}

#content_block_inner ul {
	padding: 0 0 25px 15px;
	clear: left;
	float: left;
	width: 600px;
}
#content_block_inner table { float: left; width: 595px; }
#content_block_inner table ul {
	clear: left;
	float: left;
	width: auto;
}


#content_block_jobs {
	float: left;
	width: 900px;
	text-align: left;
}

#content_block_inner_jobs {
	float: left;
	width: 840px;
	margin: 10px 50px 10px 10px;
	display: inline;
}

#second_level_container {
	width: 250px;
	float: left;
}

/********************************************************************************** NAVIGATION */

a#home, a#home:active, a#home:visited, 
a#about_us, a#about_us:active, a#about_us:visited, 
a#our_process, a#our_process:active, a#our_process:visited, 
a#team, a#team:active, a#team:visited, 
a#job_center, a#job_center:active, a#job_center:visited, 
a#employer_info, a#employer_info:active, a#employer_info:visited,
a#candidate_info, a#candidate_info:active, a#candidate_info:visited {
	float: left;
	display: inline;
	height:42px;
}

	a#home, a#home:active, a#home:visited {
		background: transparent url(../images/home.gif) no-repeat;
		width: 100px;
	}
		a#home:hover { 
			background-position: 0 -42px;
		}

	
	a#about_us, a#about_us:active, a#about_us:visited {
		background: transparent url(../images/about_us.gif) no-repeat;
		width: 117px;
	}
		a#about_us:hover { 
			background-position: 0 -42px;
		}
		
	a#our_process, a#our_process:active, a#our_process:visited {
		background: transparent url(../images/our_process.gif) no-repeat;
		width: 151px;
	}
		a#our_process:hover { 
			background-position: 0 -42px;
		}

	a#team, a#team:active, a#team:visited {
		background: transparent url(../images/team.gif) no-repeat;
		width: 77px;
	}
		a#team:hover { 
			background-position: 0 -42px;
		}

	a#job_center, a#job_center:active, a#job_center:visited {
		background: transparent url(../images/job_center.gif) no-repeat;
		width: 136px;
	}
		a#job_center:hover { 
			background-position: 0 -42px;
		}

	a#employer_info, a#employer_info:active, a#employer_info:visited {
		background: url(../images/employer_info.gif) no-repeat;
		width: 168px;
	}
		a#employer_info:hover { 
			background-position: 0 -42px;
		}

	a#candidate_info, a#candidate_info:active, a#candidate_info:visited {
		background: transparent url(../images/candidate_info.gif) no-repeat;
		width: 191px;
	}
		a#candidate_info:hover { 
			background-position: 0 -42px;
		}

/********************************************************************************** 2ND LEVEL NAVIGATION */

#links ul {
        list-style-type: none;
        width: 250px;
		margin-top: 35px;
} 

#links li {
        border-bottom: 1px solid #FFF;
}

#links li a { 
        color: #333;
        display: block;
        font: normal 110% Verdana, Arial, Helvetica, sans-serif;
        padding: 7px;
        text-decoration: none;
		text-align: left;
		background: #D2E5EB;
}

html #links li a {
	width: 250px;
}

#links li a:hover {
        background: #BED9E0;
}


/********************************************************************************** FOOTER */

#footer_container {
	width: 100%;
	float: left;
	background: transparent url(../images/footer_gradient.gif) repeat-x;
	height: 101px;
	padding: 20px 0 0 0;
}

#footer_block {
	float: left;
	width: 930px;
	text-align: left;
	display: inline;
	margin: 30px 0 0 10px;
	color: #666;
	font-size: 10px;
	line-height: 14px;
}	

#footer_block a, #footer_block a:active, #footer_block a:visited {
	color: #666;
	font-size: 10px;
	text-decoration: underline;
	margin: 0 20px 0 0;
}

	#footer_block a:hover {
		text-decoration: none;
	}

/********************************************************************************** HOME PAGE */

#home_block {
	float: left;
	width: 940px;
	text-align: left;
}

#companies {
	float: left;
	width: 442px;
	height: 245px;
	background: transparent url(../images/for_companies_bg.jpg) no-repeat;
}
	#companies_block {
		width: 260px;
		margin: 70px 0 0 145px;
	}
	
#candidates {
	float: right;
	width: 437px;
	height: 245px;
	background: transparent url(../images/for_candidates_bg.jpg) no-repeat;
}
	#candidates_block {
		width: 260px;
		margin: 70px 0 0 25px;
	}

#companies_block p, #candidates_block p {
	font-size: 12px;
	color: #fff;
	margin-left: 5px;
}

a.companies_link, a.candidates_link {
	width: 132px;
	height: 134px;	
}

a.companies_link {
	float: left;	
}

a.candidates_link {
	float: right;	
}

/********************************************************************************** HEADER FONTS */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase; 
	margin-bottom: 25px;
	line-height: 24px;
}	

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	line-height: 18px;
}

/******************************************************************************** LINKS */

a, a:active, a:visited {
	color: #036;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

/******************************************************************************** FORM ELEMENTS */

.text_field {
	float: left;
	width: 100%;
	padding: 2px 4px;
}

.button {
	padding: 2px 4px;
}

/******************************************************************************** JOB SYSTEM */

table#jobs {
	float: left;
	width: 100%;
	font-size: 11px;
}
	table#jobs tr th {
		background-color: #B9D7DF;
		font-weight: bold;
		text-align: left;
		color: #FFF;
	}
	table#jobs tr th, table#jobs tr td {
		padding: 5px;
	}
	
.pager_nav, .pager_summary { text-align: center; }
.pager_nav a {
	margin-right: 10px;
}
.pager_nav a.selected {
	font-weight: bold;
	text-decoration: underline;
}
ol, ul {
clear: both;
}

li {
}

ol {
padding-bottom: 25px;
}


#footer_block hr{
margin:20px 0;
background:#aaa;
height:1px;
color:0;
border:0;
}

#footer_links{
display:block;
height:20px;
text-align:center;
}

#footer_links img{
border:0;
margin:0 13px;
}

#phone1 {
color:#FFFFFF;
font-size:18px;
font-weight:bold;
left:-370px;
position:relative;
top:-55px;
}