/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	behavior: url(/csshover.htc); /* WinIE behavior call */
}
a:link {
 	color: #006699;
	text-decoration: none;
 } 
a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #0099CC}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


/************** header tag styles **************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	color: #003399;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003348;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 115%;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
	font-weight: normal;
	color: #003348;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 10px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: square;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 0px 20px;
	width: 730px;
	background-color: #FFFFFF;
}

#navBar{
	background-color: #FFFFFF;
}

#content{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 520px;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #666666;
	padding: 0px 20px 20px 0px;
	font-size: 95%;
	line-height: 125%;
	margin: 0px;
}



/************** .feature styles ***************/

.feature{
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding-top: 20px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
#siteInfo a:link {
	color: #669999;
	line-height: 30px;
}
#siteInfo a:hover {
	color: #003348;
	text-decoration: underline;
}
#siteInfo a:visited {
	color: #669999;
	line-height: 30px;
}



/************************/
	
.more {
	font-size: 10px;
	font-weight: bold;
}
blockquote {
	list-style-type: square;
	margin: 0px;
	padding: 10px 20px;
}

/******************************************/
/*** barclayconsulting.com add'l styles ***/
/******************************************/

div.pullquote {
	font: bold 1em Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 150%;
	color: #660000;
}

td.casetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: italic;
	line-height: 16px;
	padding: 0px 4px 0px 6px;
	text-align: right;
}

td.casetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	line-height: 16px;
}

/* note that additional h1 styles are added at the page level for case studies */

#nav {
/*	float: left;  */
	width: 171px; 
	margin: 0 0 0 -1px; 
	background: #FFFFCC;
	border-top: 1px solid #CCCCCC;
}
#nav ul {
	margin: 0; 
	padding: 0; 
	width: 171px; 
	background: #FFFFFF;
}
#nav ul.level2 {
	background: #FFFFFF;
}
#nav ul.level3 {
	background: #FFFFFF;
}
#nav li {
	position: relative; 
	list-style: none; 
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}
#nav li:hover {
	background: #FFFFCC;
}
#nav li.submenu {
	background: url(/images/submenu.gif) 95% 50% no-repeat;
}
#nav li.submenu:hover {
	background-color: #FFFF99;
}
#nav li a {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none; 
	width: 171px; 
	border-left: 1px solid #CCCCCC;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
}
#nav>ul a {
	width: auto;
}
#nav ul ul {
	position: absolute; 
	top: 0; 
	left: 171px;
	display: none;

	border-right: 1px solid #CCCCCC;
}
#nav ul.level1 li.submenu:hover ul.level2, 
#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

#nav ul.level2 {
	border-top: 1px solid #CCCCCC;
}


/*** ( AUTOMATYK.COM add'l styles ) ***/

.floatboxright {
	float:right;
	padding: 5px;
	margin: 5px;
	clear: left;
	border: 1px solid #999999;
}

.regbutton a {
	display: block; 
	padding:8px;
	 border:1px solid #003399; 
	 background-color:#B2CBE6; 
	 text-align: center; 
	 font-size: 13px; 
	 font-style: normal; 
	 line-height: 100%; 
	 font-weight: bold; 
	 color: #003399;
}

.regbutton a:hover {
	display: block; 
	padding:8px;
	 border:1px solid #B2CBE6; 
	 background-color:#003399; 
	 text-align: center; 
	 font-size: 13px; 
	 font-style: normal; 
	 line-height: 100%; 
	 font-weight: bold; 
	 color: #B2CBE6;
}

/*** HOME PAGE STYLES - CSS LAYOUT ***/

#container {
	border-top: 5px solid black;
}

#leftcol {
	width: 170px;
	float: left;
}

#belownav {
	margin-top: 90px;
	text-align: center;
}

#content {
	width: 610px;
	background-color: #E6EBF0;
	margin: 0 0 0 170px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#footer {
	margin: 0;
	padding: 0;
	border-top: 5px solid black;
	clear: both;
}

#content table {
	border-collapse: collapse;
}

#content table td {
	padding: 0;
	margin: 0;
}

#hpcontent {
	margin: 0 50px 0 30px;
}

#bottomlogos {
	padding: 30px 0 20px 0;
	text-align: center;
}

#bottomlogos img {
	margin: 0 10px;
}
