/* CSS Document */

.top_nav_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-color: #FFCC66;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC9933;
	border-right-color: #CC9933;
	border-bottom-color: #CC9933;
	border-left-color: #CC9933;
	width: 100%;
}
.right {
	text-align: right;
}
.top_nav {
	color: #330033;
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
}

.top_nav a:link {
	color: #330033;
	text-decoration: none;
}
.top_nav a:visited {
	color: #330033;
	text-decoration: none;
}
.top_nav a:hover {
	color: #330033;
	text-decoration: underline;
}
.top_nav a:active {
	color: #330033;
	text-decoration: underline;
}
/** used to just add the faint grey line on the left hand side **/
.page_content {
	width: 600px;
	vertical-align: top;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
}
.left_nav {
	width: 140px;
	vertical-align: top;
	border-right-style: none;
}
.page_head {
	font-weight: bold;
	background-color: #3366CC;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
	color: #FFFFFF;
	letter-spacing: normal;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 4px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.breadcrumb a:link {
	text-decoration: none;
}
.breadcrumb a:visited {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb a:active {
	text-decoration: none;
}

.copyright_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-color: #FFCC66;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC9933;
	border-right-color: #CC9933;
	border-bottom-color: #CC9933;
	border-left-color: #CC9933;
}
.small_news {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.small_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
.main_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}
.news_cells {
	vertical-align: top;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.old_news_headline {
	background-color: #3366CC;
	padding: 4px;
	border: 1px solid #999999;
	color: #FFFFFF;
	font-weight: bold;
}
.old_news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.more a:link {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
.more a:visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
.more a:hover {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}
.more a:active {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
.main_news {
}
.ad_table {
	font-size: 70%;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 145px;
	padding: 3px;
}
.ad_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366CC;
	padding: 3px;
	text-transform: capitalize;
}
.ad {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}
body {
	background-attachment: fixed;
	background-image: url(../images/background500_q50.jpg);
	background-repeat: no-repeat;
	background-position: 250px 120px;
	margin: 0px;
}
form.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: right;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding: 3px;
	width: 250px;
	margin-top: 60px;
}
.search_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: right;
	vertical-align: middle;
}
.search_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px;
	width: 100px;
}
.bold {
	font-weight: bold;
}
.content_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
ul {
	list-style-image: url(../images/button.jpg);
	list-style-type: disc;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.text_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 3px;
	background-color: #CCCCCC;
}

/** set up links for the bottom text links **/
.text_links a:link {
	color: #330033;
	text-decoration: none;
}
.text_links a:visited {
	color: #330033;
	text-decoration: none;
}
.text_links a:hover {
	color: #330033;
	text-decoration: underline;
}
.text_links a:active {
	color: #330033;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E0EDF6;
	border: 1px solid #999999;
	float: right;
	margin: 4px;
	padding: 4px;
}

img { border: 0px; }

.comp_addr {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e0edf6;
	width: 40%;
	padding: 4px;
	margin: auto;
	text-align: center;
}
.left {
	text-align: left;
}
.sponsor_table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	width: 350px;
}
.hs_table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	width: 90%;
}
.hs_filter_table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	width: 90%;
	background-color: #CCCCCC;
	padding: 4px;
}
.main_sponsor {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-weight: bold;
}
.main_sponsor_check {
	text-align: center;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
.sub_sponsor {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.sub_sponsor_center {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.contact_details {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
}
caption {
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.border_table {
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	width: 90%;
}
.boldwithborder {
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
	border-bottom: 1px solid #999999;
}
.boldwithbotborder {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}
.text_bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 4px;
}
.bold_right_text {
	font-weight: bold;
	text-align: right;
}
.sponsor_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.companies {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	padding: 0px;
}
.comp_name {
	font-weight: bold;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
}
.trade_flag {
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 4px;
	vertical-align: top;
}
.trade_comp {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 4px;
	vertical-align: top;
}
.trade_to_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding: 4px;
	vertical-align: top;
	font-size: 11px;
}
.register_table {
	width: 500px; 
	margin-left: auto; 
	margin-right: auto; 
	border: 1px solid #CCCCCC;
}
.register_sections {
	width: 300px; 
	margin-left: auto; 
	margin-right: auto; 
	border: 1px solid #CCCCCC;
}

.contact_table {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

/* style for the legal notice */
.legal {
	font-size: 70%;
	text-align: center;
}

.small_text {
	font: Arial, Helvetica, sans-serif; 
	font-size: 70%;
}

.indent_text {
	text-indent: 15px;
}

.sitemap_table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	width: 450px;
	padding: 5px;
}
#vacancy_search {
	border: 1px solid #999999;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}
.top5_table {
	border: 1px solid #999999; 
	width: 250px; 
	margin-left: auto; 
	margin-right: auto;
}

.vacancy_head {
	background-color: #CCCCCC;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	text-align: center;
}
.jdetails_table {
	text-align: left;
	width: 100%;
}
.jdetails_bold {
	font-weight: bold;
	width: 30%;
	vertical-align: top;
	text-align: right;
}
.printable_text {
	text-align: right;
	font-size: 70%;
	padding-top: 10px;
	float:right;
	line-height:5px;
	text-decoration: underline;
}

.white_text {
	color: #FFFFFF;
	font-size: 70%;
}

#vacancy_result {
	border: 1px solid #999999;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.jobtitle {
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	text-align: left;
	padding-left: 4px;
	font-weight: bold;
}
.text_80 {
	font-size: 85%;
}
.news_archive {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.archive_headline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 70%;
	font-weight: bold;
}
.archive_read_art {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 80%;
	text-align: right;
}

.bot_grey_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.fifty_width {
	width: 50%;
}

.outer_table {
	width: 760px;
}

.advertise_head {
	font-size: 120%; 
	font-weight: bold;
	padding-bottom: 4px;
}

.advertise_layout {
	vertical-align: top;
	padding: 5px;
}
