@charset "utf-8";

html, body, form, h1, h2, h3, p, dl, dt, dd, table, td, th, kbd {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	background: white;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a img { border: 0; }

.cb {  margin: 0px auto; }

.c { text-align: center!important; }
.l { text-align: left!important; }
.r { text-align: right!important; }
.fl { float: left; }
.fr { float: right; }
.vm { vertical-align: middle; }
.vt { vertical-align: top; }
.vb { vertical-align: bottom; }
.hw { width: 49%;}
#container {
	width: 980px;
}

/* {{{ header */
#header {
	height: 131px;
	background: url(/data/Images/design/bg_header.jpg) no-repeat left top;
	position: relative;
}
#logo {
	position: absolute;
	top: 19px;
	left: 19px;
}
/* {{{ main menu */
#main-menu {
	height: 36px;
	background: url(/data/Images/design/bg_menu.gif) repeat-x top;
	top: 95px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-menu a {
	float: left;
	display: block;
	height: 32px;
	width: 138px;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #f2f2f2;
	background-image: url(/data/Images/design/menu_items.png);
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 1000px;
}
#main-menu li:hover {
	background: #2c2c2c url(/data/Images/design/bg_menu_over.gif) repeat-x top;
}
#main-menu li:hover a {
	border: none;
	width: 140px;
}
#main-menu li {
	float: left;
	width: 140px;
	height: 36px;
	list-style: none;
}
.item-register a {
	border-left: none!important;
	width: 139px!important;
	background-position: 20px 10px;
}
.item-register:hover a { background-position: 20px -24px; }
.item-training a { background-position: -120px 10px; }
.item-training:hover a { background-position: -120px -24px; }
.item-standards a {	background-position: -260px 10px; }
.item-standards:hover a {	background-position: -260px -24px; }
.item-science a { background-position: -400px 10px; }
.item-science:hover a { background-position: -400px -24px; }
.item-articles a { background-position: -540px 10px; }
.item-articles:hover a { background-position: -540px -24px; }
.item-products a { background-position: -680px 10px; }
.item-products:hover a { background-position: -680px -24px; }
.item-fgh a { background-position: -820px 10px; }
.item-fgh:hover a { background-position: -820px -24px; }

#main-menu .last a {
	border-right: none;
}
/* }}} main menu */

/* {{{ quick search form */
#quick-search-form {
	position: absolute;
	top: 23px;
	right: 5px;
	color: white;
	font-size: 11px;
}
#quick-search-form label, #quick-search-form input {
	font-size: 11px;
}
#label-search-field {
	font-weight: bold;
	margin-right: 5px;
}
#search-field {
	border: 1px solid #666;
	padding: 2px;
	width: 136px;
}
#quick-search-button {
	top: 4px;
	position: relative;
}
#where-to-search-block {
	margin-top: 4px;
	margin-left: 55px;
}
/* }}} quick search form */

#service-menu {
	position: absolute;
	top: 73px;
	right: 10px;
	width: 160px;
	background: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#service-menu li {
	background: url(/data/Images/design/arrow1.gif) no-repeat left;
	float: left;
	padding-right: 10px;
	list-style: none;
}
#service-menu a {
	color: white;
	font-size: 11px;
	float: left;
	margin-left: 20px;
	font-weight: bold;
}
/* }}} header */

/* {{{ content */
.more {
	text-transform: capitalize;
}
#content {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 50px;
}
html>body #content { overflow: hidden; }

#content .links {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .links li {
	background: url(/data/Images/design/arrow3.gif) no-repeat 0 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: none;
}
#content .links li a {
	color: black;
	text-decoration: underline;
}
#content .links li a:hover {
	color: #666;
	text-decoration: none;
}
a {
	color: #BF2026;/*#09c;*/
}
a:hover {
	color: #000;/*#c00;*/
}

a.more {
	color: #BF2026;
}
a.more:hover {
	color: #000;/*#c00;*/
}
a.strong {
	color: #BF2026;
}
a.strong:hover {
	color: #000;/*#c00;*/
}

div.r a.more, div.to-top a.more, div.powered a.more {
  padding: 2px 20px 2px 0px;
	background: url(/data/Images/design/red_arrow.gif) no-repeat right 3px;
	display: block;
	margin-right: 2px;
}

h2 {
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	color: white;
	background: url(/data/Images/design/bg_h2_right.gif) no-repeat right;
	text-transform: capitalize;
}
h2 b {
	display: block;
	height: 100%;
	background: url(/data/Images/design/bg_h2_left.gif) no-repeat left;
	padding-left: 6px;
}
h2 b b {
	padding-left: 0px;
	padding-right: 3px;
	display: inline;
	background: #a68d61;
}
p {
	margin-bottom: 15px;
}

/* {{{ service column 1 */
#service-col1 {
	float: left;
	width: 256px;
}

/* {{{ about */
#about {
	margin-bottom: 40px;
}
#about h2 {
	color: #9a740c;
	background-image: url(/data/Images/design/bg_h2_about.gif);
	background-repeat: repeat-x;
}
#about b {
	padding: 0;
	background: none;
}
#about b b {
	padding-right: 3px;
	background: white;
}
#about .sponsors {
	margin-top: 10px;
}
#about .sponsors a {
	margin-right: 5px;
}
/* }}} about */

/* {{{ about-product */
#about-product {
	margin-bottom: 40px;
}
/*
#about-product h2 {
	color: #9a740c;
	background-image: url(/data/Images/design/bg_h2_about.gif);
	background-repeat: repeat-x;
}
#about-product b {
	padding: 0;
	background: none;
}
#about-product b b {
	padding-right: 3px;
	background: white;
}
*/
#about-product .inner {
  margin:  15px;
}
#about-product .sponsors {
	margin-top: 10px;
	text-align: left;
}
#about-product .sponsors a {
	margin-right: 5px;
}
/* }}} about-product */


/* {{{ videos */
#videos {
	background: url(/data/Images/design/bg_video_top.png) no-repeat top;
	margin-bottom: 20px;
}
#videos.type2 {
	background-image: url(/data/Images/design/bg_video_top2.png);
}
#videos .inner {
	background: url(/data/Images/design/bg_video_bottom.png) no-repeat bottom;
	padding: 57px 7px 20px;
}
#videos.type2 .inner {
	background-image: url(/data/Images/design/bg_video_bottom2.png);
	padding: 57px 5px 20px;
}
#videos h2 {
	display: none;
}
#videos .one-video {
	padding: 0 13px 23px;
	background: url(/data/Images/design/bg_h2_about.gif) repeat-x bottom;
}
#videos.type2 .one-video {
	padding: 0 5px 23px;
}
html>body .one-video { overflow: hidden; }
#videos .one-video img {
	float: left;
	margin-right: 5px;
}
#videos a {
	/*color: #000; #BF2026*/
}
/*#videos .powered a.more {
	color: #09c;
}
#videos .powered a.more:hover {
	color: #c00;
}*/
#videos .one-video a {
	font-weight: bold;
	color: #000;
}
html>body .video-announces { overflow: hidden; }
#videos .video-announces {
	padding: 13px;
}
#videos.type2 .video-announces {
	padding: 13px 5px;
}
#videos .one-announce {
	float: left;
	width: 61px;
	margin-right: 14px;
	overflow: hidden;
	color: #000;
}
#videos.type2 .one-announce {
	margin-right: 10px;
}
#videos .last {
	margin-right: 0!important;
}
#videos .one-announce a {
	font-size: 10px;
	color: #000;
}
#videos .powered {
	padding: 0 13px;
	text-align: right;
}
/* }}} videos */


/* {{{ ask-exp */
#ask-exp {
/*	font-size: 11px;
	color: #666;*/
}
#ask-exp .inner {
	margin: 15px;
}
#ask-exp img {
	margin-right: 8px;
}
/* }}} ask-exp */







.news .inner {
	margin: 15px;
}

#service-col2 .news .inner {
	margin: 15px 5px 15px 15px;
}



/* }}} service column 1 */

/* {{{ main column */
#main-col {
	float: left;
	margin-left: 19px;
	width: 459px;
}
#main-col.news-page {
	margin-left: 10px;
	width: 468px;
}
#main-col-wide {
	float: left;
	width: 734px;
}

#main-col-wide.main-col-wide-right{
	margin-left: 11px;
}



#main-col-wide .inner {
	padding: 15px;
}

#main-col-one {
}
/* {{{ education n training */
#education-training {
	height: 331px;
	background: url(/data/Images/design/bg_education.jpg) no-repeat;
	padding: 15px;
	margin-bottom: 20px;
}
#education-training h2 {
	background: url(/data/Images/design/hd_education.gif) no-repeat;
	height: 27px;
	width: 185px;
	text-indent: -9999px;
}
#education-training h2 b {
	background: none;
	display: inline;
	padding: 0;
}
#education-training .inner {
	margin-left: 140px;
}
#education-training p {
	margin: 0;
}
#login-form {
	text-align: right;
	margin: 10px 0;
}
#login, #password {
	border: 1px solid #666;
	margin: 0;
	height: 14px;
}
#password {
	position: relative;
}
#login-form label {
	font-weight: bold;
}
#login-form table {
	margin: 5px 0 10px auto;
	border-collapse: collapse;
}
#login-form td {
	padding-right: 2px;
}
#login-form .notice {
	color: #c30;
	margin: 0;
}
#login-form .register {
	color: #c30;
	background: url(/data/Images/design/arrow4.gif) no-repeat left;
	padding-left: 20px;
}
#education-training ul {
	padding: 0;
	margin: 6px 0 0 73px;
	list-style: none;
}
#education-training li {
	line-height: 32px;
	padding-left: 40px;
	margin: 0;
	list-style: none;
}
#education-training li a {
	color: #000;
}
li#ico-nfpa {
	background: url(/data/Images/design/ico_nfpa.gif) no-repeat left;
}
li#ico-nfpa2 {
	background: url(/data/Images/design/ico_nfpa2.gif) no-repeat 10px center;
}
#education-training li a {
	text-decoration: none;
}
/* }}} education n training */


/* {{{ ppe science */
#ppe-science {
}
#ppe-science .inner {
	padding: 15px;
}
#ppe-science img {
	float: left;
	margin: 35px 20px 35px 0;
}
#ppe-science h3 {
	font-size: 12px;
}
/* }}} ppe science */


/******************************** {{{ standartds *********************/
#standards .inner {
	padding: 15px;
}
html>body #standards ul { overflow: hidden; }
#standards li {
	float: left;
	width: 180px;
}
.pad { padding: 15px; }

.one-standard {
	padding-bottom: 10px;
}
html>body .one-standard { overflow: hidden; }
.one-standard h3 {
	font-size: 15px;
	color: #9A740C;
	margin: 10px 15px;
}
.one-standard .image {
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 15px;
}
.one-standard .image img {
	display: block;
}
.one-standard .info {
	display: table;
}
.one-standard .to-top {
	clear: both;
	text-align: right;
}


.standards-list {
	padding: 25px 0;
}
html>body .standards-list { overflow: hidden; }
.standards-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.standards-list li {
	float: left;
	margin-right: 45px;
	width: 102px;
}
.standards-list li.last {
	margin-right: 0;
}
.standards-list li a {
	display: block;
	float: left;
}
.standards-list li a b {
	display: block;
	min-height: 30px;
	margin-top: 5px;
}
.standards-list li a img {
	display: block;
}
.standards-list li a.ico b {
	padding-left: 35px;
	background: url(/data/Images/design/ico_nfpa.gif) no-repeat left;
}
#requirements {
	width: 229px;
	height: 136px;
	background: url(/data/Images/design/bg_require.png) no-repeat;
	float: right;
	padding: 40px 5px 0;
}
#requirements ul {
	margin: 0 0 0 1px;
	padding: 0;
	background: url(/data/Images/design/bg_h2_about.gif) repeat-x center;
}
#requirements ul li {
	float: none;
	width: auto;
	padding: 18px 20px;
}
#requirements a {
	float: none;
	width: auto;
	display: inline;
	color: #000;
	font-weight: bold;
}

.questions-links {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/data/Images/design/bg_h2_about.gif) repeat-x bottom;
	height: 40px;
}
.questions-links li {
	float: left;
	background: url(/data/Images/design/bg_tab_left.png) no-repeat left top;
	height: 30px;
	line-height: 30px;
	margin-right: 6px;
}
.questions-links a {
	float: left;
	display: block;
	height: 100%;
	background: url(/data/Images/design/bg_tab_right.png) no-repeat right top;
	color: white;
	padding: 0 10px;
	text-decoration: none;
}
.questions-links a:hover {
	color: white;
}
.questions-links b {
	background: url(/data/Images/design/bul1.gif) no-repeat left;
	padding-left: 16px;
	font-weight: bold;
}
/****************************** }}} standartds *****************************/


/* {{{ products */
#products h3 {
	font-size: 12px;
	color: #c30;
}
#products .inner {
	padding: 15px;
}
#products .inner table {
  width:100%;
  padding-bottom: 10px;
}
#products td {
	vertical-align: top;
}
#products td.photo {
	vertical-align: middle;
	padding-right: 10px;
}
#products td.photo2 {
	padding-left: 10px;
}
#products td.photo3 {
	vertical-align: top;
	padding-right: 10px;
	width:50%;
	text-align: center;
}
#products td.picture {
	vertical-align: top;	
  text-align: center;
}
#products td.picture img {
  margin-bottom:10px;
}
#products td.photo3 img {
  float: left;
  margin-right: 5px
}
#products td.photo3 a {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}
#products td.photo3 a:hover {
  text-decoration: none;
  color:#666666;
}
/* }}} products */


/* {{{ products page */
#products-page {
/*	padding: 0px 12px 25px 12px;*/
	
}

#products-page .ftrd-product {
  width: 459px;
  float:left;
/*	font-size: 11px;
	color: #666;*/
}
#products-page .ftrd-product .inner {
	margin: 0px 15px 15px 0px;
}

html>body #products-page .ftrd-product div.float-fix { overflow: hidden; }

#products-page .ftrd-product div.float-fix img {
	margin-right: 8px;
	float: left;
}

#products-page .prod-news {
  float: left; 
  margin-left: 11px; 
  width: 256px;  
}
#products-page .prod-news .inner{
  margin-top:0px;
  margin-left:0px;  
}


#products-page #globe-products {
 clear: left;
}

html>body .prodct-announces { overflow: hidden; }
#globe-products .prodct-announces {
	padding: 13px;
}

#globe-products .one-prodct {
	float: left;
	width: 130px;
	margin-right: 14px;
	overflow: hidden;
	color: #000;
}

#globe-products .last {
	margin-right: 0!important;
}
#globe-products .one-prodct a.link-prod {
	background: url(/data/Images/design/arrow3.gif) no-repeat 0 5px;
	padding-left: 20px;
	color: #000;
	display: block;
}
#globe-products .one-prodct a.link-prod:hover {
	color: #666666;
}
#globe-products .one-prodct a.pic-prod {
  text-align: center;
  display: block;
}


/* }}} products page */

/* {{{ one article */
h1 {
	font-size: 15px;
	color: #9a740c;
	margin: 7px 0;
}
#article {
	padding: 0px 12px 25px 12px;
	position: relative;
	margin-top: 15px;
}
* html #article {
  overflow: visible;
   zoom:1;
}
#article h1{
  margin-bottom:15px;
}
#article .date {
	color: #4c4c4c;
	font-size: 11px;
	padding-bottom:10px;
	font-weight: bold;
}
#article .author {
	font-weight: bold;
	color: #9a740c;
	font-size: 11px;
	margin-bottom: 10px;
}
#article .copy {
	color: #666;
	font-size: 11px;
}
#content .service-menu {
	margin: 0;
	padding: 0;
/*	position: absolute;*/
	right: 12px;
	list-style: none;
}
#content .service-menu li {
	padding-left: 0px;
	margin-bottom: 0;
	float: left;
	background: url(/data/Images/design/menu_icons.png) no-repeat left;
	margin-left: 20px;
}
#content .service-menu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding-left: 20px;
}
#content .service-menu a:hover {
 	text-decoration: underline;
 	color: #9A740C;
}
#content .service-menu li:hover {
  background-color: #EFEFEF;
}
.service-menu-top {
  position: absolute;
	top: 0;
}
.service-menu-bottom {
	/*bottom: 0;*/
	float:right;
	margin-top:10px;
}
#content .service-menu-bottom {
	margin-top:10px;
}

.ico-email {
	background-position: 0 -2px!important;
}
.ico-print {
	background-position: 0 -22px!important;
}
.ico-register {
	background-position: 0 -44px!important;
}
.ico-bookmark {
	background-position: 0 -62px!important;
}
.ico-whats {
	background-position: 0 -82px!important;
}
/* }}} one article */

/* {{{ recent jobs listings */
#recent-jobs {
	margin-top: 15px;
	margin-right: 15px;
}
#recent-jobs table {
	width: 100%;
	border-collapse: collapse;
}
#recent-jobs th {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #9a740c;
	padding: 3px 7px;
}
#recent-jobs td {
	font-size: 11px;
	padding: 3px 7px;
}
#recent-jobs .row1 {
	background: #f4f4f4;
}
/* }}} recent jobs listings */


/* {{{ all column page */
#column-all {
	margin-top: 15px;
	margin-right: 15px;
}
#column-all table {
	width: 100%;
	border-collapse: collapse;
}
#column-all td {

}

#column-all .inner {
	padding: 15px 0 15px 15px;
	float:left;
	width:30%;
	margin-right:1%;
}
#column-all img {
	float: left;
	margin-right: 10px;
}
#column-all .author {
	/*color: #39c;*/
	color: #BF2026;
	font-size: 11px;
	font-weight: bold;
}
#column-all .author i {
	font-style: italic;
	color:#000;	
}
#column-all h3 {
	font-size: 12px;
	margin-top: 5px;
}
html>body #column-all div.float-fix { overflow: hidden; }
#column-all ul.links {
	margin-top: 10px;
	margin-left: 0px;
	font-size: 11px;
}
/* }}} all column page */





/* {{{ register area */
#register-area {
	padding: 20px;
}
html>body #register-area { overflow: hidden; }
#register-area .first {
	float: left;
	width: 345px;
}
#register-area .second {
	float: right;
	width: 500px;
}
#register-area .first table td + td {
  white-space: nowrap;
}
#register-area .second table.repeated-reg {
  width:99%;
}

#register-area h3 {
	font-size: 15px;
	color: #9a740c;
	margin-bottom: 20px;
}
#register-area input {
	border: 1px solid #666;
	width: 168px;
}
#register-area select {
	width: 172px;
}

#register-area.inf-req input{
  width: 336px;
}
#register-area.inf-req select{
  width: 340px;
}
#register-area.inf-req textarea{
  width: 336px;
}

#register-area input.button {
	border: none;
	width: auto;
}
a.subm-button {
  background: url(/data/Images/design/bg_btn_body.png) no-repeat right center;
  text-decoration: none;
  display: -moz-inline-box;
  display: inline-block;
  height: 22px;
}
a.subm-button b {
  background: url(/data/Images/design/bg_btn_left.png) no-repeat left center;
  padding: 4px 13px 0px 13px;
  color:white;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  display: -moz-inline-box;
  display: inline-block;
  height: 18px; 
  cursor: pointer;   
}
#register-area input.ckeckbox {
	border: none;
	width: auto;
}
#register-area table {
	border-collapse: collapse;
}
#register-area td {
	padding: 5px 5px 5px 0;
/*	white-space: nowrap;*/
}
#register-area ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
#register-area li {
	margin-bottom: 10px;
}
#register-area .error-msg {
	color: #c22026;
}
#register-area td.error-msg {
	text-align: right;
}
#register-form1 span,
#register-form2 span {
	color: #c22026;
}

#register-form2 {
	margin-bottom: 20px;
}
kbd {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	text-align: right;
	margin-right: 1em;
}
label small {
	font-size: .8em;
	color: #666;
	display: block;
}
/* }}} register area */

/* }}} main column */


/* {{{ service-column 2 */
#service-col2 {
	float: left;
	margin-left: 11px;
	width: 225px;
}

#service-col2.service-col-left-tight {
	float: left;
	width: 225px;
	margin: auto;
}

/* {{{ what's new */
#whats-new {
	background: url(/data/Images/design/bg_whatsnew_top.png) no-repeat top;
	margin-bottom: 20px;
}
#whats-new .inner {
	background: url(/data/Images/design/bg_whatsnew_bot.png) no-repeat bottom;
	padding: 15px;
}
#whats-new ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 10px;
}
#whats-new li {
	color: black;/*white;*/
	padding-left: 20px;
	background: url(/data/Images/design/bul1.gif) no-repeat left 3px;
	margin-bottom: 10px;
	list-style: none;
}
#whats-new li a {
	color: black;/*white;*/
	text-decoration: none;
}
#whats-new li a:hover {
	color: black;/*white;*/
	text-decoration: underline;
}
#whats-new h2 {
	background: url(/data/Images/design/hd_whatsnew.gif) no-repeat;
	width: 105px;
	height: 21px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#whats-new h2 b {
	background: none;
	padding: 0;
}
/* }}} what's new */


/* {{{ columnists / featured columnists */
#columnists {
}
#columnists .inner {
	padding: 15px 5px; 15px 15px;
}
#columnists img {
	float: left;
	margin-right: 10px;
}
#columnists .author {
	/*color: #39c;*/
	color: #BF2026;
	font-size: 11px;
}
#columnists .author i {
	font-style: italic;
}
#columnists h3 {
	font-size: 12px;
	margin-top: 5px;
}
#columnists p {
	clear: both;
}
#columnists ul.links {
	margin-top: 10px;
	margin-left: 25px;
	font-size: 11px;
}
/* }}} columnists / featured columnists */


/* {{{ featured article */
#featured-article {
}
#featured-article .inner {
	padding: 15px 0 15px 15px;
}
#featured-article img {
	float: left;
	margin-right: 10px;
}
#featured-article .author {
	/*color: #39c;*/
	color: #BF2026;
	font-size: 11px;
}
#featured-article .author i {
	font-style: italic;
}
#featured-article h3 {
	font-size: 12px;
	margin-top: 5px;
}
#featured-article p {
	clear: both;
}
/* }}} columnists / featured columnists */


/* {{{ polls */
#polls .inner {
	padding: 15px;
}
#polls .button {
	margin: 
}
#polls table {
	margin-bottom: 10px;
}
#polls td {
	padding: 3px;
}
#polls p {
	font-weight: bold;
	margin-bottom: 5px;
}
/* }}} polls */


/* {{{ sponsored */
#sponsored {
	font-size: 11px;
	color: #666;
}
#sponsored .inner {
	padding: 0 15px 15px;
}
#sponsored img {
	margin: 10px;
}
/* }}} sponsored */

/* }}} service-column 2 */

/* }}} content */

/* {{{ footer */
#footer {
	background: #e6e6e6;
	border-top: 4px solid #666;
	min-height: 58px;
	line-height: 58px;
	text-align: center;
	color: #666;
	font-size: 11px;
	position: relative;
}
#footer-menu {
  margin:0px;
}
#footer-menu li {
	display: inline;
	margin-right: 30px;
}
#footer-menu a {
	color: #666;
	background: url(/data/Images/design/arrow2.gif) no-repeat left;
	padding-left: 14px;
}
#copy {
	position: absolute;
	right: 18px;
	top: 0;
}
/* }}} footer */

/* {{{ poll results page */
#poll-results {
	padding: 10px;
}
#poll-results table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
#poll-results .title {
	font-weight: bold;
}
#poll-results td {
	padding: 5px;
}
.percent {
	text-align: center;
}
#previous-polls {
	margin: 10px 0;
}
#poll-results .inner {
	padding: 15px;
}
#poll-results .links {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#poll-results .links li {
	background: url(/data/Images/design/arrow3.gif) no-repeat 0 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: none;
}
#poll-results .links li a {
	color: black;
	text-decoration: underline;
}
#poll-results .links li a:hover {
	color: #666;
	text-decoration: none;
}
/* }}} poll results page */


/* {{{ email page */
#email_page {
	padding: 10px;
	padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
#email_page table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
#email_page .title {
	font-weight: bold;
}
#email_page td {
	padding: 5px;
}

email_page .inner {
	padding: 15px;
}
/* }}} email page */


/* {{{  banners  */
#banner_r2 {	
  LEFT: 981px;	
  WIDTH: 160px;	
  POSITION: absolute;	
  TOP: 128px
} 
/* Rule 13 of /data/include/main.css */ 
#banner_r1 {
	LEFT: 981px;	
  WIDTH: 160px;	
  POSITION: absolute;	
  TOP: 4px
}
/* }}}  banners   */


/* {{{  videos table */
#videos-table {
  width: 100%;
  border-collapse: collapse;
}
#videos-table td {
  width: 33%;
  border-collapse: collapse;
  padding: 7px;
  padding-bottom: 14px; 
  text-align: center; 
  vertical-align: top;
}
#videos-table td a {
  display: block;
}
#videos-table td a.link-vid {
	background: url(/data/Images/design/arrow3.gif) no-repeat 0 5px;
	padding-left: 20px;
	color: #000;
	display: inline;
}
#videos-table td a.link-vid:hover {
	color: #666666;
}
#videos-table td img {
  border: 0px;
  margin-bottom: 5px;
}
/* }}}  videos table */

#article div.related-content-container p{font-size: 10px;}
#ednote P {MARGIN: 0px}
#ednote {font-size: 12px;}
#wpi {
background: url('/data/Images/design/wpibackgr.gif') top left no-repeat; 
padding: 0px; 
width: 239px; 
height: 240px;
}
#wpi a{
text-decoration: none;
}
#wpi a:hover{
text-decoration: underline;
}