	body {
		background: url('../imgs/mainBG.jpg') no-repeat 50% 0% #e4e4e4;
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #818181;
	}
	#siteWrapper {
		width: 1000px;
		margin: 0px auto;
		overflow: hidden;
		background: url('../imgs/contentBG.jpg') repeat-y;
	}
	div.contentBox {
		width: 934px;
		margin: 0px auto;
		padding: 0px 24px;
	}
	
	
	/* Header */
	#headerArea {
		background: url('../imgs/mainBG.jpg') no-repeat 50% 0% #FFFFFF;
		height: 160px;
		position: relative;
		padding: 0px;
		width: 1000px;
	}
	#headerArea div.contact {
		position: absolute;
		top: 20px;
		right: 24px;
		font-size: 18px;
		color: #363636;
		text-align: right;
	}
	#headerArea div.contact span {
		color: #ef3e42;
	}
	#headerArea ul.menu {
		margin: 0px;
		padding: 0px;
		position: absolute;
		top:  88px;
		right: 10px;
		height: 45px;
		width: 834px;
		padding-right: 5px;
	}
	#headerArea ul.menu li {
		float: left;
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		display: inline;
		position: relative;
		margin: 0px 4px;
	}
	#headerArea ul.menu li.cur {
		background: url('../imgs/menuOverBG.jpg') no-repeat center left;
	}
	#headerArea ul.menu li.cur a {
		background: url('../imgs/menuOverRight.jpg') no-repeat center right;
		padding: 0px 8px;
		margin: 0px;
		color: #EF3E42;
	}
	#headerArea ul.menu li.cur a:hover {
		color: #EF3E42;
	}
	#headerArea ul.menu li.contact {
		float: right;
	}
	#headerArea ul.menu li a {
		display: block;
		line-height: 45px;
		padding: 0px 8px;
		margin: 0px 0px 0px 0px;
		font-size: 14px;
		color: #ffffff;
		text-decoration: none;
	}
	#headerArea ul.menu li a:hover {
		color: #fcc6c7;
	}
	#headerArea ul.menu div {
		display: none;
	}
	#headerArea ul.menu div ul {
		margin: 0px;
		padding: 0px; 
		list-style: none;
	}
	#headerArea ul.menu div ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#headerArea ul.menu li.mega div {
		width: 150px;
		position: absolute;
		top: 51px;
		left: 10px;
		background: #e4262a;
		padding: 5px 5px 5px 10px;
		z-index: 1001;
	}
	#headerArea ul.menu li.mega.cur div {
		top: 51px;
		left: 8px;
		background: url('../imgs/greyDropHover.jpg') repeat-y #363636;
	}
	#headerArea ul.menu li.hovering div {
		display: block;
	}
	
	/* Footer */
	#footerArea {
		border-top: 3px solid #cdcdcd;
		position: relative;
		height: 117px;
		width: 886px;
		margin: 15px auto 10px auto;
	}
	#footerArea ul.menu {
		margin: 0px;
		padding: 0px;
		position: absolute;
		top:  10px;
		left: 12px;
	}
	#footerArea ul.menu li {
		list-style: none;
	}
	#footerArea ul.menu li a {
		text-decoration: none;
		
		font-size: 12px;
	}
	#footerArea div.testimonial {
		position: absolute;
		top: 38px;
		left: 144px;
		font-size: 18px;
		padding-left: 30px;
		background: url('../imgs/footerQuote.jpg') no-repeat 0px 3px;
		color: #363636;
	}
	#footerArea div.testimonial span {
		color: #ef3e42;
		font-size: 12px;
		display: block;
		font-style:italic; 
		font-weight: bold;
	}
	#footerArea div.imgs {
		overflow: auto;
		position: absolute;
		top: 26px;
		right: 12px;
	}
	#footerArea div.imgs img {
		float: left;
		margin-left: 5px;
		border: 1px solid #cdcdcd;
	}
	#footerArea div.copy {
		position: absolute;
		bottom: 0px;
		right: 10px;
		font-size: 10px;
	}
	
	
	
	/* Text Styles */
	h1 {
		color: #ef3e42;
		font-size: 24px;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	h2 {
		color: #5e5e5e;
		font-size: 18px;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
	}
	h2 span {
		color: #ef3e42;
	}
	p {
		text-align: justify;
		font-size: 13px;
	}
    a:active, a:focus {
		outline: 0;
    }
	

	#mainArea h3 {
		color: #363636;
		font-size: 15px;
		font-weight: normal;
		margin: 0px 0px 5px 0px;
	}
	#mainArea p {
		color: #818181;
		font-size: 12px;
		line-height: 16px;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	
	a {
		color: #ef3e42;
		text-decoration: none;
	}
	
	
	/* Index */
	#introArea {
		height: 321px;
		background: url('../imgs/introBG.jpg') no-repeat;
		position: relative;
		z-index: 1;
	}
	#introArea #introText {
		position: absolute;
		top: 19px;
		left: 25px;
		width: 450px;
	}
	#introArea #introText p {
		font-size: 12px;
		line-height: 14px;
		color: #565656;
		width: 413px;
		text-align: justify;
	}
	#introArea #introText p.bigPara {
		font-size: 15px;
		line-height: 17px;
	}
	#introArea #introText p.bigPara span {
		font-weight: bold;
	}
	#introArea #introText h2 {
		color: #ef3e42;
		font-size: 70px;
		line-height: 70px;
	}
	#introArea #introText h1 {
		color: #363636;
		font-size: 45px;
		line-height: 45px;
	}
	#introArea #introImgs {
		position: absolute;
		top: 34px;
		left: 482px;
	}
	#introArea #introImgs #ft {
		position: relative;
	}
	#introArea #introImgs div.ft-title { padding: 10px 10px; width: 460px; text-align: left; }
	#introArea #introImgs #ft-prev-ft {
		top: 246px;
		left: 409px;
		height: 29px;
		width: 28px;
		display: inline-block;
	}
	#introArea #introImgs #ft-next-ft {
		top: 246px;
		left: 448px;
		height: 29px;
		width: 28px;
		display: inline-block;
	}
	#introArea #introImgs #ft-prev-ft, #introArea #introImgs #ft-next-ft {
		display: block;
	}
	#introArea #introImgs #ft-buttons-ft {
		display: none;
	}
	#introArea #introImgs #ft-title-ft span {
		font-size: 18px;
		color: #ef3e42;
	}
	#introArea #introImgs #ft-title-ft span span {
		display: block;
		font-size: 12px;
		color: #ffffff;
	}
	
	#indexArea {
		overflow: hidden; 
		padding: 25px 0px 0px 0px;
		width: 958px;
	}
	#indexArea div.left {
		float: left;
		width: 618px;
	} 
	#indexArea div.left div.twoCol {
		width: 100%;
		overflow: hidden;
	}
	#indexArea div.left div.twoCol div.col1, #indexArea div.left div.twoCol div.col2 {
		float: left;
		width: 50%;
	}
	#indexArea div.left div.top {
		background: url('../imgs/index_leftheader.jpg') no-repeat 50% 0%;
		line-height: 42px;
	}
	#indexArea div.left div.top a {
		margin-left: 12px;
		display: block;
		text-decoration: none;
		color: #ef3e42;
		font-size: 24px;
		font-weight: normal;
	}
	#indexArea div.left div.rep {
		background: url('../imgs/index_leftrepeat.jpg') repeat-y 50% 0%;
	}
	#indexArea div.left div.twoCol.rep div.col1, #indexArea div.left div.twoCol.rep div.col2 {
		padding: 10px 10px 0px 14px;
		width: 47%;
		
	} 
	#indexArea div.left div.twoCol.rep div.col2 {
		padding: 10px 0px 0px 0px;
	} 
	#indexArea div.left div.twoCol.rep img {
		border: 1px solid #e1e1e1;
		padding: 5px;
	}
	#indexArea div.left div.bot {
		background: url('../imgs/index_leftfooter.jpg') repeat-y 50% 0%;
		height: 4px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	#indexArea div.left div.noimgs {
		padding: 0px 0px 0px 12px;
	}
	#indexArea div.news span {
		color: #ef3e42;
		font-size: 10px;
	}
	#indexArea div.news p {
		width: 280px;
		margin: 0px;
		
	}
	
	#indexArea div.right {
		float: right;
		width: 322px;
	}
	#indexArea div.right div.top {
		background: url('../imgs/index_rightheader.jpg') no-repeat 50% 0%;
		line-height: 42px;
		padding-left: 12px;
	}
	#indexArea div.right h1 {
		margin: 0px;
	}
	#indexArea div.right div.rep {
		background: url('../imgs/index_rightrepeat.jpg') repeat-y 50% 0%;
		padding: 10px 12px;
	}
	#indexArea div.right div.bot {
		background: url('../imgs/index_rightfooter.jpg') no-repeat 50% 0%;
		height: 5px;
		line-height: 5px;
		font-size: 3px;
		margin-bottom: 20px;
	}
	#indexArea div.right div.rep div.jobSide {
		overflow: hidden;
		text-align: justify; 
		border-bottom: 1px solid #cdcdcd;
	}
	#indexArea div.right div.rep div.jobSide p {
		margin: 0px;
	}
	#indexArea div.right div.rep div.jobSide h2 {
		float: left;
		width: 300px;
		font-size: 16px;
		margin-bottom: 4px;
	}
	#indexArea div.right div.rep div.jobSide h2.jobSal {
		font-size: 14px;
		color: #EF3E42;
	}
	#contentArea {
		padding-top: 20px;
		overflow: hidden;
	}
	#contentArea div.left {
		float: left;
		width: 635px;
		margin-bottom: 20px;
	}
	#contentArea div.right {
		float: right;
		width: 278px;
		margin-bottom: 20px;
	}
	#contentArea div.right div.sidebarTop {
		width: 268px;
		height: 42px;
		line-height: 42px;
		background: url('../imgs/sidebarTop.jpg') no-repeat;
		color: #ef3e42;
		font-size: 18px;
		font-weight: normal;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	}
	#contentArea div.right div.sidebarMid {
		width: 278px;
		background: url('../imgs/sidebarMid.jpg') repeat-y;
	}
	#contentArea div.right div.sidebarMid img {
		margin: 12px 0px 0px 12px;
	}
	#contentArea div.right div.sidebarMid ul {
		margin: 0px 0px 0px 12px;
		padding: 10px 0px 0px 0px;
		list-style: none;
		width: 253px;
	}
	#contentArea div.right div.sidebarMid ul li {
		background: url('../imgs/bullet.jpg') no-repeat 0% 50%;
		padding: 0px 0px 0px 20px;
		line-height: 22px;
		border-bottom: #d9d9d9 1px solid;
		margin: 0px 0px 6px 0px;
	}
	#contentArea div.right div.sidebarMid ul li.last {
		border-bottom: 0px none;
		margin: 0px 0px 0px 0px;
	}
	#contentArea div.right div.sidebarMid ul li a {
		color: #5e5e5e;
		font-size: 14px;
	}
	#contentArea div.right div.sidebarMid ul li a:hover {
		color: #ef3e42;
	}
	#contentArea div.right div.sidebarBot {
		width: 278px;
		background: url('../imgs/sidebarBot.jpg') repeat-y;
		line-height: 5px;
		font-size: 1px;
		height: 5px;
		margin-bottom: 20px;
	}
	#jobListHead {
		background: url('../imgs/jobTableTop.jpg') no-repeat;
		width: 641px;
		height: 42px;
		line-height: 42px;
		overflow: hidden;
		padding-left: 10px;
		font-size: 18px;
		color: #ef3e42;
	}
	#jobListMid {
		background: url('../imgs/jobTableMid.jpg') repeat-y;
		width: 641px;
		line-height: 42px;
		overflow: hidden;
		padding-left: 10px;
		color: #5e5e5e;
		font-size: 14px;
	}
	#jobListMid a {
		color: #5e5e5e;
		text-decoration: underline;
	}
	#jobListMid a:hover {
		color: #ef3e42;
	}
	#jobListBot {
		background: url('../imgs/jobTableBot.jpg') no-repeat;
		width: 651px;
		height: 5px;
		line-height: 5px;
		font-size: 1px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#contentArea div.left div.col1 {
		width: 340px;
		float: left;
	}
	#contentArea div.left div.col2 {
		width: 153px;
		float: left;
	}
	#contentArea div.left div.col3 {
		width: 171px;
		float: left;
	}
	#contentArea div.left div.col4 {
		width: 125px;
		float: left;
	}
	
	
	#breadCrumb {
		background: #e0e0e0;
		width: 980px;
		margin: 0px auto;
		color: #363636;
		padding-left: 0px;
		overflow: hidden;
	}
	#breadCrumb a.home {
		display: block;
		height: 37px;
		background: url('../imgs/homeIcon.jpg') no-repeat;
		width: 44px;
		float: left;
	}
	#breadCrumb span {
		line-height: 37px;
		float: left;
		display: block;
		padding-left: 10px;
		font-weight: bold;
	}
	
	/* Main Content Styles */
	#mainArea {
		padding-top: 20px;
		overflow: hidden;
	}
	#mainArea div.left {
		float: left;
		width: 340px;
	}
	#mainArea div.right {
		float: right;
		width: 586px;
	}
	
	
	/* Contact Page */
	#mainArea div.left div.contactText {
		width: 100%;
		overflow: hidden;
		margin-bottom: 12px;
		font-size: 14px;
	}
	#mainArea div.left div.contactText span {
		width: 200px;
		float: left;
	}
	#mainArea div.left div.contactText span.red {
		width: 68px;
		float: left;
		color: #ef3e42;
	}
	#mainArea div.right iframe {
		border: 1px solid #e1e1e1;
		padding: 5px;
		margin-bottom: 15px;
	}
	
	#cvUpForm, #applyForm {
		display: none;
		width: 413px;
		border: 1px solid #ccc;
		border-top: 0px none;
		padding: 10px;
	}
	#cvUpForm form, #applyForm form {
		width: 450px;
		overflow: hidden;
	}
	#contactForm form {
		width: 330px;
		overflow: hidden;
	}
	#cvUpForm form input, #cvUpForm form select, #applyForm form input { 
		padding: 5px;
		width: 274px;
		font-size: 18px;
		float: left;
		margin-bottom: 7px;
		display: block;
	}
	#contactForm textarea {
		width: 222px;
		height: 100px;
		margin-bottom: 5px;
	}
	#contactForm input {
		padding: 2px;
		width: 222px;
		font-size: 14px;
		float: left;
		margin-bottom: 5px;
	}
	#cvUpForm form select {
		height: 35px;
	}
	#cvUpForm form input.submit, #applyForm form input.submit, #contactForm form input.submit {
		width: 100px;
		font-size: 14px;
		padding: 3px;
	}
	#cvUpForm form label, #applyForm form label, #contactForm form label {
		width: 128px;
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
	}
	#contactForm form label {
		width: 100px;
		height: 25px;
		line-height: 25px;
	}
	#cvUpForm {
		display: block;
		width: 513px;
		border: 0px none;
	}
	#cvUpForm form select {
		width: 288px;
	}
	#msgBox {
		padding: 8px;
		font-size: 16px;
		background: #FCC6C7;
		margin-bottom: 5px;
	}
	div.downloads {
		overflow: hidden;
	}
	div.downloads a {
		width: 88px;
		height: 110px;
		display: block;
		text-decoration: none;
		background: url('../imgs/download.jpg') no-repeat;
		float: left;
		margin: 5px 10px 10px 0px;
		overflow: hidden;
	}
	div.downloads a span {
		display: block;
		margin: 70px auto 0px auto;
		height: 35px;
		width: 75px;
		line-height: 12px;
		text-align: center;
	}
	
	
	#fbook, #mail {
		width: 260px;
		padding-left: 40px;
		display: block;
		background-position: top left;
		background-repeat: no-repeat;
		text-decoration: none;
		font-size: 12px;
		float: left;
		color: #363636;
		line-height: 14px;
	}
	#fbook {
		background-image: url('../imgs/fbook.jpg');
	}
	#mail {
		background-image: url('../imgs/mailIcon.jpg');
	}
	#fbook span, #mail span {
		color: #EF3E42;
	}
	#page_navigation a{
		padding: 3px;
		border: 1px solid #E0E0E0;
		margin: 2px;
		color: #363636;
		text-decoration: none;
	}
	#page_navigation a:hover{
		color: #EF3E42 !important;
	}
	#page_navigation a.active_page{
		border: 1px solid #EF3E42;
		color: #EF3E42 !important;
	}
	
	ul#content {
		list-style: none;
		padding-left: 10px;
	}
	li.newsPost {
		font-size: 18px;
		text-decoration: none;
		position: relative;
		height: 40px;
		border-bottom: 1px solid #D9D9D9;
		color: #EF3E42
	}
	li.newsPost span.readMore {
		position: absolute;
		bottom: 0px;
		right: 0px;
		display: block;
		font-size: 12px;
	}
	li.newsPost span.date {
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
		font-size: 12px;
		color: #818181;
	}
	
	
	.tmpSeekBut, .permSeekBut {
		position:relative;
		display:block;
		height: 69px;
		width: 310px;
		background:url('../imgs/temporaryjs.jpg') no-repeat;
		background-position: top;
		float: left;
	}
	.tmpSeekBut {
		margin-right: 10px;
	}
	.tmpSeekBut span.hover, .permSeekBut span.hover {
		position: absolute;
		display: block;
		height: 69px;
		width: 310px;
		background: url('../imgs/temporaryjs.jpg') no-repeat;
		background-position: bottom;
	}
	.permSeekBut {
		background:url('../imgs/permanentjs.jpg') no-repeat;
	}
	.permSeekBut span.hover {
		background:url('../imgs/permanentjs.jpg') no-repeat;
		background-position: bottom;
	}
	
	
	blockquote {
		font-size: 13px;
		padding: 10px;
		background-color: #f1f1f1;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		margin: 5px;
		margin-bottom: 18px;
		background-image: url(../imgs/qo.jpg);
		background-position: 5px 5px;
		background-repeat: no-repeat;
		text-indent: 35px;
		text-align: justify;
		overflow: hidden;
	}
	blockquote span {
		display: block;
		background-image: url(../imgs/qc.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		position: relative;
		padding-bottom: 35px;
	}
	blockquote span h2 {
		display: block;
		position: absolute;
		bottom: 0px;
		right: 40px;
	}
	
	table#tipsTbl tr th {
		font-size: 16px;
		color: #363636;
	}
	table#tipsTbl tr td.tblName {
		font-weight: bold;
		color: #363636;
		background: #fff;
	}
	table#tipsTbl tr td {
		background: #EDEDED;
	}
	
	

ul.slideshow {
	list-style:none;
	width:450px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:450px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}


