/* tmplLocal-patch.css 1.0.3 */ 

/*
========== TABLE of CONTENTS ==========

1:uhd-patch
2:emg-patch
3:pos-patch
4:masthead-patch

clearfix rules

========== TABLE of CONTENTS ==========
*/


/* ---------- 1:uhd-patch ---------- */

#uhd div table{
	text-align: left;
}
#uhd img{
	display: block;
}
#uhd br{
	display: none;
}
/* ---------- /1:uhd-patch ---------- */

/* ---------- 2:emg-patch ---------- */

#emg,#emg2,#emg3{
	margin-bottom: 10px;
	text-align: center;
}
#emg table,#emg2 table,#emg3 table{
	margin: 0 auto;
	text-align: left;
}

/* ie/mac \*//*/
#emg, #emg2, #emg3{
	margin-left: 235px;
}
/**/

/* ---------- /2:emg-patch ---------- */

/* ---------- 3:pos-patch ---------- */

#pos-n{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#pos-n table{
	margin: 0 auto;
	text-align: left;
}
#pos-n br{
	display: none;
}
#pos-s{
	padding: 10px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
#pos-s table{
	width: 500px;
	margin: 0 auto;
	text-align: left;
	line-height:1em;
}
/* for ie5/mac \*//*/
#pos-s table {
	margin-left: 235px;
}
/**/

/* ---------- /3:pos-patch ---------- */

/* ---------- 4:masthead-patch ---------- */
#masthead{
	width:100%;
	height: 41px; /* needed when using the safari hack */
	margin: 4px auto 10px auto;
	text-align: left;
}
#masthead strong{
	font-weight:bold;
}
/* === standard clear-after rules === */
#masthead:after{
	content: "."; 
	display: block; 
	position:relative; /*works better in IE5.5 or float in float situations */
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* hide from ie/mac  needed for IE \*/
* html #masthead{
	height: 1%;
}
* html #masthead .yjmth{
	margin: 0;
	padding: 0;
}
/**/
/* ie/mac \*//*/
#masthead{
	display: inline-table;
}

/**/
/* === /standard clear-after rules === */

/* ---------- /4:masthead-patch ---------- */
