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

/***********************************************/
/*                             HTML tag styles            		         */
/***********************************************/


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;
}

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

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

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 110% Verdana, Arial, Helvetica, sans-serif;
 color: #0066cc;
 margin: 1px;
 padding: 0px;
}

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

h3{
 font: bold 90% Verdana, Arial, Helvetica, sans-serif;
 color: #005fa9;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana, Arial, Helvetica, 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: 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;
}

/************** contentpage ****************/
.contentpage { 
	margin : 0 auto; 
	width : 800px; 
	padding : 6px; 
}

#contentpage { 
	margin : 0 auto; 
	width : 800px; 
	padding : 0px;
	background-color:#FCFCFC;
	border: 2px #0066CC solid;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 2px;
	left: 97px;
	right: 2%;
	width:800px;
	background-color: #ffffff;
	border-bottom: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
}

#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: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:240px;
	padding: 0px;
	margin: 0px 0px 0px 2px;
	background-color: #ffffff;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 260px;
}

#content2{
	padding: 2px;
	margin:0px 0px 0px 0px;
	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: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

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

#print{
text-align:right;
margin-top:10px;
height:10px;
padding-bottom:5px;
padding-top:5px;
padding-right:25px;
font-size:10px;

}

#print a{
color:#0066CC;
font-weight:bold;
}

#print a:hover{
text-decoration:none;
color:#333333;
}



#bar{
margin:0px;
background:#B0CFEE;
padding-top:5px;
padding-bottom:5px;
text-align:right;
border-bottom:2px #cccccc solid;
}

#bar a:{
	color: #000000;
	font-family: Arial,sans-serif;
	text-decoration: none;
}

#bar a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background: #cccccc url(hd-right1.gif) no-repeat bottom right;
	height:40px;
	width:800px;
	color:#FFFFFF;
	text-align:right;
}

#pageName h2{
	font: bold 100%  Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin:0px;
	padding: 0px;
	
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(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: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(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{
	top: 200px;
	right: 649px;
	z-index: 101;
	width: 222px;
	height: 61px;
	text-align:center;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
}

#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{
	margin: 0px 5px 10px 5px;
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #0066cc;
	border-bottom:1px solid #cccccc;
}

#breadCrumb a{font-weight: bold;
			font-size:10px;
			color: #0066cc;
}


#breadCrumb a:hover{
			color:#42bdf6;
			text-decoration:none;
}


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

.feature{
	border-top:1px solid #0066cc;
	border-right:1px solid #0066cc;
	border-bottom:1px solid #0066cc;
	border-left:1px solid #0066cc;
	background: #ffffff;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

html>body .feature {height: auto;}

.feature h3{
	display:block;
	margin:10px 0px 5px 0px;
	padding:5px 0px 5px 5px;
	background:#0066cc url(blue-striped.gif) repeat-x;
	color:#ffffff;
	text-decoration:none;
}

.feature h2{
	margin:0px 0px 0px 300px;
	padding:2px 0px 2px 2px;
	border-bottom:2px solid #DCDCDC;
	color:#0066cc;
	text-decoration:none;
}

.feature img{
	float: left;
	margin:10px;
	padding: 0px;
}

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

.feature2{
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
	background: #ffffff url(hd-shadow.gif) repeat-x;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	min-height: 200px;
	height: 200px;
}

html>body .feature2 {height: auto;}

.feature2 h3{
				display:block;
				margin:10px 0px 5px 0px;
				padding:6px 0px 5px 6px;
				border-bottom:1px solid #0066cc;
				color:#0066cc;
				text-decoration:none;
}

.feature2 h2{
				font: bold 114% Verdana, Arial, Helvetica, sans-serif;
				color: #003366;
				margin: 10px;
				padding: 0px;
}

.feature2 a{		font-weight: bold;
				font-size:10px;
				color: #0066cc;
}

.feature2 a:hover{
				color:#42bdf6;
				text-decoration:none;
}

.feature2 img{
				float: left;
				padding: 0px;
				margin:0px 10px 0px 0px;
}

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

.storyleft {
				float: right;
				margin:5px;
				width:245px;
				padding: 5px;
				background-color:#d6e6f7;
				border-top:1px solid #cccccc;
				border-right:1px solid #cccccc;
				border-bottom:1px solid #cccccc;
				border-left:1px solid #cccccc;
}

.storyleft p {
				padding: 0px 0px 2px 0px;
}

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

.story {
				margin:5px;
				width:250px;
				float:left;
				padding: 5px;
				background-color:#d6e6f7;
				border-top:1px solid #cccccc;
				border-right:1px solid #cccccc;
				border-bottom:1px solid #cccccc;
				border-left:1px solid #cccccc;
}

.story h3{
				margin: 10px 0px 0px 0px;
				font: bold 110% Arial,sans-serif;
				color: #666666;
}

.story  h4{
				font: bold 90% Verdana, Arial, Helvetica, sans-serif;
				color: #333333;
				border-bottom: 2px solid #CCCCCC;
				margin: 0px;
				padding: 0px;
}

.story p {
				padding: 0px 0px 2px 0px;
}
.story img{
				float: left;
				margin:10px;
				padding:0px;
				border-bottom: 1px solid #666666;
				border-left: 1px solid #666666;
				border-right:1px solid #666666;
				border-top:1px solid #666666;
}

.story a{
				font: bold 1em Arial,sans-serif;
				color: #005fa9;
}

.story a:hover{
				color: #0066FF;
				text-decoration: none;
			}

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

.story1 {
				margin:0px 30px 0px 30px;
				padding: 10px 10px 10px 10px;
				width:455px;
				background-color:#FFFFFF;
			}

.story1 h2 {
				margin:10px;
				padding:2px;
				color:#000000;
			}

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

#siteInfo		{
				clear: both;
				border-top: 1px solid #cccccc;
				font-size: 10px;
				color: #DCDCDC;
				padding: 10px 10px 10px 10px;
				margin-top: 0px;
				background:#0066cc;
				text-align:center;
				font-size:11px;
				background: #cccccc url(hd-right2.gif) no-repeat bottom right;
				
				}

#siteInfo a		{
				
				font-size:11px;
				color: #FFFFFF;
				}

#siteInfo a:hover 	{
					color:#42bdf6;
					text-decoration:none;
					}
					
/************ Programs **************/

#sectionLinks	{
				margin: 5px 2px 4px 10px;
				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: #0066cc;
												background-image: none;
												font-weight: bold;
												text-decoration: none;
												}

/************ advocacy **************/
#advocacy										{
												margin:8px 0px 8px 10px;
												padding:0px;
												width:210px;
												height:50px;
												border: 2px solid #FFCC00;
												}

#advocacy a:link, #advocacy a:visited 			{
												display: block;
												background:#3399FF url(advocacy.jpg);
												width:210px;
												height:50px;
												}

#advocacy a:hover								{
												background:#3399FF url(advocacy2.jpg);
												text-decoration: none;
												width:210px;
												height:50px
												}
/************ Training **************/
#training										{
												margin:8px 0px 8px 5px;
												padding:0px;
												width:210px;
												height:50px;
												border: 2px solid #FFCC00;
												}

#training a:link, #training a:visited 			{
												display: block;
												background:#3399FF url(training.jpg);
												width:210px;
												height:50px;
												}

#training a:hover								{
												background:#3399FF url(training2.jpg);
												text-decoration: none;
												width:210px;
												height:50px
												}
/************ Projects **************/
#project										{
												margin:8px 0px 8px 10px;
												padding:0px;
												width:210px;
												height:50px;
												border: 2px solid #FFCC00;
												}

#project a:link, #project a:visited 				{
												display: block;
												background:#3399FF url(projects.jpg);
												width:210px;
												height:50px;
												}

#project a:hover									{
												background:#3399FF url(projects2.jpg);
												text-decoration: none;
												width:210px;
												height:50px
												}


.donation										{
												margin: 6px;
												padding: 10px 5px 5px 5px;
												border-bottom: 2px solid #cccccc;
												background:#FFFFFF url(donationbg.png) center repeat-x;
												color:#000000;
												}



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

.relatedLinks									{
												margin: 0px;
												padding: 10px 10px 10px 10px;
												}

.relatedLinks h3									{
												padding: 5px 5px 2px 5px;
												border-bottom: 1px solid #0066cc;
												border-left:1px solid #0066cc;
												background:#ecf5fa;
												}

.relatedLinks h2									{
												color:#000000;
												padding: 5px;
												font-size:11px;
												}

a:								{
												color: #000000;
												text-decoration: none;
												}

a:hover											{
												color: #0066cc;
												text-decoration: none;
												}
												
.relatedLinks p									{
												color:#000000;
												font-size:10px;
												
												}

.relatedLinks img								{
												float: left;
												text-align:center;
												margin:5px;
												}

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

#advert											{
												padding: 5px;
												text-align:center;
												font-size:10px;
												font-family:Verdana, Arial, Helvetica, sans-serif;
												border-bottom: 1px solid #cccccc;
												}

#advert img										{
												display: block;
												margin: 5px 0px 5px 0px;
												}


.advert											{
												margin: 5px;
												padding:5px;
												text-align:center;
												font-size:10px;
												font-family:Verdana, Arial, Helvetica, sans-serif;
												border-bottom: 1px solid #cccccc;
												}

.advert img										{
												display: block;
												margin: 5px 0px 5px 0px;
												}

.advert p										{
												display: block;
												margin: 5px;
												padding:5px;
												text-align:center;
												}



#logoheader										{
												width:800px;
												margin: 0px;
												text-align:center;
												}

#flashcontent									{
												background:#FFFFFF  url(nova_bg.jpg) no-repeat;
												width:800px;
												height:227px;
												margin:0px;
												padding:0px;
												}

#flashcontent strong								{
												text-align:left;
												margin:10px;
												}

#flashcontent p{
												margin:10px;
												text-align:left;
												}

#barmune										{
												height:24px;
												width:800px;
												}

#clockdatetime									{
	margin: 0;
	padding: 5px 15px 2px 2px;
	border-bottom:3px solid #0066cc;
	color:#000000;
	text-align:right;
												}

.headerstyle{
display:block;
margin:20px 5px 10px 5px;
padding:10px 0px 8px 8px;
background:#eee url(blue-striped.gif) repeat-x;
font-weight: bold;
color:#ffffff;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-top:1px solid #0066cc;
border-right:1px solid #0066cc;
border-bottom:3px solid #0066cc;
border-left:1px solid #0066cc;
text-decoration:none;	
}

