/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
#test{
	position:absolute;
	top: 100px;
	left: 100px;
	z-index:1000;
	width: 100px;
	height: 100px;
	background-color: silver;
}

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: silver;
}

th{
	font-size: 80%;
	font-weight: bold;
        font-style: italic;
        text-align: right;        
	color: #334D55;
	background-color: #EAECE9;
}


td{
	color: #000000;
	background-color: #FFFFFF;
}

#page _heading{
	position: absolute;
	width:178px;
	padding: 0px;
}

#page_heading_content{
	position: absolute;
	width: 800px;
	top: -85px;
	left: 200px;
	margin: 0px;
	padding: 0px;
}

#page _heading_dy{
	position: absolute;
	width:178px;
	padding: 0px;
}

#page_heading_content_dy{
	position: absolute;
	width: 800px;
	top: -85px;
	left: 190px;
	margin: 0px;
	padding: 0px;
}

/******* 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: 0px;
}

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: 80% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 80% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3Err{

 font: bold 80% Arial, sans-serif;
 color: #CC0000;
 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{
	position:relative;
	top: 95px;
	bottom: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#masthead{
	position: relative;
	top: 0px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	text-align: center;
}

#center{
	width: 931px;
	height: 679px;
	background-color: white;
}

#center_dy{
	width: 931px;
	background-color: white;
}

.relative{
	position: relative;
}

#backgroundimg{
	position: absolute;
	left: 100px;
	top: -4px;
	z-index: 1;
}

#areabox{
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 200;
}

#phonebox{
	position: absolute;
	top: 300px;
	left: 80px;
	z-index: 200;
}

#textarea{
	position: absolute;
	top: 20px;
	left: 10px;
	width: 400px;
	z-index: 300;
		font-weight: normal;
      font-size: 22px;
		text-align: justify;
}

#textarea1{
		font-weight: normal;
      font-size: 16px;
		text-align: justify;
}

#textlink{
		font-weight: normal;
      font-size: 18px;
		text-align: justify;
}

#pageNav{
	position: absolute;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	font-family: Verdana,sans-serif;
        font-size: 16px;
}

#content1{
        width: 50%;
        height: 50%;
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
}

#content2{
        width: 50%;
        height: 50%;
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
}

#cove_content{
position: absolute;
top: -5px;
left: 0px;
	width: 931px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
        font-size: 14px;
		  text-align:left;
}

#content_control{
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.noborder{
	border: none;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: black;
	font-weight: normal;
}

/************** utility styles *****************/

#language_bar{
display: none;
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: -129px;
	right:190px;
	color: #006699;
}

#language_bar a{
	color: #006699;
}

#utility{
	position: absolute;
	font: 75% Verdana,sans-serif;
	top: -126px;
	right: 10px;
	color: black;
	z-index: 1000;
}

#utility a{
	color: black;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
}

#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 ****************/

#globalLink{
	position: absolute;
	top: -69px;
	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;
}

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: 80%;*/
	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: -72px;
	left: 300px;
	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;
}


#scontrol_support{
	position: absolute;
	top: -34px;
	right: 16px;
	z-index: 500;
}

/*  The bellow search is in the search page*/
#search1{
position:absolute;
width:430px;
height:25px;
z-index:1;
left: 200px;
top: 123px;	
}

#search2{
position:absolute;
width:543px;
height:70px;
z-index:2;
left: 180px;
top: 160px;
}

#sbut{
position:absolute;
width:430px;
height:25px;
z-index:1;
left: 248px;
top: 1px;
}

/*************** Search Page Classes ***********/
.Search_Button{
	border: 0;
	padding: 2px;
	padding-top: 10px;
}

.searchbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #006699;
	background-color: #DDEEFF;
	border: 2px outset #cccccc;
	height: 21px;
	width: 240px;
}

/************* 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%;
	min-height: 600px;
	height: 800px;
}

.feature {height: auto;}

.feature h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	padding: 5px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/*************** 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;
	font-size: 125%;
}

/************** siteInfo styles ****************/

#footerimg{
	position: absolute;
	top: 518px;
	left: 0px;
}

#siteInfo{
	position: absolute;
	top: 517px;
	left: 150px;
	clear: both;
	font-size: small;
	color: white;
	padding: 10px 10px 10px 10px;
	        font-size: 14px;
}

#siteInfo a:link, #siteInfo a:visited {
	font-weight: normal;
        font-size: 14px;
	color: white;
}

#siteInfo a:hover{
	font-weight: normal;
        font-size: 14px;
	text-decoration: underline;
}

#footerimg_dy{
	position: absolute;
	top: 0px;
	right: -1px;
}

#siteInfo_dy{
	position: absolute;
	top: -1px;
	left: 200px;
	clear: both;
	font-size: small;
	color: white;
	padding: 10px 10px 10px 10px;
}

#siteInfo_dy a:link, #siteInfo_dy a:visited {
	font-weight: normal;
        font-size: 14px;
	color: white;
}

#siteInfo_dy a:hover{
	font-weight: normal;
        font-size: 14px;
	text-decoration: underline;
}

/************ sectionLinks styles **************/

#sectionLinks{
	position: absolute;
	top: -62px;
	left: 0px;
	width: 800px;
	margin: 0px;
	padding: 0px;
   font-family: Arial, sans-serif;
	z-index: 1000;

}

#sectionLinks h3{
	padding: 10px 3px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	font-weight: normal;
        font-size: 16px;
	padding: 3px 6px 3px 10px;
	color: #006699;
}

#sectionLinks a:hover{
	font-weight: normal;
        font-size: 16px;
	text-decoration: underline;
}

/************* 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;
}
	
	/***address <p>***/
.padd{
	font-family: arial;
	Font-size: 125%;
	Text-align: center;
	color : #000000;
	}
	
	/** phone <p>**/
.phone{
	font-family: arial;
	Font-size: 125%;
	Text-align: center;
	color : #000000;
	font-weight:  bold;
	}

.FF_valid_control_home{
	position: absolute;
	width: 200px;
	display: inline;
	top: 2px;
	left: 150px;
}		
	
.FF_valid_control{
	position: absolute;
	width: 700px;
	display: inline;
	top: 165px;
	left: -200px;
}	
/********************* end **********************/
#footer_h1{
	position:relative;
	left:150px;
}
