/* Reset
------------------------------------------------------------------------------*/

* {
	margin:					0;
	outline:				0;
	padding:				0; }


/* HTML elements
------------------------------------------------------------------------------*/

body {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	line-height: 			16px;
	text-align:				center; }

p {
	margin:					15px 0; }

select {
	overflow:				hidden;
	width:					250px; }
	
h2,h3 {
	color:					#000080;
	line-height: normal; }	
	
ul {
	list-style-type:		disc; }


/* Layout
------------------------------------------------------------------------------*/

/* header */

#header {
	background: 			#000080;
	height: 				50px;
	margin-top: 			50px;
	margin-bottom: 			45px;
	position: 				relative;
	width: 					100%;
	z-index: 				500; }
	
	#header .inner {
		margin: 				0 auto;
		height: 				50px;
		position: 				relative;
		text-align:				left;
		width: 					960px; }
	
	#header #masthead {
		color: 					#fff;
		display: 				block;
		font-family: 			"Myriad Pro", Myriad, Arial, sans-serif;
		font-size: 				45px;
		font-weight: 			bold;
		height: 				46px;
		letter-spacing: 		-3px;
		line-height: 			50px;
		position: 				absolute;
		text-decoration: 		none;
		top: 					0;
		right: 					155px; }
		
		/* IE hack */
		html>body #header #masthead {
			font-size: 				55px;
			padding-top: 			4px; }
	
	#header #recruiter_media_logo {
		background: 			url(images/recruitermediainc_logo.png) 0 0 no-repeat;
		position: 				absolute;
		height: 				130px;
		right: 					10px;
		text-indent: 			-9999px;
		top: 					-40px;
		width: 					130px;
		z-index: 				1000; }
	
	#header #tagline {
		font-family: 			"Myriad Pro";
		font-size: 				16px;
		font-weight: 			bold;
		position: 				absolute;
		bottom: 				-28px;
		right: 					155px;
		line-height: normal; }
		
		/* IE hack */
		html>body #header #tagline {
			bottom: 				-34px;
			font-size: 				20px; }
		
		#header #tagline em {
			color: 					#de0025;
			font-style: 			normal;
			font-size: 				25px; }
		
		/* IE hack */
		html>body #header #tagline em {
			font-size: 				30px; }


/* wrapper */

#wrapper {
	margin:					0 auto;
	position:				relative;
	text-align:				left;
	width:					960px; }
	
	#sidebar #map_zoom_out {
		color:					#f00;
		display:				block;
		font-size:				120%;
		font-weight:			bold;
		margin:					0 auto;
		text-align:				center;
		text-decoration:		none; }
		
		#sidebar #map_zoom_out:hover {
			text-decoration:		underline; }
			
	#map_text #map_zoom_out {
		color:					#f00;
		display:				block;
		font-size:				120%;
		font-weight:			bold; 
		text-decoration:		none;}	
		
		#map_text #map_zoom_out:hover {
			text-decoration:		underline; }	
			
	#nav {
		width:					25%;
		font-size:				90%;
	}
	
	#main_content {
		width:					75%;
		float:					right;
	}
	
	#ad_top {
		padding:				10px;
		float:					right;
	}



#jobseekers {
	float:					left;
	overflow:				hidden;
	position:				relative;
	margin-top:				30px;
	width:					42%;
	padding-left:			30px; 
	}
	
#employers {
	float:					right;
	overflow:				hidden;
	margin-top:				30px;
	position:				relative;
	width:					42%;
	padding-right:			30px;
	}	


/* map */

#map {
	margin-bottom:			10px;
	position:				relative;
	/*width:					100%;*/ }
	
	#map #map_instructions {
		color:					#FF0000;
		font-size:				110%;
		font-weight:			bold;
		left:					0;
		position:				absolute;
		top:					-32px; }


/*	#map #map_instructions {
		color:					#333;
		font-size:				85%;
		left:					0;
		position:				absolute;
		top:					-16px; } */

#city_list {
		color:					#f00;
		display:				block;
		font-size:				120%;
		font-weight:			bold;
		margin:					0 auto;
		margin-top: 			40px;
		text-align:				center;
		text-decoration:		none; }
		
		#city_list:hover {
			text-decoration:		underline; }

#all_cities {
	list-style: none; }

	#all_cities li {
		float: left;
		margin-bottom: 5px;
		list-style: none;
		width:	20%; }

#city_link {
	color: #f00;
	display: block;
	margin-top: 5px;
	text-decoration: none; }
	
	#city_link:hover {
		text-decoration: underline; }


/* content */

#content {
	/*float:					left;*/
	overflow:				hidden;
	position:				relative;
	/* width:					680px;*/
	width:					100%;}

body.cities #content {
	margin-top:				30px;
	width:					960px; }
	
	body.cities #content h2 {
		margin-bottom:		10px; }


/* sidebar */

#sidebar {
	float:					right;
	overflow:				hidden;
	position:				relative;
	width:					250px; }

/* footer */

#footer {
	clear:					both;
	float:					none;
	padding-top:			50px; }
	
	#footer .inner {
		margin: 				0 auto;
		position:				relative;
		text-align:				center;
		width:					960px; }

