/* DIVERSIFIED TECHNICAL SOLUTIONS GENERAL RULES */

/* HTML RULES */

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

body {
	background: transparent url("/images/backgrounds/brick_background(1)alt.gif");
	background-repeat: repeat;
	background-position: top center;
	font-family: "trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

a img {
	border: none;
}


/* SPECIALIZED PNG SUPORT */

a#addy_highlight img {
	behavior: url("/scripts/iepngfix.htc");
}


/* SITE CONTAINERS */

div#container {
	background: transparent url("/images/backgrounds/brick_background(2)alt.gif");
	background-repeat: repeat-x;
	background-position: top center;
}

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


/* HEADER */

div#header {
	width: 800px;
}

	#header a {
		cursor: pointer;
	}

	#header h1 {
		width: 800px;
		height: 100px;
	}

		#header span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 70px;
	width: 410px;
	height: 100px;
	list-style: none;
	z-index: 500;
}

	#navigation li {
		float: left;
	}
			
		a#about_link {
			width: 56px;
			background: transparent url("/images/navigation/about_button.gif");
		}
		
		a#candidates_link {
			width: 89px;
			background: transparent url("/images/navigation/candidates_button.gif");
		}
		
		a#employers_link {
			width: 87px;
			background: transparent url("/images/navigation/employers_button.gif");
		}
		
/*	a#industry_link {
			width: 70px;
			background: transparent url("/images/navigation/industry_button.gif");
		}
*/
		
		a#jobs_link {
			width: 48px;
			background: transparent url("/images/navigation/jobs_button.gif");
		}
		
		a#contact_link {
			width: 67px;
			background: transparent url("/images/navigation/contact_button.gif");
		}
	
		#navigation li a {
			display: block;
			height: 100px;
			background-repeat: no-repeat;
			background-position:  0px 0px;
		}
		
		#navigation li.current a {
			background-position: 0px -100px;
		}
		
		#navigation li a:hover {
			background-position: 0px -200px;
		}
		
			#navigation li a span {
				display: none;
			}


/* IE DISSAPPEARING NAV FIX */

		div#content_top {}
		
			#content_top span {
				display: none;
			}


/* BODY TEXT REGION */

div#body_text {
	font-size: 12px;
	color: #787878;
	line-height: 18px;
}

	#body_text h2 {
		margin: 0px 0px 18px 0px;
		font-size: 16px;
		font-weight: bold;
		color: #39426e;
	}
	
	#body_text h3 {
		margin: 18px 0px;
	}
	
	#body_text p {
		margin: 18px 0px;
	}
	
	#body_text ul, #body_text ol {
		margin: 18px 0px 18px 18px;
	}
	
	#body_text a {
		color: #c12f27;
		font-weight: bold;
		text-decoration: none;
	}
	
	#body_text a:hover {
		color: #32327a;
	}

	a.read_more {
		text-transform: uppercase;
	}


/* FEATURED INFO */

ul#featured_info {
	padding: 30px 0px 0px 30px;
	width: 300px;
	height: 230px;
	list-style: none;
}


/* SEARCH FORM */

form#search_form {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

	#search_form label {
		display: none;
	}
	
	#search_form input {
		margin: 0px 18px 17px 0px;
		padding: 5px 3px 3px 3px;
		border: none;
		width: 91px;
		height: 14px;
		background: none;
		font-size: 11px;
	}


/* FEATURED INFO */

ul#featured_info {
	width: 300px;
	height: 230px;
	list-style: none;
}


/* FOOTER */

div#footer {
	position: relative;
	margin: 0px auto;
	width: 800px;
	height: 70px;
	background: transparent url("/images/backgrounds/footer.png");
	background-repeat: no-repeat;
}

#footer ul#social_icons {
	position: absolute;
	top: 14px;
	left: 285px;
	width: 78px;
	height: 16px;
	list-style: none;
}
	#social_icons li{
		margin: 0px 5px;
		float: left;
	}
	
	#social_icons li a {
		display: block;
		width: 16px;
		height: 16px;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#social_icons li a.facebook {
		background: transparent url('/images/misc_elements/facebook.png');
	}
	
	#social_icons li a.twitter {
		background: transparent url('/images/misc_elements/twitter.png');
	}
	
	#social_icons li a.rss {
		background: transparent url('/images/misc_elements/rss.png');
	}
	
	#social_icons li a span {
		display: none;
	}


	p.copyright {
		display: none;
	}
	
	a#sticky_stamp {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 110px;
		height: 70px;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}

