/* Main Structure */
body
{
    margin: 0px auto;
    padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
    background-color:#f6f6f6;
    line-height:20px;
    font-size:14px;
    color:#706F6F;
}

.ckeditor_texarea_body{
    background: #FFF;
    color: #6D6E71;
}
.cke_panel_frame{
    background: #FFF;
}

#main
{
    width: 1000px;
    text-align: left;
    margin: auto;
    background-color:#ffffff;
    border:solid 0px;
    margin-top:0px;
    height:auto;
	 -moz-box-shadow: 1px 2px 15px rgba(0, 0, 0,0.2);
    -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 15px rgba(0, 0, 0, .2);


}
/*HEADER///////////////////////////////////////////////*/

.header{
    height: 52px;
    margin: 0px;
    margin-right:0px;
}
.header-left
{
    float:left;
    margin:0px;
    font-size: 11px;
    color: #808183;
    margin-top:80px;
    margin-left:0px;
}

.header-right
{
    float:right;
    margin:0px;
    text-align:right;
    color:#808183;
    margin-top: 15px;
    line-height: 20px;
    /*
    font-family: 'ChevinStdLightRegular';
    */
    font-family: 'Roboto', sans-serif;
    font-size:13px;
    position: relative;
    right: 30px;

}

.header-link-img{
    vertical-align: middle;
    padding-bottom: 3px;
    width:13px;
    padding-left:10px;
}


/*CONTENT///////////////////////////////////////////////*/

.left-content{
    float:left;
    width:200px;
}

.middle-content{
    float:left;
    border:0px solid red;
    width:750px;
    margin-left:10px;
    padding-left:20px;
}

.right-content{
    float:right;
    border:0px solid orange;
    width:20px;
    background-color:#a1157e;
    text-align:center;
    margin-right:5px;
}

.energy-working-britain{
    background-color:#a1157e;
    width:30px;
    float:right;
    background-image: url('images/energy-working-for-britain-bar.jpg');
    min-height:676px;

}
.cms_content{
    padding: 0;
	float:left;
	width:100%;
}

li{
    color:#706F6F;
}


/*NAVIGATION///////////////////////////////////////////*/

.navigation{
    position:relative;
    z-index:100;
    font-size:14px;
    font-family: 'ChevinStdMediumRegular';
    text-transform: uppercase;
    color:#3e316b;
}

.navigation a,
.navigation li:first-child a.l0,
.navigation li:last-child a.l0 {
    padding: 10px 15px;
    line-height: 15px;
    color: #211554;
    background: #e9e9e9;
    transition: 0.3s;
}

.navigation .main_nav{
    list-style: none;
    margin: 0;
    padding: 0px;
    line-height: 24px;
}
.navigation a:link, .navigation a:visited{
    display: block;
    text-decoration: none;
    font-weight: normal;
}
.navigation a:hover,
.navigation li:first-child a.l0:hover,
.navigation li:last-child a.l0:hover {
    background-color: #dadada;
    color: #211554;
}
.navigation a.active{
    color: #ffffff;
    background: #3e316b;
}

.sub_nav{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    display: none;
}

.sub_nav li a:link{
    background: #cc94c0;
    color: #fff;
}

.sub_nav li a.active-sub {
    background: #cc94c0;
    color: #fff;
}
.sub_nav li a.active-sub:hover{
    background: #ba65a3;
}

.sub_sub_nav{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    display: none;
}

.sub_sub_nav li{
    border: 0;
    padding: 0;
}

.sub_sub_nav a:link,.sub_sub_nav a:visited{
    font-weight: normal;
    color: #606060;
    display: block;
}
.show_sub_nav{
    display: block;
}

.navigation a.active-sub{
    color: #160B5B;
    background: url('images/bullet-blue.png') 100% 50% no-repeat;
}

.sub_sub_nav a.active-sub{
    color: #fff;
    background: #3e316b;
}

.sub_nav a:hover{
    font-weight: normal;
    color: #160B5B;
}

/******************************************************/
/*NEW NAV MAR 17*/
/******************************************************/

.navigation .l1 {
    color: #ffffff;
    background: #a1167e;
    background-position: 180px 50%;
}
.navigation .l1.open {
    background: #ba65a3;
}
.navigation .open li a {
    background: #e9d5e9;
    color: #211554;
}

.navigation .open li a:hover {
    background: #dfc0dc;
}

.navigation .l0 {
    background: url(images/nav-grey-down.png) 180px 50% no-repeat #e9e9e9;
}

.navigation .active_l0 {
    background: url(images/nav-white-up.png) 180px 50% no-repeat #a1167e;
    color: #fff;
}

.navigation .l2 {
    color: #211554;
    background: #e9d5e9;
}

.navigation .l3 {
    color: #ffffff;
    background: #e656d0;
}

.nav_level_1,
.nav_level_2,
.nav_level_3,
.new_sub_nav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.nav_level_1.open,
.nav_level_2.open,
.nav_level_3.open,
.new_sub_nav.open,
.nav_level_1.open .nav_level_2.open {
    display: block;
}

.navigation li:first-child a.active_page.l0,
.navigation li:last-child a.active_page.l0,
.navigation .open li a.active_page.l1,
.navigation .open li a.active_page,
.navigation a.active_page {
    color: #ffffff;
    background: #3e316b;
    background-position: 180px 50%;
}

.navigation .open li a.l1 {
    color: #fff;
    background: #cc94c0;
    background-position: 180px 50%;
}

.navigation .nav_level_1.open li.drop a.l1 {
    background: url(images/nav-white-down.png) 180px 50% no-repeat #cc94c0;
}

.navigation .nav_level_1.open li.drop a.active_l1,
.navigation .nav_level_1.open li.drop a.active_page {
    background: url(images/nav-white-up.png) 180px 50% no-repeat #ba65a3;
}

.navigation .nav_level_1.open li.drop a.active_page.l1 {
    background-color: #3e316b;
}

.careers {
    float: left;
    margin-right: 6px;
    border: 0px solid;
    border-radius: 5px;
    padding: 2px 6px 2px 13px;
    background: #211554;
    font-family: 'ChevinStdMediumRegular';
	position:relative;
	top:-2px;

}
.careers:hover{
    background: #3e316b;
}
.careers a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight:normal;
}
.careers a:hover{
    color: #ffffff;
    text-transform: uppercase;
    font-weight:normal;
    text-decoration:none;
}


.english{
    float:left;
    margin-right:20px;
    text-transform: uppercase;
}
.welsh{
    float:left;
    text-transform: uppercase;
}


/*Shadow --------------------*/

.shadow1 {
    margin: 0px;
    width:200px;
    background-color: rgb(68,68,68); /* Needed for IEs */

    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}
.shadow1 .content {
    position: relative; /* This protects the inner element from being blurred */
    padding: 0px;
    background-color: #fff;
}

.shadow2 {
    margin: 0px;
    width:200px;
    background-color: rgb(68,68,68); /* Needed for IEs */

    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}
.shadow2 .content {
    position: relative; /* This protects the inner element from being blurred */
    padding: 0px;
    background-color: #fff;
}


/*LEFT CONTENT///////////////////////////////////////////////*/

.logo{
    background-image: url('images/horizon-nuclear-power-logo.jpg');
    background-repeat:no-repeat;
    width:200px;
    height: 143px;
}



/*FOOTER //////////////////////////////////////////////////*/

.footer {
    position: relative;
    z-index: 2;
    background: #211554;
    padding: 30px 10px 20px;
    font-size: 11px;
    color: #fff;
}
.copyright{
    padding: 5px;
}
.footer-links{
    float: left;
    width: 145px;
    padding: 0 10px;
    border-right: 1px solid #3e316b;
}
.footer-links:nth-child(6){
    width: 113px;
    margin: 0;
    border: 0;
}

a.foot,
a.foot:hover {
    width: 100%;
    float: left;
    color: #9088B1;
    font-weight: normal;
}
.footer-links a.foot:first-child{
    color: #fff;
}
.footer-links.bottom a.foot {
    color: #fff;
}
.footer-links.bottom {
    width: 100%;
    float: left;
    color: #fff;
    border: 0;
    margin: 0;
}

.footer-links.bottom a {
    width: auto;
    margin-right: 30px;
}


/*FONT //////////////////////////////////////////////////*/

a {
    color: #9E218B;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}


a.language-off {
    color:#808183;
    text-decoration: none;
}

a.language-off:Hover {
    color:#9E218B;
    text-decoration: underline;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.small {
    font-size: 11px;
    text-align: center;
    color: #585858;
}

h1 {
    color: #a1157d;
    font-family: 'ChevinStdLightRegular';
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
	margin-top: 5px;
}

h1.head{
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 33px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.blue-h1{
	color:#170B5B;
}


h2 {
    font-size: 18px;
    color: #170B5B;
    text-align: left;
    font-weight: normal;
    /* font-family: Chevin Std Medium, Arial; */
    font-family: 'Roboto', sans-serif;
	font-weight:500;
    line-height: 20px;
}


h3{
    color:#0e084e;
    font-size: 0.7em;
    /*font-family: Chevin Std Medium, Arial;*/
    font-family: 'ChevinStdMediumRegular';
}



UL {
    list-style-type: square;
    color: #932653;

}



a.showLink {
    text-decoration: none;
}

a.hideLink {
    text-decoration: none;
}


.clr{
    clear: both;
}


/*Latest News Homepage --------------------------*/
.latest_news_container {
    width: 770px;
    margin-left: -20px;
    background-color: #E9E9E9;
}
.latest_news_header {
    padding: 5px 5px 5px 5px;
    width: 200px;
    height: 20px;
    color: #ffffff;
    font-family: 'ChevinStdMediumRegular';
    font-size: 16px;
    background-color: #A1157E;
    text-align: center;
    margin:0 auto;
    margin-bottom: 20px;
}
.single_news_container {
    float:left;
    margin-left: 25px;
    width: 225px;
    background-color: #ffffff;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    min-height: 270px;
}
.news_image {
    height: 140px;
    width: 225px;
}
.news_title{
    padding: 0 15px;
}
span.news_date {
    font-size: 10px;
}
.news_link{
    float:right;
}
.latest_news_footer {
    padding: 5px 5px 5px 5px;
    width: 200px;
    height: 20px;
    background-color: #b2b2b2;
    text-align: center;
    margin:0 auto;
    margin-top: 20px;
}
.latest_news_footer a {
    color: #ffffff;
    font-family: 'ChevinStdMediumRegular';
    font-size: 16px;
    font-weight: normal;
}
.more-news {
    position: relative;
    top: 4px;
    right: 10px;
}
/*OTHER --------------------------*/
.banner {
    width: 750px;
	float:left;
}

.inner-banner{
    margin-top:20px;
}


.newsletter {
    /* margin-top: 23px; */
    /* padding-top: 30px; */
    font-size: 14px;
    /* padding-left: 15px; */
    color: #160b5b;
    position: relative;
    /* font-family: Chevin Std Medium, Arial; */
    font-family: 'ChevinStdMediumRegular';
    line-height: 16px;
    margin-bottom: 2px;
}

.news_details{
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #808183;
    /* padding-top: 20px; */
}
.newsletter h3 a{

	font-size: 16px;
    font-family: 'ChevinStdMediumRegular';
    line-height: 20px;
    color: #9E218B;
}
.newsletter a {

	font-size: 16px;
    font-family: 'ChevinStdMediumRegular';
    line-height: 20px;
    color: #9E218B;
	 font-size: 14px;
    font-family: 'ChevinStdMediumRegular';
    line-height: 20px;
    color: #3e316b;
}
.purple-line{
    border-top: 1px solid #A1157E;
    padding: 15px 25px;
}
.purple-line h2{
    color: #A1157E;
    font-size: 19px;
}


.subheading{
    font-size: 20px;
    /*font-family: Chevin Std Medium, Arial;*/
    font-family: 'ChevinStdMediumRegular';
    line-height:20px;
    color:#9E218B;
}
.nw_block{
    position:relative;
    clear: both;
}
.nw_img{
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

.nw_img2{
    float: right;
    position: absolute;
    right: 0px;
    top: 220px;
}


.newsletter .left{
    float: left;
    width: 120px;
}

.border{
    border-bottom: 1px dotted #6E6E70;
    clear: both;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 1px;
}

.left-shadow{
    width:10px;
    height: calc(100% - 200px);
    background: url(images/left-shadow.png) repeat-y;
    position:absolute;
    left:201px;
    opacity: 0.3;
    z-index: 1;
}

#right_nav{
    width:28px;
    height: calc(100% - 200px);
    position:absolute;
    right:0;
    z-index: 1;
}
#right_nav .cont{
    background: url(images/right-bg.png) repeat-y;
    height: 100%;
    padding-top:8px;
}

.phone{
    font-size: 22px;
    line-height:22px;
}
#middle-content{
    width: 733px;
    float: left;
    padding-left:22px;
    padding-right:18px;
    padding-bottom: 40px;
}
#middle-content.grey-bg {
    background: #f5f5f5;
}

.breadcrumb{
    color: #922155;
    margin-top: 15px;
    padding-bottom: 5px;
    font-size: 12px;
    text-align:left;
}

.breadcrumb a{
    background: url("images/bullet-grey.png") no-repeat 0 4px transparent;
    padding-left:10px;
    margin-right: 5px;
	text-transform:uppercase;
	 font-family: 'ChevinStdLightRegular';
	 font-size:13px;

}
.breadcrumb a:first-child {
    padding-left: 0px;
    padding-right: 20px;
    text-transform: uppercase;
    background: url(images/bullet-grey.png) no-repeat;
    background-position-x: 44px;
    background-position-y: 4px;
}
.breadcrumb a:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    background: none;
}
.breadcrumb a:nth-child(3) {
    padding-left: 15px;
}
.breadcrumb a:nth-child(4) {
    padding-left: 15px;

}

.breadcrumb_home {
    padding-right: 29px;
    text-transform: uppercase;
    /*
    font-family: 'ChevinStdLightRegular';
    */
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    background: url(images/bullet-grey.png) no-repeat;
    background-position-x: 46px;
    background-position-y: 4px;
}

.d-blue{
    color: #160b5b;
}

.d-purple{
    color: #9E218B;
}


.column-1{
    width: 350px;
    float: left;
    color: #706f6f;
    font-size: 14px;
}

.column-2{
    width: 350px;
    float: left;
    color: #706f6f;
    margin-left: 25px;
    font-size: 14px;
}

.scroll-msg{
    border-bottom: 1px solid #6d6999;
    border-top: 1px solid #6d6999;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 40px;
    color: #9e218b;
    font-weight: bold;
    margin-right: 0px;
    font-size: 13px;
}


/*NIVO-SLIDER --------------------------------------------------*/
.banner .theme-default #slider {
    margin: 0 auto;
    width: 770px;
    height: 371px;
    z-index: 10; /*RA added*/
    overflow: hidden;
}

.banner .theme-default .nivoSlider img {
    max-width: 770px;
    width: 100%;
    min-width: 770px;
    min-height: 371px;
    height: auto;
}

.banner .theme-default .nivo-caption {
/*    background: rgb(255,255,255,0.7);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
    height: 85px;*/
}

.banner .theme-default .nivo-caption,
.banner .theme-default .nivo-caption a {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    color: #211554;
    padding: 30px 20px;
    width: 100%;
    font-family: 'ChevinStdLightRegular';
    font-size: 40px;
    line-height: 1em;
    z-index: 8;
    text-decoration:none;
    font-weight: normal;
}

.banner .theme-default .nivo-caption:first-line,
.banner .theme-default .nivo-caption a:first-line {font-weight: bold;}

#hellohigfdd-ggdfg{
    color: #fffff;
    text-align:left;
}
#wrapper{
    margin-left:-20px;
}

.test{
    color:#000000;
    font-weight: bold;
}


/********************PUBLIC DOC*************************/

.all_pub_doc{

    width: 730px;
    min-height:465px;
}
.pub_doc {
    background: #f6f6f6;
    padding-bottom: 0px;
    color: #706F6F;
    /* padding-left: 0px; */
    /* padding-top: 20px; */
    margin-top: 20px;
}
.pub_doc_col_1{
    width: 355px;
    float: left;
}
.pub_doc_col_2{
    width: 355px;
    float: left;
    margin-left: 20px;
}
.doc_head{
    padding-left: 15px;
    color: #160B5B;
    font-weight: bold;
    font-size: 14px;
}
h3.pub_doc_head {
    background: #6a2383;
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 23px;
    clear: both;
    padding-left: 15px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-family: 'ChevinStdMediumRegular';
	font-weight:400;
	margin-bottom:10px;
}
.doc_head img{
    float: right;
    padding-left: 10px;
    display:none;
}
.doc_details {
    padding: 0px 15px 0px 15px;
    background: #f6f6f6;
    margin: 0 auto;
    margin-top: 15px;
}
.doc_body{
    display: none;
}
a.show_hide_doc {
    display: inline-block;
    width: 64px;
    margin: 0 auto;
    text-decoration: none;
    color: #2F245E;
    background: url(images/arrow-down.png) #b2b2b2;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    text-transform: uppercase;
    font-family: 'ChevinStdMediumRegular';
    text-align:left;
    font-weight: normal;
}
a.show_doc{
    background-image: url("images/arrow-up.png");
}
a.show_hide_news{
    display: inline-block;
    width: 64px;
    margin-top: 10px;
    background: url(images/arrow-right.png) #b2b2b2;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    line-height: 20px;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'ChevinStdMediumRegular';
    text-align: left;
    font-weight: normal;
}
a.show_news{
    background-image: url("images/arrow-up.png");
}
#news_footer_button a {
    display: block;
    width: 160px;
    padding-left: 20px;
    margin: 0 auto;
    font-size: 16px;
}
.doc_border{
    height: 3px;
    background: #FFF;
    border-bottom: 2px dotted #A1147D;
}

.news_download_link{clear: both; padding-bottom: 10px;}

/********************Education*************************/

h3.education_doc_head {
    font-size: 25px;
    color: #a1157e;
    padding: 0;
    margin: 0;
    line-height: 23px;
    clear: both;
    padding-left: 0px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-family: 'ChevinStdMediumRegular';
    font-weight: 400;
    margin-bottom: 10px;
}

.education_doc {
    padding-bottom: 0px;
    color: #706F6F;
    /* padding-left: 0px; */
    /* padding-top: 20px; */
    margin-top: 20px;
}

.education_details {
    padding: 0px 10px 5px 10px;
    margin: 0 auto;
    margin-top: 15px;
}

a.show_hide_education {
    display: inline-block;
    /* width: 7px; */
    margin: 0 auto;
    text-decoration: none;
    color: #2F245E;
    background: url(images/arrow-down.png) #878787;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px;
    text-transform: uppercase;
    font-family: 'ChevinStdMediumRegular';
    text-align: center;
    font-weight: normal;
    /* height: 7px; */
    border-radius: 4px;
    position: relative;
    top: 5px;
}

a.show_education{
    background-image: url("images/arrow-up.png");
}

.education_head{
    padding-left: 5px;
    color: #160B5B;
    font-weight: bold;
    font-size: 14px;
	cursor:pointer;
}

/********************OUR People*************************/

.all_our_ppl{
    border-top: 1px solid #BBB6CE;
    width: 730px;
}
.our_ppl{

    padding-bottom: 0px;
    color: #808183;
    padding-left: 0px;
    padding-top: 20px;

}
.our_ppl_col_1{
    width: 355px;
    float: left;
}
.our_ppl_col_2{
    width: 355px;
    float: left;
    margin-left: 20px;
}
.ppl_head{
    padding-left: 0px;
    color: #160B5B;
    font-weight: bold;
    font-size: 11px;
}
h3.our_ppl_head {
    background: #A1147D;
    font-size: 14px; color: #fff;
    padding: 0;
    margin: 0;
    line-height: 23px;
    font-weight: normal;
    clear: both;
    padding-left: 8px;
    padding-bottom: 2px;
    float: left;
    width: 227px;
    margin-top: 125px;
}

.our_ppl_img{
    float: left;
    padding-left: 0px;
}
.ppl_details{
    padding: 5px 5px 5px 5px;
    color: #2F245E;
    font-weight: bold;
    font-size: 11px;
    background: #fff url('images/public_doc_bg.png') repeat-x bottom;
}
.ppl_desc{
    display: none;
    padding-top:10px;
}
a.show_hide_ppl{
    font-weight: normal;
    text-decoration: none;
    color: #2F245E;
    float: right;
    font-weight: bold;
    font-size: 11px;
    background-image: url("images/arrow-right.gif");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 25px;
    line-height: 20px;
    display: block;
}
a.show_ppl{
    background-image: url("images/arrow-down.gif");
}
.ppl_border{
    height: 3px;
    background: #FFF;
    border-bottom: 2px dotted #A1147D;
}

/***********************NEWS*************************/

.news_scroll_title{
    float: left;
    width: 170px;
}
.news_scroll{
    float: left;
    width: 560px;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
    width: 560px;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 0px;
    top: 0px;
    width: 560px;
    overflow: hidden;
}
ul.newsticker { /* that's your list */
    position: relative;
    left: 560px;
    color: #9E218B;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    background: #fff;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #9E218B;
    font-size: 13px;
    font-weight: bold;
    /*margin: 0 50px 0 0;*/
}
ul.newsticker span {
    margin: 0 10px 0 0;
}

.all_news{
    width: 770px;
    margin-left: -20px;
    background: #f5f5f5;
    padding-top: 1px;
}
#middle-content.grey-bg .all_news {
    width: 690px;
    margin: 10px 0 30px;
    background: #fff;
    padding: 1px 20px;
    -moz-box-shadow: 1px 2px 15px rgba(0, 0, 0,0.2);
    -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 15px rgba(0, 0, 0, .2);
}
.news{
    background: #fff;
	padding: 10px;
    color: #808183;
    margin:20px;
    -moz-box-shadow: 1px 2px 15px rgba(0, 0, 0,0.2);
    -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 15px rgba(0, 0, 0, .2);
}
.news_left{
    width: 467px;
    float: left;
    padding-right: 10px;
    margin-top: 20px;
}
#middle-content.grey-bg .news_left{
    border-right: 1px solid #dadada;
}
.news_right_img{
    width: 195px; /* was 200 */
    float: right; /* was left */
    padding-left: 10px;
    margin-top: 20px;
}
.news_right_img img{
max-width:195px
}
.news_head h3{
    font-size: 11px;
    color: #808183;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    font-weight: normal;
}
.news_head h4{
    font-size: 20px; color: #9E218B;
    font-weight: normal;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}
.news_cat_1{
    color: #160B5B;
}

.news_listing_cat_1{
    color: #160B5B;
    font-size: 14px !important;
}


.news_cat_2{
    color: #9E218B;
}
.news_cat_3{
    color: #FCB768;
}
.news_body{
    display: none;
}

/******* EVENTS *********/
a.past_events, a.future_events {
    padding: 22px;
    line-height: 60px;
}


/******* about us*********/
.left_about_us{
    width: 500px;
    float: left;
}
.right_about_us{
    width: 200px;
    float: left;
    background: red;
}

/*********FAQ**********/
.faq_all{
    /*  border-top: 1px solid #BBB6CE;*/
    width: 730px;
    float:left;
    top:0px;
}
.faq{
    margin-left: 0;
    padding: 4px 4px 4px 4px;
    line-height: 1.8em;
    background-color: #ffffff;
    background-image: url('images/arrow-right.gif');
    background-repeat:no-repeat;
    background-position: left 5px;
    color:#133880;
    list-style-type:none;
}


li.faqItem {
    padding-left:20px;
    padding-top: 0px;
    line-height: 1.5em;
    list-style-type:none;
}

ul.faqDown {
    margin-left: 0;
    padding: 4px 4px 4px 4px;
    line-height: 1.8em;
    background-color: #ffffff;
    background-image: url('images/arrow-down.gif');
    background-repeat:no-repeat;
    background-position: left 5px;
    color:#133880;
    list-style-type:none;
}

li.faqDown {
    padding-left:20px;
    padding-top: 0px;
    line-height: 1.5em;
    list-style-type:none;
}
.faq_footer_cont{
    padding-top: 10px;
    font-weight: bold;
    color: #808183;
}




.more {
    display: none;
    color:#706f6f;
}

.isearch-highlight {
    color: #8c187b;
    font-weight: bold;
}

.banner_top_img{
    clear: both;
    width: 772px;
    margin-left: -22px;
}


/****************CAREAR*******************/
.course-bg{
    margin-top:10px;
    padding:20px;
    background-image: url('images/course-bg-box.gif');
    background-repeat:no-repeat;
    height:180px;
    margin-left:30px;
}

.course-bg-welsh{
    margin-top:10px;
    padding:20px;
    background-image: url('images/course-bg-box-welsh.gif');
    background-repeat:no-repeat;
    height:180px;
    margin-left:30px;
}

.course-bg-search{
    margin-top:0px;
    padding:20px;
    background-image: url('images/course-bg.gif');
    background-repeat:no-repeat;
    height:167px;
    /*  width:980px;*/

}
.course-bg-search-welsh{
    margin-top:0px;
    padding:20px;
    background-image: url('images/course-bg-welsh.gif');
    background-repeat:no-repeat;
    height:167px;
    /* width:980px;*/

}


#keywords{
    height:18px;
    width:245px;
    font-size:10pt;
    float:left;
    margin-top:8px;
}

#keywords-search{
    height:50px;
    width:350px;
    font-size:16pt;
    float:left;
    margin-right:20px;

}
.careerarea{
    margin-top:0px;
}

.location{
    margin-top:8px;
}

#searchbutton{
    margin-top:8px;

}

#course-results{
    padding-top:0px;
    border:0px solid;
    font-size:0.85em;
}

a.link{
    color:#901981;
}

#course-breakdown{
    padding-top:0px;
    border:0px solid;
    font-size:0.85em;
}

.box-title{
    background-color:#dfe0e2;
}

td.header{
    margin-left:30px;
}

p.nojobs{
    font-size:12px;
}

/*************TEMPLATE****************/
.content_with_box{
    clear: both;
    width: 730px;
}
.main_cont_box_left{
    float: left;
    width: 509px;
    border-right: 1px dotted #A1157E;
    color: #706f6f;
    padding-right: 20px;
}
.main_cont_box_right{
    width: 180px;
    margin-left: 19px;
    float: left;

}
.blue_box{
    width: 100%;
    color: #6a238b;
    font-size: 18px;
    clear: both;
    margin-bottom: 30px;
    padding: 0px 5px 5px 5px 5px;
    font-family: 'ChevinStdMediumRegular';
    border-bottom: 10px solid #a1167e;
	padding-bottom:15px;
}
.purple_box{
    width: 100%;
    color: #9e218b;
    font-size: 18px;
    clear: both;
   padding: 0px 5px 5px 5px 5px;
    font-family: 'ChevinStdMediumRegular';
    border-bottom: 10px solid #6a2383;
		padding-bottom:15px;
}


/*FONT FACE --------------------------------------------------*/

@font-face {
    font-family: 'ChevinStdLightRegular';
    src: url('fonts/chevinstd-light-webfont.eot');
    src: url('fonts/chevinstd-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/chevinstd-light-webfont.woff') format('woff'),
        url('fonts/chevinstd-light-webfont.ttf') format('truetype'),
        url('fonts/chevinstd-light-webfont.svg#ChevinStdLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ChevinStdMediumRegular';
    src: url('fonts/chevinstd-medium-webfont.eot');
    src: url('fonts/chevinstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/chevinstd-medium-webfont.woff') format('woff'),
        url('fonts/chevinstd-medium-webfont.ttf') format('truetype'),
        url('fonts/chevinstd-medium-webfont.svg#ChevinStdMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.tool-tip{
    cursor:pointer;
}
.tool-tip:hover{
    cursor:pointer;
    text-decoration:underline;
}

.ui-tooltip {
    font-size:11px;
}

.toggle-icon{width:33px; height:33px;}




.logo-mobile{height:35px; width:109px;}
.logo-mobile-welsh{position: relative;top: -4px; height:35px; width:109px;}

.footer-logo-mobile{width:90px;}


.social-media {
    float:left;
    padding-left:28px;
    padding-top:5px;
}



.youtube {
    background:url('images/social-you-tube-icon.jpg') no-repeat;
    width:40px;
    height:40px;
    float:left;
    padding-right: 10px;
}

.youtube:hover {
    background:url('images/social-you-tube-icon.jpg') no-repeat;
}

.twitter {
    /*background-image:url(images/twitter-button.png);-->*/
    background:url(images/social-twitter-icon.jpg) no-repeat;
    width:40px;
    height:40px;
    float:left;
    position: relative;
    top: -2px;
    padding-right: 10px;

}

.twitter:hover {
    background-image:url(images/social-twitter-icon.jpg);
}

.welsh-youtube {
    background:url(images/social-you-tube-icon.jpg)  no-repeat;
    width:40px;
    height:40px;
    float:left;
    padding-right: 5px;
}

.welsh-youtube:hover {
    background:url(images/social-you-tube-icon.jpg)  no-repeat;
}

.welsh-twitter {
    background:url(images/social-twitter-icon.jpg) no-repeat;
    width:40px;
    height:40px;
    margin-left:-5px;
    float:left;
    position: relative;
    top: -2px;

}

.welsh-twitter:hover {
    background:url(images/social-twitter-icon.jpg)  no-repeat;
}

.instagram {
    background:url('images/instagram.jpg')  no-repeat;
    width:40px;
    height:40px;
    float:left;

}




#gallery_slide{	padding-left:26px;}
#image_collection {
    clear: left;
}
div#res_container {
    min-height: 600px;
}
#news_tick_cont {
    height: 55px!important;
    word-wrap: initial;
    padding-right: 78px;
}

.has_kids {
    color: deeppink;
}
/*.cms_content h2{
	padding-right: 10px;
}*/


.doc_file_size {
    color: #5a558b;
    font-weight: bold;
}

.social-media {
    display: none;
}

.careers {
	/*
    display: none;
	*/
}

.banner-hardcode-container {
    position: relative;
    text-align: left;
}

.nivo-caption-hardcode {
    position: absolute;
    bottom: 8px;
    left: 16px;
    width: 100%;
}

.nivo-caption-hardcode a{
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    color: #211554;
    padding: 30px 20px;
    width: 100%;
    font-family: 'ChevinStdLightRegular';
    font-size: 40px;
    line-height: 1em;
    z-index: 8;
    text-decoration: none;
    font-weight: normal;
}