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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin-bottom: 20px;
	background-attachment: fixed;
	background-color: #d3d8da;
	background-image: url(../images/Circl_logo.gif);
	background-repeat: no-repeat;
	background-position: left 36px;
	font-size: 0.9em;
}

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

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

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 120% Arial, sans-serif;
 color: #334d55;
 margin-top: 20px; 
 margin-bottom: 20px;
 padding: 0px;
}

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

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

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

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

h6{
	font: 90% Arial, sans-serif;
	color: #006699; 
	margin: 0px; 
	padding: inherit; 
}

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

ul{
	list-style-type: circle;
}

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: 132px;
	left: 10%;
	right: 10%;
	width: 662px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}

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

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

#masthead{
	position: absolute;
	top: 10px;
	left: 10%;
	right: 10%;
	width:662px;
	background-image: url(../images/mastheadblue.gif);
	background-repeat: no-repeat;
	height: 90px;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #f5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #ccd2d2;
}

#toc {
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	color: #006699;
	font-weight: normal;
	height: 60px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}


/************** utility styles *****************/

#utility{
	font: 75% Verdana, sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #919999;
}

#utility a:hover{
	text-decoration: underline;
}

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 14px 0px 0px 0px;
	border-bottom:1px solid #ccd2d2;
	color: #000066; 
}

#pageName h1{ 
	color: #000066; 
	margin: 0px;
	padding: 0px; 
}

#pageName h2{
	font: 140% Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: auto;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/*csshorizontalmenu.css*/
.horizontalcssmenu {
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding-top: 6px;
padding-right: 4px;
margin: 0px;
background-image: url(../images/glbnav_background.gif);
}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	text-decoration: none;
	background: url(../images/glbnav_background.gif) center center repeat-x;
	color: #000033;
	font: bold 16px Arial;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #8FB8BC;
}
	


/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	font-size: 80%;
	font-weight: bold;
	border: 0;
	background: url(../images/glblsubnav.gif);
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.horizontalcssmenu ul li a:hover{
	background: url(../images/glblnav_selected.gif) center center repeat-x;
}
.horizontalcssmenu ul li ul li a:hover{
	border: 0;
	background: url(../images/glblsubnav_selected.gif);
}
.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

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

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

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

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

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

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000033;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8fb8bc;
}

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

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #3366FF;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #3399FF;
}

.subglobalNav a:hover{
	color: #3333FF;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: .8em Verdana, sans-serif;
	color: #666666;
}

#breadCrumb a{
	font: .8em Verdana, sans-serif;
	color: #666666;
}

#breadCrumb a:hover{
	color: #005fa9;
	text-decoration: underline;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	min-height: 200px;
	font-size: 0.9em;
	vertical-align: top;
}
body .feature {
height: auto; 
}

.feature h3{
	color: #284381;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature h4{
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature img{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature a {
	color: #0000FF;
	font-style: normal;
	text-decoration: none;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	color: #000033;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 8px;
}

.story h4{
	color: #000066;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	display: inline;
	padding: 10px 0px 10px 0px;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial, sans-serif;
	color: #000066;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.story ol {
	list-style-position: outside;
	list-style-type: upper-roman;
}

.story ol ol {
	list-style-position: outside;
	list-style-type: upper-alpha;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: x-small;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	font-size: .9em;
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #000099;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: inline;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	color: #000066;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#sectionLinks p{
	padding-left: 8px;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #000099;
	font-weight: bold;
}

.relatedLinks a{
	display: block;
	color: #000066;
	text-decoration: underline;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
#pagecell1 #content .feature ol {
	font-size: 1em;
	line-height: 1.3em;
	color: #333333;
}

/************alternate link style**********/
.more {
	font-size: 1.2em;
	color: #0000FF;
	line-height: 1.3em;
	font-style: normal;
	text-decoration: none;
}
