/* @group Lay */

body {
	margin: 0px;
	padding: 0px;
	background: url(../i/bg_page.png) repeat-x;
	text-align: center; 
}

div#wrapper {
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

div#topcontainer {
	width: 100%;
	height: 86px;
	background: url(../i/bg_top.jpg) no-repeat left top;
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

div#menucontainer {
	width: 100%;
	height: 23px;
	background: url(../i/bg_menu.png) repeat-x;
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #fff;
}

div#bannercontainer {
	width: 100%;
	height: 140px;
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

div#contentcontainer {
	width: 100%;
	margin: 0px;
	position: relative;
	overflow: hidden;
	padding: 2px 0;
}

div#bottomcontainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
}

div#footercontainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
	position: relative;
	text-align: left;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Con */

.graybox {
	background-color: #f8f8f8;
}

.bluebox {
	background-color: #526987;
}

.darkbluebox {
	background-color: #1d1557;
}

.solidbox {
	border: 1px solid #ccc;
}

.onethird {
	width: 291px;
	height: 120px;
	overflow: hidden;
}

.bottomcontentbox {
	padding: 10px;
	margin-right: 10px;
	display: inline;
}

.nomargin {
	margin: 0px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tjustify {
	text-align: justify;
}

.footerbox {
	float: left;
	width: 145px;
	height: 130px;
	text-align: left;
	border-right: 1px solid silver;
	padding: 0 0 0 10px;
}

#minifooter {
	font-size: 0.9em;
}

.menubgblue {
	background-color: #26266a;
	color: #fff;
}

div#topmainsectionmenu {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#homegraybox {
	width: 607px;
	height: 151px;
	overflow: hidden;
	text-align: left;
	float: left;
	line-height: 20px;
	padding: 7px 20px;
}

div#homebluebox {
	width: 293px;
	float: left;
	padding: 10px;
	font-size: 0.9em;
	height: 110px;
	overflow: hidden;
}

div#homedarkbluebox {
	width: 303px;
	float: left;
	padding: 5px;
	height: 25px;
}

span#homeblueboxleft {
	width: 140px;
}

span#homeblueboxright {
	width: 140px;
	padding-left: 10px;
}

span#bottomcontentboxleft {
	width: 140px;
	padding-right: 10px;
}

span#bottomcontentboxright {
	width: 140px;
	font-size: 0.9em;
}

div#clear {
	clear: both;
}

div#taright {
	text-align: right;
}

div#jobsearchbox {
	padding: 10px;
	width: 170px;
	float: left;
}

div#candidatebox {
	padding: 10px;
	margin-left: 10px;
	width: 155px;
	float: left;
}

div#candidatebox p {
	padding: 0px;
	margin: 0px;
}

div#jobsearchbox p {
	padding: 0px;
	margin: 0px;
}

div#bottomlastfooterbox {
	border: 0px;
	width: 160px;
}

img {
	border: 0px;
}

img#fright {
	float: right;
}

img#fright2 {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}

img#logo {
	position: absolute;
	top: 8px;
	left: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

#s3slider {
   width: 960px; /* important to be same as image width */
   height: 140px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider ul, #s3slider li {
	margin: 0;
	padding: 0;
}

#s3sliderContent {
   width: 960px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 0;
   width: 0;
   background-color: #000;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0; /* here you can set the opacity of box with text */
   opacity: 0; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
/* @end */

/* @group Fon */

body {
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

p {
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #080875;
	margin: 0px 0px 7px;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	color: #080875;
	margin: 0px;
	padding: 0px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h6 {
	color: #8d8d8d;
	margin: 0px;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#homegraybox p {
	margin-top: 5px;
}

#bottomlisting {
	padding:0;
	margin:0;
}

#mainmenu {
	padding:0;
	margin:0;
}

#mainmenu li {
	list-style: none;
	float: left;
	margin: 0em;
}

#mainmenu li a{
	height: 24px;
	line-height: 24px;
	float: left;
	width: 12em;
	display: block;
	border-left: 1px solid #d3d2d2;
	border-right: 1px solid #b3b3b3;
	text-decoration: none;
	text-align: center;
	color: #333;
}

#mainmenu li a:hover {
	background: url(../i/bg_menu2.png) repeat-x;
}

#topmainsectionmenulist {
	padding:0;
	margin:0;
}

#topmainsectionmenulist li {
	list-style: none;
	float: left;
	margin: 0em;
}

#topmainsectionmenulist li a{
	height: 30px;
	line-height: 30px;
	float: left;
	width: 8em;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #26266a;
}

#topmainsectionmenulist li a:hover {
	background-color: #26266a;
	color: #fff;
	font-weight: bold;
}

#candidatelisting {
	padding-left:20px;
	margin:10;
}

#candidatelisting li {
	list-style-type: square;
	float: left;
	margin: 0em;
}

input#textinput {
	border: 1px solid #333;
	margin-top: 20px;
	
}

#bottomlisting li {
	list-style-type:none;
	text-transform: uppercase;
}

#bottomlisting a {
	text-decoration: none;
	color: #666;
}

#bottomlisting a:hover {
	text-decoration: underline;
}

#rightlisting {
	margin-left: 0;
	margin-top: 5px;
	padding-left: 0;
	list-style: none;
}

#rightlisting li {
	padding-left: 15px;
	background-image: url(../i/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#rightlisting a {
	text-decoration: none;
	color: #666;
}

#rightlisting a:hover {
	text-decoration: underline;
}

#verysmall {
	font: 8px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

span#homeblueboxright, span#homeblueboxright a, span#homeblueboxright a:link, span#homeblueboxright a:visited, span#homeblueboxright a:hover, span#homeblueboxright p, span#homeblueboxright h2 {
	color: #fff;
}

/* @end */
