/* CSS Document */

body, html {
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#side_left {
width:258px;
float:left;
}
#side_right {
width:484px;
float:left;
}
#table_container {
width:742px;
border-collapse:collapse;
border-spacing:0px;
border-style: none;
padding:0px;
}
#flashcontent {
width:742px;
height:126px;
background:url(../images/bg_footer.jpg) no-repeat;
}
#no_flash_footer {
width:742px;
height:126px;
background:url(../images/bg_footer_no_flash.jpg) no-repeat;
}
#no_flash_footer_txt {
padding-top:50px;
width:100%;
text-align:center;
color:#fff;
font-size:11px;
font-weight:bold;
}
/* pages css */
#pages {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
width:435px;
text-align:justify;
}
#pages a {
color:#141893;
font-weight:bold;
}
#pages a:hover {
background:#141893;
color:#fff;
}
.jobs {
text-decoration:none;
}
.title_orange {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#e69100;
font-size:24px;
padding-bottom:15px;
width:100%;
}
.title_grey {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
font-size:24px;
padding-bottom:40px;
width:100%;
float:left;
}
.hr_orange {
width:395px;
margin-left:20px;
height:2px;
background:#e69100;
margin-top:10px;
margin-bottom:10px;
overflow:hidden;
float:left;
}
.form_required {
color:#990000;
font-size:9px
}