﻿@charset "utf-8";
/* CSS Document */

body, html {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    color: #5c5c5c;
}

h1 {
	font-size: 18px;
    -webkit-margin-before: 0em;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
    color: #4A4A4A;
}

ul, li {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
    color: #4A4A4A;
    margin-left: 15px;
    /*margin: 10px 0px 17px 15px;*/
}

.wrapper {
    /** Top padding so that initially, the content is below the header **/
    padding-top: 200px;
}

.Boundries {
    width: 1024px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9998;
    /**
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	**/
}

.Boundries div {
    display: inline-block;
    height: 0.4em;
    float: left;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||   	C  M  S   |||||||||||||||||||||| */
/* ///////////////////////////////////////////////////////// */
#login {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: .75em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        font-family: 'Open Sans', sans-serif;
        background-color: #d3dce0;
        color: #333;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.email {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

.cmsBasedBtnMod {
    display: none;
    float: left;
    cursor: pointer;
    margin-top: -20px;
}
.cmsBasedBtnMod img {
    width: 27px;
    height: 27px;
}

.cmsBasedBtnAdd {
    display: none;
    cursor: pointer;
    width: 20px;
    margin-top: -18px;
    margin-left: 168px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px dashed #9E0707;
    border-bottom: 1px dashed #9E0707;
    border-right: 1px dashed #9E0707;
}
.cmsBasedBtnAdd img {
    width: 20px;
    height: 20px;
}

/* ||||||||||  	cmsBased Buttons   |||||||||| */
.cmsBasedBtnDel {
    float: right;
    cursor: pointer;
    border-left: 1px dashed #AAA;
    border-top: 1px dashed #AAA;
}
.cmsBasedBtnDel img {
    width: 20px;
    height: 20px;
}

.cmsBasedBtnUpImg {
    cursor: pointer;
    background-color: #EEE;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.cmsBasedBtnUpImgs {
    display: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #AAA;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||   	H E A D E R   A R E A   |||||||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */

.HeaderArea {
    width: 1024px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FFFFFF;
    /**
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	**/
}

.HeaderImagesArea {
    /** z-index:9999; **/
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

    .HeaderImagesArea div {
        display: inline-block;
        color: #CDCDCD;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 24px;
    }

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||   	T H E   M E N U   A R E A   |||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
.HeaderNibMenuArea {
}

#MenuArrowShadow {
    position: fixed;
    margin-top: 37px;
}

/* ||||||||||  	Nib Menu NORMAL   |||||||||| */
.NibMenu span, .NibMenu a {
    /*cursor:hand;*/
    cursor: pointer;
}

#MenuArrowDiv {
    width: 129px;
    height: 37px;
    background-color: #29176f;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #F3F3F3;
    text-align: center;
    float: left;
}

#MenuArrowNib {
    border-top: 19px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 9px solid #29176f;
    float: left;
}

#MenuArrowTail {
    border-top: 19px solid #29176f;
    border-bottom: 18px solid #29176f;
    border-left: 9px solid transparent;
    margin-left: -8px;
    float: left;
}

#MenuArrowDiv p {
    margin-top: 11px;
    color: #F3F3F3;
}

#NibMenuFirst #MenuArrowDiv {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

#NibMenuLast #MenuArrowDiv {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

/* ||||||||||  	NibMenu Selected   |||||||||| */
.NibMenuFirst_Selected #MenuArrowDiv, .NibMenuRest_Selected #MenuArrowDiv, .NibMenuLast_Selected #MenuArrowDiv {
    background-color: #373737;
}

.NibMenuFirst_Selected #MenuArrowNib, .NibMenuRest_Selected #MenuArrowNib {
    border-left-color: #373737;
}

.NibMenuRest_Selected #MenuArrowTail, .NibMenuLast_Selected #MenuArrowTail {
    border-top-color: #373737;
    border-bottom-color: #373737;
}

/* ||||||||||  	NibMenu Hover   |||||||||| */
#NibMenuFirst:hover #MenuArrowDiv, #NibMenuRest:hover #MenuArrowDiv, #NibMenuLast:hover #MenuArrowDiv {
    background-color: #F3F3F3;
    transition: background-color 0.3s ease;
}

#NibMenuFirst:hover #MenuArrowNib, #NibMenuRest:hover #MenuArrowNib {
    border-left-color: #F3F3F3;
    transition: border-left-color 0.3s ease;
}

#NibMenuRest:hover #MenuArrowTail, #NibMenuLast:hover #MenuArrowTail {
    border-top-color: #F3F3F3;
    border-bottom-color: #F3F3F3;
    transition: border-top-color 0.3s ease, border-bottom-color 0.3s ease;
}

#NibMenuFirst:hover #MenuArrowDiv p, #NibMenuRest:hover #MenuArrowDiv p, #NibMenuLast:hover #MenuArrowDiv p {
    color: #9E0707;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* ||||||||||||||||     Slider Bullet Navigator Skin     ||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    background: url(../Images/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

    .jssorb05 div:hover, .jssorb05 .av:hover {
        background-position: -37px -7px;
    }

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* ||||||||||||||||     Slider Arrow Navigator Skin     ||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../Images/a12.png) no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12rdn {
    background-position: -315px -37px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||   	 Slider Show Caption         ||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
.SlideShow {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: 291px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.SlideShowPics {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 291px;
    overflow: hidden;
}

.SlideShowCaption {
    position: absolute;
    top: 250px;
    left: -2px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    /*background-color: #FFFFFF;*/
    background-color: rgba(0,0,0,0.35);
    color : #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||   	  Included Content          |||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
.includedContent, .includedContentWrapper {
    margin-top: 48px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||||   	  Welcome Area        |||||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
.WelcomeArea {
    width: 1024px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#ArrowDiv {
    width: 200px;
    height: 44px;
    background-color: #29176f;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #F3F3F3;
    text-indent: 19px;
    line-height: 44px;
    float: left;
}

#ArrowNib {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #29176f;
    float: left;
}

#ArrowAhead {
    width: auto;
    overflow: auto;
    height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    text-indent: 27px;
    color: #5c5c5c;
}

.BlueGreenPink {
    height: 285px;
    width: 179px;
    float: left;
    margin-left: 10px;
}

.BlueGreenPinkHeading {
    height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #FFFFFF;
    text-indent: 10px;
    line-height: 44px;
    position: relative;
    z-index: 999;
}

.WhiteText {
    height: 192px;
    color: #6E6E6E;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding-right: 8px;
}

.BlueGreenPinkText {
    height: 192px;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||   	  H o r    B a r            |||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
.VirBar {
    position: relative;
    height: 232px;
    width: 244px;
    margin-top: -291px;
    overflow: auto;
    overflow: hidden;
    /*font-family: Arial, sans-serif;*/
    /*font-size: 15px;*/
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color: #383737;
}

.VirMnu {
    padding: 0px 0px;
}

    .VirMnu div {
        display: block;
        height: 23px;
        line-height: 23px;
        cursor: pointer;
        padding-left: 23px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .VirMnu div:hover {
            font-size: 13px;
            letter-spacing: 2px;
            background-color: #f7f7f7;
            color: #29176f;
        }

.VirItem_Selected {
    border-left: solid 6px #29176f;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||          C L U S T E R S        ||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
/* ||||||||||    PicAndText    |||||||||| */
.Cluster_PicAndText_Pic {
    float: left;
}
.Cluster_PicAndText_PicText {
    float: left;
    margin-left: 31px;
}

/* ||||||||||    PicAndTitle StyleA (Manpower->Clientele) (Travel->AirlinePartners) (Travel->Clientele)    |||||||||| */
.Cluster_PicAndTitle_Wrapper_StyleA {
    float: left;
    margin-top: 37px;
    margin-left: 37px;
}

.Cluster_PicAndTitle_Pic_StyleA {
}

.Cluster_PicAndTitle_Pic_StyleA img {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.Cluster_PicAndTitle_PicTitle_StyleA {
    text-align:center;
}

.Cluster_PicAndTitle_PicLink_StyleA {
    display: none;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    color: #266ed6;
    font-size: 11px;
    margin-top: -10px;
}

/* ||||||||||    PicAndTitle StyleB (Manpower->UsefulLinks) (Travel->UsefulLinks)    |||||||||| */
.Cluster_PicAndTitle_Wrapper_StyleB {
    float: left;
    margin-right: 33px;
    margin-bottom: 30px;
    
    border: 1px solid grey;
    -moz-border-radius: 15px 0 15px 0;
    -webkit-border-radius: 15px 0 15px 0;
}

.Cluster_PicAndTitle_Pic_StyleB {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.Cluster_PicAndTitle_Pic_StyleB img {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.Cluster_PicAndTitle_PicTitle_StyleB {
    text-align:center;
}

.Cluster_PicAndTitle_PicTitle_StyleB p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FC6703;
}

.Cluster_PicAndTitle_PicLink_StyleB {
    display: none;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    color: #266ed6;
    font-size: 10px;
    margin-top: -10px;
}

/* ||||||||||    PicAndTitle StyleC (Home->Certifications)    |||||||||| */
.Cluster_PicAndTitle_Wrapper_StyleC {
    text-align: center;
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
}

.Cluster_PicAndTitle_Pic_StyleC {
}

.Cluster_PicAndTitle_Pic_StyleC img {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.Cluster_PicAndTitle_PicTitle_StyleC {
    text-align:center;
}

.Cluster_PicAndTitle_PicTitle_StyleC p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FC6703;
}

.Cluster_PicAndTitle_PicLink_StyleC {
    display: none;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    color: #266ed6;
    font-size: 11px;
    margin-top: -10px;
}

/* ||||||||||    PicAndTitle StyleD (Training->TrainingPartners)    |||||||||| */
.Cluster_PicAndTitle_Wrapper_StyleD {
    float: left;
    margin-left: 20px;
    margin-bottom: 4px;
    border: solid 1px #c5c5c5;
}
.Cluster_PicAndTitle_Pic_StyleD {
    float: left;
}
.Cluster_PicAndTitle_Pic_StyleD img {
    margin: 10px 10px;
    width: 100px;
}
.Cluster_PicAndTitle_PicTitle_StyleD {
    float: left; 
    margin-left: 30px;
	
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	font-weight: bold;
    color: #5c5c5c;
}
.Cluster_PicAndTitle_PicTitle_StyleD p {
}
.Cluster_PicAndTitle_PicLink_StyleD {
    display: none;
    float: left;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    color: #266ed6;
    font-size: 11px;
    margin-top: -10px;
}

.TrainingPartnerCellImage{
      float: left; 
}

/* ||||||||||    PicAndTitle StyleE (Training->RegistrationAndAffiliations)    |||||||||| */
.Cluster_PicAndTitle_Wrapper_StyleE {
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}

.Cluster_PicAndTitle_Pic_StyleE {
}

.Cluster_PicAndTitle_Pic_StyleE img {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.Cluster_PicAndTitle_PicTitle_StyleE {
    text-align:center;
}

.Cluster_PicAndTitle_PicTitle_StyleE p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FC6703;
}

.Cluster_PicAndTitle_PicLink_StyleE {
    display: none;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    color: #266ed6;
    font-size: 11px;
    margin-top: -10px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||          M a n p o w e r        ||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
.ThreeColumned {
    /*font-family: Arial, sans-serif;*/
    /*font-size: 15px;*/
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color: #4A4A4A;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 20px;
}

.ThreeColumnedAds {
    -webkit-columns: 320px 3;
    -moz-columns: 320px 3;
    columns: 320px 3;
    
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
    
    text-align: justify;
}

.ThreeColumnedAd, .ThreeColumnedMember {
    width:320px;
    margin-top:30px;
    border:1px solid #DFDFDF;
    box-shadow: 1px 1px 3px #DFDFDF;

    display:inline-block;
    -webkit-display:inline-block;
    -moz-display:inline-block;
    
    break-inside: avoid-column;
    -webkit-break-inside: avoid-column;
    -moz-break-inside: avoid-column;
    
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
}
/* |||||||||| SubmitCV_Stencil |||||||||| */
#Page2_SubmitCV_Image {
    float: left;
    margin-top: 13px;
    /*margin-left: 31px;*/
    width: 525px;
    height: 531px;
}

#Page2_SubmitCV_GroupContact {
    width: 245px;
    height: 194px;
    margin-top: 20px;
}

#Page2_SubmitCV_Social {
    height: 50px;
    margin-top: 20px;
}

#Page2_SubmitCV_Form {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #4A4A4A;
    
    margin-top: 45px;
}

.Page2_SubmitCV_Inputs, .Page4_CertificateVerification_Inputs {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #4A4A4A;
    
    background-color: #F3F3F3;
    width: 375px;
    line-height: 31px;
    
    border:1px solid #DFDFDF;
    box-shadow: 0 2px 3px #A3A3A3;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.Page2_SubmitCV_Submit, .Page4_CertificateVerification_Submit {
    float: right;
    margin-top: -40px;

    color: #FFF;
    background-color: #29176f;
    width: 55px;
    line-height: 22px;
    text-align: center;
    
    box-shadow: 0 2px 3px #A3A3A3;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||            T r a v e l          ||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
/* |||||||||| Services_Stencil |||||||||| */
.Page3_Services_Pic {
    float: left;
    /*margin-left: 31px;*/
    width: 360px;
    text-align:right
}

.Page3_Services_PicText {
    float: left;
    margin-left: 31px;
    width: 600px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||         T r a i n i n g         ||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
/* |||||||||| Objective_Stencil |||||||||| */
.Page4_Objective_Pic {
    float: left;
    /*margin-left: 31px;*/
    width: 201px;
}

.Page4_Objective_PicText {
    float: left;
    margin-left: 31px;
    width: 700px;
}

/* |||||||||| RegistrationAndAffiliations_Stencil |||||||||| */
.Page4_RegistrationAndAffiliations_RegOrAffil {
    float: left;
    margin-top: 5px;
    width: 511px;
}

.Page4_RegistrationAndAffiliations_RegOrAffil img {
    display: block;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

/* |||||||||| CityAndGuilds_Stencil |||||||||| */
.Page4_CityAndGuilds_Cert {
    float: left;
    margin-top: 5px;
    width: 511px;
    height: 793px;
}

.Page4_CityAndGuilds_Cert img {
    display: block;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    border:1px dashed grey;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||         A b o u t   U s         ||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
/* |||||||||| Page6_Stencil |||||||||| */
.Page6_Pic {
    float: left;
    /*margin-left: 32px;*/
    width: 208px;
    height: 242px;
    /*border: 2px solid #717070;*/
}

.Page6_PicText {
    float: left;
    margin-left: 40px;
    width: 555px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||       C o n t a c t   U s       ||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
.TwoColumned {
    /*font-family: Arial, sans-serif;*/
    /*font-size: 15px;*/
    font-family: Candara;
    font-size: 14px;
    font-weight: normal;
    color: #4A4A4A;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
    text-align:left;
    text-justify:inherit;
    line-height: 20px;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* |||||||||||||||||||||   	        N E W S             |||||||||||||||||| */
/* /////////////////////////////////////////////////////////////////////// */
.TitleDiv {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    /*background-color:#FC6703;*/
    /*background-color:#feac75;*/
    background-color: #29176f;
    padding-top: 5px;
}

.Divtitles {
    height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #FFF;
    text-indent: 10px;
    line-height: 44px;
    position: relative;
}

.marquee {
  width: 278px;
  overflow: hidden;
  border: 1px solid #29176f;
}

.ver {
  height: 250px;
  width: 300px;
  padding: 0 10px;
}
