
/*****************************************************
  HTML tags
*****************************************************/
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #e74700 url(/images/splash_bg.jpg) repeat-x top left;
	font: 0.8em Arial, Verdana, "Lucida Grande", sans-serif;
	color: #FFF;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
}

select,
select optgroup,
select option,
input,
textarea {
	font-family: Arial, Verdana, "Lucida Grande", sans-serif;
}

table { 
	width: 100%;
}

table td {
	vertical-align: middle;
}

div#container {
	width: 615px;
	height: 280px;
	padding: 320px 40px 0 40px;
	margin: 0 auto;
	background: url(/images/splash_palette.jpg) repeat-x top left;
}

table#where_to td {
	padding: 20px 0;
}

table#where_to td#where_to_left {
	width: 51%;
	padding-right: 30px;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	border-right: 1px solid #fb5900;
	color: #d03a00;
}

table#where_to td#where_to_left div.spacer_dotted_line {
	font-size: 1px;
	background: url(/images/dotted_line_white.gif) repeat-x bottom left;
	height: 8px;
	margin-bottom: 8px;
}


table#where_to td#where_to_left div.specialize {
	color: #FFF;
}

table#where_to td#where_to_right {
	width: 49%;
	padding-left: 30px;
	text-align: left;
}

table#where_to td#where_to_right a#find_job {
	display: block;
	width: 164px;
	height: 27px;
	background: url(/images/splash_button_find.jpg) no-repeat top left;
	margin-bottom: 2px;
}

table#where_to td#where_to_right a#post_job {
	display: block;
	width: 164px;
	height: 27px;
	background: url(/images/splash_button_post.jpg) no-repeat top left;
	margin-bottom: 2px;
}

table#where_to td#where_to_right a#find_job:hover,
table#where_to td#where_to_right a#post_job:hover {
	background-position: bottom;
}

table#where_to td#where_to_right label {
	color: #000;
}
	