@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #838181;
	background-image: url(../images/backing.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
.twoColFixLtHdr #header {
	height: 350px;
	background-image: url(../images/mainheader.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#ffffff;
}
.twoColFixLtHdr #header p{
	color:#ffffff;
	padding-top: 25.2em;
	font-size: 80%;
	padding-left: 14px;
}
.twoColFixLtHdr #header a{
	color:#ffffff;
	text-decoration:none;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	color: #CCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#mainContent a, #mainContent a:visited,#sidebar1 a{
	color:#ffffff;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent a:hover, #sidebar1 a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent p, .twoColFixLtHdr #sidebar1 p, #footer p {
	font-size: 80%;
	color: #CCC;
}
.twoColFixLtHdr #mainContent h1, #sidebar1 h1 {
	font-size: 130%;
	color:#ffffff;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent h2, #sidebar1 h2 {
	font-size: 110%;
	color:#ffffff;
	font-weight: normal;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 60px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menubar{
	background-image: url(../images/menubar.png);
	background-repeat: repeat-x;	
}

.imgBorder{
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}

.clearIt{
	clear: right;	
}
#navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height:45px;
	background-image: url(images/menuback.jpg);
	background-repeat: repeat-x;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
	width:90px;
	color:#fff;
	text-decoration:none;
	float:left;
	background-image: url(../images/tab2.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 13px;
	padding-left: 6px;
}
#navbar a:hover {

	color:#F00;
}
#navbar a:active {
   
    color:#f5f5f5;
}

.twoColFixLtHdr #mainContent ul li{
	color:#ffffff;
	font-size: 90%;
}
.floatleft{
	padding-right: 0px;
}
#vacancy-box {
	font-weight: bold;
	font-size: 16px;
	color: #F00;
	border: 1px dotted #FF0;
	padding: 10px;
	width: 400px;
	margin-top: 50px;
}
#vacancy-box ul li {
	padding-bottom: 9px;
}

#vacancy-box h1 {
	color: #F00;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	
}
#footer a, #footer a:visited{
	color:#ffffff;
}
.redwarning{
	color: red;
	text-align: center;
}
.white{
	color: white;
	font-size: 80%;
}
.twoColFixLtHdr #container #mainContent p span {
	float: right;
	text-transform: uppercase;
	color: #F00;
}
.testi-text {
	text-align: justify;
	padding-top: 7px;
	padding-bottom: 7px;
}
/* STLYING THE FLASH IMAGES*/
.image_sect {
    height: 483px;
    width: 690px;
}
.image_sect img {
    position: absolute;
    z-index: 8;
}
.image_sect img.active {
    z-index: 10;
}
.image_sect img.last-active {
    z-index: 9;
}
