/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(WebImages/bg_grad.jpg) fixed;
	cursor: default;
	font-size: 100%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #334d55;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	padding-top: 10px;
	padding-bottom: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font: 100% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #FFFFFF;
	visibility: visible;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	visibility: visible;
}

#content{
	border-left-color: #ccd2d2;
	border-top-color: #ccd2d2;
	border-right-color: #ccd2d2;
	border-bottom-color: #ccd2d2;
}

div.visualLink {
	border: 3px solid #CC0000;
	height: 100px;
	width: 100px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: middle;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
}

#siteName a{
	color:#FFFFFF;
}

#siteName a:hover{
	text-decoration: none;
}

/************** phoneno style *****************/

#phoneno{
	font: 100% Verdana,sans-serif;
	position: absolute;
	top: 32px;
	right: 5px;
	color: #FFCC33;
	visibility: visible;
	width: 152px;
	font-style: italic;
	text-align: right;
}

/************** pageName styles ****************/

#pageName{
	border-bottom:1px solid #ccd2d2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(WebImages/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	visibility: visible;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	visibility: visible;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 3px;
	z-index: 100;
	width: 838px;
	visibility: visible;
}

a.glink, a.glink:visited{
	font-size: 12px;
	color: #990033;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
}

a.glink:hover{
	background-image: url(WebImages/glblnav_selected.gif);
	text-decoration: underline;
}

.skipLinks {display: none;}

/************** feature styles *****************/

.feature{
	border-left-color: #ccd2d2;
	border-top-color: #ccd2d2;
	border-right-color: #ccd2d2;
	border-bottom-color: #ccd2d2;
	font-size: 100%;
	cursor: default;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h2{
	line-height: normal;
	font-weight: bold;
	font-size: 100%;
	width: 55%;
	
}

.feature ul{
	color: #333333;
	font-size: 80%;
	font-weight: bold;
}

/************** prodDesc styles ****************/

#prodDesc {
	padding-right: 10px;
	padding-left: 0px;
	margin-left: 180px;
}

#prodDesc h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	clear: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
}
#prodDesc .prodTOC img {
	float: left;
}
#prodDesc .prodTOC p {
	margin-left: 20px;
	line-height: 100%;
	margin-right: 20px;
	font-size: 90%;
}
#prodDesc .prodTOC div {
	height: 15px;
}
#prodDesc .prodTOC td {
	height: 30px;
}
#prodDesc p {
	font-size: 85%;
}
#prodDesc li {
	font-size: 85%;
}
#prodDesc img {
	float: right;
}
#prodDesc table {
	font-size: 85%;
	font-weight: bold;
}
#prodDesc .matrix_key {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
	font-style: italic;
	font-variant: small-caps;
	background-position: center;
	text-align: center;
}
#prodDesc .matrix_colhdr_mid {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
}
#prodDesc .matrix_colhdr_rt {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
}
#prodDesc .matrix_rowhdr_mid {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
}
#prodDesc .matrix_content_mid {
	border: 1px solid #990033;
	font-size: 125%;
}
#prodDesc .matrix_content_rt {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
	font-size: 125%;
}
#prodDesc .matrix_rowhdr_btm {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
}
#prodDesc .matrix_content_btm {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
	font-size: 125%;
}
#prodDesc .matrix_content_btm_rt {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
	font-size: 125%;
}
#prodDesc .caveat {
	font-size: 70%;
	font-style: italic;
}
#prodDesc .prodFeature {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}
#prodDesc .trm_style {
	font-size: 90%;
	font-weight: bold;
}

#/************** industryDesc styles ****************/

#industryDesc {
	padding-right: 10px;
	padding-left: 10px;
}

#industryDesc h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
}

/********************* end **********************/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 110%;
	clear: both;
	/* From former #siteInfo */
	border-top: 1px solid #cccccc;
	font-size: 80%;
	color: #3366CC;
	padding: 10px;
	/*padding: 10px 10px 10px 10px;
	margin-top: 0px;
	vertical-align:middle;*/
}

#footer table {
	border: 0;
	padding: 0;
	margin: 0px;
}

.prodstory {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.prodstory ul{
 	list-style-type: disc;
}

.prodstory img {
	height: auto;
	width: 300px;
}

#sideBar {
	float: right;
	width: 200px;
	margin: 10px;
	padding: 5px;
	text-align: left;
	border: 1px solid #990033;
	background-color: #FFCCFF;
	font-size: 80%;
	line-height: 120%;
}

#solutionSideBar {
	float: right;
	width: 40%;
	margin: 10px;
	padding: 5px;
	text-align: left;
	border: 1px solid #990033;
	background-color: #FFCCFF;
	font-size: 80%;
	line-height: 120%;
	position: relative;
	right: 10px;
	top: 30px;
}

#pageName h1+p {
	font-style: italic;
	font-weight: normal;
	padding-bottom: 10px;
}

.feature a:link {
	color: #000000;
}

.feature a:visited {
	color: #000000;
}

.feature a:hover {
	color: #000066;
	text-decoration: underline;
}

table.prodTable {
	margin-left: 80px;
	font-size: 80%;
}

#footer img {
	float: left;
}

a.footerLink, a.footerLink:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-style: normal;
}

a.footerLink:hover {
	color: #990033;
}
#homePageSideBar {

	float: left;
	width: 148px;
	margin: 10px;
	padding: 5px;
	text-align: left;
	border: 1px solid #990033;
	background-color: #FFCCFF;
	font-size: 80%;
	line-height: 120%;
}
#prodIndex {
	float: left;
	width: 175px;
	margin-left: 5px;
}
.prodIndex {
	font-weight: bold;
	font-variant: small-caps;
}
.prodIndexHdr {
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
.contactDesc table {
	font-size: 90%;
	font-weight: bold;
}
.contactDesc .address {
	font-size: 90%;
	font-weight: bold;
}.contactDesc {
	margin: 10px;
}
#prodShowcase {

	padding-right: 10px;
	padding-left: 0px;
	margin-left: 180px;
}
#prodShowcase h2 {

	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	clear: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
}
#prodShowcase a {
	color: #000000;
}
#prodShowcase a:hover {
	color: #333366;
	text-decoration: none;
}
#prodShowcase img {

	float: right;
}
#prodShowcase h2 a {
	color: #006699;
}
#prodShowcase li {

	font-size: 85%;
}
.privacyDesc {
	margin: 10px;
}

.feature ul li span {
	font-weight: normal;
}

.feature ul li span a:link {
	color: #000099;
	font-style: italic;
}
.feature ul li span a:visited {
	color: #000099;
	font-style: italic;
}
.feature ul li span a:hover {
	text-decoration: underline;
}
