/*
 *
 * Cascading Style Sheet (CSS) for Choralis
 * Author: Rob Edwards <rob.edwards@brycefarrah.com>
 * Author: Peter Smith-Keary <peter.smithkeary@btinternet.com>
 * Copyright: 2007 bryce:FARRAH
 *
 */


    /*
     * ----------------------------------------
     * Global HTML elements
     * ----------------------------------------
     */


    body {
    	font-family: "Arial", sans-serif;
        font-size: 62.5%;
    }
    table {
        font-size: 100%;
    }
    h1 {
        font-size:  2.2em;
        font-weight: 400;
    }

    h2 {
        font-size:  1.5em;
        font-weight:  	400;
    }

    h3 {
        font-family: "Verdana", sans-serif;
        font-size:  1.0em;
        font-weight: bold
    }
    .clearer {
        clear: both;
    }

    a {
        color: #024402;
    }

    a:hover  {
        text-decoration: underline;
    }

    fieldset {

    }

    input {
    	background: #FFFFFF !important;
    }

    /*
     * ----------------------------------------
     * Major contruction elements
     * ----------------------------------------
     */

    #outerContainer {
        position:  relative;
      	left:  50%;
        width: 968px;
        /*height: 768px;*/
      	margin-left: -484px;

      	background: top right repeat-y url(../../images/rightShadow.gif);
    }

    #logo {
        width: 968px;
        height: 50px;
        margin-top: 7px;

        background: #FFFFFF;
    }

    #innerContainer {
        width: 961px;
        float: left;

        background: #F3F5F3;
    }

    #banner {
        width: 100%;
        height: 180px;
        padding: 0px 0px 0px 0px;

        background: top left no-repeat url(../../images/homepageBanner.gif);
    }

    .internal1 {
        background-image: url(../../images/internalBanner1.gif) !important;
    }

    .internal2 {
        background-image: url(../../images/internalBanner1.gif) !important;
    }

    #quoteBox {
        width: 235px;
        height: 119px;
        padding: 20px 10px 10px 20px;
        margin-left: 23px;

        background: 0px 4px no-repeat url(../../images/logo1quote.gif);
        font-family: 'Arial', sans-serif;
        font-size: 1.5em;
        color: #ffffff;
        line-height: 15px;
    }

    #quoteBox p {
        position: relative;
        z-index: 2;
    }

    #quoteBox p strong {
        font-weight: bold;
        font-size: 0.9em;
    }

    #quoteBox img {
        float: right;
        position: relative;
        top: -15px;
        z-index: 0;
    }

    #quoteBox small {
        font-size: 11px;
    }

    #banner.internal1 #quoteBox {
        background: 0px 4px no-repeat url(../../images/logo2quote.gif);
    }

    #banner.internal2 #quoteBox {
        background: 0px 4px no-repeat url(../../images/logo2quote.gif);
    }

    /****** Shadows ******/

    #rightShadow {
        float: left;
        width: 7px;
        height: 100%;
    }
    #rightShadow img {
        margin: 0;
        padding: 0;
    }

    #bottomShadow {
        float: left;
        width: 968px;
        height: 7px;

        background: top left repeat-x url(../../images/bottomShadow.gif);
    }
    #spacer {
        height: 28px;
        width: 100%;
        clear: both;
    }



    /*
        * ----------------------------------------
        * Navigation
        * ----------------------------------------
        */

    #mainNav {
        height: 32px;
        padding: 0px 0px 0px 260px;

        text-align: right;
    }

    #mainNav li {
        min-width: 100px;
        position:  relative;
        float: left;
    }

    #mainNav .navCurrent {
        background: #024402;
        color: #F3F5F3;
    }

    #mainNav li a {
        min-width:  82px;
    	width:	 auto !important; 	/*fix for IE6 bug*/
        width: 82px;
        height: 10px;
        padding: 8px 6px;
        margin: 2px 2px 0px 0px;
        display: block;

        text-align: center;
        text-decoration:  none;
        color: #024402;
        background: #C0D0C0;
    }

    #mainNav li a:hover {
        color: #F3F5F3;
        background-color:  #024402;
    }

    #subNav {
        width: 100%;
    	height: 22px; 				/*fix for IE6 bug*/

        font-size:  1.0em;
    }

    #subNav .navCurrent {
        color: #024402;
    }

    #subNav ul {
        min-width: 697px;
        max-width: 950px;
        min-height: 24px;
    	height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 24px; 				/*fix for IE6 bug*/
        margin: 1px 2px 0px 0px;
        float: right;
    	height: 22px;

        border: 1px solid #C6D3C6;
    }

    #subNav ul li {
        position:  relative;
        display: inline;
        float: left;
    }

    #subNav ul li a {
        display: block;
        padding: 6px 11px 4px 11px;

        text-align: center;
        text-decoration:  none;
        color: #666666;
    }

    #subNav ul li a:hover {
        color: #024402;
        background-color:  #F3F5F3;
    }


    /*
    * ----------------------------------------
    * Page Content
    * ----------------------------------------
    */

    #content {
        width: 100%;
        min-height: 358px;
    	height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 358px; 				/*fix for IE6 bug*/
    	float: left;
    	padding-bottom: 28px;
    }

    #contactContent {
        width: 100%;
        min-height: 440px;
    	height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 440px; 				/*fix for IE6 bug*/
    }

    /****** Minor Styles ******/

    .spanGreen {
        color: #024402;
    }

    /****** Left Column ******/

    #lColumn {
        width: 205px;
        height: 358px;
        float: left;
    }

    #tableColumn {
    	float: right;
    	min-height: 358px;
    	height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 358px; 				/*fix for IE6 bug*/
    	padding: 0 0 20px 0;
    	width: 700px;
    }

    	#tableColumn p {
        	line-height: 1.2em;
        	font-size: 1.4em;
    		color: #666666;

    	}

    	#tableColumn table {
    		width: 660px;
    		margin: 0;
    	}

    	#tableColumn caption {
    		display: none;
    	}

          	#tableColumn th {
        		background: #C0D0C0;
        		border: 1px solid #FFFFFF;
        		padding: 5px;
        		/*border-bottom: 1px solid #FFFFFF;*/
        		color: #024402;
        		font-family: Arial, sans-serif, Helvetica;
        		font-size: 1.4em;

        		text-align: center;
        		text-decoration: none;
        		/*width: 165px;*/
          	}

            	#tableColumn th a {
            		float: left;
            		margin: 0 5px 0 0;
            	}

          	#tableColumn td {
        		background: #FFFFFF;

        		border: 1px solid #FFFFFF;
        		/*border-bottom: 1px solid #FFFFFF;*/

        		color: #000000;
        		font-family: Arial, sans-serif, Helvetica;
        		font-size: 1.2em;
        		font-weight: normal;
        		padding: 5px;
        		text-align: left;
        		text-decoration: none;
        		/*width: 165px !important; */
        	}

        	   #tableColumn .tdLocation {
        	       font-weight: bold;
        	   }

    #imageBlock {
        width: 100%;
        height: 173px;
    }

    #image {
        width: 185px;
        float: right;
        height: 165px;

        text-align: center;
        background: #FFFFFF;
        border: 1px solid #034503;
    }

    #searchBlock, #contactBlock {
        width: 100%;
        height: 185px;
    }

    #jobSearch, #contactBlock {
        width: 185px;
        min-height: 165px;
    	height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 165px; 				/*fix for IE6 bug*/
        float: right;

        background: #FDFCFC;
        border: 1px solid #034503;
    }

    #jobSearch ul, #contactBlock ul {
        margin: 2px 30px 5px 13px;
    }

    #jobSearch li, #contactBlock li {
        margin: 8px 0px;
    }

    #jobSearch select, #contactBlock select {
        width: 140px;
        height: 18px;
        color: #666666;

        font-size:  1.0em;
    }

    #contactMe ul li input {
        border: 1px solid #E0DFE3;
        width: 140px;
        height: 18px;
        color: #666666;
        background: #FFFFFF;

        font-size:  1.0em;
    }

    #jobSearch .searchSubmit, #contactBlock .contactSubmit {
        margin: 0px;
        text-align: right;
    }

    #jobSearch .searchSubmit input, #contactBlock .contactSubmit input {
        border: 0px;
        font-family: 'Arial', sans-serif;
        font-size: 1.1em;
        font-weight: bold;
        color: #024402;
        text-align: right;

        padding-right: 7px;
        background: center right no-repeat url(../../images/searchButton.gif);
    }

    #jobSearch ul li select, #contactBlock ul li input {
    	background: #FFFFFF;
    }

    #jobSearch .searchSubmit input:hover, #contactBlock .contactSubmit input:hover {
        color: #02AA02;
    }

    #contactForm li {
        margin: 3px 0px;
    }

    #contactForm input, #contactForm textarea, #contactForm select {
        border: 1px solid #A7A6AA;
        width: 382px;
        font-family: "Arial", sans-serif;
        font-size: 1em;
    }

    #contactForm .contactSubmit {
        text-align: right;
    }

    #contactForm .contactSubmit input {
        width: auto !important;
        margin: 5px 21px 5px 0px;
    }

    /****** Centre Column ******/

    #cColumn {
        width: 511px;
        min-height: 358px;
    	height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 358px; 				/*fix for IE6 bug*/
        float: left;

        color: #666666;
        text-align: left;
        font-family: "Arial", sans-serif;
        font-size: 1.2em;
    }

    #cColumn p, #cColumn h1, #cColumn h2, #cColumn h3, #cColumn form, #cColumn ul {
        width: 406px;
        margin: 0px auto;
        line-height: 1.3em !important;
    }

    #cColumn h2 {
        font-weight: bold;
        font-size: 1.2em;
        margin-top: 11px;
    }

    #cColumn p {
        padding: 11px 0px;
        line-height: 1.2em;

        font-size: 1.2em;
    }

    .clientDownload {
        margin: 0px!important;
        margin-left: 50px!important;
    }

    .bulletList {
        padding-left: 30px;
        margin-top: 10px !important;

        list-style-image: url(../../images/listBullet.gif);
        font-size: 1.2em;
    }
    
    .bulletList li span {
    	padding-left: 20px;
    	color: #024402;
    	font-style: italic;
    }

    /****** Form Styles ****/

    #columnList {
        margin-top: 11px;
        width: 320px;
    }

    #columnList small {
        font-size: 0.9em;
    }

    #columnList li {
        width: 160px;
        float: left;
        margin: 3px 0px;
        text-align: left;
    }

    #columnList input, #columnList textarea, #columnList select {
        border: 1px solid #E0DFE3;
        color: #666666;
        width: 150px;
    }

    #columnList .check input {
        width: 13px;
        border: 0px;
    }

    #columnList .submit {
        text-align: right;
    }

    #columnList .submit input {
        width: auto;
        padding: 1px 2px 1px 1px;
    }

    #practices {
        padding-bottom: 11px;
        list-style: disc;
        padding-left: 50px;
    }

    #cColumn .quoteSource {
        padding: 0px;
        text-align: right;
    }

    /****** Vacancy Page Styles ******/

    #vacancyColumn {
        width: 750px;
        float: left;
    }

    #vacancyList {
        width: 95%;
        margin-left: 20px;
    }

    #left {
        width: 50%;
    }

    #right {
        width: 45%;
    }

    /****** Vacancy Content ******/

    .vacancyContent {
        width: 345px;
    	margin: 0px 10px 15px 0px;
        line-height: 12px;
        float: left;

    	font-family: "Verdana", sans-serif;
        font-size:  1.2em;
        color: #F3F5F3;
        background: #666666;
    }

    .vacancyTop {
          background: top center no-repeat url(../../images/vacancyTop.gif);
     }

    .vacancyBottom {
          background: bottom center no-repeat url(../../images/vacancyBottom.gif);
     }

    .vacancyInner {
          padding: 10px 10px 0px 10px;

          min-height: 100px;
          height: auto !important; 	/*fix for IE6 bug*/
    	  height: 100px; 				/*fix for IE6 bug*/
     }

    .vacancyContent strong {
          font-weight: bold;
          color: #C0D0C0;
     }

     .vacancyContent table {
          width: 100%;
     }

     .vacancyContent table td {
          padding: 1px 5px;
          color: #FFFFFF;
     }

    .moreInfo {
          text-align: right;
          padding-top: 10px !important;
     }

    .moreInfo a {
          color: #F3F5F3;
          text-decoration:  none;
     }

    .moreInfo a:hover {
          text-decoration:  underline;
     }

    #subVacancy {
        text-align: right;
        height: 65px;
        margin: 20px 10px 0px 0px;
        width: 750px;
        float: right;
    }

    .paganation {
        float: right;
        clear: both;
        font-size: 1.4em;
        font-weight: bold;
        min-height: 30px;
    	height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 30px; 				/*fix for IE6 bug*/
        margin: 5px 40px 5px 0;
        padding: 5px 0 5px 0;
        text-align: right;
    }

    .paganationNextPrevious {
        background: #C0D0C0;
        color: #EBEDE0 !important;
        margin: 0 1px 0 1px;
        padding: 2px 2px 2px 2px;
        /*line-height: 30px;*/
        text-align: center;
        width: 70px !important;
    }

    .paganation a {
        font-weight: bold;
        color: 	#FFFFFF;
    }

    .paganation a:hover {
        color: 	#000000 !important;
    }

    .paganation .standard {
        background: #C0D0C0;
        
        color: #666666 !important;
        margin: 0 2px 0 2px;
        padding: 2px 2px 2px 2px;
        /*line-height: 30px;*/
        text-align: center;
        min-width: 15px;
    	width: auto !important; 	/*fix for IE6 bug*/
    	width: 15px; 				/*fix for IE6 bug*/
    }

    .paganation .current {
        background: #024402;
        border: 1px solid black;
        color: #FFFFFF !important;
        margin: 0 1px 2px 1px;
        padding: 2px 2px 2px 2px;
        /*line-height: 30px;*/
        min-width: 15px;
        text-align: center;
    	width: auto !important; 	/*fix for IE6 bug*/
    	width: 15px; 				/*fix for IE6 bug*/
    }

    a.searchLink {
        font-size: 1.7em;
        font-weight: bold;
        border: 1px solid #C0C0C0;
        padding: 1px 3px;
        float: right;
        display: none;
    }

    a.searchLink:hover {
        color: #02AA02;
        text-decoration: none;
    }

    /****** Vacancy Detail Page Styles ******/

    #vacancyDetail {
        width: 756px;
        float: left;
        text-align: center;
    }

    #detail {
        width: 473px;
    	/* margin-left: 28px; */
    	margin: 0px auto;
        text-align: left;
        background: #666666;
    }

    #detailContent {
        color: #f3f5f3;
        padding: 0px 45px;
        font-family: "Verdana", sans-serif;

        min-height: 285px;
        height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 285px;
    }

    #detailTop {
        height: 36px;
        background: top left no-repeat url(../../images/detailTop.gif);
    }

    #detailBottom {
        height: 36px;
        background: bottom left no-repeat url(../../images/detailBottom.gif);
    }

    #detailContent h2 {
        font-weight: bold;
    }

    #detailContent h3 {
        font-size:  1.2em;
    }

    #detailContent p {
        padding: 5px 0px;
    }

    #vacancyBreadcrumb {
        float: right;
        height: 15px;
        margin-bottom: 20px;
        text-align: right;
    }

    #vacancyBreadcrumb li {
        margin: 2px 5px 2px 0px;
    }

    a.detailLink {
        font-family: "Verdana", sans-serif;
        font-size: 1.2em;
        color: #024402;
        background: center right no-repeat url(../../images/detailLink.gif);
        padding-right: 12px;
    }

    a.detailLink:hover {
        color: #02AA02;
        text-decoration: none;
        background: center right no-repeat url(../../images/detailLinkHover.gif);
    }

    /****** Right Column ******/

    #rColumn {
        width: 245px;
        min-height: 358px;
        height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 358px; 				/*fix for IE6 bug*/
        float: left;
    }

    #latestVacancies {
        width: 225px;
        min-height: 340px;
        height:	 auto !important; 	/*fix for IE6 bug*/
    	height: 340px; 				/*fix for IE6 bug*/

    	padding-top: 44px;

        background: top center no-repeat url(../../images/latestVacancies.gif);
    }
    #latestVacanciesContent {
        padding: 10px 0px 5px 0px;
        background: #666666 bottom center no-repeat url(../../images/latestVacanciesBottom.gif);
    }

    #latestVacancies p {
        color: #F3F5F3;
        font-family: "Arial", sans-serif;
        font-size:  1.1em;
        line-height: 1.1em;

        padding: 8px 15px;
    }

    #latestVacancies p a {
        color: #004500;
        text-decoration:  none;
    }

    #latestVacancies p a:hover {
        color: #ffffff;
        text-decoration:  underline;
    }

    /****** Footer ******/

    #footer {
        width: 968px;
        height: 51px;
        float: left;
        padding: 0px 0px 0px 0px;

        text-align: center;
        font-size:  1.0em;
        background: #FFFFFF;
    }
    
    #footer a {
    	float: right;
    }
    
    #footer span {
    	float: left;
    	margin-top: 16px;
    }
    

    /****** Quote ******/

    #quote {
        height: 200px;
        width: 200px;

        z-index: 10;
    }

    /****** Affiliates List ******/

    .affiliates li {
        margin: 5px 0px;
        font-size: 14px;
        font-weight: bold;
    }

    .affiliates li a {
        text-decoration: none;
    }

    .affiliates li a:hover {
        text-decoration: underline;
    }

    /****** Download buttons ******/

    #downloadBrochure, #downloadDirections, #downloadButtonACA, #downloadButtonACCA, #downloadButtonInterviewTips, #downloadButtonInterviewFAQ, #downloadButtonCIMA, #downloadButtonCV {
        margin: 0px auto;
        height: 45px;
        width: 275px;
    }

    #downloadBrochure a {
        background: top left no-repeat url(../../images/downloadBrochure.gif);
        display: block;
    }

    #downloadBrochure a:hover {
        background: top left no-repeat url(../../images/downloadBrochureHover.gif);
    }

    #downloadDirections a {
    	background: top left no-repeat url(../../images/downloadDirections.gif);
        display: block;
    }

    #downloadDirections a:hover {
        background: top left no-repeat url(../../images/downloadDirectionsHover.gif);
    }

    #downloadButtonACA a {
    	background: top left no-repeat url(../../images/downloadButtonACA.png);
        display: block;
    }

    #downloadButtonACA a:hover {
        background: top left no-repeat url(../../images/downloadButtonACAHover.png);
    }

    #downloadButtonACCA a {
    	background: top left no-repeat url(../../images/downloadButtonACCA.png);
        display: block;
    }

    #downloadButtonACCA a:hover {
        background: top left no-repeat url(../../images/downloadButtonACCAHover.png);
    }

    #downloadButtonInterviewTips a {
    	background: top left no-repeat url(../../images/downloadButtonInterviewTips.png);
        display: block;
    }

    #downloadButtonInterviewTips a:hover {
        background: top left no-repeat url(../../images/downloadButtonInterviewTipsHover.png);
    }

    #downloadButtonInterviewFAQ a {
    	background: top left no-repeat url(../../images/downloadButtonInterviewFAQ.png);
        display: block;
    }

    #downloadButtonInterviewFAQ a:hover {
        background: top left no-repeat url(../../images/downloadButtonInterviewFAQHover.png);
    }

    #downloadButtonCIMA a {
    	background: top left no-repeat url(../../images/downloadButtonCIMA.png);
        display: block;
    }

    #downloadButtonCIMA a:hover {
        background: top left no-repeat url(../../images/downloadButtonCIMAHover.png);
    }

    #downloadButtonCV a {
    	background: top left no-repeat url(../../images/downloadButtonCV.png);
        display: block;
    }

    #downloadButtonCV a:hover {
        background: top left no-repeat url(../../images/downloadButtonCVHover.png);
    }


/****** Google Map ******/

	#mapsearch {
        width: 400px !important;
        margin: 10px auto !important;
    }


    /**NEWS AND EVENTS**/


.newsImage {
	margin-right :		8px;
	margin-bottom:		8px;
}

.article {
	border-bottom:		1px solid rgb(127, 127, 127);
	margin:				8px auto 2px auto;
	margin-bottom:      30px !important;
}

.newsLast {
    border-bottom: 0;
}

.newsDate {
	float:				right;
	font-style:			italic;
	margin-left:		4px;
	clear: right;
}

.newsTitle {
    float: left;
    clear: left;
}

.newsLink {
}

.newsDownload {
    float: right;
    text-align: right;
}

.newsCopy {
    margin: 0;
    padding: 0;
}


#loginError {
    margin-left: 20px;
    margin-bottom: 20px;
    color: red;
}
