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

/***********************************************/
/* HTML tag styles                              */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc fixed;
	background-image: url(../images/wallp.jpg);
}

/******* hyperlink and anchor tag styles ******* color: #000000; ******/

a:link, a:visited{
	/* color: #005FA9; */
	color: #005950; /* marketas theme green */
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

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

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

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

h4{
 font: bold 105% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
/* end html tag styles */

/*************** 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  masthead top  = pagecell1  top */
/***********************************************/
#masthead{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 758px;
}
/* main div for the  page content */
#pagecell1{
	position:absolute;
	/* top: 255px; with div menus */
	top: 230px;
	left: 70px;
	width: 680px;
	background-color: #ffffff;
}

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

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


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

#pagecell {

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

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


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

#right-column {
font:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}

/************** 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 ****************/
/* Top, right, bottom, left */
#pageName{
	padding: 0px 0px 14px 10px; 
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

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

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


#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url(../images/halo/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: 65px;
	z-index: 100;
}


a.glink, a.glink:visited{
  font-size: small; 
  color: #005950; /* marketas theme green */
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
/*	border-right: 1px solid #8FB8BC; black */
/*	border-right: 1px solid #005950; green */
	border-right: 1px solid #fbe7e6;
}

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

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	/* top: 84px; must change if move globalNav top*/
	top: 230px;
	left: 100px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	/*color: #ffffff; */
	color: #005950; 
}

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

.subglobalNav a:hover{
	color: #005950; 
	/* 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;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: small;
}

#breadCrumb a{
	color: #AAAAAA;
}

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


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	border: 0px; /* drives all img in the feature div */
	padding: 0px 10px 0px 0px;
	float: left;
}

.featureImgRight{
	float: right;
  padding: 0px 10px 0px 0px; 
}

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

/*center images in the story div  */

.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{
	/*font-size: 80%; */
	padding-right: 12px; 
}

.story img{
	border: 0px; /* drives all img in the story div */
	padding: 0px 10px 0px 0px;
}
.storyImgLeft {
	float: left;
	padding: 0px 10px 0px 0px;
}

.storyImgCenter {
	margin-left:auto; 
	margin-right:auto; 
	display:block; 
	text-align:center;
} 

.storyImgRight{
	float: right; 
/* border: 4px double #000000; */
}

.left-element {
   float: left;
   width: 49%;
   }

.right-element {
   float: right;
   width: 49%;
   text-align: right; /* depends on element width */
   }
	 
columnHead{
	font: bold;
	text-decoration: underline;
}

/************ sectionLinks styles **************/
#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(../images/halo/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;
}


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

#advert img{
	display: block;
}

/************** siteInfo styles ****************/
.siteText{
	/*font: bold 1em Verdana, Arial, Helvetica, sans-serif; */
  font: bold 70% Arial,sans-serif;
	/*font-size: small;*/
}

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

#siteLinks{
	text-align: center;
	font-size:9px
}

/*
#siteBlock {
  position: relative;
}
*/

#siteAddress {
   float: left;
   font-size:12px;
   width:20%;
   padding-left:20px;
   }
#siteImg {
   float: right;
   margin-right: 5%;
   width: 20%;

}

#siteCopyright {
	padding-top:20px;
	clear: both;
	font-size:12px;
	text-align: center;
}

/* end site */



#masthead img {
	border: 0px; /* drives all tables in the mastHead div */
	padding: 0px 0px 0px 0px;
}

table  { 
	border-collapse: collapse; border-spacing: 0; }
  td, th { padding: 0; }
  
  
/* For New CSS Menu */

#menu {
background: #eee;
float: left;
position: absolute;
top: 205px;
left: 50px;
width: 680px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 136px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px Helvetica, Arial, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #005950;
background: #fbe8e4;
text-decoration: none;
}

#menu a:hover {
color: #FFFFFF;
background: #005950;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

/* top level menus anchor */
div#menu ul li a {
text-align: center;
font:bold italic 11px  Arial, Serif;
}

/* down level menus anchor */
div#menu ul ul li a {
text-align: left;
font: bold 11px/16px Helvetica, Arial, sans-serif;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}





  
/********************* end **********************/

.image {
	border: thin solid #666666;
}