@charset "utf-8";
/* CSS Document */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* CSS layout */

html body {margin-left: 0;
margin-right: 0;
background: #9f9488;
}

#page-width {width: 960px;
margin-left: auto;
margin-right: auto;
}

#header {width: 100%;
float: left;
display:block;
margin-top:20px;
}

#header-left {float:left;
display:inline;
width: 152px;
height: 340px;
}

#header-right {float:left;
display:inline;
width: 600px;
}

#home-holder {border-top: 1px solid #fdf318;
width: 100%;
margin: 193px 0 0 0;
}

#contact-holder {border-top: 1px solid #fdf318;
width: 100%;
margin: 277px 0 0 0;
}

#recruit-holder {border-top: 1px solid #fdf318;
width: 100%;
margin: 249px 0 0 0;
}

#press-holder {border-top: 1px solid #fdf318;
width: 100%;
margin: 221px 0 0 0;
}

#content-holder {width: 100%;
float: left;
display:block;
}

#footer {width: 100%;
float: left;
display:block;
}

.logo {float:left;
display:inline;
border-bottom: #FFFFFF solid 1px;
margin: 0 0 50px 0;
}

.nav-btn {border-top: #FFFFFF solid 0px;
float:left;
display:inline;
}

.nav-btn-bottom {border-top: #FFFFFF solid 1px;
border-bottom: #FFFFFF solid 1px;
float:left;
display:inline;
margin: 0 0 25px 0;
}

.nav2:link img {
padding-bottom:10px;
border-bottom: 3px solid #ffffff;
border-top: 1px solid #9f9488;
}

.nav2:hover img{
padding-bottom:10px;
border-bottom: 3px solid #fef419 !important;
border-top: 1px solid #fef419 !important;
}

.nav2:active img{
padding-bottom:10px;
border-bottom: 3px solid #ffffff;
border-top: 1px solid #fef419;
}

.nav2:visited img {
padding-bottom:10px;
border-top: 1px solid #9f9488;
border-bottom: 3px solid #ffffff;
}

.nav2:hover{
padding-bottom:10px;
color: #fef419; /* Dummy definition to overcome IE bug */
}


.press-holder {float:left;
display:block;
width:149px;
margin:0 5px 0 5px;
}

.press-holder-title {width:149px;
height:109px;
margin:0 0 5 0;
border-bottom: #FFFFFF 0px solid;
}

.about-holder {width: 100%;
}

.press-img {padding: 0 0 0 10px;
}

p {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height: 18px;
padding: 0 0 0 10px;
}

.press-text {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height: 18px;
padding: 0 0 0 10px;
}

h2 {font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
padding: 15px 0 15px 10px;
}

h4 {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
padding: 5px 0 20px 10px;
}

.footer-text {font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding: 10px 0 10px 0;
}

.cv-link {color:#FFFFFF;
}

.bold {font-weight:bold;
}

/* CSS form */

label {float: left;
display: inline;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

#forename {background: #9f9488;
border: 1px solid #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin-bottom:5px;
}

#surname {background: #9f9488;
border: 1px solid #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin-bottom:5px;
}

#email {background: #9f9488;
border: 1px solid #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin-bottom:5px;
}

#phone {background: #9f9488;
border: 1px solid #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin-bottom:5px;
}

#cv {background: #9f9488;
border: 1px solid #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-bottom:5px;
}

#comments {background: #9f9488;
border: 1px solid #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin-bottom:5px;
width: 128px;
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}
