

div {border: 0px solid yellow;}


* {margin: 0;}

html, body {height: 100%;}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	background: #1b1d1e;
	font-size: .85em;
	color: #FFFFFF;
	font-family: Helvetica, Arial, san-serif;
}

/* HEADER FONTS */
h1, h2, h3, h4 {margin: 0; color: #f9ab1b; font-weight: 100;}
h1 {font-size: 1.6em; margin: 0px 0px 15px 0px;}
h2 {font-size: 1.3em; margin: 20px 0px 5px 0px;}
h3 {font-size: 1.2em; margin: 20px 0px 0px 0px;}
h4 {font-size: 1.0em; margin: 0px 0px 0px 0px; font-weight: 100;}
/* ENDS HEADER FONTS */

img {border: 1px solid #b0b1b1; 
float: left;
margin: 0px 10px 10px 0px;}

p {margin: 5px 0px 20px 0px;}

ul {margin: 4px 0px 10px 0px;}

/* ANCHOR TAGS */
a:link {color: #43CAD8; text-decoration: none;}
a:visited {color: #43CAD8; text-decoration: none;}
a:hover {color: #D8B210; text-decoration: none;}
/* ENDS ANCHOR TAGS */

.clear {clear: both;}

.Center {text-align: center;}

/* HEADER SECTION */
#Header {
	width: 100%;
	margin: 0px auto;
	height: 140px;
	background: url(../images/header-bg.gif) repeat-x bottom;
	background-color: #3a3a3a;
	border: 0px solid yellow;
}
#Header-content {
	width: 900px;
	margin: 0px auto;
	height: 125px;
}

#Logo {
	float: left;
	margin: 8px 0px 0px 10px;
	width: 223px;
	height: 114px;
	background: url(../images/BSEN_logo.gif) repeat-x;
}
#Header-RHS-image {
	float: right;
	background: url(../images/header-picture_rhs.jpg) no-repeat;
	width: 635px; height: 129px;
	margin: 0px;
}
/* ENDS HEADER SECTION */


/* PROMOBAR */
#promobar {
	width: 884px;
	background: url(../images/promobar-middle2.png) repeat-y;
	line-height: 1.4em;
	color: #c3c3c3;
	text-decoration: none;
	margin: 10px 10px 0px 20px;
}
#promobar-Top {
	width: 884px;
	height: 8px;
	background: url(../images/promobar-top2.png) no-repeat;
}
#promobar-Content {
	margin: 0px 10px 0px 10px;
	height: 84px;
}
#promobar-entry a {
	margin: 0px 0px 2px 27px;
	position: relative;
	bottom: 2px;
	text-decoration: none;
	cursor: pointer;
}
#promobar-Bottom {
	width: 884px;
	height: 8px;
	background: #1B1D1E url(../images/promobar-bottom2.png) no-repeat;
	padding-left: 24px;
	margin-bottom: 15px;
	
}

#promobar-graphic {
	width: 884px;
	height: 100px;
	/*background: url(../images/promobar-full.jpg) no-repeat;*/
	margin: 0px 10px 10px 10px;
	cursor: pointer;
}

#promobar-graphic img {
	border: 0px;
}

.promobar-graphic-a1 {
	width: 500px;
	height: 99px;
}
.promobar-graphic-a2 {
	width: 355px;
	height: 99px;
	position: relative; 
	top: -102px;
	right: -525px;
}
/* ENDS PROMOBAR */



/* MAIN SECTIONS */
#MainContent {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid red;
}
#LeftColumn {
	float: left;
	margin: 0px 0px 0px 10px;
}
#centre-column {
 	width: 680px; 
	height: 100%;
	float: right;
	margin: 10px 0px 0px 0px;
	border: 0px solid yellow;
}
#RightColumn {
	float: left;
}
.Footer {
	height: 54px; /* .push must be the same height as .footer */
}
/* ENDS MAIN SECTIONS */



/* LHS-BOX */
.LHS-box {
	width: 180px;
	background: url(../images/LHS-middle2.png) repeat-y;
	line-height: 1.4em;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
}
.LHS-box-Top {
	width: 180px;
	height: 11px;
	background: url(../images/LHS-top2.png) no-repeat;
}
.LHS-box-Content {
	margin: 0px 10px 0px 10px;
}
.LHS-box-entry {
	margin:  5px 0px 5px -1px;
	height: 23px;
	border-bottom: 1px dotted white;
	background: url(../images/arrow-right-small.gif) no-repeat;
}
.LHS-box-entry a {
	margin: 0px 0px 2px 30px;
	position: relative; 
	top: 1px;
	right: 4px;
}
.LHS-box-entry a:link {color: #ffffff; text-decoration: none;}
.LHS-box-entry a:visited {color: #ffffff; text-decoration: none;}
.LHS-box-entry a:hover {color: #D8B210; text-decoration: none;}

.LHS-box-entry-selected {
	margin:  0px 0px -1px -1px;
	padding-bottom: 8px;
	border-bottom: 1px dotted white;
	background: url(../images/arrow-down-small.gif) no-repeat;
}
.LHS-box-entry-selected a {
	margin: 0px 0px 0px 30px;
	position: relative; 
	top: 1px;
	bottom: 2px;
	right: 4px;
	text-decoration: none;
}
.LHS-box-entry-selected a:link {color: #ffffff; text-decoration: none;}
.LHS-box-entry-selected a:visited {color: #ffffff; text-decoration: none;}
.LHS-box-entry-selected a:hover {color: #D8B210; text-decoration: none;}
.LHS-box-entry-selected div {
	margin:  0px 0px 0px 15px;
	padding: 0px;
	height: 18px;
	font-size: .9em;
}
.LHS-box-entry-selected div a {
	margin: 0px 0px 0px 27px;
	position: relative; 
	top: 1px;
	bottom: 2px;
	right: 4px;
	text-decoration: none;
}
.LHS-box-Content h2 {
	font-size: 1.3em; margin: 0px 0px 10px 0px;
}
.LHS-box-entry-NE {
	margin:  10px 0px 5px -1px;
	padding-bottom: 10px;
	border-bottom: 1px dotted white;
	font-size: .9em;
	line-height: 1.4em;
}
.LHS-box-entry-NE a {
	font-weight: 900px; font-size: 1.2em;
}
.LHS-box-Bottom {
	width: 180px;
	height: 10px;
	background: #1B1D1E url(../images/LHS-bottom2.png) no-repeat;
	
}
/* ENDS LHS-BOX */




/* CONTENT STYLING */
.event-entry {
	margin-bottom: 50px;
}
.BTT {
	border-bottom: 1px dotted #fff;
	width: 100%;
	height: 20px;
	margin: -40px 0px 20px 0px;
}
.BTT-img {
	background: url(../images/arrow-up-small.gif) no-repeat;
	width: 20px;
	height: 20px;
	float: right;

}
.jobs{}
.job{}
.job p{margin-bottom:10px}
.job .BTT {border-bottom: 1px dotted #fff;width: 100%;height: 20px;margin: 0px 0px 20px 0px}
.job ul{padding:0;margin:0 0 0 20px}
/* CONTENT STYLING */


.ext-logos{padding:4px;background-color: #fff;height:80px}
.ext-logos img{margin:2px 10px 2px 10px}

/* FOOTER */
.Footer {
	width: 100%;
	min-width: 900px;
	height: 25px;
	background: url() repeat-x;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	float: right;
	border-top: 1px dotted white;
}
.FooterText {
	float: right;
	padding-right: 40px;
	position: relative;
	top: 0px;
	font-size: .9em;
	
}

	
/* ENDS FOOTER */
