/* Reset for blank canvas
-------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

/* Tables still need 'cellspacing="0"' in the markup. 
-------------------------------------------------------------- */
table{
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td{
	text-align:left;
	font-weight:400;
}

/* Remove possible quote marks (") from <q>, <blockquote>. 
-------------------------------------------------------------- */
blockquote:before, blockquote:after, q:before, q:after{
	content:"";
}

blockquote, q{
	quotes:"" "";
}

/* set image defaults
-------------------------------------------------------------- */
a img{
	border: none;
}

img{
	border:none;
	margin:0;
	padding:0;
	line-height:0;
}

/*Floats and Clearing
-------------------------------------------------------------- */
.fR{
	float:right;
}

.fL{
	float:left;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0%;
	margin: 0px;
}

.clearfix:after{
    content: ".";
    display: block;
    height:0px;
    clear:both;
    visibility: hidden;
}

#floatClear{
	float:left;
}

#clBoth{
	clear:Both;
}

/* Typography defaults
Based on browser default of 16px (0.70 * 16px = 11px).
-------------------------------------------------------------- */
body{
	font-size:70%;
	line-height:1.5;
}

/* Default fonts and colors. 
-------------------------------------------------------------- */
body{
  color:#666;
  font-family:arial,helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6{
  color:#114f82;
  font-family:arial,helvetica,sans-serif;
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

h2{
	font-size:1.2em;
	font-weight:normal;
	line-height:140%;
	margin-bottom:0.5em;
}

h1{
	font-size:2em;
	margin-bottom:0.1em;
}

h3{
	font-size:1.5em;
	line-height:1;
	margin-bottom:0.1em;
}

h4{
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	margin-bottom:0.2em;
}

h5{
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.2em;
}

h6{
	font-size:1em;
	font-weight:bold;
}


/* Text elements
-------------------------------------------------------------- */
p{
	margin:0 0 1em 0;
}

ul, ol{
	margin:0 ;
}

ul{
	list-style-type:none;
}

ol{
	list-style-type:decimal;
}

dl{
	margin:0 0 1.5em 0;
}

dl dt{
	font-weight:bold;
}

dd{
	margin-left:1.5em;
}

abbr, acronym{
	border-bottom:1px dotted #666;
}

address{
	margin-top: 1.5em;
	font-style: italic;
}

del{
	color:#666;
}

a, a:link{
	color: #666666;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

blockquote{
	margin:1.5em;
	color:#666;
	font-style:italic;
}

strong{
	font-weight:bold;
}

em,dfn{
	font-style:italic;
	background:#ffc;
}

dfn{
	font-weight:bold;
}

pre, code{
	margin:1.5em 0;
	white-space:pre;}

pre , code ,tt{
	font:1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height:1.5;
} 

tt{
	display:block;
	margin:1.5em 0;
	line-height: 1.5;
}

/* forms
-------------------------------------------------------------- */
fieldset{
	margin:0;
	padding:0;
	border:none;
}

legend{
	display:none;
}

.formErrors {
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: red;
}

/*vacancies
-------------------------------------------------------------- */

.jblabel {
	width: 100px;
	float: left;
	clear: left;
	height: 15px;
	padding: 2px;
	font-weight: bold;
}

.jbtext {
	width: 300px;
	float: left;
	height: 15px;
	padding: 2px;
	clear: right;
}

.jbrow {
	overflow: hidden;
	background: #dedede;
	margin: 2px 0 2px 0;
}

/* Some default classes
-------------------------------------------------------------- */
.small{
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}

.large{
	font-size:1.2em;
	margin-bottom:1.25em;
}

.bold{
	font-weight:bold;
}

.normalText	{
	font-weight:normal;
	font-size:100%;
}

.boldTitle{
	font-weight:bold;
	color: #3b3b3b;
	padding:1em 0 .5em 1em;
	display:block;
	margin:0;
}

.red{
	color:#c80000;
}

.price{
	color:#c80000;
}

.blue{
	color:#0055a5;
}

.pink{
	color:#e20177;
}

.white{
	color:#fff;
}

.hide{
	display:none;
}

.highlight{
	background:#ff0;
}

.top{
	margin-top:0;
	padding-top:0;
}

.bottom{
	margin-bottom:0;
	padding-bottom:0;
}

.txtCenter{
	text-align:center;
	width:auto;
	display:block;
}

.last{
	margin:0;
}

/* remove from the screen a couple of accessibility links
--------------------------------------------------------------*/
#skipToContent, #skipToAccessibility, #backToTop{
	position:absolute;
	left:-9999px;
}
