body {
	/*background-color:#efefef;*/
	background-color: #f9f9f9;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
	font-size:15px;
	color:#444;
	line-height: 1.4em;
}
#background-cont {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1000;
	width: 100%;
	height: 100%;
}
#background-cont img {
	min-width: 100%;
	min-height: 100%;
}
a {
	/*color:#663;*/
	color: #cc0000;
	text-decoration:none;
}
a.active {
	color: #cc0000!important;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.container {
	margin-bottom:30px;
}
.clear {
	clear:both;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.disabled {
	color:#bbb;
}
.red {
	color:#F00;
}
div#site {
	width:940px;
	padding:10px 20px 20px;
	margin:0 auto;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25),
				inset 0 0 5px #fff;
}
div#header {
	margin-bottom:15px;
}
h1#logo {
	background-image:url(images/rac_logo_new.png);
	background-repeat:no-repeat;
	width:940px;
	height:150px;
	text-indent:-9999px;
}
div#banner {
	background-image:url(images/rac_banner.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
	height:250px;
	width:700px;
	position: relative;
	overflow: hidden;
}
#banner.b2 {
	background-image: url(images/rac_banner-2.jpg);
}
#banner.b3 {
	background-image: url(images/rac_banner-3.jpg);
}
#banner.b4 {
	background-image: url(images/rac_banner-4.jpg);
}
#banner.b5 {
	background-image: url(images/rac_banner-5.jpg);
}
#banner h2 {
	position: absolute;
	padding: 10px 15px;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	margin: 0;
	width: 670px;
}
div#info {
	margin-top: 5px;
}
div.flag input#en {
	background:url(images/flags.png) top;
	margin-right: 5px;
}
div.flag input#fr {
	background:url(images/flags.png) bottom;
}
div.flag input {
	width: 60px;
	height: 40px;
	border:none;
	cursor:pointer;
	font-size:999px;
	overflow:hidden;
	border: none;
	outline: none;
}
div.flag {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	float:right;
	opacity:0.3;
	filter:alpha(opacity=30);
}
div.flag:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
div.lang {
	/*border:1px solid #999;*/
	opacity:1;
	filter:alpha(opacity=100);
}
div#main {
	margin-bottom:15px
}
#main .fleft {
	width: 49%;
	float: left;
}
#main .fright {
	width: 49%;
	float: right;
}
div#leftcol {
	width:215px;
	float:left;
}
div#rightcol {
	width:700px;
	float:right;
}
div#rightcol p {
	margin-bottom:20px;
}
div#rightcol ul {
	margin-bottom:20px;
}
div#boxes {
	font-size:12px;
	margin-bottom:50px;
}
div.box {
	width:300px;
	padding:20px;
}
div#jobs {
	float:left;
	background-color:#f8f8f8;
}
div#signup {
	float:right;
	background-color:#F5F1F5;
}
div#boxes2 {

}
div.box2 {
	width:320px;
}
div.box2 p:last-child {
	margin-bottom: 0!important;
}
.vac_block {
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.vac_block .isfilled {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
}
.vac_block .isfilled span {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	top: 50%;
	margin-top: -20px;
	color: #000;
}
.isfilled.single-filled {
	margin-bottom: 15px;
	font-style: italic;
}
div#list {
	float:left;
}
div#contact {
	width: 300px;
	padding:20px;
	float:right;
	background-color:#FFFFF0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
	line-height: 1.25em;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
div#footer {
	text-align:center;
	font-size:11px;
	letter-spacing:1px;
	padding:15px 10px;
	color: #666;
	width: 960px;
	margin: auto;
	background: rgba(255,255,255,0.9);
}
#message, #error {
	padding:10px;
	margin-bottom:30px;
	text-align:center;
}
div.menu {
	padding-bottom:20px;
	color:#999;
	font-size:12px;
}
div.menu.lastmenu {
	padding-bottom: 0;
}
div#menubg {
	/*background-color:#F9F9EE;*/
	border: none;
	padding:0 20px;
}
ul.menu a {
	line-height:26px;
	display:block;
	font-size:14px;
	margin-bottom:1px;
	color:#663;
	text-decoration:none;
}
ul.menu a:hover {
	text-decoration:underline;
}
fieldset#content {
	border:1px solid #91c4c4;
}
#rightcol fieldset {
	border:none;
	padding: 0;
}
fieldset.section legend {
	padding:0.1em 0.3em;
	font-weight:normal;
}
label {
	color:#777;
}
textarea, input, select, file {
	/*background-color: #f4f4f4;*/
	background-color: #fff;
	/*border:1px solid #b2b2b2;*/
	border: 1px solid #ccc;
	font-style: normal;
	font-weight: normal;
	margin:1px;
	padding:3px;
	margin-bottom: 5px;
}
textarea:disabled, input:disabled, select:disabled, file:disabled {
	color: #afafaf;
}
.pushbutton {
	border:1px solid #ccc;
	color: #333333;
	cursor: pointer;
	padding: 5px 12px;
	border-radius: 2px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	margin-top: -2px;
	margin-bottom: 2px;
	position: relative;
}
.pushbutton:hover {
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.pushbutton:active {
	margin-top: 0;
	margin-bottom: 0;
}

.shadow {
	border: 1px solid #eee;
}

fieldset#login #email, fieldset#login #password {
	width:200px;
	padding:4px;
}
table h2 {
	margin-bottom: 0;
}
table.list {
	border-collapse:collapse;
}
table.list th {
	background-color:#ddd;
	border:2px solid #fff;
}
table.list td {
	padding:10px;
	border:2px solid #fff;
}
table.list tr {
	background-color:#f8f8f8;
}
tr.drag td {
	background-color:#ddd;
}
td.handle {
	cursor: N-resize;
	color:#ddd;
	text-align:center;
}
table.layout td {
	padding:10px;
}
ul.indent {
	margin-left:20px;
}
.flag input {
	margin-bottom: 1px;
}
input.en {
	background-image:url(images/flag_en_fade.gif);
	background-position:right 50%;
	background-repeat:no-repeat;
}
input.fr {
	background-image:url(images/flag_fr_fade.gif);
	background-position:right 50%;
	background-repeat:no-repeat;
}
form#sectionadd #title_en, form#sectionadd #title_fr {
	width:400px;
	padding:4px;
}
form#sectionedit #title_en, form#sectionedit #title_fr {
	width:400px;
	padding:4px;
}
form#checkboxadd #title_en2, form#checkboxadd #title_fr2 {
	width:400px;
	padding:4px;
}
form#checkboxedit #title_en, form#checkboxedit #title_fr {
	width:400px;
	padding:4px;
}
form#checkboxedit #desc_en, form#checkboxedit #desc_fr {
	width:400px;
	padding:4px;
}
form#textboxedit #title_en, form#textboxedit #title_fr {
	width:400px;
	padding:4px;
}
form#textboxedit #desc_en, form#textboxedit #desc_fr {
	width:400px;
	padding:4px;
}
form#jobadd #title_en, form#jobadd #title_fr {
	width:400px;
	padding:4px;
}
form#jobadd #desc_en, form#jobadd #desc_fr {
	width:400px;
	height:300px;
	padding:4px;
}
form#jobedit #title_en, form#jobedit #title_fr {
	width:400px;
	padding:4px;
}
form#jobedit #desc_en, form#jobedit #desc_fr {
	width:500px;
	height:300px;
	padding:4px;
}
form#emailresults #body {
	width:500px;
	height:150px;
	padding:4px;
}
form#apply #body {
	width:500px;
	height:150px;
	padding:4px;
}
#applyname, #applyemail, #applysubject {
	width:200px;
	padding:4px;
}
#firstname, #lastname, #email, #password, .company, .title {
	width:200px;
	padding:4px;
}
.duties {
	width:400px;
	height:100px;
	padding:4px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
ul.inline li {
	display:inline;
}
.checkboxlist ul {
	padding-left:20px;
}
.checkboxlist li {
	list-style:none;
}
.checkboxlist ul.hide {
	display:none;
}
.checkboxlist span {
	color:#999;
	font-family:"Courier New", Courier, monospace;
	cursor:default;
	margin-right:10px;
}
.checkboxlist span.expanded, .checkboxlist span.collapsed {
	cursor:pointer;
}
#recruitment-activities {
	margin-top: 50px;
}
div#recruitment-activities ul li {
	background-image:url(images/tick.gif);
	background-repeat:no-repeat;
	background-position: left 4px;
	padding-left:20px;
	margin-bottom: 5px;
}
.textbox {
	width:500px;
	height:150px;
}
.tiny {
	font-size:9px;
	color:#999;
	margin-left:5px;
}
