/* CSS Document */

html {
	height:100.02%; 
	/* forces a scrollbar on every page - prevents shifting that occurs when some pages have and some don't */
}

body {
	/* specify default font information here */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 11px;
	

	background-color:#dedede;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
}

h1 {
	font-size:18px;
	
}

h3 {
	font-size:14px;
}

h2 {
	font-size:16px;
}

h5 {
	font-size:12px;
	color:#FF0000;
}


#o_container {
	position:absolute;
	width:785px;
	margin-left:-392.5px;
	left:50%;
	
	
}

#i_container {
	border:#000000 1px solid;
	
}

#main_header {
	padding:0px;
	margin:0px;
}

#main_menu  {
	
	background-image:url(../images/backgrounds/main_menu_bg.gif);
	background-repeat:repeat-x;
	height:38px;
	margin-top:-1px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	clear:both;
	
}

#main_menu ul {
	margin: 0;
	margin-left:45px;
	padding: 8px 0 0;
	list-style-image: none;
	list-style-type:none;
}
#main_menu ul li {
	list-style-type:none;
	list-style-image: none;
	padding-top:0px;
	margin-left:3px;
	float: left;
	display:block;
	z-index:10000;
	font-size:12px;
}


#main_menu ul li.mainmenu {
	background-color:#dedede;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
}

#main_menu ul li a {
	color:#000000;
	text-decoration:none;
	display:block;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:normal;
}

#main_menu ul li a:hover{

}

/*top menu styles*/

/*drop-down styles*/

#main_menu li ul {
 position: absolute;
 width:150px;
  left: -999em;
  margin-top: 0px;
  margin-left:0px;
  padding-top:0px;
  padding-left:0px;
  text-transform:none;
  text-align:left;
  z-index:9999;


}

#main_menu li:hover, #main_menu li.hover {
    position: static;
}

#main_menu li:hover ul, #main_menu li.sfhover ul {
	left: auto;
	border-bottom: 1px solid #000000;
	width:162px;
	display:block;
}
#main_menu li ul li {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	  margin-left:0px;
	  margin-top:0px;
	  padding-top:0px;
	  padding-left:0px;
}

#main_menu li ul a {
	font-size:11px;
	font-weight:normal;
	padding-left:0px;
	display:block;
	width: 140px;
	background-color:#dedede;
	color:#000000;
	padding:10px;
	padding-top:8px;
	padding-bottom:8px;
  
}

#main_menu li ul a:hover {
	color:#000000;
	
	font-weight: bold;
	
}

/*drop-down styles end*/

/*second level drop downs styles*/

#main_menu li ul ul {
	margin: -28px 0 0 160px;
}

#main_menu ul ul{
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#main_menu li:hover ul ul, #main_menu li.sfhover ul ul, #main_menu li:hover ul ul ul, #main_menu li.sfhover ul ul ul {
	left: -999em;
}

#main_menu li:hover ul, #main_menu li li:hover ul, #main_menu li li li:hover ul, #main_menu li.sfhover ul, #main_menu li li.sfhover ul, #main_menu li li li.sfhover ul {
	left: auto;
	
}

/*second level drop downs styles end*/


/*------------------------------------Home Page Styles----------------------------------------------*/

#content_wrapper {
	padding-top:20px;
	padding-bottom:50px;
	background-image: url(../images/backgrounds/clouds-bg.jpg);
	background-repeat:no-repeat;
}

#content_wrapper.inside {
	background-color: #f1f1f3;
	background-image:url(../images/backgrounds/backgr-inside.jpg);
	background-repeat: no-repeat;
	
}	

#content_wrapper h2 {
	margin-left:45px;
}

/*-----------------------------------------Image Wrapper Hover Styles----------------------------------------------*/

#image_wrapper {
	margin:0px;
	padding:0px;
	padding-left:25px;
	
}




#geo_wrapper {
	float:left;
}

#geo_wrapper #img_default_geo {
	background-image:url(../images/geo_img.jpg);
	background-repeat:no-repeat;
	height:175px;
	width:228px;
	margin-left:9px;
	border:#bcbbbb 1px solid;
}


/*#flash_hover_geo {
	float:left;
	margin:0px;
	margin-top:-1px;
	margin-left:-1px;
	padding:0px;
	width:228px;
	height:175px;
	border:#bcbbbb 1px solid;

}
*/
#nuclear_wrapper {
	float:left;
}

#nuclear_wrapper #img_default_2 {
	/*background-image:url(../images/geo_img.jpg);
	background-repeat:no-repeat;*/
	width:228px;
	height:175px;
	margin-left:14px;
	border:#bcbbbb 1px solid;
	
}


/*#nuclear_wrapper #flash_hover_2 {
	float:left;
	margin:0px;
	margin-top:-1px;
	margin-left:-1px;
	padding:0px;
	width:228px;
	height:175px;
	border:#bcbbbb 1px solid;
	display:none;
}
*/

#steel_wrapper {
	float:left;
}

#steel_wrapper #img_default_3 {
	/*background-image:url(../images/geo_img.jpg);
	background-repeat:no-repeat;*/
	width:228px;
	height:175px;
	margin-left:12px;
	border:#bcbbbb 1px solid;
}

/*#steel_wrapper #flash_hover_3 {
	float:left;
	margin:0px;
	margin-top:-1px;
	margin-left:-1px;
	padding:0px;
	width:228px;
	height:175px;
	border:#bcbbbb 1px solid;
	display:none;
}
*/


/*-----------------------------------------Image Wrapper Styles Hover End----------------------------------------------*/


/*-----------------------------------------Home Page Menu Styles--------------------------------------------------------------*/

#dropmenu {
	
	
}

#dropmenu ul {
	
	margin:0px;
	margin-top:5px;
	margin-left:25px;
	padding:0px;
	
}

#dropmenu ul li{
	display:inline;
	margin:0px;
	margin-left:10px;
	margin-right:5px;
	background-image:url(../images/backgrounds/li-subbg.gif);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:20px;
	list-style-type:none;
	width:208px;
	text-align:right;
	float: left;
}

#dropmenu ul li a{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

/*drop-down styles*/


#dropmenu li ul {
 position: absolute;
 width:160px;
  left: -999em;
  margin-top: 0px;
  margin-left:65px;
  padding-top:3px;
  padding-left:0px;
  text-transform:none;
  text-align:left;
  z-index:9999;


}

#dropmenu li:hover, #dropmenu li.hover {
    position: static;
}

#dropmenu li:hover ul, #dropmenu li.sfhover ul {
	left: auto;
	border-bottom: 1px solid #000000;
	width:162px;
	display:block;
}
#dropmenu li ul li {
	float:left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	  margin-left:0px;
	  margin-top:0px;
	  padding-top:0px;
	  padding-bottom:0px;
	  padding-left:0px;
	  padding-right:0px;
	  background-image:none;
	  width:160px;
}

#dropmenu li ul a {
	font-size:10px;
	font-weight:normal;
	padding-left:0px;
	display:block;
	width: 140px;
	background-color:#dedede;
	color:#000000;
	padding:10px;
	padding-top:8px;
	padding-bottom:8px;
  
}

#dropmenu li ul a:hover {
	color:#000000;
	background-color:#dedede;
	font-weight: bold;
	
}

/*drop-down styles end*/

/*Drop Menu Ends*/


#main_text {
	padding-left:45px;
	padding-right:30px;
	padding-bottom:20px;
	padding-top:15px;
	margin-bottom:-11px;
}

#main_text h1 {
	font-size:14px;
}

#main_text_l {
	float:left;
	width:330px;
}

#main_text_l a {
	color:#000000;
}

#main_text_r {
	float:left;
	width:330px;
	padding-left:40px;
}

#main_text_r a {
	color:#000000;
}

/*------------------------------------Home Page Styles End-----------------------------------------*/


/*------------------------------------Inside Page Styles-------------------------------------------*/

#left_col {
	width:150px;
	float:left;
	padding-bottom:20px;
}

#page_title {
	font-size:12px;
	margin-top:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#page_title ul {
	margin:0px;
	margin-left:5px;
	padding:0px;
	width:120px;
	
}

#page_title ul li {
	list-style-type:none;
	background-color:#0A246A;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	color:#ffffff;
}


#left_menu  {
	padding-bottom:20px;
}

#left_menu  ul{
	margin:0px;
	margin-left:5px;
	padding:0px;
	width:120px;
}

#left_menu  ul li{
	background-color:#dedede;
	font-size:12px;
	list-style-type:none;
	margin-top:3px;
	padding:3px;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	
}

#left_menu  ul li a{
	color:#000000;
	text-decoration:none;
	display:block;
	text-align:left;
}

#left_menu  ul li.active  {
	display:none;
}

	
#left_content {
	
	margin-left:5px;
	font-size:10px;
}

#left_content p {
	padding-right:15px;
}	

#left_content img {
	margin-top:318px;
	border:#000000 1px solid;
	

}

#right_col {
	
	width:455px;
	float:left;
	padding-bottom:20px;
}


#right_content.col2 {
	width:430px;
	float:left;
	padding:0px;
	padding-bottom:20px;
	
}
#right_content a {
	color:#000000;
}

#right_content.col2 img{
	border:none;
}

#right_col2 {
	padding-bottom:20px;
}

#right_content_col2 {
	width:160px;
	float:left;
	margin:0px;
	padding:0px;

	padding-bottom:20px;
	text-align:left;
}

#right_content_col2 ul {
	margin:0px;
	margin-top:5px;
	margin-left:-25px;
	width:160px;
}

#right_content_col2 ul li {
	list-style-type:disc;
	list-style-position:outside;
}

/*------------------------------------Inside Page Styles End----------------------------------------*/

#footer {
	border-top:#000000 1px solid;
	background-color:#FFFFFF;
	
}

#foot_logo {
	float:left;
	margin-left:25px;	
}

#foot_menu {
	
}

#foot_menu ul{
	float:left;
	margin:0px;
	margin-left:10px;
	margin-top:10px;
	padding:0px;
}

#foot_menu ul li{
	display:inline;
	font-size:10px;
	list-style-type:none;
}

#foot_menu ul li a{
	color:#000000;
	text-decoration: none;
}

#copyright {
	float:left;
	margin-left:250px;
	margin-top:10px;	
}

.red {
	color:#d91c40;
}

.clear {
	clear:both;
	height:1px;
	
}

#right_content h1 {
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#right_content.col2 h1 {
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#right_content ol li{
	margin-top:25px;
}

/*--------------------------------FORM STYLES----------------------------------*/

form {
	margin-top:15px;
}

fieldset {
	border:#000000 1px solid;
	margin-bottom:20px;
	font-weight:bold;
}

label {
	width:115px;
	float:left;
}

input {
	background-color:#DEDEDE;
	border:none;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

textarea {
	background-color:#DEDEDE;
	border:none;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.checkbox {
	margin-left:112px;
}



/*--------------------------------FORM STYLES END----------------------------------*/

/*-----------------------------------MINI JOB STYLES----------------------------------*/

/*LIST VIEW*/

table#list_view {
	margin-top:19px;
}

table#list_view td{
	background-color:#EEEEEE;
	
	padding:2px;

}

table#list_view td.cat_name {
	background-color:#444444;
	color:#F3CC06;
	font-weight:bold;
}

table#list_view td.date {
	font-weight:bold;
}

table#list_view td.job_link {
	padding-left:10px;
	font-size:11px;
}

table#list_view td.job_link a {
	font-weight:bold;
	color:#000000;
}	


/*SINGLE VIEW*/
table#mini_jobs {
	margin-top:19px;
}

table#mini_jobs td {
	background-color:#EEEEEE;

}

table#mini_jobs td.apply {
	background-color:#FF7906;
}

table#mini_jobs td.apply a {
	color:#333333;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

table#mini_jobs td.apply a:hover {
	color:#333333;
	text-decoration:underline;
}

table#mini_jobs td.title{
	background-color:#4A4A4A;
	color:#F3CC06;
	font-size:14px;
	font-weight:bold;
	padding:2px;
}

table#mini_jobs td.description {
	padding:7px;
	font-size:11px;
	
}

table#mini_jobs #task {
	margin:7px;
	padding:3px;
	font-size:11px;
	border-top:1px solid #4A4A4A;
	border-bottom:1px solid #4A4A4A;
}






/*-----------------------------------MINI JOB SYLES END----------------------------------*/

.tx-pbsurvey-pi1 .survey_item { }

form#frmPbSurvey input[type="radio"]{ border: none; background-color: transparent; }

form#frmPbSurvey fieldset.survey_item { border: none; }

form#frmPbSurvey fieldset.survey_item input { margin: 5px 2px 5px 40px;}

form#frmPbSurvey input { border: 1px solid #000;}

form#frmPbSurvey textarea { border: 1px solid #000; }

.tx-pbsurvey-pi1 .pagenumbering{ display: none; }

form#frmPbSurvey .formbuttons { margin-left: 10px; }

.tx-pbsurvey-pi1 .survey_item { margin-bottom: 0; margin-top: 0; }

form#frmPbSurvey select { margin-left: 40px; width: 200px; }


/* --------------------  BLUE BUTTONS ----- */

#blue_buttons { width: 410px; padding: 10px }

#blue_buttons img { float: left; margin-right: 5px; }


form#Formular ul { border: 1px solid #880000; padding: 5px 10px; background: white; }
form#Formular ul p { color: #880000; list-style: none; }

