/* -----COLOUR PALLETTE-----

	Header Background: #f3efea
	Body Background: #ffffff
	Footer Background: #f3f0eb
	Font Color: #000000
	Heading/Border Color: #e5e1da
	Highlight Color: #bb650e
	
 -----END COLOUR PALLETTE----- */
 
 
/* -----TOOLBOX----- */

.clear {clear:both;}
.bold {font-weight:bold;}
.capital {text-transform:uppercase;}

/* -----END TOOLBOX----- */


/* -----GLOBAL PROPERTIES----- */

html, body {
	height: 100%;
	}
* {
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 62.5%;
	font-family: "Calibri", "Trebuchet MS", Arial, sans-serif;
	}

p, ol {
	text-align: justify;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	}
ol {
	padding-left: 60px;
	}

label {
	font-size: 1.4em;
	line-height: 1.4em;
	}

#logo {
	background: url(../structure/logo.gif) no-repeat;
	height: 200px;
	text-indent: -9999px;
	width: 340px;
	margin: 0;
	float: left;
	}

h1, h2 {
	display: block;
	width: 450px;
	border-bottom: 2px solid #981e32;
	font-size: 34px;
	color: #981e32;
	text-align: left;
	margin-top: 20px;
	}

h3 {
	font-size: 20px;
	text-indent: 20px;
	margin: 20px 0 10px 0;
	}

h4 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	}

h5 {
	font-size: 14px;
	color: #bb650e;
	padding: 0;
	margin: 0;
	}
h6 {
	font-size: 16px;
	text-indent: 20px;
	margin: 0 0 10px 0;
	font-style: italic;
	font-weight: normal;
	}

a {
	color: #981e32;
	text-decoration: none;
	}

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

img {
	border: 2px solid #e5e1da;
	background: #f3f0eb;
	padding: 3px;
	}
img.icon {
	border: none;
	}
	
table {
	font-size: 1.4em;
	border-bottom: 1px solid #943634;
	margin-left: 40px;
	}
tr.labels {
	background: #943634;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	}
tr.odd {
	background: #efd6d6;
	}
td {
	padding: 5px;
	}
	
strong {
	color: #411E24;
	font-size: 1.3em;
	letter-spacing: -0.5px;
	word-spacing: -1px;
	}
	
/* -----END GLOBAL PROPERTIES----- */


/* -----HEADER PROPERTIES----- */

#header {
	background: #f3efea;
	height: 200px;
	border-bottom: 3px solid #e5e1da;
	margin-top: -10px;
	}

#header-wrap {
	display: block;
	height: 200px;
	width: 1035px;
	margin: 0 0 0 80px;
	}

#header-wrap p {
	text-indent: -9999px;
	float: left;
	position: absolute;
	}

#catchphrase {
	background: url(../structure/catchphrase.jpg) no-repeat;
	float: left;
	text-indent: -9999px;
	height: 200px;
	width: 650px;
	margin-left: 45px;
	}


/* -----END HEADER PROPERTIES----- */


/* -----NAVIGATION PROPERTIES----- */

#nav {
	width: 950px;
	margin: 0 0 0 165px;
	}

#nav ul {
	margin: 0;
	list-style: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ffffff; }
ul.dropdown a:hover		            { text-decoration: none; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #e9ecf3; position: relative; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; text-align: left;} 
/*
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* -----END NAVIGATION PROPERTIES----- */


/* -----BODY PROPERTIES----- */

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px;
	}

#footer, .push {
	height: 85px; /* .push must be the same height as .footer */
}

#pagebody {
	margin: 0 0 0 165px;
	width: 950px;
	text-align: left;
	padding: 20px 0;
	}

#pagebody p {
	padding-left: 40px;
	}

#pagebody ul {
	padding-left: 45px;
	font-size: 14px;
	}
#pagebody ul li {
	line-height: 21px;
	}

#vacancies {
	margin: 0 auto;
	width: 900px;
	}

#vacancies ul {
	font-size: 2em;
	list-style: none;
	height: 40px;
	}

#vacancies ul li {
	display: inline;
	float: left;
	}

#vacancies ul li p {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 280px;
	}

.position {
	margin: 0 auto;
	width: 900px;
	}

.position ul {
	list-style: none;
	height: 42px;
	border-bottom: 1px dotted #000000;
	}

.position ul li {
	display: inline;
	float: left;
	}

.position ul li p {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	width: 280px;
	font-size: 1em;
	}
	
.profile {
	padding: 0 0 20px 40px;
	}

.imagecenter {
	margin: auto;
	text-align: center;
	padding: 10px;
	width: 600px;
	}
.imagecenter p {
	display: block;
	width: inherit;
	padding: 0 !important;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}
	
.imageleft {
	float: left;
	text-align: center;
	padding: 10px 10px 10px 0;
	width: 450px;
	}
.imageleft p {
	display: block;
	width: inherit;
	padding: 0 !important;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}

.imageright {
	float: right;
	text-align: center;
	padding: 10px 0 10px 10px;
	width: 450px;
	}
.imageright p {
	padding: 0 !important;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}

#stripeback {
	position: fixed;
	background: url(../structure/page_back.png) no-repeat;
	height: 100%;
	width: 165px;
	top: 0;
	}

.extract {
	display: block;
	width: 250px;
	height: 150px;
	background: url(../structure/extract.jpg) no-repeat;
	padding: 20px 20px 20px 0;
	margin: 0 20px 20px 20px;
	font-size: 16px;
	font-style: italic;
	float: right;
	text-align: center;
	}

.profile {
	height: 200px;
	margin-top: 50px;
	}
.profile img {
	float: left;
	margin: 0;
	padding: 0;
	border-color: #981E32;
	}
.profile h3 {
	padding: 0;
	width: 300px;
	border-bottom: 2px solid #981e32;
	float: left;
	}
.profile h4 {
	float: left;
	margin: 48px 0 0 -280px;
	width: 250px;
	}
.profile p {
	float: left;
	margin: 30px 0 0 -19px;
	width: 700px;
	font-style: italic;
	font-size: 14px;
	}

/* -----END BODY PROPERTIES----- */


/* -----PROMO PROPERTIES----- */

#rightcolumn {
	display: block;
	float: right;
	width: 300px;
	}

.subscribe {
	text-indent: -9999px;
	display: block;
	margin: 10px auto;
	width: 200px;
	height: 40px;
	background: url(../structure/subscribe.jpg) no-repeat 0 0;
	}
.subscribe:hover {
	background: url(../structure/subscribe.jpg) no-repeat 0 -40px;
	}

.promo {
	display: block;
	width: 300px;
	padding-bottom: 20px;
	margin: 0 0 20px 20px;
	background: #f3f0eb;
	border: 3px solid #e5e1da;
	text-align: center;
	}

.promo img {
	border: 0!important;
	margin: 0;
	padding: 0;
	}
.promo p {
	padding: 0!important;
	padding-bottom: 10px;
	text-align: center;
	}

/* -----END PROMO PROPERTIES----- */


/* -----FOOTER PROPERTIES----- */

#footer {
	background: #f3f0eb;
	border-top: 3px solid #e5e1da;
	height: 80px;
	width: 100%;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
	}

#footer-wrap {
	background: url(../structure/kgtflourish.gif) no-repeat; 
	margin-left: 80px; 
	padding-left: 190px; 
	height: 80px; }

.footer-box {
	border-left: 2px solid #CBCBCB;
	float: left;
	margin: 5px 0;
	padding: 0 20px 0 10px; 
	height: 70px; }

#footer h4 {
	text-align: left; }

#footer p {
	font-size: 12px; 
	margin: 0; }

.disclaimers ul {
	list-style: none;
	}

.disclaimers ul li {
	display: inline;
	padding: 2px;
	}

/* -----END FOOTER PROPERTIES----- */
