
/*
**********************************************
    Style sheet for the Byron Finance website                                                                                         *
    
    @version:	0.1
    @author:	Peter Smith-Keary
    @author:	Rob Edwards
    @copyright:	bryce:FARRAH 2008

**********************************************
*/ 


/*
 **********************************
 *
 *	Top level elements and classes
 *
 **********************************
 */
    
    body {
    	text-align: center;
    	font-family: "Arial", "Helvetica", sans-serif;
    }
    
    h3 {
    	margin: 15px 0 5px 0;
    	font-size: 1.1em;
    }
    
    ul {
    	margin: 15px;
    }
    
    a {
    	text-decoration: none;
    }
    
    a:hover {
    	text-decoration: underline;
    }
    
    img {
    	border: 0;
    }
 
    .clear {
        clear: both;
        
        float: none;
        height: 1px;
        width: 1px;
    }
    
    strong {
    	font-size: 1em;
    }
    
    .subtle {
    	font-size: 0.7em;
    }
    
    p em {
    	font-style: italic !important;
    }
    
/* ================= */
/* = Form elements = */
/* ================= */    
    
    form {
    	margin: 15px;
    	width: 400px;
    }
    
    form label {
    	display: block;
    	float: left;
    	width: 47%;
    	line-height: 1.3em !important;
    	margin-top: 5px;
    	margin-bottom: 5px;
    }
    
    form label.error {
    	width: 100%;
    	color: #FF8C3F;
    }
    
    form p.error {
    	font-size: 0.8em;
    	color: #FF8C3F;
    	margin-bottom: 0;
    	text-align: right !important;
    }
    
    form textarea {
    	width: 50%;
    	height: 100px;
    }
    
    form select {
    	margin-top:5px;
    	font-size: 0.9em;
    }
    
    form input {
    	display: block;
    	float: left;
    	width: 50%;
    	text-align: left !important;
    	font-size: 0.9em;
    	margin-top: 5px;
    	margin-bottom: 5px;
    	padding: 0;
    }
    
    form input.submit {
    	display: inline !important;
    	text-align: center !important;
    }
    
    form br {
    	clear: left;
    }
    
    form .form-row{
    	width: 100%;
    }
    
    form fieldset {
    	border: 1px solid #444944;
    	margin-bottom: 20px;
    	padding: 10px 0 10px 0;
    }
    
    form fieldset legend {
    	margin-left: 10px;
    }
    
    form .over{
    	background-color:#DADADA;
	}
	
	


/*
 *******************************************************************
 *
 *	Container
 *
 *******************************************************************
 */

    #container {
    	width: 1024px;
    	margin: 10px auto 0 auto;
    	text-align: left;
    }

/*
 *******************************************************************
 *
 *	Header
 *
 *******************************************************************
 */

    #header {
    	width: 1009px;
    	height: 188px;
    	padding-left: 15px;
    	background: url(../images/header.png) repeat-x top;
    	
    }
    
    #header #headerContent {
    	float: left;
    	
    	width: 798px;
    	height: 186px;
    	
    	border-top: 2px solid #859485;
    	border-left: 1px solid #859485;
    	
    	background: #FEFEFE;
    }

    #header #headerContent #flashMovie {
    	float: left;
    	display: inline;
    	margin-left: 3px;
    	width:400px;
    	height: 157px;
    }
    
    #header #headerContent #logo {
    	float: right;
    	
    	height: 132px;
    	width: 300px;
    	
    	background: white;
    }
    
    #header #headerContent #logo img {
    	float: right;
    	
    	margin-top: 50px;
    	margin-right: 5px
    }
    
    
    
    
    #header #loginSection {
    	float: left;
    	width: 180px;
    	height: 188px;
    	text-align: left;
    	padding-left: 15px;
    }
    
    #header #loginSection strong {
    	color: #FFFFFF;
    	font-size:1.2em;
    }
    
    #header #loginSection a.subtle {
    	color: #303830 !important;
    	font-size: 0.9em;
    }
    
    #header #loginSection #loginButton {
    	font-family: "Century Gothic", "Arial", serif;
    	margin-top: 27px;
    	width: 140px;
    	background: #FF6600 url(../images/login_top.jpg) top repeat-x;
    }
    
    #header #loginSection #loginButton-corner {
    	width: 8px;
    	height: 8px;
    	float: left;
    	background: url(../images/login_corner.jpg) top repeat-x; 
    }
    
    #header #loginSection #loginButton-right {
    	float: right;
    	width: 18px;
    	height: 19px;
    	background: url(../images/login_right.jpg);
    }
    
    #header #loginSection #loginButton a {
    	display: block;
    	text-align: left;
    	background: url(../images/login_side.jpg) top left repeat-y;
    	color: white;
    	padding: 10px 0px 10px 20px;
    }
    
    #header #loginSectionSpacer {
    	height: 125px;
    }
    
    
    
    
    #header #headerContent #largeNav {
    	float: right;
    	height: 25px;
    	
    	margin: 0;
    	padding: 0;
    	
    	list-style: none;
    }
    
    #header #headerContent #largeNav li {
    	display: inline;
    }
    
    #header #headerContent #largeNav li a {
    	display: block;
    	float: left;
    	
    	width: 130px;
    	
    	margin-right: 1px;
    	padding: 4px 0 5px 0;
    	
    	background: #444944;
    	
    	color: #FFFFFF;
    	text-align: center;
    	text-decoration: none;
    	font-size: 1em;
    }
    
    #header #headerContent #largeNav li a:hover {
    	background: url(../images/largeNavHover.png) #838E83;
    	
    	color: white;
    }
    
    #header #headerContent #largeNav li a:hover .colouredWord {
    	color: #5A4B32;
    }
    
    #header #headerContent #largeNav li a .colouredWord {
    	color: #A48962;
    }
    
    #divider {
    	width: 100%;
    	height: 12px;
    	
    	background: url(../images/divider.png) top repeat-x;
    	
    	color: white;
    }
    
/*
 *******************************************************************
 *
 *	Ticker
 *
 *******************************************************************
 */

    #ticker li a {
        color: #fff;
    }
    
    .tickercontainer {
        border: 1px solid #FEFEFE;
        
        background: url(../images/ticker.gif) repeat-x;
        
        width: 795px; 
        height: 26px; 
        
        margin: 0; 
        padding: 0;
        
        overflow: hidden; 
    }
    
    .tickercontainer .mask {
        position: relative;
        left: 10px;
        top: 4px;
        
        width: 776px;
        
        overflow: hidden;
    }
    
    ul.newsticker {
        position: relative;
        left: 776px;
        
        list-style-type: none;
        
        margin: 0;
        padding: 0;
    
    }
    
    ul.newsticker li {
        float: left;
        
        margin: 0;
        padding: 0;
    }
    
    ul.newsticker a {
        white-space: nowrap;
        
        padding: 0;
        margin: 0 50px 0 0;
        
        color: #fff;
    } 

/*
 *******************************************************************
 *
 *	Navigation
 *
 *******************************************************************
 */
 
    #information {
        overflow: hidden;
        display: inline;
    	float: left;
    	width: 220px;
    	margin: 10px 0px 0px 10px;
    	
    	min-height: 400px;
    	height: auto !important;
    	height: 400px;
    	
    	background: #F2F2F2;
    }
    
    #information #infoContainer {
    	width: 220px;
    }
    
    #information #infoContainer h1 {
    	font-size: 1.4em;
    	font-weight: normal;
    	color: #948263;
    	margin: 0 0 0 10px;
    }
    
    #information #infoContainer h1 span{
    	color:#313831;
    }
    
    #information #infoContainer ul.mainNavigation {
    	margin: 0 0 0 10px;
    	padding: 0;
    	
    	list-style: none;
    }
    
    #information #infoContainer ul.mainNavigation li {
    	margin: 7px 0 0 0;
    	padding: 0;
    }
    
    #information #infoContainer ul.mainNavigation li a {
    	color: #3C433C;
    	font-size: 0.9em;
    }
    
    #information #infoContainer ul.mainNavigation li a.active {
    	color: #948263;
    }
    
    #information #infoContainer ul.mainNavigation li a:hover {
    	text-decoration: none;
    	color: #ACB3AB;
    }
    
    #information #infoContainer ul.mainNavigation li.navSelected a {
    	font-style: italic;
    }
    
        
    #information #infoContainer ul.mainNavigation li ul {
    	margin: 5px 0 0 0;
    }
    
    #information #infoContainer ul.mainNavigation li ul li {        
    	margin: 0;
    	padding: 0;
    }
    
    #information #infoContainer ul.mainNavigation li ul li a {
    	display: block;
    	padding: 2px 0px 3px 25px;
    	color: #948263;
    	font-size: 0.7em;
    }
    
    #information #infoContainer ul.mainNavigation li ul li a:hover {
    	text-decoration: none;
    	background: url(../images/piSymbol.png) center left no-repeat;
    }
    
    #information #infoContainer ul.mainNavigation li ul li.navSelected a {
        background: url(../images/piSymbol.png) center left no-repeat;
    }
    
    #information #infoContainer #contactMe {
    	height: 27px;
    	width: 190px;
    	margin: 15px 0 20px 10px;
    	line-height: 1.3em;
    	background: url(../images/contactPeople.png) top right no-repeat;
    }
    
    #information #infoContainer #contactMe a {
    	color: #3C433C;
    	font-size: 1.1em;
    }
    
    #information #infoContainer #contactMe a:hover {
    	color: #ACB3AB;
    }
    
    
    #information #infoContainer #search {
    	width: 213px;
    	padding: 0 !important;
    	border: 1px solid #948264;
    	background: #FFFFFF;
    }
    
    #information #infoContainer #search h2 {
    	padding: 0;
    	margin: 5px;
    	text-align: center;
    	font-size: 1.3em;
    	font-weight: normal;
    	color: #918166;
    }
    
    #information #infoContainer #search form {
    	margin: 0;
    	padding: 0;
    }
    
    #information #infoContainer #search label {
    	float: left;
    	display: inline;
    	width: 65px;
    	margin: 4px;
    	font-size: 0.8em;
    	color: #918166;
    }
    
    #information #infoContainer #search input {
    	float: left;
    	display: inline;
    	width: 130px;
    	margin: 2px;
    	border: 1px solid #948264;
    	color: #473F30;
    }
    
    #information #infoContainer #search #searchSubmit {
    	float: none;
    	margin: 2px 0 10px 76px;
    	text-align: center !important;
    }
    
    #information #infoContainer #search-link {
    	margin: 2px 0 25px 0;
    	padding:0;
    	text-align: center;
    	width: 213px;
    }
    
    #information #infoContainer #search-link a{
    	
    	font-size: 0.9em;
    	color: #918166;
    }


/*
 *******************************************************************
 *
 *	Content
 *
 *******************************************************************
 */

    #body {
    	width: 100%;
    	background: url(../images/body.gif) top repeat-x;
    }
    
    #sideShadow {
    	float: left;
    	width: 100%;
    	margin: 0;
    	padding: 0;
    	
    	background: url(../images/sideShadow.gif) 5px 0px repeat-y;
    }
    
    #sideShadowTop {
        float: left;
    	width: 15px;
    	height: 188px;
    	
    	background: url(../images/sideShadowTop.gif) top right no-repeat;
    }
    
    #bodyContainer {
    	float: left;
    	width: 797px;
    	padding: 0 0 10px 0;
    	border: 1px solid #454A45;
    	background: #FFFFFF;
    }
    
    #bodyContainer #slideStrip {
        float: left;
        height: 460px;
        width: 10px;
        margin: 10px 0;
        cursor: pointer;
        background: url(../images/information.png) top right repeat-y #F2F2F2;
    }
    
    
    #content {
    	float: left;
    	width: 540px;
    	margin-top: 10px;
    	background: #FFFFFF;
    }
    
    #content #contentText {
    	font-family: "Arial","Helvetica",sans-serif;
    	
    	margin: 20px;
    	color: #333333;
    	font-size: 0.9em;
    }
    
    #content #contentText h1 {
    	margin: 0 0 10px 0;
    	font-size: 1.4em;
    	font-weight: normal;
    }
    
    #content #contentText p {
    	margin: 0 0 10px 0;
    	text-align: justify;
    	line-height: 1.2em;
    	
    }
    
    #content #contentText a {
        color: #3C433C;
        text-decoration: underline;
    }
    
    #content #contentText a:hover {
        color: #ACB3AB;
    }
    
    #content #contentText a:visited {
        text-decoration: underline !important;
        color: #ACB3AB;
    }
    
    #content #contentText ul li {
    	margin: 10px 0 10px 20px;
    	list-style-type: circle;
    	line-height: 1em;
    }

/* ==================== */
/* = Specific Content = */
/* ==================== */    
    
    #content #contentText #register-form input.submit {
    	margin-right: 10px !important;
    }
    
    #content #contentText #login-form input.submit {
    	margin-right: 10px !important;
    }
    
    #content #contentText #contact-form input.submit {
    	margin-right: 10px !important;
    }
    

/* =================== */
/* = Address details = */
/* =================== */


    #content #contentText .address-details {
    }

    #content #contentText .address-details li{
        width: 350px;
        text-align: left;
        list-style-type: none;
    }
    
    #content #contentText .address-details li strong {
        width: 100px;
        display: block;
        float: left;
        clear: left;
        
    }
    
    #content #contentText .address-details li span {
        display: block;
        float: left;
        clear: right;
        margin-bottom: 10px;
    }
    
    #content #contentText address {
        line-height: 1.2em;
        font-style: italic;
        float: left;
        clear: right;
        margin-bottom: 10px;
    }
    
    form.map-form {
        width: 320px !important;
        height: 100px;
        padding: 0;
        margin: 0;
    }
    
    form.map-form .form-row label {
        width: 25%;
        float: left;
    }
    
    form.map-form .form-row input {
    	width: 30%;
    	float: left !important;
    }
    
    form.map-form input.submit {
        margin-right: 3px;
        width: 56% !important;
    }

/* ============= */
/* = Vacancies = */
/* ============= */


    #content #contentText form label {
        
    }
    
    #content #contentText form input.submit {
        width: 50%;
        padding: 0 !important;
        text-align: center !important;
    }
    
    #content #contentText #full-search {
        width: 500px;
        margin: 5px;
    }
    
    #content #contentText #full-search input {
        width: 15px;
        margin: 0;
        padding: 0;
    }
    
    #content #contentText #full-search label {
        margin-top: 20px;
        float: none;
    }
    
    #content #contentText #full-search .checklist {
        margin: 0;
    }
    
    #content #contentText #full-search .checklist li {
        list-style-type: none;
        float: left;
        margin: 5px 10px 0 10px;
        height: 30px;
        line-height: 1em;
    }
    
    #content #contentText #full-search .checklist li label {
        float: none;
        width: 200px;
        margin: 5px 0 0 0; 
    }
    
    #content #contentText #full-search .checklist li label input {
    	margin: 0 5px 0 5px;
    }
    
    #content #contentText #full-search .submit {
        float: left;
        margin-left: 50px;
        width: 50%;
    }


    #content #contentText #vacancyDetail li {
        font-size: 1.0em;
    	margin: 5px 0;
    	list-style-type: none;
    }
    
    #content #contentText #vacancyDetail li h3 {
        font-size: 1.4em;
    	margin-bottom: 10px;
    }
    
    #content #contentText #vacancyDetail li span {
        font-weight: bold;
    }
    
    #content #contentText #apply-options {
    	text-align: right;
    }
    
    #content #contentText #submit-cv-form {
   		width:100%;
    }
    
    #content #contentText #searchResults li {
    	margin-bottom: 10px;
        border-bottom: 1px solid #bbb;
    }
    
    #content #contentText p.pagination {
    	font-size: 1.1em;
    	text-align: center;
    }
    
    #content #contentText p.pagination a:hover {
    	color: #FF8C3F !important;
    }

/* =========================== */
/* = Side - latest vacancies = */
/* =========================== */

    #body #sideShadow #feed {
    	
    	float: left;
    	width: 170px;
    	margin: 0 10px 0 10px;
    	padding: 10px;

    	background: #FFFFFF;
    }
    
    #body #sideShadow #feed h2 {
    	font-family: "Century Gothic", "Arial", serif;
    	margin: 0 0 10px 0;
    	font-size: 1.3em;
    	font-weight: normal;
    	color: #313831;
    }
    
    #body #sideShadow #feed ul {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    }
    
    #body #sideShadow #feed ul li {
    	margin: 0 0 15px 0;
    	padding: 0;
    }
    
    #body #sideShadow #feed ul li h3 {
    	font-family: "Century Gothic", "Arial", serif;
    	margin: 0 0 5px 0;
    }
    
    #body #sideShadow #feed ul li h3 a {
    	line-height: 1em;
    	
    	color: #FF8C3F;
    	font-weight: normal;
    	font-size: 0.9em;
    }
    
    #body #sideShadow #feed ul li p {
    	margin: 0 0 5px 0;
    	line-height: 1.3em;
    	font-size: 0.8em;
    }

    #body #bottomShadow {
    	float: left;
    	clear: both;
    	width: 757px;
    	height: 7px;
    	background: url(../images/bottomShadow.gif) repeat-x #FFFFFF;
    }
    
    #body #bottomShadow #bottomLeftShadow {
    	float: left;
    	width: 15px;
    	height: 7px;
    	background: url(../images/bottomLeftShadow.gif) right no-repeat #FFFFFF;
    }
    
    #body #bottomShadow #bottomRightShadow {
    	float: right;
    	width: 15px;
    	height: 7px;
    	background: url(../images/bottomRightShadow.gif) right no-repeat;
    }

/* ========== */
/* = Footer = */
/* ========== */   
    
    #footer {
    	width: 100%;
    }
    
    #footer a {
    	margin-left: 15px;
    }
    
/* ============== */
/* = Pagination = */
/* ============== */ 
    
  .pagination {
    font-size: 80%;
  }
        
  .pagination a {
      text-decoration: none;
  	border: solid 1px #AAE;
  	color: #15B;
  }
  
  .pagination a, .pagination span {
      display: block;
      float: left;
      padding: 0.3em 0.5em;
      margin-right: 5px;
  	margin-bottom: 5px;
  }
  
  .pagination .current {
      background: #26B;
      color: #fff;
  	border: solid 1px #AAE;
  }
  
  .pagination .current.prev, .pagination .current.next{
  	color:#999;
  	border-color:#999;
  	background:#fff;
  }
