/* v1.0 | 20080212 CSS RESET By Eric Myers*/
/* Start CSS Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS Reset*/


/** {
border:1px solid red !important;
}*/

html{
	font-size: 100.01%;	
	height:100%;
      /*background: url(../images/bg.jpg) repeat-x 50% 100%;
        background-attachment: fixed;*/
}

p {
    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;
}

ul {
    padding: 0 5px 0 5px;
    margin: 0 0px 0 50px;
}

li {
    padding: 2px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
}

form {
	padding: 0;
	margin: 0;
	display: inline;	
}

input{
        font-family: Arial, sans-serif;
	font-size:13px;
}

select{
        font-family: Arial, sans-serif;
	font-size:13px;
}

#textarea-comments{
        font-family: Arial, sans-serif;
	font-size:13px;
        width: 339px;
}


body{
    margin: 0;
    min-width: 770px;
    height: 100%;
    /*background: url(../images/contentbg.gif) repeat-y center;*/
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 125%;
}

img {
    border: none;
}

#page{
	position: relative;	
	height:100%;
	min-height: 100%;
	padding-top:5px;
	padding-bottom:5px;

}

#main{
	margin: 0 auto;
	width: 770px;
	min-width: 770px;
	height:100%;
}

#header{
	height: 255px;
	background: url(../../images/header.gif);
	overflow: hidden;
}

#header .right-box{
	float: right;
	width: 330px;
	padding-right: 0px;
	overflow: hidden;	
}

#header .right-box p.slogan{
	float: left;
	font: bold 11px/14px Arial, sans-serif;
	/*margin: 5px 0px 0 5px;*/
}

.logo{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(linbrookelogo.gif) no-repeat;
	height: 78px;
	width: 181px;
	margin: 15px 0 3px 0px;
	float: left;
}
.slogan{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 28px;
	width: 321px;
	margin: 39px 0 3px 0px;
	background: url(tns.jpg) no-repeat;
	float: right;
}

#nav{
        width:770px;
        height:20px;
        background: url(navbg.gif) repeat-x;
}

#nav li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#content{
	clear:both;
	overflow: hidden;
	background: url(undernav.gif) repeat-x;
}
* html #content{
	height:1%;
	overflow:visible;
}
.main-content{
	float: left;
	width: 770px;
	/* background: url(../../images/bg.gif) repeat-y ; */
}

.main-content .columns{
	overflow: hidden;
	height: 1%;
	padding: 20px 0 0px;
}

.columns .column-1{
    float: left;
    width: 450px;
    padding: 0 20px;
    margin-bottom: 20px;
	font-style:normal;
    /*height:100%;*/
}

.columns .column-full{
	float: left;
	width: 725px;
	padding:0 20px;
	margin: 30px 0px 30px 0px;
	/*background-color:red;*/
	height:320px;
	border:1px solid gray;
	color:#ee3538;

}

.columns .column-1 h2 {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    color: #ee3538;
    /*height:100%;*/
}

.columns .column-1 h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ee3538;
}

.columns .search-crumb {
        width: 770px;
        height:35px;
}

.columns .column-1 p{
	padding-right:30px;
	text-align: justify;
	font-style:normal;
	/*height:100%;*/

}

.columns .column-1 a:link{
   color:#000000;
   text-decoration:none;
   font-style:normal;
}

.columns .column-1 a:visited {
    text-decoration: none;
    color: #000000;
}

.columns .column-1 a:hover{
   text-decoration:none;
   /* font-size:11px; */
   color:#ee3538;
}

.columns .column-1 a img { 
	border: none ; 
}

.columns .column-1 ul{
   list-style-type: disc;
}

.columns .column-1 li{
   list-style-image: url(redarrow.gif);
} 

.columns .breadcrumbs{
   float:left;
   margin-left:20px;
   font-size: 11px;
}

.columns .breadcrumbs a:link{
	text-decoration:none;
	font-size:11px;
	color:#000000;
}

.columns .breadcrumbs a:visited{
	text-decoration:none;
	font-size:11px;
	color:#000000;
}
.columns .breadcrumbs a:hover{
    text-decoration: none;
    font-size: 15px;
    color: #ee3538;
}

.columns .column-2{
	float: right;
	width: 235px;
}

.columns .column-2 .casestudy{
	float:right;
	background: url(casestudy_H450.gif) no-repeat;
	height:450px;
	padding-top:30px;
	padding-left:30px;
	padding-right:20px;
	text-decoration: none;
	font-style:normal;

}

.columns .column-2 h2{
	font-size:18px;
	padding:0px;
	margin:0px;
}

.columns .column-2 .sector{
	font-size:14px;
}

.columns .column-2 .longtitle{
	font-size:14px;
	color:#ee3538;
}

.columns .column-2 a:link{
	text-decoration:none;
	color:#ee3538;
	font-style:normal;
}

.columns .column-2 a:visited{
	text-decoration:none;
	color:#ee3538;
}


.columns .column-2 .latestjobs {
    float: right;
    background: url(jobs_H450.gif) no-repeat;
    height: 450px;
    width: 200px;
    padding-top: 20px;
    padding-left: 30px;
    overflow: hidden;
}

.columns .column-2 .latestjobshead {
    background: url(jobsbg.gif) repeat-y;
    line-height: 20px;
    height: 20px;
    color: #ffffff;
    padding-left: 5px;
}

.columns .column-2 .latestjobsfoot {
    background: url(jobsbg.gif) repeat-y;
    line-height: 20px;
    height: 20px;
    color: #ffffff;
    padding-left: 5px;
    margin-top: 10px;
}

.columns .column-2 .latestjobsfoot a {
    text-decoration: none;
    color: #ffffff;
}

.columns .column-2 .latestjobsfoot a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#footer{
	margin-top:2px;
	padding-top: 2px;
	height: 20px;
	background: url(navbg.gif) repeat-x;
	overflow: hidden;
	font-style:normal;
}

.footertext{
	/* padding-top:3px; */
	padding-left:20px;
	color:#FFFFFF;
	}

.fimages{
	float:right;
}

.fimages img{
	padding-left:3px;;
}

.ntrsfooter{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(ntrsfooter.gif) no-repeat;
	height: 35px;
	width: 168px;
	margin-top:5px;
	float: left;
}

#TelNo{
	float: right;
	padding-right:20px;
	color:#FFFFFF;
}

/*search*/
.columns .search-crumb .search-box{
	float:right;
	width: 220px;
	padding-right:0px;
}

.search-box strong{
	font: bold 10px/14px Arial, sans-serif;
	padding: 0px 0 0 0px;
	display: block;
}


.columns .search-crumb .search span{
	float: right;
	/*display: block;
	padding: 13px 12px 0 0;*/
}

.columns .search-crumb .search em{
	background:url(inp-text.gif) no-repeat;
	display: block;
	margin: 3px 0 0;
	clear: both;
	padding: 0 5px 2px;
	}

.columns .search-crumb  .search em input{
	border-width: 0;
	background: none;
	height: 12px;
	width: 50px;
	font: 10px Arial, sans-serif; 
	
}

.columns .search-crumb .search-box ul{
	text-align: right;
	/*padding: 0 13px 0 0;*/
}

.columns .search-crumb .search-box ul li{
	display: inline;
	font-size: 8px;
	line-height: 8px;
	padding-left: 4px;
}
.columns .search-crumb  .search-box ul li:first-child{
	background: none;
}

.columns .search-crumb .search-box ul a:link{
	font: bold 10px/12px Arial, sans-serif;
	color:#000000;
}
.columns .search-crumb .search-box ul a:hover{
	text-decoration: underline;
}

.main-content .search-crumb .search-box ul a:hover{
	text-decoration: underline;
}

#feedbackform label {
	text-align:left; 
	display:block; 
	clear:left; 
	float:left; 
	width:10em;
}
