html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}

body {
line-height:1.5;
font-size:75%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#7e6d66;
margin:0;
}

table {
border-collapse:separate;
border-spacing:0;
margin-bottom:1.4em;
}

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

blockquote:before,blockquote:after,q:before,q:after {
content:"";
}

a img {
border:0;
}

h1,h2,h3,h4,h5,h6 {
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:400;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
text-decoration: none;
}

h1 {
font-size:2em;
line-height:1;
margin-bottom:.5em;
}

h2 {
font-size:1.7em;
margin-bottom:.75em;
}

h3 {
font-size:1.2em;
line-height:1;
margin-bottom:1em;
}

h4 {
font-size:1.2em;
line-height:1.25;
margin-bottom:1.25em;
}

h5 {
font-size:1em;
font-weight:700;
margin-bottom:1.5em;
}

h6 {
font-size:1em;
font-weight:700;
}

p {
padding:0 0 1.5em;
}

p.last {
margin-bottom:0;
}

p img {
margin:1.5em 0 0;
padding:0;
}

p img.top {
margin-top:0;
}

img {
margin:0;
}

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

ul {
list-style-type:circle;
}

ol {
list-style-type:decimal;
}

dl {
margin:0 0 1.5em;
}

dd {
margin-left:1.5em;
}

abbr,acronym {
border-bottom:1px dotted #666;
}

address {
margin-top:1.5em;
font-style:italic;
}

del {
color:#666;
}

a:focus,a:active,a:hover {
color: #4e1c00;
text-decoration:underline;
}

a {
color:#ff5c01;
text-decoration:underline;
}

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

strong {
font-weight:700;
}

em,dfn {
font-style:italic;
background:#f1f1f1;
color:#000;
}

pre,code {
white-space:pre;
margin:1.5em 0;
}

pre,code,tt {
font:1em 'andale mono', monotype.com, 'lucida console', monospace;
line-height:1.5;
}

tt {
display:block;
line-height:1.5;
margin:1.5em 0;
}

th {
border-bottom:1px solid #fff;
font-weight:700;
}

td {
border-bottom:1px solid #fff;
}

th,td {
padding:.4em 1em .4em 0;
}

tfoot {
font-style:italic;
}

caption {
background:#ffc;
}

.clear {
display:block;
clear:both;
}

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

* html .clear {
height:1%;
}

label {
font-weight:700;
display:block;
color: #000;
}
#jobs-search label {
float: left;
padding-right: .6em;
}

.form-item {
padding:.5em 0;
}

.description {
padding:.5em 0 0;
}

fieldset {
border:1px solid #666;
margin:0 0 1.5em;
padding:1.4em;
}

legend {
font-weight:700;
font-size:1.2em;
}

legend a {
text-decoration:none;
color:#fff;
padding:0 .3em;
}

#contactform input, textarea {

border:1px solid #F39036;
background: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
padding:3px;
color: #F39036;
background: url(../gfx/form-text-bg.png) repeat-x #fff;
}

#contactform input:focus,textarea:focus {
border:1px solid #b04a00;
color: #b04a00;
}

table#contactform tr td {
	vertical-align: top;
}

#id_subject, #id_body {
	width: 400px;
}

.errorlist {
	color: red;
}

select {
border:1px solid #F39036;
padding:1px;
}

select:focus {
border:1px solid #999;
background:#fff;
}

.error,.notice,.success {
margin-bottom:1em;
border:2px solid #ddd;
padding:.8em;
}

.error {
background:#FBE3E4;
color:#D12F19;
border-color:#FBC2C4;
}

.notice {
background:#FFF6BF;
color:#817134;
border-color:#FFD324;
}

.success {
background:#E6EFC2;
color:#529214;
border-color:#C6D880;
}

.error a {
color:#D12F19;
}

.notice a {
color:#817134;
}

.success a {
color:#529214;
}

/* --------------------------------------------------------------------------------------------- */
/* Rue Two */

body {
	background: url(../gfx/bg.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-top: 10px;
}

#page {	
	padding: 3px;
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #faf8f3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #b2ab99;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container {
	background: #dfdacb;
}

#header {
	background: url(../gfx/header-bg.png) #a24d22;
	font-size: 1.3em;
	border-bottom: 1px solid #552912;
	padding: 20px 0 15px 30px;
}

#navigation {
	float: right;
	display: block;
	padding-top: 40px;
}

#navigation a {
	color: #d7d0bd;
	text-align: center;
	text-decoration:none;
	padding: 0 20px;
}

#navigation a span {
padding: 2px;
margin-top: 10px;
height: 20px;
border-bottom: 1px solid #b66135;
}

#navigation a:hover span {
	color: #fff;
	border-bottom: 1px solid #d7d0bd;
}



#banner {
	background: url(../gfx/banner.jpg) no-repeat;
	padding-top: 260px;
	}
	
#strapline {
	text-align: right;
	color: #fff;
	font-size: 1.3em;
	background: #552912 no-repeat;
	
	}
#banner #strapline {
	background: none;
	}
#strapline div {
	height:24px;
	padding: 10px 15px;
	text-align:right;
	background: url(../gfx/strapline-bg.png) repeat-x;

}

#main-content {
	padding: 30px;
	
}

	.col {
	float: left;
	width: 268px;
	text-align:justify;
	}
	
	.col.last {
	padding-left: 50px;
	}
	
	
/* --------------------------------------------------------------------------------------------- */
	
	/* subpages */
	
	#sidebar, #sidebar-img {
	float: right;
	border: 1px solid #ccc;
	width: 250px;
	margin-left: 30px;
	padding: 20px;
	}
	
	#sidebar-img {
		padding: 0;
		line-height: 0;
	}
	
	.testimonial {
		margin-bottom: 10px;
		padding-bottom: 5px;
		text-align: left;
		border-bottom: 1px solid #ccc;
		color: #5A5655;
		font-size: .9em;
	}
	
	.quoter {
		font-size: .8em;
		color: #A24D22;
	}
	
	p {
	text-align:justify;
	}
	
	.listings ul {
	margin: 0;
	list-style: none;
	}
	.listings ul li {
	padding: 5px;
	}
	
	.shade {
	border-top: 1px solid #ebe8df;
	border-bottom: 1px solid #ebe8df;
	}
	
	.more {
	text-align: right;
	font-size: .8em;
	}
	
		.more a {
		text-decoration: none;
		background: url(../gfx/more.png) no-repeat left;
		padding: 4px;
		padding-left: 20px;
		color: #7e6d66;
		}
	
	.listings span {
	font-size: .8em;
	}
	
	
	h1 span {
	font-size: .6em;
	}
	
	#jobs-search {
	padding: 4px;
	}
	
	#jobs-search div {
	display: inline;
		
	}
	
	

#footer {
	font-size:.9em;
	width: 950px;
	margin: 0 auto;
	color: #000;
	}
	
#signature {
	float:right;
}

#signature a {
	color: #000;
}

#navigation .active span {
	border-bottom: 1px solid #5e3521;
	color: #2f180d;
}

#pager {
	padding: 5px;
}

span#page {
	background: #fff;
}