/* Entire Website CSS Document */

/*  Overrides to hide incomplete functionality - 2008 site launch  */
#left-navigation { display: none; }
input.search { display: none; }
table.newstable { display: none; }
/* a[href="news.htm"], a[href="white_papers.htm"] { display: none; } */
a[href="client_area.htm"] { display: none; }

/* Blue gradient background */
body
{ 
background-image: 
url('images/background-repeat-blue.gif');
background-repeat: repeat-x;
background-color:#ffffff;
margin-top:0}
	
.headerimageright{
	font-family: Arial;
	font-size: 11px;
	color: #485176;
	background-image: url('images/secured_sciences_group-head.jpg');
	background-position:right;
	background-repeat:no-repeat;}

/* Top area navibation (Past Wor,k White Papers, Government Info / 8a, Client Area) */	
.headernavigation a:link {
	font-family: Arial;
	font-size: 11px;
	color: #5379b8;}
	
.headernavigation a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;}

.headernavigation a:active {
	font-family: Arial;
	font-size: 11px;
	color: #8ecd70;}
	
.headernavigation-inactive{
	font-family: Arial;
	font-size: 11px;
	color: #4c4c4c;
	font-size: 11px;
	font-weight:bold;}

.search{
	font-family: Arial;
	font-size: 9px;
	color: #000000;}

/* website wide hyperlinks */	
a:link {
	font-family: Arial;
	color: #5379b8;
	text-decoration: underline;
	font-size: 11px;}

a:visited {
	font-family: Arial;
	color: #7e7e7e;
	text-decoration: underline;
	font-size: 11px;
	padding-left: 5px;}

a:hover {
	font-family: Arial;
	color: #7093cd;
	text-decoration: underline;
	font-size: 11px;}

a:active {
	font-family: Arial;
	color: #8ecd70;
	text-decoration: underline;
	font-size: 11px;}

/* title of page in content area (NEWS, CAREERS) */	
.pageheadertext {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	line-height: normal;
	color: #485176;}

/* index or homepage body text*/	
.bodytext {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #485176;
	padding-left: 10px;}
/* index or homepage bold body text*/
.bodytextheader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #485176;
	padding-top: 10px;
	padding-top: 10px;}

/* gray border around the entire webpage*/
.entirepagetable{ 
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	background-color: #ffffff;}

.newstable{
	background-color: #ffffff;
	padding: 3px;}
	
.newsheader {
	font-family: Arial;
	font-size: 11px;
	color: #375372;
	background-color: #bfd4f3;
	padding: 3px;}

/* CSS for creating alternating colored cells */
.tableeven {
	font-family: Arial;
	font-size: 11px;
	color: #485176;
	background-image: url('images/news-content-backrepeat.gif'); 
	background-repeat: repeat-X;}

/* CSS for creating alternating colored cells */
.tableodd {
    font-family: Arial;
	font-size: 11px;
	color: #5b6556;
	background-color: #ffffff;
	padding: 5px}

/* Main navigation */
.navigation {
	font-family: Arial;
	color: #4c4c4c;
	text-align: right;
	padding-right:10px;
	vertical-align:middle;
	font-size: 11px;
	font-weight:bold;}


	
/* footer color */	
.footer {
	background-color: #647cb1;}

/* footer text */	
.footerbasetext {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	padding: 7px;}

/* footer links */
.footernavigation a:link {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;}

.footernavigation a:hover {
	font-family: Arial;
	font-size: 11px;
	color: e9e9ea;}
	
.footernavigation a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #cccccc;}

/* left-nav-rightline */
.subpageleftnavback {
	background-image: url('images/subpage-leftnavback.gif'); 
	background-repeat: repeat-y;}

/* subpage left table header text */
.subpageleftnavheadertext {
	font-family: Arial;
	font-size: 12px;
	text-align:center;
	color: #4c4c4c;
	background-color: #d4d4d4;}

/* subpage left table links */
.subpageleftnavilink a:link {
	font-family: Arial;
	font-size: 11px;
	color: #5379b8;
	padding-left:5px;}

.subpageleftnavilink a:visted {
	font-family: Arial;
	font-size: 11px;
	color: #7e7e7e;
	padding-left:5px;}
	
.subpageleftnavilink a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #7093cd;
	padding-left:5px;}

.subpageleftnavilink a:active {
	font-family: Arial;
	font-size: 11px;
	color: #8ecd70;
	padding-left:5px;}

body, li, .subpagebodytext {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #485176;
	padding-left: 0px;}

ul {
  list-style: circle;
}


.subpagetable-cell {
background-color:#d5e3f7}

	
