.JobsContainer {
	width:920px;
}

.TopLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#436DA5;
	text-decoration:none;
	margin-bottom:20px;
}

.PageLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ba5b10;
	text-decoration:underline;
	margin-bottom:20px;
}

.JobRow {
	border-bottom:1px solid #cecece;
	padding:10px 0px 10px 5px;
}
.JobRow1 {
	font-family: Arial;
	FONT-SIZE: 13px;
	font-weight: bold;
	COLOR: #FF0000;
	text-decoration: none;
}

.JobPosition {
	font-family: Arial;
	FONT-SIZE: 11px;
	font-weight: bold;
	COLOR: #003399;
	text-decoration: none;
}
.JobPosition1 {
	border: 3px double #a8d6ff;
    border-top-color: #a8d6ff;
    border-left-color: #a8d6ff;
    padding: 0.25em;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    text-decoration:none;
}

.JobCategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	line-height:18px;
}
.JobCategory1 {
	font-family: Arial;
	FONT-SIZE: 11px;
	font-weight: normal;
	font-style:italic;
	COLOR: #333333;
	text-decoration: none;
}

.JobSalary {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f4f4f;
	font-weight:bold;
}

.JobDescriptions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.JobTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: navy;
	text-align: justify;
	line-height:18px;
}



/* FORM STYLE STARTS */
form {
	font:13px Tahoma;
	background-color:transparent;
	margin:2px;
	padding:0px 0px;
	}
	
	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		form li {
			padding:6px;
			background:#e1e1e1;
			margin-bottom:1px;
			}
			
			form li#send {
				background:none;
				margin-top:6px;
				}
		
		form label {
			float:left;
			width:70px;
			text-align:right;	
			margin-right:7px;
			color:#0066CC;
			line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		form input,
		form select,
		form textarea {
			padding:4px;
			font:13px Tahoma;
			border-top:1px solid #999;
			border-right:1px solid #999;
			border-bottom:1px solid #999;
			border-left:1px solid #999;
			}
			
		form radio,
		form checkbox {
			padding:4px;
			font:13px Tahoma;
			border-top:1px solid #fff;
			border-right:1px solid #fff;
			border-bottom:1px solid #fff;
			border-left:1px solid #fff;
			}
			
		form input:focus,
		/*form radio:focus,*/
		form select:focus,
		form checkbox:focus,
		form textarea:focus {
			border:1px solid #FF0000;
			background:#e3f1f1;
			}
			
		form button {
			background:#003366;
			border:none;
			border-radius:15%; /* Don't expect this to work on IE6 or 7 */
			-moz-border-radius:15%;
			-webkit-border-radius:15%;			
			color:#fff;
			margin-left:77px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
/* FORM STYLE ENDS */
.sbtn {
	background-color:#436ea5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3381ed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:1px 1px 20px #436ea5;
}.sbtn:hover {
	background-color:#1571cd;
}.sbtn:active {
	position:relative;
	top:1px;
}