/* northbt.com - css for screen 
   J Freeman 25/10/05 */

/* Basic Structure */
body {
	background: #F3F3F3;
	min-width: 710px;	
	margin: 20px;
}

body, td, th, input { 
	font-family: verdana, sans-serif;
      font-size: x-small;	/* for IE5 */
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: small;
} #ignored {}

#container {
	margin: 0 auto;
	max-width: 70em;
	background: #fff;
   /*   width: 70em;	*/	/* for IE */
	width: 910px;
}

#mBody {
	background: #fff;
	min-height: 30em;
	padding: 0 0 1em 0;
	margin: 0;
	clear: both;
}

/* Header */
#header {
	background: #A9A9A9 url("/images/common/header_bl4.gif") top left no-repeat;
	position: relative;
	min-height: 39px;
	margin: 0;
	height: 5em;
	padding: 0;	
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 3em;
	padding: 15px 0 ;
} #ignored {}	/* required for IE5 */
	
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: 0; 
	font-size: 2px;
	height: 8px;
	z-index: 100; /* place above <ul> */
}
#header h1 a {
	display: block;
	width: 80px;
	height: 60px;
	background: transparent url("/images/common/header_logo.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}
#header ul {
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	z-index: 90; /* below the H1 */
}
#header li {
	float: right;
	display: inline;
	background: transparent url("/images/common/header_tab.gif") 100% -600px no-repeat;
	padding: 0 6px 0 0;
	margin: 0 1px 0 0;
	white-space: nowrap;
	border-bottom: 1px solid #515358;
}
#header ul a {
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: transparent url("/images/common/header_tab.gif") 0% -600px no-repeat;
	font-weight: bold;
	color: #f3f3f3;
	text-decoration: none;
}
#header ul li:hover a {
	 background-position: 0% -400px;
}
#header ul li:hover { 
	background-position: 100% -400px;
}

body li#menu_selected a
{	background-position: 0% -200px;
	color: #003f66;
}

body li#menu_selected
{	background-position: 100% -200px;
	border-bottom: 1px solid #fff; 
}
	
body li#menu_selected:hover
{	background-position: 100% 0%;
}
	
body li#menu_selected:hover a
{	background-position: 0% 0%;
}
	
/* Search Field */

#header form {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 20px 0 0;
	background: url("/images/common/header_tr.gif") no-repeat top right;
	margin: 0; /* need for IE Mac */
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
}
#header form label { color: #fff; font-size: 85%; }
#header form input { font-size: 85%; }
	
#header form #submit {
	font-size: 85%;
	background: #003f66;
	color: #fff;
	padding: 1px 4px;
	border-right: 1px solid #002A44;
	border-bottom: 1px solid #002A44;
	border-top: 1px solid #2E6EA8;
	border-left: 1px solid #2E6EA8;
}
	
#header form #q {
	width: 170px;
	font-size: 85%;
	border: 1px solid #9097A2;
	background: #D9DBE1;
	padding: 2px;
}
#header form #q:hover, #header form #q:focus {
	background: #fff;
}

/* Logon etc */

#header .logon {
	margin: 12px 10px 0 0;
	padding: 0 0 0 10px;
/*		background: transparent url("/images/common/header_padlock.gif") top left no-repeat; */
/*		padding: 12px 10px 0 0;	*/
	color: #fff; 
/*		margin: 0;  need for IE Mac */
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
}

#header .logon a {
	color: #fff; 
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}	

#header .logon a:hover,
#header .logon a:focus,
#header .logon a:active {
	color: #003f66;
	text-decoration: underline;
}
	

/* Sub Navigation */
#subnav {
	background: #fff ;
	position: relative;
	padding: 0;
	margin: 0;
	height: 2em;
	border-bottom: 1px solid #003f66 /* #AAA9A9 */;
}

#subnav ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#subnav li {
	margin: 0;
	white-space: nowrap;
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	font-weight: bold;
	color: #003f66;
}

#subnav ul a {
	font-weight: bold;
	color: #aaa9a9;
	text-decoration: none;
}

body li#subnav_selected a {
	color: #003f66;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li a:focus	{
	color: #dd1a7e;
}

	

/* Footer */

#footer {
	clear: both;
	position: relative;
	font-size: smaller;
	background: #fff;
	border-top: 1px solid #a9a9a9; 
	margin: 0 0 1em 0;
	padding: 1.5em 1em 1em 1em;
	text-align: left;
}

#footer ul {
	width: auto;
	position: absolute;	
	top: 0;
	right: 0;	
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
}

#footer li {
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

#footer ul a {
	float: left;
	display: block;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	color: #a9a9a9; 
	text-decoration: underline;
}

#footer li a:hover,
#footer li a:active,
#footer li a:focus {
	color: #003f66;
	text-decoration: underline;
}

#footer p {
	color: #666;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#footer p a {
	color: #666;
}
#footer p a:hover {
	color: #000;
}

#contentMain {
	float: left;
	width: 73%;
	margin-left: 0.5%;
	padding: 0;
}

#titleMain {
	float: left;
	width: 664px;
/*	width: 73%;	*/
	margin: 0 0 0 4px;
/*	margin-left: 0.5%; */
	padding: 0;
}

#titleSide {
	float: left;
	font-size: 85%;
	width: 225px;
/*	width: 24.9%;	*/
/*	margin-left: 0.5%; */
	margin: 0 0 0 5px;
	padding: 0;
}

#pageHeadline {
	float: left;
	width: 99%;
	margin: 1em 0 0.5em 0.5%; 
	padding: 0;
	border-bottom: 1px solid #ddd;
}

/* Side Bar */
#titleSide .titleRow > div {
	margin: 0 0 10px 0;
	position: relative;
	float: left;
	width: 100%;
}

#titleSide h2 {
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	margin: 5px 10px 5px 10px;
	padding: 5px 0;	
	text-transform: uppercase;
}

#titleSide h3 {
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	margin: 10px 10px 0.5em 10px;
	padding: 0;
}

#titleSide h3 a {
	color: #003f66;
	text-decoration: none;
}

#titleSide img {
	float: left;
	margin: 0 10px 10px 0; 
}

#titleSide p {
	margin: 0 10px 1.5em 10px;
	padding: 0;
	color: #000;
}

#titleSide .frame {
	border: 1px solid #000;	/* a9a9a9;	*/
	background: #fff;
}

#titleSide .noframe {
	background: #fff;
}

#titleSide .grey {
	background: #faf9f6;	/* ebebeb; */
}

#titleSide .greyframe {
	border: 1px solid #000; /* ebebeb;	*/
	background: #faf9f6;	/* ebebeb; */
}



#titleSide .noframe h2 {
	background: #8CB0CF;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	border: 0;
	padding: 4px 0px 4px 4px;
	margin-bottom: 0.5em;
}

#titleSide .titleRow ul.bullet {
	font-size: 1.1em;
	margin: 10px 0 1em 15px;
	padding: 0;
}

#titleSide .titleRow ul a {
	color: #003f66;
	text-decoration: none;
}

#titleSide .bullet li {
	list-style-position: outside;
	list-style-image: url("/images/common/bullet.gif");
	list-style-type: circle;
	color: #dd1a7e;
	margin: 1em 0 0 1em;
	padding: 0 10px 0 3px;
}

#titleSide .titleRow ul.links {
	margin: 0 10px 1.5em 15px;
	padding: 0;
}

#titleSide .links li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0.5em 0 0 0;
	padding: 0;
	display: block;
}

#titleSide li a:hover {
	text-decoration: underline;
}



/* Search Form */

#searchBox {
	border: 1px solid #ddd;  
	background-color: #faf9f6;  
	margin: 10px;
	padding: 0 10px 0 10px;
}

#searchBox div {
	margin-bottom: 0.5em;
	margin-left: 10px;
}

#searchBox div.first {
	margin-top: 10px;
}


/* General Stuff */

acronym:hover, abbr:hover {cursor: help}

abbr[title], acronym[title], span[title], strong[title], label[title] {
  border-bottom: thin dotted;
  cursor: help;
}

/*accessibility tweaks*/
.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

hr.hide,
.hide {
	display: none;
}

.showprint {
	display: none;
}
