/* ---------------------------------------------
GENERAL
--------------------------------------------- */
body{
	background-image: url(/images/general/background-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	color: #555555;
}
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
h1{
	font-family: "Arial Narrow";
	font-size: 24px;
	color: #555555;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2{
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #555555;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* ---------------------------------------------
HEADER
--------------------------------------------- */
#HEADER-container{
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 118px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* ---------------------------------------------
MENU
--------------------------------------------- */
#MENU-container{
	height: 36px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/menu/background.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}
.MENU-item{
	width: 165px;
	text-align: center;
	padding-top: 12px;
	float: left;
}
.MENU-item-last{
	width: 165px;
	text-align: center;
	padding-top: 12px;
	float: left;
}


/* ---------------------------------------------
MAIN IMAGE
--------------------------------------------- */
#MAINIMG-container{
	width: 990px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 250px;
	background-image: url(../images/general/background-mainimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#MAINIMG-container-candidates{
	width: 990px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 250px;
	background-image: url(../images/general/background-candidates.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#MAINIMG-container-employers{
	width: 990px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 250px;
	background-image: url(../images/general/background-employers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#MAINIMG-container-contact{
	width: 990px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 250px;
	background-image: url(../images/general/background-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#MAINIMG-container-about{
	width: 990px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 250px;
	background-image: url(../images/general/background-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#MAINIMG-container-home{
	width: 990px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 250px;
	background-image: url(../images/general/background-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#MAINIMG-banner-container{
	float: right;
	width: 440px;
}
.MAINIMG-banner{
	padding-left: 28px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.MAINIMG-image{
	float: left;
	width: 645px;
}


/* ---------------------------------------------
CONTENT
--------------------------------------------- */
#CONTENT-background{
	background-color: #229ACE;
	background-image: url(/images/general/background-content.jpg);
	overflow: auto;
	background-position: center top;
	background-repeat: repeat-x;
}
#CONTENT-container{
	width: 990px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}
.CONTENT-td-left{
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 15px;
}
.CONTENT-td-right{
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.CONTENT-sideimg{
}
.CONTENT-sidebuttons{
	text-align: center;
	margin-top: 10px;
}
.CONTENT-horline{
	height: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-bottom: 12px;
}


/* ---------------------------------------------
FORM FIELDS
--------------------------------------------- */
.FORM-textfield{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 14px;
	color: #555555;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.FORM-dropdown{}
.FORM-multiselect{}
.FORM-radio{}
.FORM-checkbox{}
.FORM-column-left{
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	background-color: #B9DDEE;
	border: 1px solid #c3c3c3;
	font-weight: bold;
}
.FORM-column-right{
	background-color: #FFFFFF;
	border: 1px solid #c3c3c3;
}
.FORM-column-required{
	background-color: #FFFFFF;
	border: 1px solid #c3c3c3;
}
.FORM-errmsg{
	font-family: Verdana;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 8px;
}
.FORM-thankyoumsg{
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
}


/* ---------------------------------------------
CONTACT US
--------------------------------------------- */
#CONTACTUS-left-column{
	float: left;
	width: 555px;
}
#CONTACTUS-right-column{
	width: 330px;
	float: left;
	margin-left: 30px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 55px;
}
#CONTACTUS-line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.CONTACT-text{
	margin-bottom: 8px;
}



/* ---------------------------------------------
FOOTER
--------------------------------------------- */
#FOOTER-container{
	width: 990px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
}
#FOOTER-container a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-container a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER-container a:hover{
	color: #A8F20D;
}


/* ---------------------------------------------
JOB
--------------------------------------------- */
.JOBS-SUMMARY-container{
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.JOBS-SUMMARY-header{
	font-family: Arial;
	font-size: 16px;
	color: #113A68;
	font-weight: bold;
	background-image: url(/images/misc/icon-man.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 27px;
}
.JOBS-SUMMARY-header a:link{
	color: #113A68;
	font-weight: bold;
	text-decoration: none;
}
.JOBS-SUMMARY-header a:visited{
	color: #113A68;
	font-weight: bold;
	text-decoration: none;
}
.JOBS-SUMMARY-header a:hover{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.JOBS-SUMMARY-date{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-align: right;
}
.JOBS-SUMMARY-description{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* ---------------------------------------------
JOB SEARCH
--------------------------------------------- */
.JOBSEARCH-text{
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 3px;
}
.JOBSEARCH-textfield{
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	width: 220px;
	margin-bottom: 8px;
}
.JOBSEARCH-button{
	margin-top: 5px;
	padding-left: 100px;
	padding-bottom: 23px;
}
.JOBSEARCH-formbutton{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #185C8B;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #666666;
}


/* ---------------------------------------------
JOB DETAILS
--------------------------------------------- */
#JOBS-DETAILS-container{
	padding: 15px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.JOBS-DETAILS-header{
	font-family: Arial;
	font-size: 16px;
	color: #1B77AA;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 5px;
}
.JOBS-DETAILS-column1{
	background-color: #9CCEE7;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.JOBS-DETAILS-column2{
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	color: #555555;
}
.JOBS-DETAILS-textduedate{
	font-size: 15px;
	color: #555555;
}


/* ---------------------------------------------
JOB SEARCH
--------------------------------------------- */
.JOBSEARCH-bg{
	width: 254px;
	background-image: url(../images/misc/bg-search.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 70px;
	margin-top: 25px;
	margin-right: 15px;
}


/* ---------------------------------------------
CONTENT
--------------------------------------------- */
.CONTENT-bullet{
	background-image: url(/images/misc/icon-check.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* ---------------------------------------------
SUB MENU
--------------------------------------------- */
.SUBMENU-container{
	width: 254px;
	margin-top: 23px;
}
.SUBMENU-header{
	margin-bottom: 1px;
}
.SUBMENU-item{
	background-color: #B9DDEE;
	display: block;
	background-image: url(/images/misc/icon-submenu-arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 43px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
}
a.SUBMENU-item:visited{
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
}
a.SUBMENU-item:hover{
	background-color: #113A68;
	color: #FFFFFF;
	text-decoration: none;
}
