/* CSS Document */

/*
					Part of every page:
*/

body 
{
	background-color: #ffffff;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000000;
	font-family: arial, verdana, tahoma;
	height:100%;
	/* overflow:scroll fixes a bug where the centering content shifts around in firefox
	however when enabled the site screws up in IE and has extra scrollbars*/
	/*overflow: scroll;*/
}
td,li,textarea,input,span,div,blockquote,select 
{
	font-family: verdana, tahoma;
	font-size: 11px;
	color: #000000;
}

/* Used for content of any h:message tag */
.errorMsg {
	color:red;
	font-weight:bold;
	text-align:left;
}
p {
	font-family: verdana, tahoma;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
a:link {
	color:  #0A479E;
}

/* dark blue bar across full width of top-has home, corporate web and site map links */
#topNavContainer {
	width:100%;
	position:relative;
	height:16px;	
	background-color:#164e5b;
	
}

#topNav {
	width:780px;
	height:16px;
	overflow:hidden;
	margin:0;
	padding:0;
	
}
#topNav ul {
	height:16px;
	overflow:hidden;
	margin:0;
	padding:0;	
}
#topNav li {
	display:block;
	float:right;
	list-style-type:none;		
	text-align:center;
	border-right:1px solid white;
	padding-left:6px;
	padding-right:6px;	
	height:100%	
}

#topNav .front {
	border-left:1px solid white;		
}

#topNav a, #bottomNav a {
	color:white;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#topNav a:hover, #bottomNav a:hover {
	color:white;
	font-weight:bold;
	text-decoration:underline;	
}

/* FDS logo image with map and iso-lines */
#banner {
	width:100%;
	border-top:1px solid white;
	border-bottom:1px solid white;	
	width:100%;
	height:73px;
	overflow:hidden;
	margin:0 auto;
	background-color:#164e5b;
	background-repeat:no-repeat;
	color:white;
	text-align:center;
}

#banner img {
	margin:0 auto;
	width:780px;
	height:75px;
}

/*		Nav bar immediatly after banner image, has about, pas, news & careers links on */
#bottomNavContainer {
	width:930px;
	height:16px;
	margin:0 auto;
	color: #0A246A;
	font-family:arial;
	font-size:11px;
	background-image:url('../images/navBottomBg_long.jpg');
	text-align:center;
}

#bottomNav, #bottomNav ul {
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:780px;
	margin: 0 auto;	
	overflow:auto;
	padding:0px;
	text-align:center;
	color: #0A246A;
	font-family:arial;
	font-size:11px;
}

#bottomNav li {
	/*display:inline;*/
	float:left;
	list-style-type:none;
	font-family:arial;
	font-size:11px;
	/*border-right:1px solid white;*/
	/*border-left:1px solid black;*/			
}

#bottomNav .firstli {
	float:left;
	list-style-type:none;
	/*border-right:1px solid white;*/
	/*border-left:1px solid #6389a0;*/
	width:2px;
	height:100%;		
}

#bottomNav .lastli {
	float:left;
	list-style-type:none;
	/*border-left:1px solid white; */
	/*border-right:1px solid black; */
	width:2px;
	height:100%;
	margin-left:-3px;		
}

#bottomNav a {
	padding:4px;
}

#bottomNav .spacer {
	width:0px;
	margin-left:4px;
	margin-right:4px;
	border-right:1px solid #c6c6c6;
	border-left:1px solid #214a63;
	height:14px;
	overflow:auto;	
	/*background-image:url('../images/divider.gif');*/	
	
}

h1, h2 {
	font-family: verdana, tahoma;
	text-align: left;
	font-size: 12px;
	color: #0A479E;
	font-weight:bold;
}

h3 {
	background-color:#6389a0;
	color:#ffffff;
	padding:2px;
	font-size:100%;
}

/* This is the very bottom of the page after the content, company details, disclaimer & copyright here */
#footer, #footer ul {
	margin:0 auto;
	padding:0;
	border-top:1px solid #6389a0;
	width:780px;
	text-align:right;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	font-size: 10px;
	color: rgb(144, 144, 144);
	font-family: verdana,tahoma;
}

#footer li {
	list-style-type:none;
	padding-left:4px;
	padding-right:4px;
	display:inline;
	font-size: 10px;
	color: rgb(144, 144, 144);
	font-family: verdana,tahoma;
}


#footer a {
	color:#22546d;
	text-decoration:none;
}

#footer a:hover {
	color:#22546d;
	text-decoration:underline;
}



/* Holds the divs for single and double column templates */

#container {
	width:960px;
	margin:0 auto;
	height:auto;
	overflow:hidden; /* another try to fix IE problem alteration */	
	margin-top:10px;
	margin-bottom:10px;
}


/*				 Only in single column template			*/
#content_col1 {
	/* Don't set this to 100%, you get scrollbars appearing 
	cos of the extra padding, and its a bastard to track down */
	width:90%;
	
	height:100%;
	border-right:1px dotted #d6dee7;
	border-left:1px dotted #d6dee7;
	margin: 0 auto;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}
/* 			single column narrow used for whole page messages like email success etc   */
#content_col1_narrow {
	width:300px;
	height:100%;
	overflow:auto;
	border-right:1px dotted #d6dee7;
	border-left:1px dotted #d6dee7;
	margin: 0 auto;
	margin-left: 500px; 
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}




/*			 Only in the layout with a narrow left column and 		*/
/*			a normal-sized right column								*/

#twoCols_col1_narrow {
	width:200px;
	height:100%;
	overflow:hidden;	
	float:left;	
}

#oneCol_col1 {
	width:1060px;
	height:auto;
	overflow:hidden; /* was scroll, caused pointless extra scrollbar on IE? */	
	border-right:1px dotted #d6dee7;
	border-left:1px dotted #d6dee7;
	float:left;
	padding:5px;		
}

#twoCols_col2 {
	width:550px;
	height:auto;
	overflow:hidden; /* was scroll, caused pointless extra scrollbar on IE? */	
	border-right:1px dotted #d6dee7;
	border-left:1px dotted #d6dee7;
	float:left;
	padding:5px;		
}

#twoCols_spacercol {
	width:180px; /*widened from 150px to match col3 */
	height:auto;
	overflow:hidden;	
	float:left;
	padding:5px;
}
	
#twoCols_col2 a {
	color:#0A479E;
	text-decoration:none;
}

#twoCols_col2 a:hover {
	color:#0A479E;
	text-decoration:underline;
}
	


/* Holds the divs for the three column template		*/
#threeCols_container{
	width:960px; /* widened from 930px to fit animated gif on homepage */
	margin:0 auto;
	height:auto;
	overflow:hidden;  /*altered here trying to fix col3 jumping below col1 in IE*/	
	margin-top:10px;
	margin-bottom:10px;
}

/*  				The layout with a narrow left column and a normal-sized		*/
/*					middle column and narrow right column						*/
#threeCols_col1_narrow {
	width:200px;
	height:auto;
	overflow:hidden;	
	float:left;	
}

#threeCols_col2 {
	width:550px;
	height:auto;
	overflow:auto;	
	border-right:1px dotted #d6dee7;
	border-left:1px dotted #d6dee7;
	float:left;
	padding:5px;		
}
#threeCols_col2 a {
	color:#0A479E;;
	text-decoration:none;
}

#threeCols_col2 a:hover {
	color:#0A479E;
	text-decoration:underline;
}

/* Pretty much just for the line below shoppingcart title on ViewCart page */
#threeCols_col3 ul {
	margin:0px 0px 0px 0px;
	padding-left:0px;
	width:100%;
	border-top:1px solid #6389a0;
}
#threeCols_col3 hr {
	/* finally got same look in IE and firefox */
	border-color:#6389a0;
	border-style: solid none;
	border-bottom:0px;
	border-width: 1px 0pt;
	border-top:1px solid #6389a0;
	height:1px;

}
#threeCols_col3 {

	width:180px; /*widened from 150px to fit animated gif on front page */
	height:auto;
	overflow:hidden;	
	float:left;
	padding:5px;		
}
#threeCols_col3 a {
	color:#0A479E;;
	text-decoration:none;
}

#threeCols_col3 a:hover {
	color:#0A479E;
	text-decoration:underline;
}


/*				 Styles for the three menu levels on the navigation bar			*/
.blockMenu, .blockMenu ul {
	padding:0px;
	margin:0px;
	width:200px;
}
.blockMenu h2 {
	display:block;
	color:#ffffff;
	background-color:#6389a0;
	font-size:100%;
	font-weight:normal;
	padding:2px;
	margin-bottom:0;
}
.blockMenu li {
	list-style-type:none;	
}
.blockMenu a {
	font-weight: normal;
	font-weight: normal;
	display:block;
	text-decoration:none;
	width:200px;
	color:#22546D;
	border-bottom:1px solid #6389a0;
	padding:3px;
}
.blockMenu a:hover {
	display:block;
	text-decoration:none;
	color:#22546D;
	background-color:#D2DDE3;	
}
.blockMenuActive a {
	display:block;
	text-decoration:none;
	width:200px;
	color:#22546d;
	background-color:#d2dde3;
	padding:3px;
}
.blockMenuCurrentActive a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	width:200px;
	color:#22546d;
	background-color:#d2dde3;
	padding:3px;
}

/* Second menu level */
.blockMenu2, .blockMenu2 ul {
	font-weight: normal;
	padding:0px;
	margin:0px;
	width:200px;
}
.blockMenu2 li {
	list-style-type:none;	
}
.blockMenu2 a {
	font-weight: normal;
	display:block;
	text-decoration:none;
	width:200px;
	color:#22546D;
	border-bottom:1px solid #6389a0;
	background-color:transparent;
	text-indent:8px;
	padding:3px;
}
.blockMenu2 a:hover {
	display:block;
	text-decoration:none;
	color:#22546D;
	background-color:#D2DDE3;	
}
.blockMenu2Active a {
	display:block;
	text-decoration:none;
	width:200px;
	color:#22546d;
	background-color:#d2dde3;
	text-indent:8px;
	padding:3px;
}
.blockMenu2CurrentActive a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	width:200px;
	color:#22546d;
	background-color:#d2dde3;
	text-indent:8px;
	padding:3px;
}

/* Third menu level */
.blockMenu3, .blockMenu3 ul {
	font-weight: normal;
	padding:0px;
	margin:0px;
	width:200px;
}
.blockMenu3 li {
	list-style-type:none;	
}
.blockMenu3 a {
	font-weight: normal;
	display:block;
	text-decoration:none;
	width:200px;
	color:#22546D;
	border-bottom:1px solid #6389a0;
	background-color:transparent;
	text-indent:8px;
	padding:3px;
}
.blockMenu3 a:hover {
	display:block;
	text-decoration:none;
	color:#22546D;
	background-color:#D2DDE3;	
}
.blockMenu3Active a {
	display:block;
	text-decoration:none;
	width:200px;
	color:#22546d;
	background-color:#d2dde3;
	text-indent:8px;
	padding:3px;
}
.blockMenu3CurrentActive a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	width:200px;
	color:#22546d;
	background-color:#d2dde3;
	text-indent:8px;
	padding:3px;
}



/* Popup properties for the tomahawk component on the company overview page */

/* properties for <table class="popupStyle" border="0"> */ 
.popupStyle {
	background:white;
	padding: 10px;
	border-style:solid;
	border-color:#00828E;
	border-width:2px;
	margin-bottom:0px;
	/*
	position:absolute;
	left:200px;
	top:200px;
	*/
	width:250px;
	height:150px;	
}

/* properties for <span class="popupText"> */
.popupText {
	color:#00828E;
	line-height: 100%;
	text-align: left;
}





.newsListRow1 {
	vertical-align: top;
}
.newsListRow2 {
	vertical-align: top;
}








/*				 Other stuff, possibly not needed??			*/

#contactUs {
	
	height:100%;
	overflow:auto;
	margin:0 auto;
}



.defaultButton {
	background-color:#6389a0;
	border:1px solid #164656;
	color:#ffffff;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

.pagetitle {
    font-weight:bolder;
    text-align: left;
  	font-size: 13px;
  	color: #0A479E;
}

a	{
		text-decoration: none;
		color: #9F7027;
}

a:hover {
	color: #DF9E37;
	text-decoration: underline;
}

a.inline	{
	color: #22546D;
	text-decoration: none;
}

a.inline:hover {
	color:  #22546D;
	text-decoration: underline;
}
.rockImage {
	
	position: relative;
	left: 750px;
	bottom: 200px;
}
.groupImage {
	
	position: relative;
	left: 450px;
	bottom: 300px;
	
}
#aboutImages{
	
	position: relative;
	left: 800px;
	bottom: 350px;	
}

div.key
{
	font-family: courier;
	border: 1px solid #666666;
	background: #e7e7e7;
	width: 705px;
	
	z-index:1;
}
.dataTable
{
	border-color: #000000;
	border-right:solid 2px;
}

table.userDownloadsTable
{
	text-align:left;
	width:550px;
}

.tableHeader {
	background-color: #739eb6;
	color: #FFFFFF
}
.row1 {
	background-color: rgba(230,230,240,0.6);
}	
.row2 {
	background-color: rgba(220,220,240,0.6);
}
.rowA {
	background-color: #dee4e4;
}
.colLeft {
	text-align: left;
}
.colCenter {
	text-align: center;
}
.colRight {
	text-align: right;
}
.imageLinks {
	border:none;
}

.scannedImageDataset {
	padding:5px;
	background-color:#FFCC00;
}

.scannedImageDatasetCheckbox {
	background-color:#FFCC00;
}

.wisdomClassicDataset {
	padding:5px;
	background-color:#88CC22;
}

.wisdomClassicDatasetCheckbox {
	background-color:#88CC22;
}

