body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	width: 746px;
}

#HomePageText {
	line-height: 2.0;
	margin-left: 0px;
	margin-top: 10px;
}

/* Header Styles */
#Header {
	height:71px;
	top:0px;
}

#eyePic {
	height: 69px;
	width: 100px;
}

#tagline {
	color: #000096;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left:14px;
	font-weight:bold;
}
	
#logo {
	font:24px Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing:0.25em;
	line-height:26px;
}

/* Navigation styles begin */
#Navigation {
	width: 746px;
	position: absolute;
	visibility: visible;
	z-index: 5;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
}
#Navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right;
}

/* Navigation styles end */

#ProductsSubMenu {
	width: 130px;
	position: absolute;
	top: 98px;
	left: 82px;
	z-index:7;
	background-color: #000096;
	border:#FF6600;
	visibility: hidden;
}

#ProductsSubMenu a {
	color: #FFFFFF;
	font-weight: bold;
}

#AppsSubMenu {
	width: 140px;
	position: absolute;
	top: 98px;
	left: 170px;
	z-index:7;
	background-color: #000096;
	border:#FF6600;
	visibility: hidden;
}

#AppsSubMenu a {
	color: #FFFFFF;
	font-weight: bold;
}

#ResearchSubMenu {
	width: 130px;
	position: absolute;
	top: 98px;
	left: 282px;
	z-index:7;
	background-color: #000096;
	border:#FF6600;
	visibility: hidden;
}

#ResearchSubMenu a {
	color: #FFFFFF;
	font-weight: bold;
}

/* Styles for the products page where we have a left navigation tab */

#ProductsMenu {
	padding: 0px;
	border-right: 3px solid #FF6600;
	border-bottom: 3px solid #FF6600;
	width: 125px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#ProductsMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#ProductsMenu td {
	padding: 15px 0px 15px 0px;
}

#ProductsDescription {
	width: 590px;
	padding: 0px;
}

#ProdContents {
	border: 0px;
	padding: 0px;
	width: 100%;
}

/* End of styles for the products page */

/* Styles for the applications page where we have a left navigation tab */

#ApplicationsMenu {
	padding: 0px;
	border-right: 3px solid #FF6600;
	border-bottom: 3px solid #FF6600;
	width: 125px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#ApplicationsMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#ApplicationsMenu td {
	padding: 15px 0px 15px 0px;
}

#AppsDescription {
	width: 590px;
	padding: 0px;
}

#AppContents {
	border: 0px;
	padding: 0px;
	width: 100%;
}

/* Applications navigation styles begin (currently only being used by the Market Research pages) */
#AppsNavigation {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#AppsNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right;
}

/* Applications navigation styles end */

/* Styles for the research page where we have a left navigation tab */

#ResearchMenu {
	padding: 0px;
	border-right: 3px solid #FF6600;
	border-bottom: 3px solid #FF6600;
	width: 130px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#ResearchMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#ResearchMenu td {
	padding: 15px 0px 15px 0px;
}

#ResearchDescription {
	width: 590px;
	padding: 4px;
}

#ResearchContents {
	border: 0px;
	padding: 0px;
	width: 100%;
}

/* End of styles for the research page */

/* End of styles for the applications page */

#Content {
/*	background-image:url(Pictures/content-back.gif);
	background-repeat: no-repeat;*/
	background-position: top;
	position: absolute;
	visibility: visible;
	z-index: 3;
	width: 746px;
	top:100px;
	left: 0px;
	background-color: #FFFFFF;
}

#Contenttext {
	/*margin: 14px;*/
}

#Indented {
	margin-left: 20px;
	margin-top: 10px;
}

#Rightedge {
	position: absolute;
	left: 746px;
	top: 0px;
	visibility: visible;
	z-index: 1;
	background-image: url(Pictures/right-edge.gif);
	height: 600px;
	width: 3px;
}
#Footer {
	font-size: 80%;
}

#ClientLogos td {
	padding: 10px;
	width: 120px;
	height: 100px;
}

#ClientLogos img {
	vertical-align: middle;
}

/* Basic presentation styles */

H1 {
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000096;
	margin-bottom: 10px;
}
H2 {
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000096;
}
H3 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000096;
}
H4 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}
P {
	margin-right: 10px;
	margin-left: 10px;
}
LI {
	padding-top: 2px;
	padding-bottom: 2px;
}
a:link {
	color: #000096;
	text-decoration: none;
}
a:visited {
	color: #000096;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
HR {
	height: 1px;
	width: 500px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #0660BC;
	border-right-color: #0660BC;
	border-bottom-color: #0660BC;
	border-left-color: #0660BC;
}
