/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


#tooltip{
background:#FFFFFF;
border:1px solid #666666;
color:#333333;
font:menu;
margin:0px;
padding:3px 5px;
position:absolute;
visibility:hidden
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	padding-left: 0px;
	z-index: 10000;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 10px;
}

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;
}

h6{
 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{
	width: 100%;
}

#tl {
	position:absolute;
	top: 0px;
	left: 7px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 200;
	top: 0px;
}

#pod {
	position:absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
	top: -2000px;
	left: 0px;
}


#masthead{
	position: absolute;
	top: 0;
	left: 0;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	background: #EBEBEB;
	background-color: #F5f7f7;
	font: small Verdana,sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	float: left;
	min-height: 600px;
	width: 180px;
}


#Wind{
	background-color: #FFFFFF;
	float: right;
	min-width: 450px;
	min-height: 600px;
	width: 80%;
	height: 100%;
	position: relative;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 2px;
	right: 0px;
	color: #919999;
	left: 80%;
	width: 300px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
}

/************** favorit styles *****************/

#fav{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 20px;
	right: 0px;
	color: #919999;
	left: 80%;
	width: 300px;
	margin-right: 1px;
}

#fav a{
	color: #ffffff;
}

#fav a:hover{
}
/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 0px 3px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	height: 26px;
	color: #cccccc;
	background-image:  url(../images/glbnav_background.gif);
	width: 102%;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	background-image: url(../images/gblnav_left.gif);
}

#gnr {
	position: absolute;
	right:-4px;
	background-image: url(../images/glbnav_right.gif);
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 16px;
	min-width: 700px;
	padding: 0px;
	margin: 0px;
	left: 8px;
	z-index: 10;
}


a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #000000;
	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: #ffffff;
	width: 3px;
}

.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;
	visibility: hidden;
}

#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;
}
/************* print styles ***************/

#print{
	position: absolute;
	top:1px;
	wight: 83;
	white-space: nowrap;
	left: 80%;
	clear: both;
	overflow: visible;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 0px 0px 0px 6px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	border-bottom:1px solid #ccd2d2;
	width: 100%;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** feature styles *****************/

.feature{

}
html>body .feature {
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: inherit;
	padding: 0px 0px 0px 0px;
	z-index: auto;
}
.feature img1{
	float: inherit;
	padding: 0px 0px 0px 0px;
	z-index: auto;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.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;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 3px 3px 3px 3px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: auto;

}

#sectionLinks h3{
	padding: 5px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	background-color:  #dddddd;
	font-weight: bold;
	padding: 2px 0px 3px 3px;
	color: #333333;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	border-bottom:1px solid #ccd2d2;
}

#advert img{
	display: block;
}

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	width: 100%;
}

.CollapsiblePanelTab {
	font: bold 11px sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
	width: auto;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #F5F7F7;
}

