/* 
Project: UoB Careers - on the right path
Filename: screen.css
Date: July 08
*/



/* ---------------- global styles ---------------- */


body {
    	padding: 0;
  	font-size: 65%;
	text-align: center;
	color: #333333;
	background: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }


body a img {
    border: none;
}


img{
	display: block;
}



/* ---------------- clear standard browser styles ---------------- */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
	text-align: center;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
	position: absolute;
	left: -9999px;
}


.hide-link{
	position: absolute;
	left: -9999px;
}

.image_left{
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px 10px ;
}


.image_right{
	float: right;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px 10px;
}




/* ---------------- wrap ---------------- */


#wrap {
	text-align: left;
	margin: 0px auto;
	width: 780px;
}



/* ---------------- sitetools ---------------- */

#sitetools{
	float: left;
	width: 778px;
	border: 1px solid #cccccc;
	border-top: none;
	background: #737D84;
}


#sitetools ul{
	float: left;
	color: #fff;
	padding: 6px 0;
}


#sitetools ul a{
	color: #fff;
	text-decoration: none;
}


#sitetools li{
	float: left;
}

#sitetools li a{
	border-right: 1px solid #fff;
	padding: 0 8px;
}

#sitetools li a:hover{
	text-decoration: underline;
}


#sitetools .last a{
	border-right: none;
}


#sitetools form{
	float: right;
	margin-right: 5px;
}



/* ---------------- header ---------------- */


#header{
	float: left;
	width: 778px;
	height: 119px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url(../img/header_bkg.jpg) no-repeat top right;
}




#header h1 a{
	display: block;
	margin: 15px 15px 10px 15px;
	width: 168px;
	height: 41px;
	text-indent: -99999px;
	background: url(../img/brighton_logo.gif) no-repeat left top;
}


#header h2{
	margin: 0 0 15px 15px;
	padding-top: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #57778A;
	font-size: 2.7em;
}


* html #header h2{
	margin: 0 0 10px 15px;
}


#header h2 a{
	text-decoration: none;
	color: #57778A;
	}


/* ---------------- main_nav ---------------- */


#main_nav{
	float: left;
	width: 778px;
	font-family: arial;
	font-size: 1.2em;
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
	background: #3687B9;
}


#main_nav li{
	float: left;
	letter-spacing: 1px;
}


#main_nav li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 10px;
	background: #3687B9;
	border-right: 1px solid #dedede;
}




#main_nav li a:hover,
#main_nav .here a{
	background: #0087A4;
	color: #ffffff;
}




/* ---------------- main_content ---------------- */


#main_content{
	float: left;
	clear: both;
	width: 778px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	border: 1px solid #cccccc;
	border-top: none;
	color: #3687B9;
}



#main_content .gutter{
	padding: 10px 10px 20px 10px;
}

#main_content h1{
	font-size: 1.6em;
	letter-spacing: 1px;
}


#intro{
	line-height: 1.8em;
}


/* ---------------- navigation ---------------- */


#navigation{
	float: left;
	width: 246px;
	margin-top: 15px;
}


#navigation dl{
	margin-bottom: 15px;
	border-bottom: 1px solid #3687B9;
}


#navigation dt{
	color: #666666;
	font-size: 1.4em;
	padding-bottom: 7px;
}


#navigation dd{
	width: 246px;
}


#navigation dd a{
	display: block;
	padding: 3px 5px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #3687B9;
	border-bottom: none;
	background: #F0F7FB;
}


#navigation  dd .about{
	font-weight: bold;
	}

#navigation dd a:hover{
	background: #0087A4;
	color: #ffffff;
}

#navigation .here a,
#navigation .here a:hover{
	background: #3687B9;
	color: #ffffff;
}



/* ---------------- content ---------------- */

#content{
	float: right;
	width: 500px;
	margin-top: 40px;
}


#content .text{
	color: #333333;
	}
	
	
#content .text h2{
	font-size: 1.4em;
	color:#3687B9;
	padding-bottom: 10px;
	margin-top: 15px;
	}
	
	
#content .text h2 a{
	color:#3687B9;
	}
	
	
#content .text h2 a:hover{
	text-decoration: none;
	}
	
	
#content .text h3{
	font-size: 1.1em;
	font-weight: bold;
	color:#3687B9;
	padding-bottom: 10px;
	margin-top: 10px;
	}
	
	
#content .text p{
	padding-bottom: 10px;
	text-align: left;
	}
	
	
#content .text p a,
#content .text table a,
#content .text ul li a{
	color: #3687B9;
	text-decoration: underline;
	}
	
#content .text p a:hover,
#content .text table a:hover,
#content .text ul li a:hover{
	text-decoration: none;
	}


#content .text ul li{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 3px;
}

#content .benefit{
	float: left;
	width: 500px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}		
	
/*********** table styles ***********/


table {   
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #A6ADB1;
}

TR {
    background-color: #FFFFFF;
}

TD {
	padding: 5px;
    border-right: 1px solid #A6ADB1;
    border-bottom: 1px dotted #A6ADB1;
	border-top: 1px solid #A6ADB1;
	border-left: 1px dotted #A6ADB1;
}



TH {
    background-color: #EAEFFF;
	background-position: right; 
	background-repeat: no-repeat;
    color: #000000;
    font-weight: bold;
	font-size: 12px;
    border-right: 1px solid #A6ADB1;
    border-bottom: 1px solid #A6ADB1;
	text-align: left;
}


#content .jobs table {   
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #fff;
}

#content .jobs tr {
    background-color: #FFFFFF;
}

#content .jobs td {
	padding: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px dotted #fff;
	border-top: 1px solid #fff;
	border-left: 1px dotted #fff;
}


#content .sepGreyLine{
	margin-top: 10px;
	border-top: 1px solid #ccc;
}



/*********** form styles *****************/

form {
	padding: 0;
	margin: 0;
}

#form{
	background-color: #FFFFFF;
	margin: 0;
	}

#formErrorHeader{
background-image: url(http://www.brighton.ac.uk/images/form_error_head_corner.gif);
	background-repeat: no-repeat;
	height: 24px;
	border-left: 1px solid #A6ADB1;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	line-height: 23px;
	font-weight:bold;
	}
	
#formError p{
	background-color: #FFFFFF;
	border-left:  1px solid #A6ADB1;
	border-right:  1px solid #A6ADB1;
	border-bottom:  1px solid #A6ADB1;
	margin-top: 0px;
	padding: 5px;
	}
	
#formHeader{
	background-image: url(http://www.brighton.ac.uk/images/form_header.gif); 
	background-repeat: no-repeat;
	background-position: left;
	/* background-color: #A6ADB1; */
	height: 24px;
	border-left: 1px solid #A6ADB1;
	color: #FFFFFF ;
	padding: 0 0 0 10px;
	margin-top: 0px;
	line-height: 23px;
	font-weight:bold;

}
	
	/*
	#formHeader{
background-image: url(../images/table_head_corner.gif);
background-image: url(../images/cf_searchform_head.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #A6ADB1;
	height: 24px;
	border-left: 1px solid #A6ADB1;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	margin-top: 10px;
	line-height: 23px;
	font-weight:bold;}
	
	
	*/
	
	#formHeader .option {color: #C9D4F5;}
	
	#form .row {
	border-bottom: 1px solid #ACB0B3;
	border-left: 1px solid #ACB0B3;
	border-right: 1px solid #ACB0B3;
	padding: 10px 0 10px 0;
}
		
#form .row .label {
	float: left;
	width: 150px;
	text-align: left;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 10px;
	color: #000000;
}
#form .row .labelChk {
	text-align: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 2px;
	color: #000000;
}
#form .row .formElement {
}
#form .row .required{
 text-align: right; 
 color: #5C6469; 
 vertical-align: top;
 position: absolute;
 right: 40px
}
#formFooter {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	border-bottom: 1px solid #ACB0B3;
	border-left: 1px solid #ACB0B3;
	border-right: 1px solid #ACB0B3;
}

#form input {background-color: #BFC9E8;}
#form input.check {background-color: #FFFFFF !important;}
#form textarea {background-color: #BFC9E8;}
#form select {background-color: #BFC9E8;}
#form .error{
			color: #000000 !important;
			background-color: #DFE4F3 !important;
			font-weight: bold;
}



#content .blue{
background: #F0F7FB;
}

#content .blue{
background: #F0F7FB;
}


#content .yellow{
background: #FFFFD9;
}



#content .third{
	float: left;
	width: 148px;
	margin-right: 10px;
	border: 1px solid #cccccc;
	padding: 10px 5px;
	min-height: 150px;
  	height:auto !important;
  	height:150px;
	text-align: center;
	}
	
	
#content .third2{
	float: left;
	width: 148px;
	margin-right: 10px;
	border: 1px solid #cccccc;
	padding: 10px 5px;
	min-height: 200px;
  	height:auto !important;
  	height:200px;
	text-align: center;
	}
	
	
#content .single{
	float: left;
	width: 218px;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-left: 140px;
	text-align: center;
	}


* html #content .single{
	margin-left: 70px;
}	
	
	
#content .half{
	float: left;
	width: 218px;
	margin-right: 20px;
	border: 1px solid #cccccc;
	padding: 10px;
	min-height: 40px;
  	height:auto !important;
  	height:40px;
	text-align: center;
	}
	
#content .half2{
	float: left;
	width: 218px;
	margin-right: 20px;
	border: 1px solid #cccccc;
	padding: 10px;
	min-height: 90px;
  	height:auto !important;
  	height:90px;
	text-align: center;
	}
	
	
#content .half3{
	float: left;
	width: 218px;
	margin-right: 20px;
	border: 1px solid #cccccc;
	padding: 10px;
	min-height: 180px;
  	height:auto !important;
  	height:180px;
	text-align: center;
	}
	
	
#content .half4{
	float: left;
	width: 218px;
	margin-right: 20px;
	border: 1px solid #cccccc;
	padding: 10px;
	min-height: 140px;
  	height:auto !important;
  	height:140px;
	text-align: center;
	}
	
#content .no-margin{
	margin-right: 0;
	}	
	
#content .image-wrap{
	float: right;
	width: 216px;
	margin: 5px 0 5px 20px;
	text-align: center;
	}
	

#content .image-wrap a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #3687B9;
	padding: 4px 10px;
}


#content .image-wrap a:hover{
	text-decoration: underline;
	}
	
#content .block{
	float: right;
	width: 498px;
	min-height: 110px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	background: #f6f6f6 url(../img/placeholder-264.gif) no-repeat 0 0;
}


#content .block img{
	float: left;
}


#content .block .details{
	float: right;
	width: 224px;
}

#content .block h2{
	font-size: 1.3em;
	margin: 10px 0;
}


#content .block p{
	padding-right: 10px;
	margin-bottom: 15px;
	color: #333333;
}


#content .block ul{
	margin: 0 10px 10px 0;
}


#content .block li{
	padding-bottom: 5px;
	padding-left: 28px;
}


#content .block a{
	color: #3687B9;
}


#content .block a:hover{
	text-decoration: none;
}


.blocks{
	float: left;
	width: 500px;
	padding-bottom: 1px;
	margin-bottom: 15px;
	background: url(../img/blocks_bkg.gif) no-repeat bottom left;
}


.blocks p{
	padding: 0px 10px 10px 10px;
	color: #333333;
}

.block-small-left{
	float: left;
	width: 240px;
	border: 1px solid #cccccc;
	border-bottom: none;
	background: #f6f6f6;
}


#image{
	float: left;
	width: 240px;
	border: 1px solid #cccccc;
	border-bottom: none;
	min-height: 130px;
  	height:auto !important;

  	height:130px;
}




.job-applicants{
	background: url(../img/job-applicants.jpg) no-repeat 0 50%;
}


.new-staff{
	background: url(../img/new-staff.jpg) no-repeat 0 50%;
}


.leaders-managers{
	background: url(../img/leaders-managers.jpg) no-repeat 0 50%;
}


.parents-carers{
	background: url(../img/parents-carers.jpg) no-repeat 0 50%;
}


.benefits-facilities{
	background: url(../img/benefits-facilities.jpg) no-repeat 0 50%;
}


.equality-diversity{
	background: url(../img/equality-diversity.jpg) no-repeat 0 50%;
}


.development{
	background: url(../img/development.jpg) no-repeat 0 50%;
}


.policies-guidelines{
	background: url(../img/policies-guidelines.jpg) no-repeat 0 50%;
}


.recruitment-staffing{
	background: url(../img/recruitment-staffing.jpg) no-repeat 0 50%;
}


.terms-conditions{
	background: url(../img/terms-conditions.jpg) no-repeat 0 50%;
}


.well-being{
	background: url(../img/well-being.jpg) no-repeat 0 50%;
}




#content .block-small-right{
	float: right;
	width: 240px;
	border: 1px solid #cccccc;
	border-bottom: none;
	background: #f6f6f6;
}


#content .block-small-right h3,
#content .block-small-left h3{
	font-size: 1.2em;
	margin: 10px;
}


#content .block-small-right h2,
#content .block-small-left h2{
	font-size: 1.3em;
	margin: 10px;
}


#content .block-small-right ul,
#content .block-small-left ul{
	margin: 0 10px 10px 10px;
}


#content .block-small-right ul li,
#content .block-small-left ul li{
	padding-bottom: 7px;
	padding-left: 28px;
}


#content .block-small-right ul li a,
#content .block-small-left ul li a{
	padding: 0px 0 5px 0;
}


#content .block-small-right a,
#content .block-small-left a{
	color: #3687B9;
}


#content .block-small-right a:hover,
#content .block-small-left a:hover{
	text-decoration: none;
}


#content .link-to-pdf{
	background: url(../img/logo_pdf.gif) no-repeat 0 0;
}


#content .link-to-folder{
	background: url(../img/logo_folder.gif) no-repeat 0 0;
}


#content .link-to-link{
	background: url(../img/logo_link.gif) no-repeat 0 0;
}


#content .link-to-wrd{
	background: url(../img/logo_wrd.gif) no-repeat 0 0;
}


#content .link-to-staffcentral{
	background: url(../img/logo_staffcentral.gif) no-repeat 0 0;
}



#content .link-to-xls{
	background: url(../img/logo_xls.gif) no-repeat 0 0;
}



#content .folder ul{
	display: none;
}
	


#documents{
	float: right;
	width: 498px;
	margin: 10px 0 10px 0;
}


#documents h3{
	font-size: 1.1em;
	color: #666666;
}


#documents li{
	padding-bottom: 7px;
	padding-left: 28px;
}


#documents li a{
	padding: 0px 0 5px 0;
}



#documents li ul{
	margin-top: 6px;
	
	padding: 5px 5px 2px 10px;
	border:  1px solid #cccccc;
}



#documents li ul li{
	padding-bottom: 7px;
}


#documents li ul li a{
	padding: 0px 0 3px 0;
}

#documents li a{
	color: #3687B9;
}


#documents li a:hover{
	text-decoration: none;
}


#col1{
	float: left;
	width: 245px;
	margin-top: 15px;
}


#col2{
	float: right;
	width: 245px;
	margin-top: 15px;
}


#home-choices{
	float: right;
	width: 498px;
	border: 1px solid #cccccc;
	background: url(../img/home-images.jpg) no-repeat 0 50%;
}




#home-choices .options{
	float: right;
	width: 234px;
}



#home-choices .choice{
	display: block;
	cursor: pointer;
	background: #f6f6f6;
	width: 213px;
	padding: 10px;
	color: #000000;
	text-decoration: none;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


* html #home-choices .choice{
	padding: 10px 0px 10px 10px;
}


#home-choices .last{
	border-bottom: none;
}


#home-choices a:hover{
	background: #3687B9;
	color: #ffffff;
}


#home-choices strong{
	width: 223px;
	display: block;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: normal;
}




#home-choices em{
	font-style: normal;
	color: #666666;
}


#home-choices a:hover em{
	color: #dedede;
}


/* ---------------- sub-navigation ---------------- */


#sub-navigation{
	float: left;
	width: 758px;
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
}


#sub-navigation dt,
#sub-navigation dd{
	display: inline;
	color: #999999;
}


#sub-navigation dt{
	font-weight: bold;
	color: #666666;
}


#sub-navigation dd a{
	color: #999999;
	margin: 0 7px;
	text-decoration: none;
}


#sub-navigation dd a:hover,
#sub-navigation dd .here{
	text-decoration: underline;
	color: #333;
}






/* ---------------- footer ---------------- */



#footer{
	float: left;
	width: 778px;
	border: 1px solid #cccccc;
	border-top: none;
	text-align: center;
	padding: 30px 0 65px 0;
	background: url(../img/footer_bkg.jpg) repeat-y right top;
}


#footer a{
	color: #333333;
	text-decoration: none;
}


#footer a:hover{
	text-decoration: underline;
}

