html {
overflow-y: scroll;
}
body {
	color:			#333;
	background:		#3F3F3F;
	font-family: 	Verdana, Geneva, sans-serif;
	text-shadow:	rgba(255, 255, 255, .01) 0px -1px 1px;
	font-size: 		12px;
	line-height:	22px;
	border:			0;
	margin:			0;
}

a:link {
color: #F00;
text-decoration: none;
-webkit-transition: color .3s linear; }
a:visited { color: #688690; text-decoration: none; }
a:hover { color: #3e565e; text-decoration: none; }
a:active { color: #688690; text-decoration: none; }


h1 {
	font-family: 	Verdana, Geneva, sans-serif;
	font-weight: 	normal;
	font-size: 		30px;
	line-height: 	10px;
	padding-bottom: 20px;
	padding-top: 0px;
}

p { margin-bottom:	22px; }

ol, ul { padding: 0 0 0px 20px; }

ol li, ul li { line-height: 22px; padding: 0px 0px 22px 0px; }



/*----------------------------------------------------------------------- 
   Layout
 ------------------------------------------------------------------------ */

#dashed {
	width: 			80%;
	height:			1px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #3F3F3F;
	margin-top: 5px;
	margin-bottom: 0px;
} 

#core {
width: 				940px;
margin: 			0 auto 0 auto;
}
#header {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	vertical-align: middle;
}

#index #header {
margin:				30px 0 31px 0;
}
#core #header h1 {
	left:407px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

#content {
	width:				920px;
	background-color:	#FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/contentbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.col-two {
float:				left;
width:				150px;
padding:			0 10px 0 10px;
}

.col-three {
	float:				left;
	width:				245px;
	margin-right: 		10px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.col-four {
	float:				left;
	width:				380px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.col-four-end {
float:				left;
width:				340px;
padding:			0 10px 0 10px;
margin-left:		10px;
}

.col-five { 
float:				left;
width:				435px;
padding:			0 10px 0 10px;
margin:				0;
}

.col-seven {
float:				left;
width:				640px;
}

.col-six {
float:				left;
width:				540px;
padding:			0 10px 0 10px;
margin:				0 10px 0 10px;
}
.main-column {
	float:				left;
	width:				880px;
	padding:			0 10px 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
}

.col-ten-header {
	float:				left;
	width:				900px;
	border-bottom-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.col-ten-header h1 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C11C2A;
}

.col-ten-desc {
	float:				left;
	width:				920px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* inline content footer */

.footer {
	color:				#993;
	font-family: 		Verdana, Geneva, sans-serif;
	font-size:			12px;
	line-height: 		22px !important;
	text-align: 		center;
	text-transform: 	uppercase;
	padding:			20px 10px 5px 10px;
	clear: 				both;
}

/* main template footer */

#footer {
	font-family: 		Verdana, Geneva, sans-serif;
	font-size:			12px;
	line-height: 		22px;
	padding:			18px 0 0 0;
	margin:				0 0 0px 0;
}

#footer a { color: #333; font-weight: bold; }
#footer a:hover { color: #688690; }
.slidecomments {
	position:			relative;
	float:				left;
	width:				300px;
	height:				120px;
	color:				#fff;
	background-color: 	#C41C28;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index:			10;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
.slidecomments h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.slidecomments p {
	font-size: 30px;
	line-height: 30px;
	padding-top: 10px;
}
.slidecomments a { color: #fff; }
.slidecomments .prev-next { float: right; }

.call-out { font-size: 11px; text-transform: uppercase; font-weight: bold; }

/*----------------------------------------------------------------------- 
   Menu
 ------------------------------------------------------------------------ */

#menu {
width: 			940px;
height: 		56px;
background: 	url(../images/menu.png);
margin: 		0 auto 0 auto;
padding: 		0;
position: 		relative;
top: 			0px;
}

#menu span { display: none; }

#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
}

#menu li, #menu a { height: 56px; display: block; }


#menu1 {
	left: 0px;
	width: 190px;
	list-style-type: lower-roman;
	list-style-position: outside;
}
#menu2 {
	left: 190px;
	width: 190px;
}
#menu3 { left: 380px; width: 190px; }
#menu4 { left: 570px; width: 190px; }
#menu5 {
	left: 0px;
	width: 190px;
}

#menu1 a:hover {
	background-color: transparent;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 0px -112px;
}
#menu2 a:hover { background: transparent url(../images/menu.png) -190px -112px no-repeat; }
#menu3 a:hover { background: transparent url(../images/menu.png) -380px -112px no-repeat; }
#menu4 a:hover { background: transparent url(../images/menu.png) -570px -112px no-repeat; }
#menu5  {
	background-color: transparent;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 0px -56px;
	list-style-type: square;
}
#menu6 {
	background-color: transparent;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: -190px -56px;
	list-style-type: square;
	left: 190px;
	width: 190px;
}
#menu7 {
	background-color: transparent;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: -380px -56px;
	list-style-type: square;
	left: 380px;
	width: 190px;
}
#menu8 {
	background-color: transparent;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: -570px -56px;
	list-style-type: square;
	left: 571px;
	width: 190px;
}
#menu9 {
	left: 760px;
	width: 180px;
}
#menu9 a:hover {
	background-color: transparent;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: -760px -112px;
}

#look #menu3  { background: transparent url(../images/menu.png) -380px -56px no-repeat; }
#vacancies #menu4  { background: transparent url(../images/menu.png) -570px -56px no-repeat; } 

#about #menu1 a:hover { background: transparent url(../images/menu.png) 0px -56px no-repeat; }
#work #menu2 a:hover { background: transparent url(../images/menu.png) -190px -56px no-repeat; }
#look #menu3 a:hover { background: transparent url(../images/menu.png) -380px -56px no-repeat; }
#vacancies #menu4 a:hover { background: transparent url(../images/menu.png) -570px -56px no-repeat; } 

ul.slideshow {
	list-style:none;
	width:900px;
	height:400px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:900px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0px;
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;
	font-size:18px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
}
#copyright {
	font-family: 		Verdana, Geneva, sans-serif;
	font-size:			10px;
	background-color: #FFF;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: 10px;
	margin-left: 10;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.timeslot {
 width: 235px;
  float: left;
    margin: 0 0 10px;
    padding: 10px 100px 0 0;
    border-top: 3px solid #ddd;
	    position: relative;
}
.timeslot span {
	position: absolute;
	right: -1px;
	font-size: 36px;
	color: #999;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	top: 0px;
	line-height: normal;
}
	.even {
	    float: right;
	    padding: 10px 0 0 100px;
	    border-color: #ca0000;
	}
	.even span {
	left: -5px;
	color: #ca0000;
	float: none;
	width: Auto;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	}
	.container {
	width: 600px;
	overflow: hidden;
	text-align: left;
	background-image: url(../images/timeline_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.container p {
	font-size: 12px;
	margin: 5px 0;
	padding: 5px 0;
	font-family: Verdana, Geneva, sans-serif;
}

#uploadform {width: 350px;}
	label {display: block;}
	input, textarea {width: 90%;}
	input#submit {width: auto;}
.jobtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3F3F3F;
	padding-top: 20px;
}

	.required {color: red;}
	#formfeedback {background: #fdfbab; padding: 5px;}
.location {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C21C28;
	line-height: 20px;
}
.jobdescription {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 18;
	color: #3F3F3F;
}

.cssnav {
	width: 99%;
	text-align: right;
	margin: 0px;
	white-space: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.cssapply a {
	display:block;
	width: 100px;
	color:#333;
	text-decoration: none;
	background-image: url(../images/apply.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 30px;
	padding-right: 10px;
	padding-left: 7px;
	font-family: sans-serif;
	font-size: 0px;
	font-weight: bold;
}
.cssapply a:hover { 
background-image: url(../images/apply.png);
}
.cssapply a:active {
background-image: url(../images/apply.png);
}
#REC {
	left: 800px;
	width: 80px;
	list-style-type: lower-roman;
	list-style-position: outside;
	position: relative;
	top: -75px;
	background-color: #FFF;
	background-image: url(../images/REC.jpg);
	background-repeat: no-repeat;
	height: 63px;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
	overflow: hidden;
}
#core #header #logo {
	background-color: #FFF;
	width: 260px;
	height: 124px;
}
.example_1, .example_2, .example_3, .example_4 {
    font-size: .8em; padding: 0 0 12px 0; text-align: left;
}
.example_3 ul {
    padding-top: 12px;
    font-size: 1em;
}
.example_3 ul li {
    font-size: 1em;
}
#menu10 {
	background-color: transparent;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: -760px -56px;
	list-style-type: square;
	left: 760px;
	width: 180px;
}
ul.slideshow2 {
	list-style:none;
	width:900px;
	height:400px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow2 li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow2 li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow2-caption {
	width:900px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	z-index:500;
}

#slideshow2-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow2-caption h3 {
	margin:0;
	padding:0;
	font-size:18px;
}

#slideshow2-caption p {
	margin:5px 0 0 0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
}
.slidecommentsbham {
	position:			relative;
	float: left;
	width:				200px;
	height:				auto;
	color:				#fff;
	background-color: 	#C41C28;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index:			10;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
.slidecommentsbham h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.slidecommentsbham p {
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	width:200px;
}
.slidecommentsbham a { color: #fff; }
.bhamform-col-left {
	float:				left;
	width:				300px;
	margin-right: 		15px;
	padding-top: 		0px;
	padding-right: 		10px;
	padding-bottom: 	0;
	padding-left: 		10px;
	margin-top: 		10px;
	margin-bottom: 		0px;
	margin-left: 		0px;
}
.bhamform-col-right {
	float:				left;
	width:				300px;
	margin-right: 		0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.bhamform-col-right headline  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000;
	line-height: 25px;
}
.bhamform-col-left headline  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000;
	line-height: 25px;
}
.largetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #333;
	line-height: 30px;
}
