body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	
}

#container {
	width: 760px;
	text-align: left;
	margin: auto;
	position: relative;
}

#main_graphic {
	background-image: url(/gui/main_graphic.jpg);
	width: 760px;
	height: 300px;
	clear: both;
}

#tabs {
	clear: both;
	margin-left: -20px;
}

#tabs a {
	text-decoration: none;
	color: #fff;
}

#tabs ul {
	list-style-type: none;
}

#tabs li { 
	float:left;
	width: 75px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	background-image: url(/gui/tab.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	text-transform: uppercase;
}

#header {
	clear: both;
	height: 150px;
	background-image: url(/gui/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#nav {
	clear: both;
	width: 760px;
	text-align: center;
	background-image: url(/gui/nav_bg.gif);
	background-repeat: no-repeat;
	height: 50px;
	color: #fff;
	margin-bottom: 15px;
}

#bottom { 
	clear: both;
}

#about_us {
	background-image: url(/gui/about_us_bg.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 450px;
	margin: 10px 0px;
	float:left;
}		

#about_us p {
	padding: 0px 10px;
	text-align: justify;
	line-height: 1.3em;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#about_us form,#about_us h1
{
	padding: 10px;
}

#advertise {
	position: relative;
	top: 75px;
	left: 100px;
	color: #B13201;
	border: 2px solid #B13201;
	background-color: #fff;
	width: 400px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

#advertise p {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

#advertise span {
	font-size: 12px;
	text-align: center;
}

#featured {
	width: 280px;
	height: 300px;
	background-image: url(/gui/featured_bg.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 10px;
	float: left;
	padding: 0px 10px 0px 10px;
}

#featured p {
	padding: 0px 0px 0px 10px;
	color: #fff;
}

#featured a {
	color: #fff;
}

#featured form,#featured h1
{
	padding: 10px;
	color: #ffffff;
}

#disclaimer {
	font-size: 9px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	clear: both;
}

#login, #login_page {
	padding: 10px;
	margin: 10px;
}

#login a {
	color: #fff;
}

#login_page {
	width: 320px;
	background-image: url(/gui/featured_bg.gif);
	background-repeat: no-repeat;
	height: 300px;
	float: left;
}

#login_page h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	color: #fff;
}

#login input, #login_page input,input {
	border: 1px solid #B13201;
}

#login .submitButton,#login_page .submitButton,.submitButton {
	background-color: #fff;
}

#login label, #login_page label {
	color: #fff;
	font-weight: bold;
}	

#search {
	background-image: url(/gui/job_search.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 710px;
	padding: 25px;
}

#search input {
	border: 1px solid black;
}

#search input.noborder {
	border: 0;
}

#jobs {
	width: 575px;
	float: right;
}

#jobs dt a {
	color: #fff;
}

#jobs dt {
	background-image: url(/gui/job_top.gif);
	background-repeat: no-repeat;
	height: 90px;
	color: #fff;
	padding: 30px 0px 0px 30px;
	margin-top: 10px;
}

#jobs dt.next_page {
	background: transparent;
	color: #000;
	text-align: right;
	margin-top: 10px;
	padding-left: 30px;
}

#jobs dt table {
}

#jobs dt span {
	font-size: 24px;
	font-weight: bold;
	padding-right: 50px;
	float: left;
}

#jobs dt.featured {
	background-image: url(/gui/job_top_featured.gif);
	background-repeat: no-repeat;
}

#jobs dd {
	background-image: url(/gui/job_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 40px 45px 45px;
	margin: 0px 10px 10px 0px;
}

#locations { 
	width: 175px;
	height: 250px;
	margin-right: 10px;
	margin-top: 30px;
	padding-top: 25px;
	background-image: url(/gui/location_bg.gif);
	background-repeat: no-repeat;
}

#locations li {
	list-style-type: none;
	margin-left: -10px;
}

#locations a {
	color: #000;
}	

#locations a.current_location {
	font-weight: bold;
}

#display_message {  
	padding: 10px;
	border: 1px solid #B13201;
	border-bottom: 2px solid #B13201;
	border-right: 2px solid #B13201;
	margin-bottom: 10px;
	clear: both;
}

#display_message img {
	float: left;
	padding-right: 10px;
}

#error_message {  
	padding: 10px;
	border: 1px solid #B13201;
	border-bottom: 2px solid #B13201;
	border-right: 2px solid #B13201;
	margin-bottom: 10px;
	clear: both;
}

#error_message li {
	margin-left: 10px;
}

hr {
	margin: 1px;
	border: 1px solid #B13201;
	background-color: #B13201;
}

h1 {
	margin: 1px;
}

.borderRightDark {
	clear: both;
	text-align: right;
	background-image: url(/gui/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 50px;
	padding: 5px;
	color: #fff;
}

.borderLeftDark {
	clear: both;
	text-align: left;
	background-image: url(/gui/nav_bg.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding: 5px;
	color: #fff;
}

.borderCenterDark {
	clear: both;
	text-align: left;
	background-image: url(/gui/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: -30px 0px;
	height: 50px;
	padding: 5px;
	color: #fff;
}

.resultList td {
	padding: 5px;
}

.resultList a {
	color: #000;
}	

#basics {
	width: 280px;
	margin-right: 10px;
	float: left;
	padding: 10px;
	height: 280px;
	background-image: url(/gui/featured_bg.gif);
	color: #fff;
}

#basics input, #credit input {
	border: 1px solid black;
}

#credit a
{
	color: #ffffff;
}

#subscriptions {
	width: 430px;
	float: left;
	background-image: url(/gui/about_us_bg.gif);
	padding: 10px;
	height: 280px;
	background-repeat: no-repeat;
}

#credit {
	background-image: url(/gui/credit_bg.gif);
	padding: 10px;
	height: 330px;
	clear:both;
	margin-top: 20px;
	color: #fff;
	background-repeat: no-repeat;
}

#logos
{
	text-align: right;
}

#search_form {
	width: 760px;
	margin: auto;
}

#content_nav { margin-bottom: 10px;  }
* html #content_nav { height: 1%; }
#content_nav:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

#content_nav ul { margin: 0; padding: 0; }
#content_nav ul li {
	float: left;
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 140px;
	padding: 0;
	margin: 0;
}

#content_nav ul li li {
	display: block;
	float: none;
	text-align: left;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
}

#content_nav ul ul {
	position: absolute;
	left: -999em;
	margin: 0;
	clear: both;
	top: auto;
}

#content_nav li.sfhover ul,
#content_nav li:hover ul {
	left: auto;
	border: 1px solid #B13201;
	background-color: #fff;
	clear: both;
}

#content_nav li a { color: #B13201;  text-decoration: none; }
#content_nav li a:hover { color: #fff; background-color: #b13201; }

#google_ads {
	height: 600px;
	left: 770px;
	position: absolute;
	top: 90px;
	width: 120px;
}

#google_ads iframe { height: 600px; width: 120px; }