

/* Reset.css : RESET All Stlyes*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0;
	font-weight: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {outline: 0;}
body {line-height: 1; color: #000; background: #fff;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q { quotes: "" "";}

/* Common.css */
/******************************************/
/*            COMMON ELEMENTS             */
/******************************************/
body{
	font-size:62.5%;
}


h1,h2,h3,h4,h5{
 margin-bottom:0.5em;
 font-weight:bold;
 line-height:1.2em;
}

h1{ font-size:1.668em; color:#840b74;} /*20px*/
h2{ font-size:1.17em;  color:#840b74;}
h3{ font-size:1.1em; color:#869cc5;}
h4{ font-size:1.05em; color:#000;}
h5{ font-size:1em; color:#333;}

p,ul, ol{
	font-size: 1em;
	margin-bottom: 1em;
	line-height:1.2em;
}

ul,ol{
	list-style:disc;
	list-style-position: outside;
	padding-left:18px;
	line-height:1.5em
}
ol{list-style:decimal; padding-left:25px;}
dl{margin-bottom:1em;}
dt{ font-weight:bold;margin-bottom:0.5em;}
dd{ padding:0em 0 0.5em 1em; line-height:1.3em}

strong{font-weight:bold; }
em{font-style:italic;}

img{vertical-align:middle}
kbd{
	font-weight:bold;
	font-style:italic;
	color:#333;
	padding:0px 2px;
	background:#f8f8f8;
	border:1px solid #ddd;
	border-color:#ddd #333 #333 #ddd;
}

blockquote{border-left:4px solid #8CACBB;color:#76797C;margin:0 0 0.5em;padding-left:0.5em;}
ins {border-bottom: 1px solid green;text-decoration: none;color: green;}
del {color: red;text-decoration: line-through;}
cite {border-bottom: 1px dashed blue;}
acronym {border-bottom: 1px dotted #CCC;cursor: help;}
abbr, html\:abbr {border-bottom: 1px dashed #CCC;cursor: help;}
pre{
	background-color:#DEE7EC;
	border:1px solid #8CACBB;
	color:Black;
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:100%;
	overflow:auto;
	padding:1em;
}

/* Other Styles: */
.hidden{display:none !important;}

p.description{
	font-weight:bold;
}

p.back,
p.more{
	margin-top:0.5em;
	padding:0.5em 0;
	clear:both;
	border-top:1px solid #ccc;
	padding-left:14px;
	height:1%;
}
p.back{
	background:url(../images/icons/arrow_left.gif) left center no-repeat;
}
p.more{background:url(../images/icons/arrow_right.gif) left center no-repeat; }

/*Links */
a.internal_link{background:url(../images/icons/internallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}
a.external_link{background:url(../images/icons/externallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}


/* ---- pull quote */
.pullquote {
	display: block;
	float:right;
	padding:0px 10px;
	border-left:5px solid #840b74;
	width:40%;
	margin:5px 0 5px 10px;
	font-weight:bold;
}

.quote {
	margin:10px 15px 0.5em;
	padding:0.5em 35px;
	display:block;
	background:transparent url(../images/quote.gif) top left no-repeat;
	font-weight:bold;
	font-size:1.15em;
}

.callout{
	color:#840b74;
	font-weight:bold;
	padding:10px;
	margin:10px;
	border:1px solid #CCC;
	background:#f5f4f5;
}
.discreet {
	color:#76797C;
	font-size:85%;
	font-weight:normal;
}
.spacer{
	clear:both;
	margin:0; padding:0;
	height:1px;
	overflow:hidden;
}

.alignLeft{text-align:left;}
.alignCenter{text-align:center;}
.alignRight{text-align:right;}

img.alignCenter{margin:0 auto; display:block}
img.alignLeft{float:left; margin-right:10px;}
img.alignRight{float:right; margin-left:10px;}


img.icon
{
	display: block;
	float:left;
	background:url(../images/icons/sprites.gif) top left;
	height:16px;
	width:16px;
	margin-right:10px;
	border: 0;
}

img.print{background-position: 0 -32px;}
img.friend{background-position: 0 -64px;}
img.bookmark{background-position: 0 0;}



/* - Info Messages */
.success,
.msginfo,
.msgerror{
	background-position:10px 50%;
	background-repeat:no-repeat;
	padding: 5px 20px 5px 35px;
	border-width:2px 0px;
	border-style:solid;
	position:relative;
	height:1%;
	color:#000;
	float:left;
}
.msgerror{
	background-color:#fff6bf ;
	background-image:url(../images/icons/exclamation.gif);
	border-color:#ffd324;
}
.msginfo {
	background-color:#F8FAFC ;
	background-image:url(../images/icons/information.gif);
	border-color:#B5D4FE;
}
.success{
	background-color: #ebf4e6;
	background-image:url(../images/icons/accept.gif);
	border-color:#72B95B;
}
.msgerror h2{color:#E25F53; margin:0}
.msgerror ul{margin:0}

/* PAGINATION */
.page{
	border:1px solid #8CACBB;
	clear:both;
	margin:1em 0 0.5em 0;
	padding:0.7em;
}
.page a,
.page a:visited,
.page .this{
	border:1px solid #8CACBB;
	margin:2px;
	text-decoration:none;
	background-color:#EEF3F5;
	padding:1px 0.5em;
}
.page a:focus,
.page a:hover,
.page a.firstlast,
.page a.firstlast:visited{ background-color:#DEE7EC;}
.page .this{
	background-color:transparent;
	border-color:#eee;
}
.page a.firstlast:focus,
.page a.firstlast:hover{ background-color:#8CACBB;color:#fff;}


/* TEXT EDITOR */
#tinymce {
	background:#fff;
	text-align:left;
	font-size:12px ;
	margin:5px ;
	width:auto ;
	padding:0;
}

/*Links */
a,
a:visited{color:#696969; text-decoration: underline} 
a:hover,
a:focus{color:#8dba4d}


/******************************************/
/*            STRUCTURE                   */
/******************************************/

body{
	background:#fff url(../images/main-bg.jpg) top left repeat-x;
	color:#333;
	font-family:Arial, Verdana;
	margin-top:5px;
}


#global{
	font-size: 1.2em;
	width:970px;
	margin:0 auto;
	position: relative;
	background:transparent url(../images/dropshadow.gif) top left repeat-y;

}
#header {
background:transparent url(../images/header-bg.gif) top left no-repeat;

}

#logo {
padding:20px 0px 0px 20px;
height:98px;
}

#logo h1 {
background: transparent url(../images/logo.gif) top left no-repeat;
height:82px;


}
#logo h1 a {
display:block;
font-size:0px;
height:65px;
margin: 0px;
text-decoration:none;
text-indent:-1000000px;
width:350px;

}

#banner{
height:291px;
background:transparent url(../images/banner-bg.jpg) top left repeat-x;
margin:0px;
padding:0px;
float:left;

}

#banner img {
border-left:2px solid #999;
border-right:2px solid #999;
margin:6px 4px 0px;
padding:0px;
float:left;

}

#content{
	float:left;
	width:960px;
}
#center{
	margin-bottom:1em;
	float:left;
	margin:0px 10px;
	width:950px;
}

* html #center{
margin:0px 5px;
}


#middle{
	float:right;
	width:695px;
	margin-top:10px;
}


/*left hand side and search */

#left{
	width: 250px;
	background:transparent url(../images/search-box-bg.gif) top left no-repeat;
	margin:10px 0px;

}
#left form {
background: #840b74;
padding:10px;
width:208px;
color:#fff;
font-size:0.95em;
border-bottom:1px solid #FFF;
}

#left h2 {
color:#FFF;
border-bottom:1px solid #FFF;
}

#left label {
display:block;

}

#left select, #left input {
width: 205px;
border:1px solid #CCC;
font-size:0.95em;
}

#left .btn input, p.btn a,  p.btn a:visited {
background:#869cc5;
border:1px solid #333366;
color:#333366;
padding:3px;
font-weight: bold;
cursor: pointer;
width:auto;
text-decoration: none;
}

.btn a {padding:5px; border-top:1px solid #FFF;}

#vacancy .btn a {border-color:#999;}
#left .btn input:hover, .btn a:hover, #vacancy .btn a:hover {background:#840b74;}

#left .all {padding-top:15px; border-top:1px solid #FFF;}

.left-wrap {
	background:transparent url(../images/search-box-bottom.gif) bottom left no-repeat;
	padding:10px;
}

#footer{
	clear:both;
	background:transparent url(../images/footer-bg.jpg) bottom left no-repeat;
	padding-bottom:10px;
}



/* navigations */

ul#top-nav, ul#bottom-nav{
list-style: none;
margin-top:2px;

}

#navigation {
float:left;
padding-top:5px;
}

ul#bottom-nav{
padding:10px;
margin:0px;
min-height: 1%;

}

#bottom-nav {margin:0px 4px; }
#top-nav li,
#bottom-nav li{display: inline; border-right:1px solid #FFF; margin:0px;}
#bottom-nav li {border-right:1px solid #333;}


#top-nav li a, #bottom-nav li a {
color:#FFF;
text-decoration: none;
margin:0px 5px;

}

#bottom-nav li a {color:#333;}


#top-nav li a:hover, #bottom-nav li a:hover {
color:#333;

}

/*vacancies*/
#latest-vacancies, dl.vacancy, #vacancy dl {
background:transparent url(../images/vacs-box-bottom.gif) bottom left no-repeat;
color:#FFF;
float:left;
width:100%;
padding:15px;
margin-bottom:10px;
}

* html #latest-vacancies, * html dl.vacancy, * html #vacancy dl  {
width:667px;
}

#latest-vacancies h2, dl.vacancy dt, #vacancy dl dt{
background: transparent url(../images/vacs-box-top.gif) top left no-repeat;
padding:15px 0px 5px 15px;
color:#FFF;
margin:-15px 0px 0px -15px;

}

#vacancy dl dt {font-size:1.25em;}

#latest-vacancies dl {float:left; width:220px;}

#latest-vacancies a, #latest-vacancies a:visited, dl.vacancy a, dl.vacancy a:visited, .vacancy a:visited  {color:#FFF;}

#latest-vacancies dd, dl.vacancy dd{padding:0px;}
 #vacancy dd {padding:3px 0px;}
