body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	font: .8em/1.5 Arial, sans-serif;
	margin: 0px;
}

a img {
	border: 0;
	-moz-outline: 0;
}

a:focus {
	outline: none;
}
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
}

#navtable {
	margin: 14px 0 0 285px;
}

#navtable td {
	vertical-align: middle;
}

.navlink {
	font-size: .9em;
	font-weight: bold;
	padding-right: 10px;
}

#logo-banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96%;
	background: white;
	z-index: 0;
	/*background-image: url(../images/logobg.jpg);*/
	padding: 5px 0 5px 10px;
}

/* This hackish fix is for IE. */
#logo-banner-supplement {
	position: absolute;
	top: 0px;
	right: 0px;		
	padding: 5px 0 0 50px;
	background: white;
	z-index: 0;
	/*background-image: url(../images/logobg.jpg);*/
}

#pageid {
	position:relative;
	font-size: 1.5em;
	top: 66px;
	padding-left: 105px;
	height: 30px;
	background: #ffcc00;
	border-top: 1px solid #E98900;
	border-bottom: 1px solid #E98900;
	width:auto;
	color: white;
	font-weight: bold;
	z-index: 2;
}

#roadstrip, #railstrip {
	z-index: 3;
}

#roadstrip {
	position: relative;
	background-image: url('../images/bgleft.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	top: 66px;
	height: 100%;
}

#railstrip {
	background-image: url('../images/bgright.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
	height: 100%;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	display: inline;
	padding-left: 5px;
	width: 100%;
}

.t {background: url(../images/top.gif) 0 0 repeat-x; width: 100%; background-color: #FFE373;}
.b {background: url(../images/bot.gif) 0 100% repeat-x}
.l {background: url(../images/left.gif) 0 0 repeat-y}
.r {background: url(../images/right.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; color: #4C3D00; padding:5px}


#contentDefault
{
	font-family: "Times New Roman", Times, serif;
	font-weight: 500;
	font-size: x-large;
}

#span {
	position:relative;
	left:100px;
	top:40px;
}

#content {
	margin: 0 100px 0 100px;
	font-size: 1em;
	padding-top: 20px;
	min-height: 400px;
}

#main {
	left: 0px;
	margin: 0px;
	height: 400px;
	font-size: 1em;
}

#pictable {
	font-size: 1em;
}

#main td {
	vertical-align: top;
}

.right {
	float: right;
	padding-left: 10px;
}

.left {
	float: left;
	padding-right: 10px;
}

#col0 {
	padding: 20px 10px 0 100px;
	width: 300px;
}
#col1 {
	padding: 20px 10px 0 100px;
	width: 30%;
}

#col_left
{
	padding: 20px 10px 0 10px;
	width: 25%;
}

#col_center
{
	padding: 20px 10px 0 10px;
	width: 50%;
}

#col_right
{
	padding: 20px 10px 0 10px;
	width: 25%;
}

#col2{
	padding: 20px 10px 0 10px;
	width:30%;
}
#col2a{
	padding: 20px 100px 0 10px;
}
#col3 {
	padding: 20px 100px 0 10px;
	width: 30%;
}

#amsmain {
	left: 0px;
	margin: 0px;
	height: 100px;
	font-size: 1em;
}


#ams0{
	padding: 0px 0px 20px 10px;
	background:transparent;
}

#ams1{
	/*padding: 0px 0px 0px 150px; /*JYEE, try to take out the left gap*/
	padding: 0px 0px 0px 10px;
	background:transparent;
}

#ams2{
	padding: 0px 0px 0px 150px;
	
}

#ams3{
	padding: 100px 0px 10px 150px;
	
}

#app{
	padding: 100px 0px 0px 0px;
	
}
#ams4{
	padding: 100px 0px 10px 0px;
}
.classAms4{
	padding: 100px 0px 10px 0px;
	height:auto;
} 

/********************************************************************************/
/* This area for the screen Layout for the external Careers page*/
#app1{
	padding: 20px 80px 10px 80px;
}

.category{
   background:#666666;
   color:#FFFFFF;
   font-size:12px;
}
select  { 
  	z-index:-1;
}

.innerblock {
	padding: 20px 0 20px 0;
}

.nextblock {
	padding: 0 0 20px 0;
}

.separator {
	margin: 10px 0 10px 0;
	border-bottom: 1px dashed #FC0;
}

.orderedlist {
	padding: 0 0 0 12px;
	margin: 0 0 0 15px;
}

.orderedlist li {
	padding-bottom: 1px;	
}

.aligntop {
	vertical-align: top;	
}

.empapptable {
	border: 1px solid #FFCC73;	
	border-collapse: collapse;
}

.empapptable th {
	border: 1px solid #FFCC73;
	padding: 2px 4px 2px 4px;
	background-color: #FFCC73;
}

.empapptable td {
	border: 1px solid #FFCC73;
	padding: 2px;
}

.required {
	color: #CC0000;
	padding: 0 2px 0 0;
}
