/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Tahoma,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #bba66e fixed;
}

/******* 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% Tahoma, Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Tahoma, Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Tahoma, Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Tahoma, Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Tahoma, 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;
}


label{
	font-family:Tahoma, Arial,sans-serif;
 	color: #334d55;
}
				
input{
	font-family: Tahoma, Arial,sans-serif;
	BORDER: black 1px solid; FONT-SIZE: 12px; 
}

img {
	border:0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 100px;
	left: 0%;
	right: 0%;
	width:100%;
	/* background-color: #ffe9bd; */
	background-color: #ffe1a2;
	background-image:url(../images/general/body-background.gif);
	background-repeat:repeat-y;
	direction:rtl;
}



#masthead{
	position: absolute;
	top: 0px;
	left: 0%;
	right: 0%;
	width:100%;
	direction:rtl;
}

#pageNav{
	/* width:178px;*/
	padding: 0px;	
	/* background-color: #ffe9bd; */
	border-left: 0px solid #908055;
	border-bottom: 0px solid #908055;
	font: small Verdana,sans-serif;
}

#content-home{
	padding: 0px 10px 0px 15px;
	/*margin:0px 178px 0px 0px; */
	border-right: 1px solid #908055;
}

#content{
	padding: 0px 10px 0px 15px;
	/*margin:0px 178px 0px 0px; */
	border-right: 1px solid #908055;
}



#content TABLE {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
	font-size:12px;
}
#content #table-style-01 {
	border:solid 1px;
	border-color:#ac9761;
}

#content #table-row-style-01 {
	padding:5px;
	border-top:solid 1px;
	border-color:#ac9761;
}

#content #table-row-style-01-header {
	padding:5px;
	border-top:solid 0px;
	border-color:#ac9761;
	background-color:#d2b877;
}


#content H1 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: 900; 
	FONT-SIZE: 14px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 10px; 
	COLOR: #d64952; 
	LINE-HEIGHT: 28px; 
	PADDING-TOP: 5px
}

#content H2 {
	display:block;
	/* background-color:#fbd889; */
	margin:0px;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 5px;  
	PADDING-TOP: 5px;
	FONT-WEIGHT: 900; 
	FONT-SIZE: 12px; 
	/* MARGIN: 0px 0px 10px 130px;  */
	/* COLOR: #999900; */
	color:#996600;
	/* border:1px solid; */
	/* LINE-HEIGHT: 24px; */
}

#content H3 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: 900; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 5px 5px; 
	/*COLOR: #9966CC;  */
	COLOR: #005FA9;
	/* COLOR: #d64952;  */
	LINE-HEIGHT: 22px; 
	PADDING-TOP: 0px
}

#content ul{
	list-style-type: square;
 	margin:30px;
	margin-top:0px;
 	padding:5px;
}

#content #sect1 {
	border:dotted 0px #000000;
	padding:20px;
	padding-top:0px;
	
}
#content #sect2 {
	border:dotted 0px #000000;
	border-top:dotted 1px #000000;
	padding:20px;
	padding-right:40px;
	padding-top:10px;
	
}

#content #sect3 {
	border:dotted 0px #000000;
	padding:20px;
	padding-right:60px;
	padding-top:10px;
	
}

#content P {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 40px;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 10px; 
	LINE-HEIGHT: 20px; 
	PADDING-TOP: 0px; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal;
	text-align:justify;
}

#content img {
	border:dotted 0px;
	overflow:scroll;
}

#content img.figure {
	border:dotted 1px;
	overflow:scroll;
	margin-right:40px;
	margin-bottom:40px;
}

#content #figure {
	padding-right:40px;
}

#content hr {
	border:solid 1px #cdca7f;
	padding:5px;
	margin:60px;
}


/***********************************************/
/* 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;
}*/

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#pageName h2{
	font: bold 175% Tahoma,Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	left: 6px;
	padding: 0px;
	margin: 0px;
}

/************** banner styles ****************/

#banner{
	position:absolute;
	top:-80px;
	left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/************* header01 styles ****************/

#header01{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 66px;
	color: #FFFFCC;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/general/top-header-back.gif); 
	background-position:right;
	background-repeat:no-repeat;
}

#header01 img{
	margin-bottom: -4px;
 
}

#siteTitle{
	position: absolute;
	min-width: 640px;
	padding: 5px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	right: 6px;
	top:10px;
}

/************* header02 styles ****************/

#header02{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #0099FF;
	padding: 0px;
	margin: 0px;
	/** background-image: url(glbnav_background.gif); **/
}

#header02 img{
	margin-bottom: -4px;
 
}


#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: #6f6341;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #908055;
}

a.glink:hover{
  	background-image: url(../images/general/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: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
*/

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	width:250px;
	text-align: justify;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Tahoma, Arial,sans-serif;
	color: #996600;
	padding: 5px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.news {
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	width:250px;
	text-align: justify;
}

.news h3{
	font: bold 125% Tahoma, Arial,sans-serif;
	padding:5px;
	color: #d64952;
}

.news p {
	padding: 0px 0px 0px 0px;
}

.news ul {
	text-indent:25px;
	margin:0px;
}

.news li {
	border-bottom:dotted 1px;
	padding:10px;
}

.news li.last {
	border-bottom:dotted 0px;
	padding:10px;
}


/*************** intro styles ******************/

.intro {
	/* position:absolute; 
	top:220px; */
	left:5px;
	padding: 220px 5px 5px 5px;
	font-size: 80%;
	width:100%;
	text-align: justify;
}

.intro img{
	float:right;
	top: 0px;
	right: 6px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:0px;
	padding-top:5px;
	margin: 0px;
}


.intro h3{
	font: bold 125% Tahoma, Arial,sans-serif;
	color: #000000;
}

.intro p {
	padding: 0px 0px 10px 0px;
}

.intro a.capsule{
	font: bold 1em Tahoma, Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 15px;
}

.intro a.capsule:hover{
	text-decoration: underline;
}

td.introRight{
	padding-left: 0px;
	padding-right: 10px;
}
td.introLeft{
	padding-left: 10px;
	padding-right: 0px;
}


/************** siteInfo styles ****************/

#siteInfo-1{
	clear: both; 
	/* position:absolute;
	bottom:25px; */
	border-top: 1px solid #908055;
	font-size: small;
	color: #6f6341;
	background-color:#bba66e;
	padding: 1px 0px 3px 0px;
	margin-top: 0px;
	text-align:center;
}

#siteInfo-2{
	clear: both; 
	border-top: 1px solid #908055;
	font-size: x-small;
	color: #6f6341;
	background-color:#d6be7e;
	padding: 5px 0px 5px 0px;
	margin-top: 0px;
	text-align:center;
}

/************ sectionLinks styles **************/

#sectionLinks{
	font-family: Tahoma, Arial,sans-serif;
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{	
	padding: 5px 0px 2px 10px;
	border-bottom: 1px solid #908055;
	text-align:center;
}

#sectionLinks a:link, #sectionLinks a:visited{
	display: block;
}

#sectionLinks a.main:link, #sectionLinks a.main:visited{
	/* background-color:#ffd98a;*/
	/* background-image:url(bullet-01.gif); */
	background-image:url(../images/general/bg_nav.jpg);
	border-top: 1px solid #ffe1a3;
	border-bottom: 1px solid #d6be7e; 
	padding: 5px 10px 5px 5px;
	color: #21536A;
	font-size:12px;
}

#sectionLinks a.sub:link, #sectionLinks a.sub:visited{
	/* background-color:#ffd98a;*/
	/* background-image:url(bullet-01.gif); */
	background-image:url(../images/general/bg_nav.jpg);
	border-top: 1px solid #ffe1a3;
	border-bottom: 1px solid #d6be7e; 
	border-right: 1px solid #d6be7e; 
	padding: 5px 30px 5px 5px;
	color: #996600;
	font-size:12px;
}

#sectionLinks a.main:hover {
	border-top: 1px solid #d6be7e;
	background-image:none;
	background-color: #ffedc4;
	text-decoration: none;
}

#sectionLinks a.sub:hover {
	border-top: 1px solid #d6be7e;
	background-image:none;
	background-color: #ffedc4;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	font-family: Tahoma, Arial,sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #908055;
	visibility:visible;
}

.relatedLinks h3{
	padding: 0px 0px 0px 0px;
	text-align:center;
}


.relatedLinks a:link, .relatedLinks a:visited {
	display: block;
	/* background-image:url(bullet-01.gif); */
	background-repeat:no-repeat;
	background-position:right;
	padding: 5px 20px 3px 10px;
	color: #21536A;
	text-indent:20px;
}

.relatedLinks a:hover{
	text-decoration: underline;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.back
{
 font: 10px tahoma;
 color: #005FA9;
 margin: 0px;
 padding: 0px;
}

.msg
{	
	font-family:tahoma;
	color: green;
	font-size:12px;
	text-align:right;
	border-color:white;
	border-width:1px;
	background-color:#FFE1A2
}

.err
{
	font-family:tahoma;
	color: red;
	font-size:12px;
	text-align:right;
	border-color:white;
	border-width:1px;
	background-color:#FFE1A2
}

.hl
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: white;
	border-bottom-width: 1px;
	border-bottom-color: white;
	color: green;
	direction: ltr;
	border-top-color: white;
	font-family: tahoma;
	font-size: 12px;
	background-color: #ffe1a2;
	text-align: left;
	border-right-width: 1px;
	text-decoration: none;
	border-right-color: white;
}

.lb
{	
	font-family:tahoma;
	color: green;
	text-decoration: none;
	font-size:12px;
	direction:ltr;
	text-align:left;
	border-color:white;
	border-width:1px;
	background-color:#FFE1A2
}
.txt
{
	height:16px;
	color: #682828;
	font-family:tahoma;
	font-size: 11px;
	text-align:left;
	border-color:#c6d4de;
	border-width:1px;
	border-style:solid;
	border-width:1px;
	PADDING-RIGHT:1px;
	PADDING-LEFT:2px;
	PADDING-bottom:1px;
}
.ddl
{
	border-right: #682828 1px solid;
	padding-right: 1px;
	border-top: #682828 1px solid;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 1px;
	border-left: #682828 1px solid;
	width: 120px;
	color: #682828;
	border-bottom: #682828 1px solid;
	font-family: tahoma;
	height: 16px;
}
.tbl
{
	border-top-width: 1px;
	padding-right: 2px;
	padding-left: 2px;
	border-left-width: 1px;
	font-size: 11px;
	border-left-color: #682828;
	border-bottom-width: 1px;
	border-bottom-color: #682828;
	padding-bottom: 2px;
	color: #682828;
	border-top-color: #682828;
	padding-top: 2px;
	font-family: tahoma;
	background-color: transparent;
	border-right-width: 1px;
	border-right-color: #682828;
}
.btn
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER-LEFT-COLOR: #a2b9c2;
	BORDER-BOTTOM-COLOR: #2f4e5b;
	COLOR: #682828;
	BORDER-TOP-COLOR: #c2d4dc;
	FONT-FAMILY: tahoma;
	BACKGROUND-COLOR: #f1f3f7;
	TEXT-ALIGN: center;
	BORDER-RIGHT-COLOR: #577f8f;
}
.lst
{
	color: #682828;
	font-family:tahoma;
	FONT-WEIGHT: normal;
	font-size: 11px;
	text-align:left;
	border-color:#c6d4de;
	border-width:1px;
	border-style:solid;
	border-width:1px;
	PADDING-RIGHT:1px;
	PADDING-LEFT:1px;
	PADDING-bottom:1px;
}
.lbl
{	
	font-family:tahoma;
	color: #682828;
	font-size:12px;
	text-align:right;
	border-color:white;
	border-width:1px;
	background-color:#FFE1A2
}
.rb
{
	font-family:tahoma;
	color: #682828;
	FONT-WEIGHT: normal;
	font-size: 11px;
	text-align:left;
	PADDING-RIGHT:1px;
	PADDING-LEFT:1px;
	PADDING-bottom:1px;
}