@charset "utf-8";
/* CSS Document */

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. */
	color: #202020;
	background:#fff url("entry_layout_images/background.jpg") repeat-x left top;
	line-height: 1.4em;
}
#container {
	width:785px;
	margin:0 auto;
}
#header {
	height:164px;
	background:url("entry_layout_images/header-image.jpg") no-repeat right top;
	margin:41px auto 0 auto;
	width:758px;
}
#flash {
	padding-top:12px;
}

#panels {
	margin:33px auto 10px auto;
	width:785px;
}
#panel1 {
	background:url("entry_layout_images/panel-background.jpg") no-repeat center top;
	float:left;
	padding:30px;
	text-align:center;
	width:197px;
}
#panel2 {
	background:url("entry_layout_images/panel-background.jpg") no-repeat center top;
	float:left;
	margin-left:7px;
	padding:30px;
	text-align:center;
	width:197px;
}
#panel3 {
	background:url("entry_layout_images/panel-background.jpg") no-repeat center top;
	float:right;
	padding:30px;
	text-align:center;
	width:197px;
}
#careers-table h3 {
 	border:0;
	border-collapse:collapse;
	}
#careers-table td {
	padding:5px 0;
	}
#careers-table h3 {
 	margin:0;
	color:#0072bc;
	}
.careers-header {
	border-bottom:1px solid #0072bc;
	}
.job-divider {
  border-bottom:1px solid #ccc;
	}	
/*typography*/
a {
	color:#c00;
	text-decoration:none;
}
a:visited {
	color:#c00;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color:#0072bc;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead*/
}
h2 {
	font-size: 1.7em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height:1.4em;
	margin-top: 0em;
	margin-bottom: 0em;
}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
strong, b {
	font-weight: bold;
}
/*Careers page tomfoolery by Boothy
------------------------------------------------------------*/
#NTloifstyle{
	float:right;
	width:200px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	padding: 10px
	}
#NTloifstyle h2{
	line-height:1.1em;
	margin:0;
}
#NTloifstyle ul{
	margin:0 0 0 10px;
	padding:0;
}
#NTloifstyle p{
	margin: 5px 0 5px 0;
	}
