/* ####################################### */
/* ############### =GENERAL ############## */
/* ####################################### */

html,
body {
	height: 100%;

}

html {
	overflow-y: scroll;
}



.e-wrapper {
	background: #f9f9f9 url(/images/body_bg.jpg) no-repeat 50% 100%;
/*	border-top: 3px solid #7c7c7c;*/
	min-height: 100%;
	padding-top: 1.5384615384615384615384615384615em
}


.e-page {
	width: 980px;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
}

.boxshadow .e-page {
	border: 0;
	
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.a-layout-horizontal .section-inner { 
	width: auto;
	background-color: #fff;
}


/* ####################################### */
/* ############## HEADER ################# */
/* ####################################### */


#header .section-inner {
	padding: 20px 20px 0 20px;	
}





#logo {
	margin: 0;
	padding: 0 0 1.5384615384615384615384615384615em 0;
	float: left;
}

.contact-tel {
	float: right;
	font-family: Calibri,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 184.61538461538461538461538461538%;
	padding-left: 35px;
	margin: 1.625em 0 0 0;
	background: url(/images/chat_icon.png) no-repeat 0 50%;
}



/* ####################################### */
/* ############### CONTENT ############### */
/* ####################################### */

#content {
	overflow: hidden;
	background-color: #fff;
}

.content .section-inner {
	min-height: 600px;
	background-image: url(/images/faux_border.gif);
	background-repeat: repeat-y;
	background-position: 239px 20px;
	overflow: hidden;
	margin-top: 1.5384615384615384615384615384615em;
}

.e-home-content .section-inner {
	margin-top: 0;
}


/* COLUMNS
------------------------------------------------*/


.two-col-left .e-main-content {
	width: 700px;
	padding: 10px 20px 20px 20px;
/*	background: red;*/
}

.two-col-left .e-sub-content {
	width: 220px;
	padding: 17px 0 20px 20px;
/*	background: green;*/
}

.e-home-content .e-main-content { 
	width: auto;
	padding-top: 0;
}



.a-sub-content {
	margin: 0 20px 2.3076923076923076923076923076923em 0;
}

.a-sub-content h4:first-child {
	padding-top: 0;
}

.a-sub-content p:last-child {
	margin-bottom: 0;
}

.a-sub-content p {
	line-height: 1.4em;
	margin-bottom: 1.3em;
}


/* GRIDS
------------------------------------------------*/

.unit {
	float: left;
	margin-right: 2.8571428571428571428571428571429%;
}

.unit1of2 {
	width: 48.571428571428571428571428571429%;
}

.unit1of3 {
	width: 31.428571428571428571428571428571%;
}

.unitLast {
	margin-right: 0;
/*	display:table-cell;*/
	float:none;
	width:auto;
	overflow: hidden;
}

/*IE6&7 hacks*/
.unitLast {
	*display:block;
	*zoom:1;
	_position:relative;
	_left:-3px;
	_margin-right:-3px;
}



/* CONTENT IMAGERY
------------------------------------------------*/

.slide-show-editable { 
	height: 190px !important;
}

.content-imagery,
.content-imagery .show {
	height: 190px;
	overflow: hidden;
}

.content-imagery {
	border: 1px solid #ccc;
	padding: 1px;
	margin-bottom: 1.5em;
}


.content-imagery img {
	left: 0;
	position: relative;
	display: block;
}



/*HOMEPAGE OVERIDES*/

.e-home-content .content-imagery,
.e-home-content .content-imagery .show {
	height: 300px;
	border: 0;
	padding: 0;
}

.e-home-content .content-imagery .slide {
	height: 100%;
	width: 100%;
}

.e-home-content .content-imagery .inner {
	padding: 35px 20px 46px 380px;
}

.e-home-content .content-imagery {
	margin-bottom: 2em;
	color: #fff;
}

.e-home-content .content-imagery h2 {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 384.6153846153846%;
	line-height: 1;
	margin-bottom: 0.4em;
	color: #F5EDFA;
}

.e-home-content .content-imagery p {
	font-size: 1.1em;
}



/* ####################################### */
/* ############## FOOTER ################# */
/* ####################################### */

#footer .section-inner {
	background: 0;
	width: 980px;
	margin: 0 auto;
}

#footer .section-inner p {
	margin-bottom: 0;
}

.e-site-copyright {
	margin-bottom: 0.5em;
}

.e-company-info {
	float: left;
	clear: left;
	width: 480px;
	font-size: 0.92307692307692307692307692307692em;
	color: #999;
}


/* ####################################### */
/* ############### TABLES ################ */
/* ####################################### */

/*table {

}

table th,
table td {

}

table th {

}

table td {

}

table tr:nth-child(2n) {

}*/





/* ####################################### */
/* ############ MODULE: BOXES ############ */
/* ####################################### */

.box {
	border: 1px solid #e5e5e5;
	padding: 1px;
	background-color: #fff;
}

.box .inner {
	background: #f7f7f7 url(/images/box_bg.png) repeat-x 0 0;
	padding: 20px;
	display: block;
}

.box-img {
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
	position: relative;
}

.section-home .box .inner {
	padding: 0;
}

.section-home .box-img {
	height: 290px;
}

.section-home .box-img h2 {
	line-height: 1;
}

.section-home .box-img h2 a:link,
.section-home .box-img h2 a:visited {
	border-bottom: 0; 
}

.home-recruitment .box-img {
	background-image: url(/images/home_recruitment.png);
	background-position: 135px 100%;
}

.home-training .box-img {
	background-image: url(/images/home_training.png);
	background-position: 129px 81px;
}

.home-sulis .box-img {
	background-image: url(/images/home_sulis.png);
	background-position: 161px 100%;
}

.section-home .box p,
.section-home .box ul {
	padding-right: 60px;
}

#featured-content .cta {
	padding: 0.3em 15px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}


/* ####################################### */
/* ############ MODULE: MEDIA ############ */
/* ####################################### */

.media {
	clear: both;
}

.media .m {	
	float: left;
	display: block;
	margin: 0 20px 1.5384615384615384615384615384615em 0;
}

.media .malt {	
	float: right;
	margin-right: 0;
	margin-left: 20px;
}

.media .m-content {
/*	overflow: hidden;*/
}

.media .para-header {
	padding-top: 0;
}
