/* Reset for blank canvas
-------------------------------------------------------------- */
/* v1.0 | 20080212 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. 
-------------------------------------------------------------- */
table{
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td{
	text-align:left;
	font-weight:400;
}

tableborders{
	border-collapse:separate;
	border-spacing:1;
	border:thin;

}

/* 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;
}

a:focus {
	outline: none;
}

img{
	border:none;
	margin:0;
	padding:0;
	line-height:0;
}

/*img:hover{ filter:alpha(opacity=90); -moz-opacity: 0.90; opacity: 0.90; }

/*Floats and Clearing
-------------------------------------------------------------- */
.fR{
	float:right;
}

.fL{
	float:left;
}

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

.clear{
	clear:Both;
}

p.clear {
	height: 1%;
	line-height: 1%;
	margin: 0px;
	padding: 0px;
}

/* Typography defaults
Based on browser default of 16px (0.70 * 16px = 11px).
-------------------------------------------------------------- */
body{
	font-size:80%;
	line-height:1.5;
	
}

/* Default fonts and colors. 
-------------------------------------------------------------- */
body{
  color:#c85110;
  font-family:arial,helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6{
  color: #c85110;
  font-family:arial,helvetica,sans-serif;
}
.media_desc{
	color:#c85110;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,{
	font-weight:normal;
}

h1{
	font-size:1.8em;
	font-weight:bold;
	line-height:1;
	margin-bottom:0.5em;
}

h2{
	font-size:1.5em;
	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;
	font-size:1.2em;
	color: #000000;
}

#footer p{
		font-size:100%;
}

ul, ol{
	margin:0 1.5em 0 1.5em;
}

ul{
	list-style-type:none;
	padding: 0;
}

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: #566A48;
	text-decoration:none;
}

p a {
	color: #c85110 !important;
}

a:hover{
	color: #ffb401;
	text-decoration:underline;
}

blockquote{
	margin:1.5em;
	color:#666;
	font-style:italic;
}

#news strong{
	color: #fff;
	font-weight:bold;
}
strong{
	color: #566a48;
	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
-------------------------------------------------------------- */
label {
	width: 170px;
	float: left;
	clear: left;
	padding: 2px;
	font-weight: bold;
	text-align:left;
}

.inputc {
border: 1px #000000 solid;
padding: 3px;
margin: 2px;
width: 200px;
}

.selectc, .textareac {
border: 1px #000000 solid;
padding: 3px;
margin: 2px;
width: 200px;
}

.buttonc{
width: 150px;
padding: 4px;
background-color:#CCCCCC;
border: 1px #333333 solid;
}

/*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;
}

.black{
	color:#000;
}

.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;
}
#TextOverLay p{
	color:#fff;
}