/***********************************************/
/* 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;
	padding: 0px;
	background-attachment: fixed;
	background-color: #d3d8da;
	background-image: url(../images/Circl_logo.gif);
	background-repeat: no-repeat;
	background-position: left 36px; 
	font-size: .8em; 
	margin-bottom: 20px; 
}

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

a:link, a:visited{
	color: #000066;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: d3d8da;
}

a:hover{
	text-decoration: underline;
}

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

h1{
	color: #000066;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

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

h3{
 font: bold 100% Arial,sans-serif;
 color: #003333; 
 margin-top: 20px; 
 margin-bottom: 20px;
 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: disc;
}

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

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

ul li{
	padding-bottom: 6px;	
}

/********* 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-bottom: 20px;
	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: 80px;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	font: small Verdana,sans-serif;
}

#content{
	font-size: 1em; 
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #cccccc;
}


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

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

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

#utility a{
	color: #ffffff;
}

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

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

#pageName{
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 12px;
}

#pageName h2{
	font: 140% Arial,sans-serif;
	color: #000033;
	margin:0px;
	padding: 0px;
}
#pageName h3{
	font: 100% Arial, sans-serif;
	color: #000033;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#pageName h1{
	color:#0000FF;
	font-size: 130%;
	text-align: center;
	font-weight: normal;
}

/*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: 90%;
	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;
	border-bottom: 0px;
}

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: #ffffff;
}

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

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** 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;
}

/************** intro styles *******************/
.intro{
	font-size: 1em;
	color: #000000;
}

.intro img{
	float: right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 14px;
}
/************** feature styles *****************/
.feature{
	font-size: 80%;
	line-height: 120%;
	min-height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
body .feature {height: auto;}

.feature h1{
	color: #000033; 
	font-size: 1.7em; 
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.feature h2{
	color: #000033;
	font-size: 1.4em;
	padding: 0px 0px 0px, 0px;
	margin: 0px 0px 0px 0px;
}

.feature h3{
	color: #000033;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-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: 4px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 0px;
}

.large img{
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-position: center;
	text-align: center;
	clear: both;
}

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

.story {
	padding: 0px;
	font-size: .9em;
}

.story h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #000033;
	padding: 0px;
}

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

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

.story h5{
	color: #000033;
	font-size: 1.1em;
	font-weight: bold;
}

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

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

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

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

.story a:link{
	color: #000000;
}
/************** 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{
	border-bottom: 1px solid #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

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

.relatedLinks a{
	display: block;
	color: #000066;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 85%;
}

.relatedLinks a:hover{
	display: block;
	color: #0033FF;
	text-decoration: none;
	font-size: 85%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: oblique;
}

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

#advert{
	padding: 10px;
}

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

/************image caption**********/
.caption {
	font-size: 0.8em;
	clear: both;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	line-height: 1em;
}
/********************* end **********************/

