/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {} 
 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

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

a:hover{
	text-decoration: underline;
}

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

.AccordionPanel h1{
font: bold 100% Arial,sans-serif;
color:#11923C;
margin: 0px;
padding: 0px;
}

.AccordionPanel h2{
font: bold 100% Arial,sans-serif;
color: #000;
margin: 0px;
padding: 0px;
}

.AccordionPanel h3{
font: 95% Arial,sans-serif;
color: #000;
margin: 0px;
padding: 0px;
}

.AccordionPanel h4{
font: bold 90% Arial,sans-serif;
color: #333;
margin: 0px;
padding: 0px;
}

.AccordionPanel h5{
font: bold 85% Arial,sans-serif;
color: #000;
margin: 0px;
padding: 0px;
}

.AccordionPanel h6{
font: 80% 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;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1 /*This Layout item is NOT being Used*/
{
	position:absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:800px;
	background-color: #ffffff;
	text-align: left;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
/************* breadCrumb styles **************NOT being Used*/

#breadCrumb{	padding: 80px 0px 25px 10px;	font: small Verdana,sans-serif;	color: #AAAAAA;}
#breadCrumb a{	color: #AAA;}
#breadCrumb a:hover{	color: #005FA9;	text-decoration: underline;}


/************** siteInfo styles ***************NOT being Used*/

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

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

/************ sectionLinks styles *************NOT being Used*/

#sectionLinks{	margin: 0px;	padding: 0px; }

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

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

/********************* Accordion Panel **********************/
.Accordion {border: solid 1px gray;	overflow: hidden;}

.AccordionPanel {
	border: solid 1px black;
	overflow: hidden;
	margin: 2px;
	padding: 0px;
	background-color: #EEE;
	line-height:100%; 
}

.AccordionPanelTab {
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #ccc;
	border-left: 3px solid #ccc;
	border-right: 2px solid #ccc;
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	padding: 3px 0px 3px 10px;
	background-color: #e9e9FF;
	color: #003;
}

.AccordionPanelContent p {
	padding: 0px 3px 2px 8px; font-size:1.00em;	
}

.AccordionPanelContent a {
	display:inline-block;
	cursor:pointer;
	background-color:#CCC;
	color:#33C;
	text-decoration: underline;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color:  #FFFFED; 
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	background-color:  #FFF; 	
	color: #009;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {

	background-color:  #FFFFED; 	/* #F0F0FF; = light Blue background-color: #FFFFED; Is light yellow */	
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #C2C5DA ;
}
/********************* end **********************/
