body {
	font: 0.75em/150% Tahoma, Arial, Helvetica, sans-serif;
	background: url(../img/BG_fill.png) repeat-x top #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
acronym {
	border: none;
	cursor: help;
}
.oneColFixCtrHdr #container {
	width: 780px; 
	background: url(../img/navFill.png) top left repeat-x #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #99bdd9;
}
.oneColFixCtrHdr #header {
	background: url(../img/headerBG.jpg) top left no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: justify;
}
.oneColFixCtrHdr ul#footer  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr ul#footer {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 28px;
	background: url(../img/footer.gif) top center no-repeat #005AA0;
	color: #FFF;
	
	margin-top: 100px;
}
.oneColFixCtrHdr ul#footer li {
	display: inline;
	font-size: 0.8em;
	padding-right: 10px;
}
.oneColFixCtrHdr ul#footer a{
	color: #FFF;
}
/* Fonts */
h1
{
	font-size: 170%;
	font-weight: bold;
	color: #0064AD;
	border-bottom: 1px solid #0064AD;
	padding-bottom: 7px;
	margin-top: 10px;
	margin-bottom: 7px;
}
h2 {
	font-size: 130%;
	color: #0064AD;
	margin-bottom: 0px;
}
h3 {
	font-size: 110%;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
}
dt a {
	text-decoration: none;
	font-weight: bold;
	color: #005AA0;
}
dt a:hover {
	color: #FFF;
	background: #005AA0;
}
dd {
	margin-bottom: 20px;
}
.oneColFixCtrHdr #mainContent p, .oneColFixCtrHdr #mainContent h1, .oneColFixCtrHdr #mainContent dl {

	width: 65%;
}
.oneColFixCtrHdr #mainContent ul {
	margin-right: 40%;
	list-style-type: none;
}
.oneColFixCtrHdr #mainContent ul li {
	background: url(../img/bullet.gif) left top no-repeat;
	padding-left: 30px
}
a img {
	/* border: none;*/
}
.imgRight {
	float: right;
}
.imgLeft {
	float: left;
}
/* Navigation */
.oneColFixCtrHdr ul#nav  {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	position: relative;
	top: 101px;
	left: 20px;
}
.oneColFixCtrHdr ul#nav li {
	list-style-type:none;
	float: left;	
	text-transform:uppercase;
}
.oneColFixCtrHdr ul#nav li a {
	float: left;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 11px;
	padding-right: 11px;
	color: #FFF;
}
.oneColFixCtrHdr ul#nav li a:hover {
	background: url(../img/navItemFill.png) bottom center repeat-x;
	color: #005AA0;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #7BB0D5;
	border-left: 1px solid #7BB0D5;
}
.oneColFixCtrHdr ul#nav li a.selected {
	background: url(../img/navItemFill.png) bottom center repeat-x;
	color: #005AA0;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #7BB0D5;
	border-left: 1px solid #7BB0D5;
	font-weight: bold;
}
.firstLine {
	font-weight: bold;
} 
.officeLocation
{
	float: left;
	text-align: left;
}
.officeLocation p {
	width: 100%;
}
#belfast {
	margin-right: 30px;
}
#belfast a img {
	border: none;
}
.officeLocation h2 {
	margin-top: 15px;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
img.imgRight 
{
	float: right;
	border: 1px solid #005AA0;
}
div.imgContainer
{
	height: 310px; 
	float: right; 
	width: 210px;
}
img#contactImg
{
	border: none;
}
div.imgContainer img 
{
	margin-bottom: 10px;
}
div#flashContainer
{
	width:210px; height: 320px; float: right;
}
.oneColFixCtrHdr #mainContent #homeIntro 
{
	width: 195px;
	float:right;
	margin-right: 20px;
}
.oneColFixCtrHdr #mainContent #homeIntro p
{
	width: 100%;
}
#jobOp 
{
	margin-bottom: 30px;
}


