/* JUDSON GROUP GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	}


/* SITE CONTAINERS */

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}


/* HEADER */

div#header {
	width: 1000px;
}

	#header h1 {
		width: 1000px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 655px;
	height: 70px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#our_firm_link {
			width: 125px;
			background: transparent url("/images/navigation/our_firm_button.gif");
		}
		
		a#employers_link {
			width: 137px;
			background: transparent url("/images/navigation/employers_button.gif");
		}
		
		a#candidates_link {
			width: 136px;
			background: transparent url("/images/navigation/candidates_button.gif");
		}
		
		a#careers_link {
			width: 112px;
			background: transparent url("/images/navigation/careers_button.gif");
		}
		
		a#contact_us_link {
			width: 145px;
			background: transparent url("/images/navigation/contact_us_button.gif");
		}
	
		#navigation li a {
			display: block;
			height: 70px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -70px;
		}
		
			#navigation li a span {
				display: none;
			}


/* SITE INTRO TEXT */

div#intro_text {
	position: absolute;
	top: 182px;
	left: 0px;
	width: 335px;
	text-align: center;
}

	#intro_text h2 {
		padding: 10px 0px;
		line-height: 30px;
		font-size: 18px;
		color: #000b2d;
	}
	
	#intro_text p {
		padding: 0px 7px;
		font-size: 13px;
		line-height: 18px;
		color: #6d6d6d;
	}


/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		float: right;
		display: inline;
		color: #2e2e2e;
		font-size: 14px;
		line-height: 20px;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #ae0000;
		}
		
		#body_text a:hover {
			color: #000000;
		}
			
		

/* FOOTER */		

div#footer_container {
	clear: both;
	height: 61px;
	background: transparent url("/images/backgrounds/footer_gray_background(1).gif");
	background-repeat: repeat-x;
	background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 61px;
		background: transparent url("/images/backgrounds/footer_info_background(2).gif");
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}