@charset "UTF-8";
/*************************************************************
main structural elements*************************************/

body {
	background-color: #70AB43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5c5c5c;
	}

#background{
	position:fixed;
	z-index:-98;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
#resize-bg {
	z-index: -99;
	width:100%;
/*	height:100%;  */
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
}
#wrapper {
	height: 100%;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
#wrapper #wrapperr {
	background-color: #FFFFFF;
}
#wrapper #wrapper-main {
	background-color: #FFFFFF;
	#margin-left: 5px;
	width: 690px;
 	/* margin-bottom: 18px; */

	/*#margin-bottom: 25px;*/
	/*#margin-bottom: 0px;
	#margin-top: 20px;*/
}
#wrapper #wrapper-main2 {
	background-color: #FFFFFF;
	float: right;
	width: 690px;
	margin-bottom: 18px;
	#margin-bottom: 25px;
	/*#margin-bottom: 0px;
	#margin-top: 0px;*/
}
#wrapper #wrapper-main .contentFrontpage {
	padding: 5px 10px 20px 20px;
	#margin-top: 0px;
}
#wrapper #wrapper-main .content {
	padding: 5px 20px 20px 20px;
	#margin-top: 0px;
}
/******************************menu column styling*************************************/
#wrapper #wrapper-leftCol {
	margin-top: 6px;
	#margin-top: 12px;
	background-color: #FFFFFF;
	width: 238px;
	float:left;
}
#wrapper #wrapper-leftCol .content {
	padding: 10px 20px 20px 19px;/*have adjusted padding here.Nik*/
	/*margin-bottom: -200px;/*have adjusted margin here. Nik*/
}
#wrapper #wrapper-leftCol #leftCol {
	background-color: #FFFFFF;
	width:100%; 
	float:left;
	background-image: url(/images/left_menu/menu_background.gif);
	background-repeat: no-repeat;
}

/*****************************Header Styling*******************************************/
#wrapper #header {
	height: 227px;
	width: 932px;
	background-color: #FFFFFF;
/*	background-image: url(/images/header/header.gif);
	background-repeat: no-repeat; */
}
#wrapper #header #headerMore {
	position: absolute;
	height: 68px;
	width: 270px;
	margin-left: 520px;
	padding-top: 195px;
}
#wrapper #header #search {
	position: absolute;
	height: 68px;
	width: 270px;
	margin-left: 620px;
	padding-top: 177px;
}
#wrapper #header #searchButton {


}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.iefix {
    #margin: 17px 0px 0px 0px;
    #clear: both;
}


#wrapper #footer {
	height: 48px;
	width: 810px;
	background-color: #FFFFFF;
	background-image: url(/images/footer/logo_only.gif);
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 15px 10px 5px 85px;
	#padding: 15px 10px 10px 85px;
	background-repeat: no-repeat;
}
#wrapper #footer #footerline {
	padding: 2px 2px 2px 2px;
}
/*****ADMIN WRAPPER******/
#wrapper #wrapper-admin-main {
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 18px;
	#margin-bottom: 0px;
}
#wrapper #wrapper-admin-main .content {
	min-height: 638px;
	#min-height: 660px;
	padding: 10px 20px 20px 20px;
}

input, select, textarea {
	border: 1px solid #bfbfbf;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5C5C5C;
}
input:focus {
background-color: #f2f2f2;
}
textarea:focus {
background-color: #f2f2f2;
}
select: focus {
background-color: #f2f2f2;
}
.searchInput{
	height: 25px;
}
.searchBut{
	margin-top: 5px;
	}
.colSearch {
	text-align: left;
	width: 105px;
	height: 25px;
	margin: 0;
	float: left;
	margin-right: 2px;
	padding-top: 5px;
}
.colSearch2 {
	width: 62px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
	#padding-top: 1px;
	}
.thick {
	color: #c3cbd0;
	background-color: #c3cbd0;
	height: 4px;
}
.thin {
	color: #c3cbd0;
	background-color: #c3cbd0;
	height: 1px;
}
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin-left: -1px;
}
.list-element {
	padding: 5px 5px 5px 5px;
}
.intext {
	display: inline;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.intextL {
	clear: both;
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
/* 
	<rant> ok, so ie7 doesnt clear: both; (just floats of same type (left:left or right:right)) with display: inline; for some 
	reason, so this is a hidden counterpart to the other intext float but is visibility: hidden; with a large margin to kick it  
	out of the way of the design. this allows the clear: both; to work. </rant>
*/
.intextLL {
	clear: both;
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	
    display: none;  /* dont show (normally) */
	#display: inline; /* show only in ie */

	#float: right;
	#margin-left: -280px;
}
.intextR {
	clear: both;
	display: inline;
	float: right;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
}
/* 
	<rant> ok, so ie7 doesnt clear: both; (just floats of same type (left:left or right:right)) with display: inline; for some 
	reason, so this is a hidden counterpart to the other intext float but is visibility: hidden; with a large margin to kick it  
	out of the way of the design. this allows the clear: both; to work. </rant>
*/
.intextRR {
	clear: both;
	display: block;
	float: right;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 5px;

    display: none;  /* dont show (normally) */
	#display: inline; /* show only in ie */

	#float: left;
	#margin-right: -350px;
}

#wrapper #content #pageContent #pageContLeft {
	float: left;
	height: auto;
	width: 171px;
	margin-right: 20px;
}
#wrapper #content #pageContent #pageContRight {
	float: left;
	height: auto;
	width: 338px;
}
#wrapper #content #pageContent #pageContLeft #newStory .news {
	font-weight: bold;
	color: #404040;
}
.more {
	font-weight: bold;
	color: #5384c8;
}
#page_title {
	margin: 0px 0px 10px -8px;
}
#location_google {
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}
/**************************************************************
left menu styling**************************************************/
.menu-title {
	padding: 5px 0px 5px 0px;
}
.menu-item {
	width: 192px;
	display: block;
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	padding: 2px 0px 2px 10px;
	text-transform: lowercase;

}

/* 

.menu-item:link {
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
}
.menu-item:visited {
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
}
.menu-item:hover {
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	background-color: #e3edcb;
	text-decoration: none;
}

*/


.menu-item a:link {
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
}
.menu-item a:visited {
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
}
.menu-item a:hover {
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	background-color: #e3edcb;
	text-decoration: none;
}

.menu-subitem {
	width: 192px;
	display: block;
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	padding: 2px 0px 2px 20px;
	text-transform: lowercase;

}

.menu-subitem:link {
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
}
.menu-subitem:visited {
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
}
.menu-subitem:hover {
	font-family: Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #4e4e4e;
	background-color: #e3edcb;
	text-decoration: none;
}

.menu-vacancies {
	/*min-height: 175px;
	background-image: url(/images/left_menu/job_vacancies_bg.gif);*/
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.menu-vacancies-text {
	margin: 5px 0px 5px 0px;
	padding: 1px 8px 3px 8px;
	color: #666666;
}
.menu-vacancies-text a:link {
	color: #666666;
	text-decoration: none;
}
.menu-vacancies-text a:visited {
	color: #666666;
	text-decoration: none;
}
.menu-vacancies-text a:hover {
	color: #666666;
	text-decoration: none;
} 


.menu-vacancies-seperator-large {
	height: 2px;
	width: 185px;
	background-color: #CCCCCC;
	margin: 0px 5px 0px 5px;
}

.menu-vacancies-seperator-small {
	clear: both;
	height: 1px;
	width: 185px;
	background-color: #CCCCCC;
	margin: 0px 5px 0px 5px;
}

/**************************************************************
Form styling**************************************************/
#searchBox {
	font-size: 11pt;
	width: 185px;
	height: 19px;
	padding: 3px 0px 0px 3px;
}
#newsletterBox {
	font-size: 11pt;
	width: 190px;
	height: 19px;
	padding: 3px 0px 0px 6px;
}
#searchButton {
	float: right;
	border: 0px;
}
div.row {
	clear: both;
	width: 437px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
div.row2 {
	clear: both;
	width: 437px;
	height: 100px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
div.row2a {
	clear: both;
	width: 437px;
	height: 150px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.col1 {
	text-align: left;
	width: 180px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
}
.col1a {
	text-align: left;
	width: 300px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
}
.col2 {
	width: 250px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	}
.col2a {
	text-align: right;
	width: 130px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	}
label {
	color: #5c5c5c
	}
/*.submit {
	width: 433px;
	text-align: right;
}
dl, dt, dd, ul, li {
	margin : 0;
	list-style-type : none;
	padding-left: 1px;
}
*/


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F6F6F6;
    border: 1px solid #E7E7E8;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 500px;
    padding: 10px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 445px;
    padding: 10px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  500px;
    height: 58px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
	text-align: center;
    width: 120px;
    height: 58px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 20px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/query_carousel/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/query_carousel/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/query_carousel/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/query_carousel/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*******/
.imgBorders {
	padding: 2px 2px 2px 2px;
	border: 1px solid #cccccc;
}
.lineBreak {
	clear: both;
	margin: 25px 2px 2px 2px;
	border-top: 1px solid #cccccc;
}
.hoverColour:hover {
	background-image: url(/admin_files/img/admin_button_move.gif);
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}
/***************************FCK EDITOR STYLES**********************************/

.bodyCopy {
	font-family:Arial, Helvetica, sans-serif;	
	color: #666666;
	font-size: small;
}

.blueBold {
	font-family: Arial, Helvetica, sans-serif;	
	color:#0598CA ;
	font-size: small;
	font-weight: bold;
}

.blueBoldPlus {
	font-family: Arial, Helvetica, sans-serif;	
	color:#0598CA ;
	font-size: large;
	font-weight: bold;
}

.orangeBold {
	font-family: Arial, Helvetica, sans-serif;	
	color:FA4F00;
	font-size: small;
	font-weight: bold;
}

.orangeBoldPlus {
	font-family: Arial, Helvetica, sans-serif;	
	color:#FA4F00;
	font-size: large;
	font-weight: bold;
}
.greenBold {
	font-family: Arial, Helvetica, sans-serif;	
	color:#00AD30 ;
	font-size: small;
	font-weight: bold;
}

.greenBoldPlus {
	font-family: Arial, Helvetica, sans-serif;	
	color:#00AD30;
	font-size: large;
	font-weight: bold;
}

/*************************newsletter page***************/

#newsletterExplanation {
	width: 660px;
	margin-bottom:25px ;

}
#newsletterForm {
	width: 660px;
}
.newsrow { /*Styles invisible row container that holds form elements*/
	clear: both;
	width: 416px;
	margin-bottom: 5px;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
	color: #565656;	
}
.newscol2 {/*Styles width of column containing form fields*/
 	width: 342px;

}
.newscol1a {/*Styles column containing labels*/
	width: 97px;
	height: 32px;
	float: left;

}
.newssubmitROW {/*styles row containing submit button*/
	text-align: right;
	margin-top: 15px;
	width: 416px;
}




/************JQuery Popup css************/

.popup * {
    margin: 0;
    padding: 0;
}

body {
    padding: 10px;
}

h1 {
    margin: 14px 0;
    font-family: 'Trebuchet MS', Helvetica;
}

p {
    margin: 14px 0;
    font-family: 'Trebuchet MS', Helvetica;
}

.bubbleInfo {
    position: relative;
    /* top: 150px; 
    left: 100px;
    */
    width: 200px;
}
.trigger {
/*    position: absolute;  */
}

/* Bubble pop-up */

.popup {
	margin-left: 22px;
	width: 200px;
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

/*pp_popimgs*/

.popup td#topleft { background-image: url(/images/pp_popimgs/bubble-1.png); }
.popup td.top { background-image: url(/images/pp_popimgs/bubble-2.png); }
.popup td#topright { background-image: url(/images/pp_popimgs/bubble-3.png); }
.popup td.left { background-image: url(/images/pp_popimgs/bubble-4.png); }
.popup td.right { background-image: url(/images/pp_popimgs/bubble-5.png); }
.popup td#bottomleft { background-image: url(/images/pp_popimgs/bubble-6.png); }
.popup td.bottom { background-image: url(/images/pp_popimgs/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(/images/pp_popimgs/bubble-8.png); }

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
	}

table.popup-contents td {
	text-align: left;
	}
/***************************************Footer Links************************************************************/

a.footerLink {
	color: 5c5c5c;
	text-decoration: none;
}
a.footerLink:hover {
	color: 5c5c5c;
	text-decoration: underline;
}



/*ADDED 02-11-2009*/
.searchBox{
padding: 0px 0px 20px 0px;
}
#searchBoxRight {
	font-size: 11pt;
	width: 190px;
	height: 19px;
}
.newsletterbox{
padding: 0px 0px 20px 0px;
}

/* ADDED 03-11-09*/

.suckerdiv ul{
margin: 0px;
padding: 0px;
list-style-type: none;
/*width: 160px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/
}
	
.suckerdiv ul li{
position: relative;
margin: 0px;
padding: 0px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
margin: 0px;
padding: 0px;
position: absolute;
z-index:9999;
/*width: 170px; /*sub menu width*/
background-color:#FFFFFF;
top: 0;
visibility: hidden;
}

.suckerdiv ul li ul li{
margin: 0px;
padding: 0px;
z-index:9999;
border-bottom: 1px solid #ccc;
}

.suckerdiv  a{
text-decoration:none;
}

#footerLogo {
	width: 880px;
	background-color: #FFFFFF;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 5px 10px 5px 15px;
	#padding: 5px 10px 10px 15px;
	background-repeat: no-repeat;
}

a:link {
	color: #5c5c5c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5c5c5c;
}
a:hover {
	text-decoration: underline;
	color: #5c5c5c;
}
a:active {
	text-decoration: none;
	color: #5c5c5c;
}
