/* northbt.com - css for fixed template all media
   J Freeman 25/10/05 */


/* Title Pages */

.titleRow {
	margin: 5px 0 5px 0;
	clear: both;
}

#titleSplash {
	float: left;
	width: 99%;
	border: 1px solid #a9a9a9;
	background: #cccccc;
	position: relative;
}

#titleSplash object {
	z-index: 80;
}

#textSplash {
	position: absolute;
	right: 5px;
	bottom: 5px;
	margin: 0;
	border: 0;
	width: 350px;
	text-align: right;
	font-size: 1.6em;
	color: #7a7a7a;
	z-index: 70;
}

#textSplash a {
	color: #7a7a7a;
	font-weight: bold;
	text-decoration: none;
}

#textSplash a:hover {
	text-decoration: none !important;
	color: #003f66;
}


#titleMain .titleBox,
#titleMain .newsBox {
	padding-right: 1%;
	float: left;
	width: 48.9%;
}

#titleMain .titleBox h2 {
	background: #8CB0CF;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	border: 0;
	padding: 4px 10px 4px 10px;
	margin-bottom: 0.5em;
}

#titleMain h2 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#titleMain .titleBox h3 {
	margin: 0;
	font-size: 1em;
	padding: 0 10px 0.5em 10px;
	color: #003f66;
}

#titleMain .newsBox h3 {
	margin: 1em 10px 0.5em 10px;
	font-size: 1.1em;
	padding: 0;
	color: #003f66;
	border-bottom: 1px solid #ddd;
}

#titleMain h3 a {
	color: #003f66;
	font-weight: bold;
	text-decoration: none;	
}

#titleMain .titleBox img {
	float: left;
	margin: 0 10px 10px 0;
}

#titleMain .newsBox img {
	float: left;
	margin: 0 10px 10px 10px;
}


#titleMain p {
	margin: 0 10px 0.5em 10px;
}

#titleMain .newsBox p {
	margin: 0 10px 1em 90px;
}

#titleMain p.date,
p.info {
	color: #666;
	font-size: smaller;	
}

p.info a {
	color: #666;
}

/* Search Page */

#searchHeader h3 {
	clear: both;
	font-size: 1.2em;
    	font-weight: bold;
	color: #dd1a7e;	
    	padding: 0;
	margin: 0em 10px 0.5em 10px;	
}

#searchHeader h5 {
    	clear: both;
	color: #000;
    	font-size: 90%;
    	font-weight: normal;
	margin: 0em 10px 0.5em 10px;
}

#searchFooter {
	padding-top: 1em;
	clear: both;
}

#titleMain div.searchPagination {
    	text-align: right;
    	float: right;
}

#titleMain div.searchPagination ul {
    	list-style-type: none;
	margin: 0em 10px 0.5em 10px;
}

#titleMain div.searchPagination li {
   	display: inline;
    	font-size: 90%;
	font-weight: bold;
    	padding-left: 0.2em;
	color: #003f66;
}

#titleMain div.searchPagination li a {
	font-weight: normal;
	color: #003f66;
	text-decoration: underline;
}

#titleMain div.searchPagination li a:hover {
	color: #dd1a7e;
	text-decoration: underline;
}


#searchResults h4 {
	margin: 1em 10px 0.5em 10px;
	font-size: 1.1em;
	padding: 0;
	color: #003f66;
	clear: both;
}

#searchResults h4 a {
	color: #003f66;
	font-weight: bold;
	text-decoration: none;	
}

#searchResults p {
	padding-left: 25px;
}

#searchResults img {
	float: left;
	margin: 0 10px 5px 10px;

}

input.inputbox {
	width: 250px;
}

/* Content Pages */

#pageHeadline h2 {
	color: #000;
	font-weight: normal;
	font-size: 1.7em;	
	padding: 0;
	margin: 0;
}

#contentMain h3 {
	margin: 2em 10px 0.5em 10px;
	font-size: 1.2em;
	padding: 0;
	color: #000;
	border-bottom: 1px solid #ddd;
	clear: both;
}

#contentMain h4 {
	margin: 2em 10px 0.5em 10px;
	font-size: 1em;
	padding: 0;
	color: #000;
	border-bottom: 1px solid #ddd;
}

#contentMain h5 {
	margin: 2em 10px 0.5em 10px;
	font-size: 1em;
	padding: 0;
	color: #000;
}

#contentMain a {
	color: #003f66;
	text-decoration: underline;
}

#contentMain p,
#contentMain table {
	margin: 1em 10px 0.5em 10px;
}

#contentMain hr {
	margin: 2em 10px 0.5em 10px;
}

#contentMain a:hover {
	color: #dd1a7e; 
	text-decoration: underline;
}

/* General Stuff */

img.ThumbLge {
	width: 70px;
	height: 70px;
}

img.ThumbImg {
	height: 70px;
}

#contentMain img.elibrary {
 	float: left;
	margin: 0 10px 5px 5px;
	width: 145px;
	height: 40px;
}

label {
	font-weight: bold;
}

*.important,
div.important,
p.important {
	margin: 1em;
	padding: 0.1em;
	border: solid #F00;
	font-size: larger;
}

#mBody p a,
#titleMain li a,
a.stdLink {
	color: #003f66;
	text-decoration: underline;
}

#mBody p a:hover,
#titleMain li a:hover,
a.stdLink:hover  {
	color: #dd1a7e !important;
}

#mBody a:hover {
	text-decoration: underline; /*	!important;		*/
}

:link img,
:visited img {
	border: 0;
	text-decoration: none;
}

