@charset "utf-8";
/* CSS Document */

a:link { 
	font-weight: bold;
}

a:visited { 
	color: #603;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #603;
}

html {
	background: #131931;
}

body {
	background: #131931;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 1.2em;
	background: #fff;
}

#header {
	height: 170px;
	background: url(../images/header.jpg) no-repeat; 
}

	#header h1 span a {
		text-indent: -9999px;
		width: 260px;
		height: 167px;
		display: block;
		float: left;
	}
	
	#header h2 span a {
		text-indent: -9999px;
		float: right;
		width: 220px;
		height: 52px;
		display: block;
		margin-right: 25px;
	}

#nav {
	height: 25px;
	background: url(../images/nav_bg.gif) repeat-x; 
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

	#nav ul li {
		float: left;
	}
	
	#nav ul li a {
		display: block;
		color: #fff;
		font-weight: bold;
		height: 25px;
		line-height: 25px;
		padding: 0px 11px;
		text-decoration: none;
	}
	
	#nav ul li a:hover {
		background: url(../images/nav_bg_hover.gif);
		color: #131931;
	}
	
		#nav ul li ul {
			display: none;
		}

#main {
	background: url(../images/bg_main.gif) repeat-y;
	min-height: 400px;
}

	#main p {
		margin-bottom: 1.5em;
	}
#content {
	width: 585px;
	float: right;
	padding: 25px;
}

	#content h1 {
		font-size: 2.2em;
		font-weight: bold;
		margin-bottom: .3em;
		color: #f90;
		border-bottom: 1px dashed #f90;
		padding-bottom: 10px;
		width: 100%;
		text-align: center;
		clear: both;
	}
	#content h2 {
		font-size: 2.0em;
		font-weight: bold;
		margin-bottom: .3em;
	}
	#content h3 {
		font-size: 1.8em;
		font-weight: bold;
		margin-bottom: .3em;
	}
	#content h4 {
		font-size: 1.6em;
		font-weight: bold;
		margin-bottom: .2em;
	}
	#content h5 {
		font-size: 1.4em;
		font-weight: bold;
		margin-bottom: .2em;
	}
	#content h6 {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: .2em;
	}
	
	#content ul {
		margin: 1em 0 2em 0;
	}
	
	#content ul li {
		list-style-type: disc;
		margin-left: 3em;
		display: list-item;
	}
	
	#content ol {
		margin: 1em 0 2em 0;
	}
	
	#content ol li {
		list-style-type: decimal;
		margin-left: 3em;
		display: list-item;
	}



#sidebar {
	width: 126px;
	float: left;
	color: #fff;
}

	#sidebar a { color: white; text-decoration: none; }
	#sidebar a:hover { color: #0E51A0; text-decoration: none; }
	
	#sidebar ul {
		min-height: 150px;
		background: #CCCCE6;
	}
	#sidebar  ul {
		padding: 15px 0px 25px 0px; 
	}
	
	#sidebar  ul li {
		border-bottom: 1px solid #9999cc;
		width: 100%;
	}
	
	#sidebar  ul li a {
		color: #444;
		display: block;
		padding: 7px 0px;
		padding-left: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		font-size: .9em;
	}
	
	#sidebar  ul li a:hover {
		background: #0C4687;
		color: #fff;
	}
	
#footer {
	background: #131931;
	color: #ccc;
	text-align: center;
}

	.footer {
		background: url(../images/nav_bg.gif) repeat-x;
		color: #fff;
		height: 25px;
		width: 100%;
		line-height: 25px;
		margin-bottom: 10px;
	}
	
	#footer a {
		color: #ccc;
		text-decoration: none;
	}
	

#breadcrumbs {
	float: right;
	margin-top: -20px;
	margin-bottom: 10px;
}

.ajaxSearch_intro { display: none; }

#ajaxSearch_form { 
	margin: 0 auto; 
	padding: 8px 0px; 
	text-align: center;
}

#ajaxSearch_form input {
	margin: 0 auto;
}

.noJobs { font-weight: bold; font-size: 1.2em; text-align: center; }

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; margin: 0 auto; }
.Large_Text { font-size: 1.6em; }
.Small_Test { font-size: .8em; }
strong { font-weight: bold; }
em { font-style: italic; }