@charset "utf-8";
/*This stylesheet is used as the basis for almost all sites. These settings should never be changed. If changes are needed to this, overload them using the site specific styles.
*/
body { /*global body style settings*/
	margin-top: 0px;
	margin-bottom: 0px;
	/*height: 100%;   uncomment if the footer must hug the bottom of the browser */
	font-size: 11px;
	position: relative;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEE;
	background-image: url(../images/site_images/site_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 16px;
}
head {
	/*height: 100%;   uncomment if the footer must hug the bottom of the browser */
}
html {
	/*height: 100%;   uncomment if the footer must hug the bottom of the browser */
}
 /*global link color and style settings */
a:link {
	color: #CC0000;
	text-decoration: underline;
	font-size: 11px;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
	}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
h1 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1D2A4C;
	height: 17px;
	margin: 0px;

}
h2 {
	margin: 0px;
	color: #1D2A4C;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 10px;
}
h3 {
	padding-left: 10px;
	font-size: 11px;
	margin: 0px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
}
h5 {
}
*/
ul {
	margin-bottom: 15px;
}
li {
	list-style-position: outside;
	list-style-image: url(../images/site_images/bullet.gif);
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 3px;
	padding-right: 5px;
}

#displayContainer { /* Container that holds everything within the body tag, allows for a body layer to be built. */
	background-color: #FFFFFF;
	padding: 10px;
}

#footerContainer { /* Container that holds everything for the footer of the page */
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	/*font-size:;
	color: ;
	margin-top:;*/
}

#footerContainer a{
	text-decoration: none;
	color: #999999;
}

#footerContainer a.hover{
	color: #CC0000;
}

#footerCopyright {
	width: 600px;
	color: #999999;
	margin-top: 8px;
	float: left;
}

#footerLinks {
	margin-top: 8px;
	color: #999999;
	float: left;
	text-align: right;
	width: 355px;
}

#headerLinks { /* some sites will have text links (not main Navigation) in the header, position these as necassary */
	font-size: 10px;
	margin-left: 825px;
	position: absolute;
	left: 0px;
	top: 10px;
	display: none; /* comment this line if there are  header links on the site */
}

#headerWrapper { /* sets the position and style of the header */
	/*background-image:;  include a background image is required, comment this out if not needed */
	background-repeat: no-repeat; /* repeat the background is necassary */
	height: 79px;
	background-image: url(../images/nav/nav_bg.jpg);
}
#heroImage { /* needed to constraint the size of the hero on the page. */
	width: 955px;
}
#internalWrapper { /* holds layer information */
	margin-right: auto;
	margin-left: auto;
	width: 955px; /* width is typical, change if more or less is required */
	position: relative; /* required for proper layouts of the header items */
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/site_images/page_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	/*height: 100%;   uncomment if the footer must hug the bottom of the browser */
}

#logo { /* controls the layout of the logo for the site. */
	/*background-image: ; uncomment this line and add link to the logo */
	background-repeat: no-repeat; /* do not repeat the logo */
	background-position: left top; /* position the logo in the block */
	height: 24px; /*size the block to fit the logo */
	width: 283px; /* position the logo from the left side of the page. The position is relative for pages that are centered */
	display: block; /* display the logo in a block field so it can potentially become a link */
	position: absolute;
	margin-left: 20px;
	margin-top: -65px;
}
#mainNavigation { /* wraps the main navigation and controls layout of the entire group of navigational items */
	background-image: ;
	background-repeat: no-repeat;
	height: 25px;
	width: 875px;
	margin-left: 0px;
	position: absolute; /* leave this line in order to make the navigation layer on top of the header */
	left: 0px;
	top: 54px;
	padding-left: 80px;
}

#mainWrapper { /* used primarily if there is a background image that covers the entire window. */
	width: 100%;	 /*height: 100%; keep this line if footer must hug the bottom of the browser */
}
.boldHighlight {
	font-weight: bold;
	color: #CC0000;
}
.clear { /* used to reset the float on div tags. use as needed in the html code */
	clear: both;
	height: 0px;
}

.navItem { /* sets the overall style for all navItems that are going to be set */
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	height: 25px;
}
.headerContainer {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 22px;
	margin-bottom: 10px;
}


	.navItemOne {
	background-image: url(../images/nav/home.jpg);
	background-repeat: no-repeat;
	width: 63px;
	}
		.navItemOne a:hover{
		background-image: url(../images/nav/home_dn.jpg);
		background-repeat: no-repeat;

		}
	
	.navItemTwo {
	background-image: url(../images/nav/about.jpg);
	background-repeat: no-repeat;
	width: 87px;
	}
	
	.navItemThree {
	background-image: url(../images/nav/r_d.jpg);
	background-repeat: no-repeat;
	width: 180px;
	}
	.navItemFour {
	background-image: url(../images/nav/publications.jpg);
	background-repeat: no-repeat;
	width: 109px;
	}
	
	.navItemFive {
	background-image: url(../images/nav/patents.jpg);
	background-repeat: no-repeat;
	width: 76px;
	}
	.navItemSix {
	background-image: url(../images/nav/partnerships.jpg);
	background-repeat: no-repeat;
	width: 109px;
	}
	.navItemSeven {
	background-image: url(../images/nav/careers.jpg);
	background-repeat: no-repeat;
	width: 75px;
	}
	.navItemEight{
	background-image: url(../images/nav/contact.jpg);
	background-repeat: no-repeat;
	width: 96px;
	}
	.navItemNine {
		background-image: url(../images/cpiCompTest/services_and_solutions.gif);
		background-repeat: no-repeat;
		width: 123px;
		height: 13px;
		display: none;	
	}
	.navItemTen {
		background-image: url(../images/cpiCompTest/services_and_solutions.gif);
		background-repeat: no-repeat;
		width: 123px;
		height: 13px;
		display: none;	
	}


.navItem { /* sets the overall style for all navItems that are going to be set */
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	display: block;
	height: 25px;
	cursor: pointer;
	white-space: normal;
	background-color: #EEEEEE;
	position:relative;
}

.navSubItem 
{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	white-space: normal;
	padding-right: 11px;
	padding-left: 11px;	
	text-align: left;
	background-color: #EEEEEE;
	height: 25px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.navSubItemHover 
{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	white-space: normal;
	cursor: pointer;
	padding-right: 11px;	
	padding-left: 11px;	
	background-color: #EEEEEE;
	text-align: Left;
	height: 25px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:  Red;		
}

#contactFormContainer 
{
	width: 100%;
	margin-left: 100px;
	margin-right: auto;
	
}
