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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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

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

a:hover{
	text-decoration: underline;
	color: #990000;
}

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

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

h2{
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
}

h3{
 font: bold 120% Arial, Helvetica, sans-serif;
 color: #01A95C;
 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;
}


/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

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:absolute;
	top: 132px;
	left: 0%;
	right: 0%;
	width:100%;
	z-index: 2;
}

#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: 0%;
	right: 0%;
	width:100%;
	background-color: #FFFFFF;
	float: left;
	height: 145px;
	
}

#pageNav{
	float: left;
	width:130px;
	padding: 0px;
	background-color: #E7E7E7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	border-left: 10px solid #ccd2d2;
	margin-left: 130px;
	padding-right: 10px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** 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{
	padding: 0;
	margin: 0px;
	border-bottom:8px solid #ccd2d2;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
}

#pageName h2{
	font: bold 115% Arial, sans-serif;
	color: #006633;
	margin:0px;
	padding: 4px 0px 0px 10px;
	height: 26px;
	background-color: #E7E7E7;
}

#pageName img{
	padding: 0px;
	margin: 0px;
	top: 0px;
}

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

#globalNav{
	position: absolute;
	width: 100%;
	color: #006699;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	top: 105px;
	left: 0px;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	z-index: 3;
	border-top-width: 1px;
	border-top-style: solid;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: relative;
	top: 2px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 0%;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
	background-image: url(../images/pipe_sidenav4.jpg);
}

.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: 37px;
	right: 30px;
	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 20px 10px 20px;
	font-size: 80%;
	height: 200px;
	color: #666666;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 120% Arial, sans-serif;
	color: #6CBF71;
	padding: 5px 0px;
}

.feature img{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: right;
}
.feature a {
	color:#006699;
	text-decoration: underline;
}
.feature a:hover {
color:#CC6666;
}


/*************** 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: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ 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;
	font-weight: bold;
	padding: 1px 0px 1px 10px;
	color: #666666;
	font-size: 85%;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-image: url(../images/Button-BG-L.jpg);
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#sectionLinksFixed {
background-image: url(../images/Button-BG-L.jpg);
border-bottom:1px solid #CCCCCC;
color:#FFFFFF;
font-weight:bold;
font-size: 85%;
margin-top:0px;
padding:2px 0px 1px 10px;
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;
}

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

.pipe {
	height: 20px;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

.nav_pipe {
	background-image: url(../images/pipe2.jpg);
	height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
}
.strip {
	background-image: url(../images/pipe_sidenav4.jpg);
	height: 22px;
	top: 50px;
}
.fixedlink
{
	color: #FFFFFF;
	background-image: url(../images/pipe_sidenav4.jpg);
	font-size: small;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8FB8BC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-left: 0px;
}
#quoteme {

}
#quoteme a {
	background-image: url(../images/quote_button6.jpg);
	position:absolute;
	height:20px;
	z-index:101;
	background-repeat: no-repeat;
	text-indent: 75px;
	margin-top: 7px;
}

#quoteme a:hover{
	background-image: url(../images/quote_button7.jpg);
	background-repeat: no-repeat;
}

#quoteme a:visited {

}

.rhs_block {
	margin-left: 60%;
}
.table_cs{
	margin: 5px 10px 5px 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #FFFFFF;
	border-top: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-left: thin solid;
}
.table_cs td{
	margin: 0px 10px 0px 0px;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
	border-top-style: none;
	border-bottom-style: none;
}
.table_cs th{
	margin: 0px 10px 0px 0px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #CCCCCC;
	background-color: #63AF67;
}

.table_cs a{
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 100%;
	text-decoration: underline;
}
.table_cs a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	font-size: 100%;
}
.table_cs a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
.table_cs tbody tr.even td {
      background-color: #eee;
    }
.table_cs tbody tr.odd  td {
      background-color: #fff;
    }
	
.table_form {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.table_form td {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.text_page {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 20px;
}


table td {
	font-family: Arial, Helvetica, sans-serif;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}




.table_datasheet td {
      background-color: #eee;
    }

p {
	margin: 0px;
	padding: 3px;
	color: #000000;
}

p strong {color:#666666;
}

#tel{
	position: absolute;
	top: 45px;
	right: 40px;
	z-index: 101;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#tel a {
}

#tel a:hover {
	color:#993300;
	text-decoration: underline;
}
.horizontal_rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.table_home{
}
.page_content {
	width: 50%;
	float: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	font-size: 75%;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #666666;
}
.table_block {
	width: 20%;
	margin-left: 68%;
	clear: none;
	display: block;
}
.table_block img{
	float: none;
	clear: none;
}

.table_block a {
color:#8F8F8F;
}

.table_block a:hover {
color:#CC6633

}
.table_block img{
	float: none;
	clear: none;
	margin-bottom: 20px;
}


.page_bottom_block {
	float: left;
	width: 70%;
}
.contact_details {
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #336699;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.contact_details img {
	padding-right: 20px;
}
.contact_details a {
	text-decoration: underline;
}

.contact_details a:link, a:visited {
}

.contact_details a:hover {
}

.contact_text_small {
	font-size: 80%;
	color: #333333;
	font-weight: normal;
}
.imageblock {
	height: 137px;
}
.imageblock img{
	margin-right: 10px;
}

.content_limit_width {
	width: 80%;
	clear: both;
}
.content_limit_width_noclear {
	width: 80%;
}
.cleartable {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F9FAFC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
}
cleartable td {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}
.prop {
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-weight:bold;
font-weight:bold;
}
.cert {
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-weight:bold;
}
.blockimage2 {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
float:left;
height:auto;
margin:0px 0px 30px;
padding:0px 0px 0px 10px;
width:70%;
}
.clearleft {
	clear: left;
}

