@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, form, table, th, td, label, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

#main-container {
/*	width: 963px;*/
  width: 855px;
	margin: auto;
}

#main-container.bnr {
	width: 1017px;
	position: relative;
}
#main-container.bnr #container {
	margin-left: 0px;
}

#bn_zn {
	WIDTH: 160px;	
  POSITION: absolute;	
	left: 857px;
	top: 4px;
	padding-top: 124px;
}
#banner_r1 {
  WIDTH: 160px;	
  POSITION: absolute;	
	top: 20px;
}
#banner_r2 {
	margin-bottom: 15px;
}
#banner_r3 {

}

a img { border: 0; }
:focus { outline: none; }
.c { text-align: center; }
.l { text-align: left;}
.r { text-align: right; }
.fl { float: left; }
.fr { float: right; }
.bc { margin: 0 auto; }
.m { vertical-align: middle; }
.fw { width:100%;}
.b { font-weight: bold;}
.i { font-style: italic;}
#announces-n-latest:after,
.float-fix:after,
.inner-content:after,
#content-inner:after
{
	content: ".";
	visibility: hidden;
	clear: both;
	font-size: 0;
	height: 0;
	display: block;
}
html>body .col2 { overflow: hidden; }
.first-col {
	width: 50%;
	float: left;
}
.second-col {
	width: 50%;
	float: right;
}
.hr {
	font-size: 0;
	overflow: hidden;
	height: 1px;
	background: #b6b6b6;
	margin: 10px 0;
}
.hr hr { display: none; }

a {
	text-decoration: underline;
	color: #990908;
}
a:hover {
	text-decoration: none;
}

#container {
/*	width: 963px;*/
  width: 855px;
	margin: 0 auto;
	background: url(/data/im/d/bg_top.png) no-repeat left 128px;
	margin-bottom: -22px;
}

#container.simple {
  background: url(/data/im/d/bg_top_small.png) no-repeat left 128px;
}

/* {{{ header */
#header {
	height: 440px;
	position: relative;
	z-index: 10;
}
#container.simple #header {
  height: 147px;
}

#logo {
	position: absolute;
	left: 22px;
	top: 15px;
}
#logo-text {
	position: absolute;
	left: 130px;
	top: 19px;
	width: 280px;
}
#logo-text h1 {
    font-family: Times New Roman;
    font-size: 27px;
    font-weight: 400;
}
#national-ems-week {
	position: absolute;
	right: 238px;
	top: 5px;
	width: 186px;
	background: white;
	text-align: right;
	border: 1px solid #6d6d6d;
	text-align: left;
	padding: 4px 5px 3px;
}
#national-ems-week a.logo_proud_partner {

}
#national-ems-week a.logo_proud_partner img {
  border: none;
  margin:0px;
  padding:0px;
  vertical-align: top;
}
#national-ems-week .national-ems-week-text {
  text-align: center;
  font-size: 12px;
  font-family: Helvetica, Arial;
  color:#ee191f;
  font-weight: bold;
}
#national-ems-week .national-ems-week-text span {
  color: black;
}
#joinrenew {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 228px;
	background: url(/data/images/design/joinrenew.png) no-repeat left 0px;
	text-align: right;
}
.click-join {
  font-size: 14px;
  font-weight: bold;
  color: #ff6600;
  text-decoration: underline;
  display: block;
  margin-right: 4px;
  margin-top: 31px;
}
.click-renew {
  font-size: 9px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  display: block;
  margin-right: 7px;
  margin-top: 14px;  
}

/* {{{ main menu */
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	height: 30px;
	right: 0;
	top: 98px;
	z-index: 10;
}
/* {{{ first level */
#menu li {
	float: left;
	position: relative;
	background: #000 url(/data/im/d/btn_menu.gif) no-repeat 0 0;
	margin-left: 1px;
}
#menu a, #menu b {
	display: block;
	float: left;
	width: 94px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
#menu b, #menu li:hover {
	background: #a10908 url(/data/im/d/btn_menu.gif) no-repeat 0 -30px;
}
/* }}} first level */

/* {{{ second level */
#menu li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 142px;
	background: url(/data/images/design/bg_submenu.gif) no-repeat left top;
}
#menu li.last ul {
	left: auto;
	right: 0;
	width: 141px;
}
#menu li:hover ul {
	display: block;
}
#menu li li {
	border-top: 1px solid #c76b6b;
	background: #a10908;
	width: 140px;
	float: left;
}
#menu li li:first-child {
	border-top: none;
}
#menu li li a {
	float: none;
	width: 120px;
	padding: 10px;
	height: auto;
	line-height: 100%;
	background: #a10908;
	margin-left: 0;
	text-align: left;
	text-transform: capitalize;
	font-size: 11px;
	background: none;
}
#menu li li:hover {
	background: #a10908;
}
#menu li li a:hover {
	color: #ffd700;
}
/* }}} second level */

/* {{{ third level */
#menu li li ul {
	top: 0px;
	left: 138px;
	display: none;
	background: none;
}
#menu li.last li ul {
	left: -141px;
	width: 141px;
}
#menu li:hover li ul {
	display: none;
}
#menu li li:hover ul {
	display: block;
}
/* }}} third level */

/* }}} main menu */

#login-form {
	position: absolute;
	top: 12px;
	right: 19px;
	width: 345px;
}
#login-form td {
	padding: 5px 5px 5px 0;
}

#img-container {
	width: 822px;
	height: 253px;
/*	background: url(/data/images/design/demo6.jpg) no-repeat;*/
	position: absolute;
	left: 16px;
	top: 141px;
	z-index: 9;
}
#img-container .round-border {
  position: absolute;
  width: 822px;
	height: 253px;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: url(/data/im/d/rounded_border.png) no-repeat;
}
#ex-content-container {
	/*width: 933px;*/
	width: 832px;	
	height: 289px;
	background: url(/data/im/d/bg_header.png) no-repeat;
	position: absolute;
	left: 16px;
	top: 141px;
	z-index: 9;
}
#exclusive-content {
	width: 287px;
	height: 247px;
	background: url(/data/im/d/bg_exclusive.png) no-repeat;
	padding: 17px 7px 0 1px;
	position: absolute;
	top: 13px;
	left: 18px;
}
#exclusive-content h2 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	height: 33px;
	line-height: 33px;
	background: url(/data/images/design/bg_hd_excl.png) no-repeat left;
	padding-left: 9px;
}
#exclusive-content a {
	color: #040404;
}
#exclusive-content table {
	border-collapse: collapse;
	margin-left: 10px;
}
#exclusive-content td {
	padding: 5px 5px 5px 0;
}

/* {{{ event block */
#event {
	/*width: 608px;*/
	width: 519px;
	height: 243px;
	position: absolute;
	top: 21px;
	right: 3px;
	background: url(/data/im/d/bg_event.gif) repeat-x;
	color: #fff;
}
#event img {
	position: absolute;
	right: 0;
	top: 0;
}
#event #event-prev-link {
	position: absolute;
	bottom: 7px;
	left: 0;
	text-decoration: none;
}
#event #event-next-link {
	position: absolute;
	bottom: 7px;
	right: 0;
	text-decoration: none;
}
#event .info {
/*	width: 310px;*/
  width: 237px;
	padding-top: 20px;
	font-size: 14px;
}
#event .info img{
  position: static;
}
#event .event-place {
	font-weight: bold;
}
#event h2 {
	color: #fed500;
	font-size: 24px;
	margin-bottom: 10px;
	text-decoration: none;
}
/* }}} event block */
/* }}} header */

/* {{{ content */
#content {
	background: url(/data/im/d/bg_middle.gif) repeat-y right;
	margin-top: 8px;
	z-index: 5;
}
#content-inner {
	padding: 0px 18px 45px 15px;
	background: url(/data/im/d/bg_bottom.png) no-repeat left bottom;
	margin-top: 8px;
}
#content h2 {
	border-left: 1px solid #acacac;
	border-bottom: 1px solid #a3a3a3;
	background: #6d6d6d;
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	padding: 10px 13px;
}
#content h2.wht {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fff;
	font-size: 19px;
	font-weight: normal;
	color: #a10908;
	padding: 10px 13px;
}
#main-col {
/*	width: 790px;*/
  width: 682px;
	float: left;
}
#service-col {
	width: 140px;
	float: right;
}
#container.simple #main-col {
  width: 100%;
	float: none;
}


#announces-n-latest {
	background: #f3f3f3 url(/data/images/design/bg_top_content.gif) repeat-y left;
	margin-left: 1px;
	padding-bottom: 0px;
}
#announces {
	float: left;
	/*width: 284px;*/
	width: 265px;
	_overflow: hidden;
}

#latest {
	/*width: 485px;*/
	width: 409px;
	float: right;
	position: relative;
	margin-right: 3px;
	display: inline;
}
#latest .more {
	font-size: 10px;
	position: absolute;
	top: 15px;
	right: 10px;
	color: #fff;
	font-weight: bold;
}
#latest table {
	border-collapse: collapse;
	margin-top: 5px;
	margin-left: 10px;
}
#latest td {
	padding: 2px;
	vertical-align: top;
	line-height: 150%;
}
#latest td.ttl {
  padding-top: 8px;
}
#latest td a {
	color: #000;
}

#main-content {
	/*background: url(/data/images/design/bg_main_content.png) no-repeat 1px top;*/
	padding-top: 0px;
}
.inner-content > .first-col {
	/*width: 380px;*/
	width: 375px;
}
.inner-content > .second-col {
	/*width: 410px;*/
	width: 306px;
}

/* {{{ standards communication block */
#standards-comm {
	padding: 10px 5px 20px 15px;
}
#standards-comm h2 {
	border: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #000;
}
#standards-comm p {
	font-size: 10px;
	margin-bottom: 1em;
}
#standards-comm .more-block {
	width: 213px;
	height: 61px;
	background: url(/data/images/design/bg_nemses.png) no-repeat;
	padding: 35px 15px 0 150px;
	position: relative;
	margin-left: -27px;
}
#standards-comm .more-block-short {
	width: 211px;
	height: 95px;
	background: url(/data/images/design/bg_nemses.jpg) no-repeat;
	padding: 10px 15px 0 150px;
	position: relative;
	margin-left: -25px;
	margin-top: 15px;
}
/* }}} standards communication block */

/* {{{ news */
#news {
	position: relative;
}
#news h2 {
	border-left: none;
	margin-left: 2px;
}
#news .emslogo {
	font-size: 10px;
	position: absolute;
	top: 1px;
	left: 115px;
	color: #fff;
	font-weight: bold;
}
#news .more {
	font-size: 10px;
	position: absolute;
	top: 15px;
	right: 10px;
	color: #fff;
	font-weight: bold;
}
#news dl {
	padding: 20px 15px;
}
#news dl a {
	color: #000;
}
#news dd {
	font-size: 10px;
	margin-bottom: 1em;
}
#news strong {
	font-weight: bold;
	color: #af1715;
}
/* }}} news */
/* {{{ video block on home page */
#video-block {
  position: relative;
  width: 446px;
  background-color: #e5e4e4;
}
#video-block .video-cont {
  text-align: center;
  padding: 5px;
}
#video-block h2 {
	border-left: none;
	margin-left: 2px;
	width: 419px;
}
#video-block .more {
	font-size: 10px;
	position: absolute;
	top: 15px;
	right: 10px;
	color: #fff;
	font-weight: bold;
}
#video-block p.title {
  font-weight: bold;
  text-align: left;
  width: 428px;
  padding: 3px 5px;
  font-size: 10px;
  margin: 0px;
}
#video-block p.text {
  text-align: left;
  width: 428px;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
}
/* }}}video block on home page */


/* {{{ press releases */
#press-releases {
	position: relative;
}
#press-releases h2 {
	border-left: none;
	margin-left: 2px;
}
#press-releases .more {
	font-size: 10px;
	position: absolute;
	top: 15px;
	right: 10px;
	color: #fff;
	font-weight: bold;
}
#press-releases ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}
#press-releases li {
	margin-bottom: 1em;
}
#press-releases ul a {
	color: #000;
}
/* }}} press releases */

#announces h2 {
	border: none;
	background: none;
	font-size: 22px;
	font-weight: bold;
	padding: 0;
}
.announce1 {
	background: transparent url(/data/im/d/bg_announce1.png) no-repeat;
	width: 244px;
	height: 71px;
	position: relative;
	left: -9px;
	padding: 20px 15px;
	margin-bottom: 5px;
}
.announce2 {
	background: transparent url(/data/im/d/bg_announce2.png) no-repeat;
	width: 244px;
	height: 81px;
	position: relative;
	left: -9px;
	padding: 20px 15px 10px 15px;
	margin-bottom: 5px;
}
.announce2 p {
	font-size: 18px;
}
.announce3 {
	background: transparent url(/data/im/d/bg_announce1.png) no-repeat;
	width: 244px;
	height: 71px;
	position: relative;
	left: -9px;
	padding: 20px 15px;
	margin-bottom: 0px;
/*	position: absolute;
	top: -13px;*/
}
.cont-announce3 {
  width: 269px;
  height: 98px;
  position: relative;
}
#content .announce3 h2 {
  background: none;
  border: medium none;
  font-size: 22px;
  font-weight: bold;
  padding: 0px;
}


#naemse-mgz {
  padding-bottom: 10px;
}


#naemse-nl {
  padding-bottom: 20px;
}

#naemse-nl .inner {
	padding: 13px 7px 13px 13px;
	font-size: 10px;
}
#naemse-mgz .inner {
	padding: 13px 7px 13px 13px;
	font-size: 10px;
}
#naemse-nl ul {
	margin: 0;
	padding: 15px;
	padding-bottom: 0px;
	list-style: none;
}
#naemse-nl li {
	margin-bottom: 1em;
}
#naemse-nl ul a {
	color: #000;
}
#naemse-nl .inner .date {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}
#naemse-nl .title {
	margin: 5px 0;
	text-decoration: underline;
}
#naemse-nl  p.r {
	margin: 5px 0;
	padding-right: 5px;
}
#naemse-mgz .magazines {
	padding: 13px;
	font-size: 10px;
}
#naemse-mgz .magazines div.magazine {
	overflow: hidden;
	position: relative;
}
#naemse-mgz .magazines div.magazine div.r {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 180px;
}

#naemse-mgz .magazines .header {
	font-size: 12px;
}
#naemse-mgz .magazine img {
	float: left;
	margin-right: 5px;
}
#naemse-mgz .magazine p {
	margin: 0px;
	padding-bottom: 5px;
}

/* {{{ naemse block */







html>body #naemse-block { overflow: hidden; }
#naemse-block {
	padding-top: 8px;
}
#naemse-block .first-col h2 {
	background: #fff;
	color: #000;
	border-color: #fff;
}
#naemse-block .inner {
	padding: 13px 7px 13px 13px;
	font-size: 10px;
}
#naemse-block .bg-orange .first-col {
  background: #fba120;
}
#naemse-block .bg-orange .first-col p.r {
  padding-right: 5px;
}
#naemse-block ul {
	margin: 0;
	padding: 15px;
	padding-bottom: 0px;
	list-style: none;
}
#naemse-block li {
	margin-bottom: 1em;
}
#naemse-block ul a {
	color: #000;
}
#naemse-block .inner .date {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}
#naemse-block .title {
	margin: 5px 0;
	text-decoration: underline;
}
#naemse-block .first-col p {
	margin: 5px 0;
}
.magazines {
	padding: 13px;
	font-size: 10px;
}
.magazines div.magazine {
	overflow: hidden;
}

.magazines .header {
	font-size: 12px;
}
.magazine img {
	float: left;
	margin-right: 5px;
}
.magazine p {
	margin-bottom: 5px;
}
/* }}} naemse block */

/* {{{ event-calendar */
#event-calendar {
	background: #fff;
}
/*
#event-calendar h2 {
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
#event-calendar h2 span {
	position: relative;
	z-index: 2;
}

#event-calendar h2 b {
	position: absolute;
	font-size: 62px;
	font-weight: bold;
	color: #838282;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 55px;
	overflow: hidden;
}
*/

#event-calendar h2 {
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	padding: 20px 0px 13px 0px;
	margin: 0px;
	overflow: hidden;
}
#event-calendar h2 span {
	position: relative;
	left: 8px;
	z-index: 2;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#event-calendar h2 b {
	position: absolute;
	font-size: 51px;
	font-weight: bold;
	color: #838282;
	left: -7px;
	bottom: -7px;
	z-index: 1;
	height: 54px;
	overflow: hidden;
	margin: 0px;
	white-space: nowrap;
	width: 151px;
}

#event-calendar dl {
	padding: 15px 10px;
}
#event-calendar dd {
	margin-bottom: 1em;
}

#event-calendar ul.ems-links {
  padding:0px;
  margin:3px 0px 10px 5px;
}
#event-calendar ul.ems-links li {
  padding:0px;
  margin:0px;
  list-style-type: none;
  font-weight: bold;
  font-size: 13px;
}

#event-calendar ul.ems-links li ul {
  padding:0px;
  margin:3px 0px 6px 15px;
}
#event-calendar ul.ems-links li ul li {
  padding:0px;
  margin:0px;
  list-style-type: none;
  font-weight: normal;
  font-size: 12px;
}
/* }}} event-calendar */

#copy {
	text-align: center;
	padding: 5px;
}
.address {
	margin: 1em 0;
}

#application {
	background: #fff;
	text-align: center;
	margin: 0 40px 0 52px;
	padding: 13px;
}
#application input {
	margin: 5px 10px;
	cursor: pointer;
}





/* {{{ page header block */
#phdr {
	font-size: 16px;
	position: relative;
/*	background: #f3f3f3 url(/data/images/design/bg_top_content.gif) repeat-y left;*/
	margin-left: 1px;
	overflow: hidden;
}
#phdr .inner {
	padding: 0px 12px 20px;
}
#phdr p {
	margin: 10px 0;
}
#subhdr {
	font-size: 16px;
	position: relative;
/*	background: #f3f3f3 url(/data/images/design/bg_top_content.gif) repeat-y left;*/
	margin: 0px 0px 0px 1px;
}
#subhdr p {
	padding: 10px 10px;
}
.phdr-menu {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}
.phdr-menu-two {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.phdr-menu-two li {
	display: inline;
	margin: 20px 15px;
}

.phdr-menu li {
	display: inline;
	margin: 20px 15px 20px 5px;
}
#phdr h2 {
	width: 390px;
	text-transform: uppercase;
}
#phdr h2.lng {
	width: auto;
	margin-right: 0px;
	text-transform: uppercase;
}
#phdr h2,
#phdr h2.lng {
	position: relative;
	font-weight: bold;
}
#phdr h2 span,
#phdr h2.lng span {
	position: relative;
	z-index: 2;
}
#phdr h2 b,
#phdr h2.lng b {
	position: absolute;
	font-size: 45px;
	font-weight: bold;
	color: #838282;
	right: 0;
	bottom: -5px;
	z-index: 1;
}
/* }}} page header block */
/* {{{  body info page */
#infob {
	margin-left: 12px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#infob h1 {
	border: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #000;
	margin: 10px 8px;
}
#infob h1.blk {
	border: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #000;
	margin: 10px 0px;
}
#infob h1.rd {
	border: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #A10908;
	margin: 10px 0px;
}
#infob h1.bg-rd {
	border: none;
	background: #A10908;
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
	color: #000;
	margin: 5px 0px;
	text-align: center;
	width: 98%;
}
#infob h1.bg-grey {
	border: none;
	background: #6d6d6d;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 4px;
	color: #000;
	margin: 5px 0px;
  text-align: center;
  width: 98%;
}
#infob div.text {
  padding: 0px;
  margin: 5px 8px;
}
#infob div.text p {	
  padding: 0px auto;	
  font-size: 12px;
  margin-top: 0.5em;	
  margin-bottom: 1em;	
  margin-left: 0px;	
  margin-right: 0px;
}
#infob div.text p.cname {
  font-weight:bold;
  margin-bottom:3px;
  text-transform:uppercase;
}
#infob div.text p.cname-rd {
  font-weight:bold;
  text-transform:uppercase;
  color: #A10908;
  margin-top: 10px;	
  margin-bottom: 3px;  
}
#infob div.text ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}
#infob div.text ul.circle {
	margin: 0;
	padding: 15px;
	list-style: none;
}
#infob div.text ul.circle li {	
  padding: 0px 0px 0px 15px;	
  background: url(/data/Images/design/list_circle.gif) no-repeat 0px 4px;
  margin-bottom: 10px;	
  list-style-type: none;
}

#benefits #infob div.text ul.circle li { 
  font-size: 12px;
}

#infob div.text li {
	margin-bottom: 1em;
}
#infob div.text ul a {
	color: #000;
}
#infob div.infob-date {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	color: #000;
	margin: 5px 8px;
}

#infob div.text ul.rd {
	margin: 0;
	padding: 0px 15px;
	list-style: none;
}
#infob div.text ul.rd li {
  margin-bottom: 1.5em;
}
#infob div.text ul.rd li p {
  margin-top: 0.3em;	
  margin-bottom: 0.3em;
}
#infob div.text ul.rd a {
	color: #990908;
}

#infob .author {
	font-weight: bold;
	color: #000;
	font-size: 11px;
	margin: 5px 8px;
	margin-bottom: 10px;
}

#infob div.rss-pmk {
  font-size: 16px;
}

#infob .inner {
	padding: 0px 0 20px 0px;
}
#infob ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}
#infob li {
	margin-bottom: 1em;
}
#infob ul a {
	color: #000;
}

#infob table.partners {
  border-collapse: collapse;
}
#infob table.partners td {
  border-collapse: collapse;
  padding:5px 5px 10px 5px;
}


#infob table.staff {
  border-collapse: collapse;
}
#infob table.staff td {
  border-collapse: collapse;
  padding:5px 5px 10px 5px;
  vertical-align: top;
}
#infob table.staff td img.staff-photo {
  float: left;
  margin:0px 5px;
}



#infob table.publication {
  border-collapse: collapse;
}
#infob table.publication td {
  border-collapse: collapse;
  padding:5px 5px 10px 5px;
  vertical-align: top;
}
#infob table.publication td img.pbl-photo {
  float: left;
  margin:0px 5px;
}

#infob table.ems-links {
  border-collapse: collapse;
}

#infob table.ems-links td {
  border-collapse: collapse;
  padding: 4px;
}



#infob table.evt-sbmt {
  border-collapse: collapse;
}
#infob table.evt-sbmt .rd {
  color: #990908;
}

#infob table.evt-sbmt td {
  border-collapse: collapse;
  padding:4px;
}

#infob table.evt-sbmt td.ttl {
  font-weight: bold;
  text-align: right;
}

#infob table.evt-sbmt td.flds {
  font-weight: normal;
  text-align: left;
}

#infob table.evt-sbmt td.flds input {
  width: 270px;
}
#infob table.evt-sbmt td.flds select {
  width: 275px;
}
#infob table.evt-sbmt td.flds textarea {
  width: 270px;
  height: 150px;
}
#infob table.evt-sbmt td.flds input.auto {
  width: auto;
}

#infob .btn-ben-app {
	text-align: center;
	margin: 0 40px 0 52px;
	padding: 13px;
}
#infob .btn-ben-app input {
	margin: 5px 10px;
	cursor: pointer;
}
#infob .btn-bl-tp {

}
#infob .btn-bl-btm {

}

/* }}} body info page */



/*  {{{ footer*/
#footer-link {
  position: relative;
 /* top: 0px;*/
 /* margin-top: -22px;*/
  width: 850px;
  text-align: center;
  font-size: 11px;
  clear: both;
  display: block;
  color: #fff;
  font-style: italic;
}
#footer-link a {
  color: #fff;
  font-size: 11px;
  font-style: italic;
}
/* }}}} footer  */













/* {{{ join block */
#join {
	font-size: 16px;
	position: relative;
	background: #f3f3f3 url(/data/images/design/bg_top_content.gif) repeat-y left;
	margin-left: 1px;
}
#join .inner {
	padding: 0px 12px 20px;
}
#join p {
	margin: 10px 0;
}
.join-menu {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
}
.join-menu li {
	display: inline;
	margin: 20px;
}
#join h2 {
	width: 390px;
	text-transform: uppercase;
}
#join h2,
#benefits h2 {
	position: relative;
	font-weight: bold;
}
#join h2 span,
#benefits h2 span {
	position: relative;
	z-index: 2;
}
#join h2 b,
#benefits h2 b {
	position: absolute;
	font-size: 45px;
	font-weight: bold;
	color: #838282;
	right: 0;
	bottom: -5px;
	z-index: 1;
}
/* }}} join block */

/* {{{ benefits */
#benefits {
	font-size: 14px;
	margin-left: 12px;
	margin-right: 40px;
}
#benefits .inner {
	padding: 20px 0 20px 40px;
}
#benefits ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#benefits li {
	margin-bottom: 1em;
}
#benefits li a {
	text-decoration: none;
	font-weight: bold;
}
/* }}} benefits */



#banners {
	padding: 15px 0px 15px 6px;
	background: #fff;
	margin-bottom: 10px;
	margin-left: 3px;
}
#banners h2 {
	color: #a10908;
	border: none;
	background: none;
	padding: 0 0 10px;
}
#banners img {
	margin-bottom: 10px;
}
#banners .more {
	float: right;
	font-size: 10px;
}
#banners .hrdotted {
	BACKGROUND: url(/data/images/hr_dotted.gif) repeat-x; 
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 1px;
	margin-top: 10px;
}

.sp-block-ftr-link {
  float: right;
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sp-block-ftr-link li {
	display: inline;
	margin: 20px;
}
/* }}} content */


/* {{{  page ruler block  */
#pRulerLink {
  padding:10px;
}

#pRulerLink #prev-link {
  float: left;
	text-decoration: none;
}
#pRulerLink #next-link {
  float:right;
	text-decoration: none;
}
/* }}} page ruler block */





/*{{{  page  Committee Chairs  */

#infob div.text table.comm-chrs {

}

#infob div.text table.comm-chrs p.cname {
	font-size : 14px;
	font-weight : bold;
	text-transform : uppercase;
	margin-bottom : 3px;
}
#infob div.text table.comm-chrs td {
  vertical-align: top;
	font-size : 12px;
	line-height : 150%;
}

/*}}}  page  Committee Chairs  */


/*{{{ videos ruler page */
.videos-ruler p.title {
  padding: 5px;
  width: auto;
  font-size: 16px;
  font-weight: bold;
}

.videos-ruler p.text {
  padding: 5px;
  width: auto;
  font-size: 12px;
}
.videos-ruler #pRulerLink {
  padding:10px 10px 0px;
/*  width: 790px;*/
  color: #6d6d6d;
}

.videos-ruler #pRulerLink #prev-link {
  float: left;
}
.videos-ruler #pRulerLink a#prev-link:hover {
	text-decoration: underline;
}
.videos-ruler #pRulerLink #next-link {
  float:right;
}
.videos-ruler #pRulerLink a {
	text-decoration: none;
}
.videos-ruler #pRulerLink a:hover {
	text-decoration: underline;
  /*color: #6d6d6d;*/	
}
/*}}} videos ruler page  */
.announce4-cont {
  background-color: #F3F3F3;
  height: 175px;
  margin-left: 4px;
}
.announce4 {
	background: url(/data/images/design/wide-green-box.png) no-repeat;
	width: 341px;
	height: 117px;
	padding: 20px 15px;
	margin-bottom: 5px;
	position: absolute;
	left: -9px;
	top: 5px;
}
.for-ammounce4-t1 {
  position: relative;
}

