/* STYLES UNIQUE TO JOBS SECTION
--------------------------------*/
#listbox	{ 
			Position: absolute;
			left: 200px;
			width: 670px;
			top:305px;
			Padding: 0px;
			background: #fff;
			}

#pagecontainer	{
			text-align:left;
			Position: relative;
			margin-left: auto; 
			margin-right: auto;
			width: 1020px;
			margin-top: 0px;
			}

.section_head	{ 
			
			Position: relative;
			margin-left: 15px;
			font: bold 12px arial, sans-serif;
			color: #f00;
			padding: 0;
			margin-bottom: 10px;
			line-height: 110%;
			border-bottom: 1px solid #f00; 
			}
			
a.upstate {	width: 200px;
			height: 20px;
			background: url(img/menuList.jpg) no-repeat;
			background-position: -200px -240px;
			list-style: none;
			Padding: 0px 0px 0px 0px;
			display: block;
			text-indent: -9999px;
			}
#jobstrip	{ 
			Position: absolute;
			left: 200px;
			width: 640px;
			height: 60px;
			top:140px;
			Padding: 0px;
			background: #fff;
			}
			
/* the following styles are for the job ad templates
--------------------------------*/			
			
.smallJob	{ 
			width:290px;
			height:367px;
			Position: relative;
			margin-left: 0px;
			border: 1px solid #ccc; 
			display: block;
			}			

.smallJobText	{ 
			width:250px;
			height:180px;
			Position: relative;
			margin-left: 0px;
			left: 20px;
			top:90px;
			border: 1px solid #ccc; 
			display: block;
			}	
			
.smallJobcontact	{ 
			width:250px;
			height:50px;
			Position: relative;
			margin-left: 0px;
			left: 20px;
			top:110px;
			border: 1px solid #ccc; 
			display: block;
			}				

			
/* REMEMBER! LISTBOX NEEDS TO BE 180px SHORTER THAN PAGE CONTAINER
--------------------------------*/
