@charset "UTF-8";
/* Basic */

body {
	margin-top: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 100%;
	background: #ebf1ff url(/images/browse_local_jobs_background.gif) repeat-x;
}

html { height: 100%; }

a {color: #0066dd; text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {
	position: absolute; margin-top: 100px; margin-left: 195px; font-size: 24px; color: #888;
}

/* Containers */

#container {min-height: 100%; z-index: 1;}

* html #container {height: 100%;}


#content_container {padding-bottom: 80px; z-index: 1;}

.ninesixty_container {
	width: 960px;
	margin: auto;
}

.results_container {
	width: 920px;
	margin: auto;
}	

.header {
	border-top: #000066 5px solid;
	padding-bottom: 20px;
}

.text_container {
	padding: 10px 50px 10px 50px;
	background: #dcdcdc url(/images/gray_background.png) repeat-x;
	border-top: 2px #FFFFFF solid;
	border-bottom: 2px #FFFFFF solid;
}

.text_container_white {
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #e2e2e2;
	margin:0 10px 15px 10px;
}

p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.footer {
	clear: both;
	margin-top: -55px;
	z-index: 10;
	background:#006600;
	height: 45px;
	line-height:20px;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
}

.footer a {color:#FFFFFF;}

