@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, form, label, table, td, th, hr, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;
}

body {
/*
 url(../img/bg_main.gif)
*/
	background-color: #fff;
	font: 11px Helvetica, Tahoma, sans-serif;
}
input, select, option, textarea {
	font: 11px Tahoma, Helvetica, sans-serif;
}

a img, img { border: 0; }

a {
	text-decoration: underline;
	color: #034392;
}
a:hover {
	text-decoration: none;
}

.c { text-align: center; }
.r { text-align: right; }
.fl { float: left; }
.fr { float: right; }
.bc { margin: 0 auto; }
.m { vertical-align: middle; }
.t { vertical-align: top; }
html>body .float-fix { overflow: hidden; }
.pad1 { padding: 8px; }
:focus { outline: 0; }
.hr {
	height: 1px;
	overflow: hidden;
	font-size: 0;
	margin: 10px 0;
}
.hr hr { display: none; }

#container {
	width: 885px;
	margin: 0 auto;
}

/* {{{ header */
#header {
	position: relative;
	height: 189px;
	background: url(../img/bg_header.gif) repeat-x top;
}
#logo { 
	position: absolute;
	left: 33px;
	top: 10px;
}
#slogan {
	background: url(../img/header.jpg) no-repeat;
	height: 110px;
	width: 885px;
	position: absolute;
	top: 68px;
	left: 0;
}
#slogan h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	top: 27px;
	left: 30px;
	width: 550px;
	padding-top:9px;
}
#main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 10px;
	top: 18px;
}
#main-menu li {
	background: url(../img/bg_menuitem.png) no-repeat;
	width: 100px;
	height: 36px;
	float: left;
	text-align: center;
	padding-top: 8px;
}
#main-menu a {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}
/* }}} header */

/* {{{ content */
#content {
	background: url(../img/bg_content.png) repeat-x top;
	padding-bottom: 20px;
}
#top-sites h2,
#featured-searches h2 {
	background: #034392;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 6px;
}

/* {{{ top sites block */
#top-sites {
	width: 371px;
	float: left;
overflow: hidden;
}
#top-sites h2 {
	padding-left: 25px;
}
.sites {
	margin: 11px 11px 0 20px;
	background: #e4e4e4 url(../img/bg_topsites.png) repeat-x top;
	padding: 7px 0px 0px 0px;
}

.sites table {
margin: auto;
border-collapse: collapse;
}

.site {
	float: left;
}
.site img {
	opacity: 0.35;
}
.site a:hover img {
	opacity: 1;
}
.sites .first {
	margin-right: 3px;
}
.sites .second {
	margin-left: 3px;
}
.sites p {
	clear: left;
	margin: 0 40px;
	padding-top: 15px;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.sites p.go-to {
	padding-bottom: 15px;
	font-size: 11px;
}
.go-to a {
	color: #034392;
}
/* }}} top sites block */

/* {{{ featured searches block */
#featured-searches {
/*
	width: 514px;
	float: left;
	background: url(../img/line_topcontent.png) no-repeat 0 0;
*/	
}
#featured-searches h2 {
	/*margin-left: 1px;*/
}
.searches {
	padding: 4px 20px 0 6px;
}
html>body .search { overflow: hidden; }
.search {
	margin-bottom: 3px;
}
.search img {
	float: left;
	margin-right: 10px;
}
.search .text {
	display: table;
}
.search h3 {
	font-size: 12px;
	color: #003179;
}
.search p {
}
/* }}} featured searches block */

#banner1 {
	margin: 10px 0;
	text-align: center;
	clear: left;
}

/* {{{ ems1 block */
#ems1 {
	border: 1px solid #646464;
	background: #fff url(../img/bg_hd_ems.png) repeat-x top;
	position: relative;
	margin: 21px;
}
#ems1 h2 {
	height: 48px;
	background: url(../img/hd_ems.png) no-repeat 0 0;
	text-indent: -9999px;
}
#ems1 h3 {
	background: #646464;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 6px 10px;
	position: relative;
}
#ems1 .col2 h3.type1, #ems1 .col3 h3.type1 {
	border-left: 1px solid #fff;
	left: -1px;
	margin-right: -1px;
	padding-left: 9px;
}
#ems1 h3 a {
	font-style: italic;
	text-decoration: none;
	color: #ff8d00;
	position: absolute;
	right: 8px;
	top: 6px;
	text-transform: capitalize;
}
#ems1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ems1 li {
	margin-bottom: 10px;
}
.find-us {
	position: absolute;
	top: 2px;
	right: 2px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.find-us img {
	vertical-align: middle;
}
.ems-blocks {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	background: url(../img/bg_emsblocks.gif) repeat-y 257px 0;
}
.ems-blocks .col1 {
	width: 257px;
	vertical-align: top;
}
.ems-blocks .col2 {
	width: 343px;
	vertical-align: top;
}
.ems-blocks .col3 {
	width: 241px;
	vertical-align: top;
	background: url(../img/bg_careers_col.gif) repeat-y left top;
}
.news-feed {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 125px;
}
.news-feed dd {
	color: #8f8e8e;
	font-size: 10px;
	margin-bottom: 15px;
}

.news-reports-wrapper {
	float: right;
	width: 120px;
	background: url(../img/bg_newsreports.png) no-repeat 0 0;
}
.news-reports {
	background: url(../img/bg_newsreports2.png) no-repeat left bottom;
	padding: 10px 0 10px 5px;
	text-align: center;
}
.news-reports ul li {
	margin-bottom: 5px;
}
.news-reports .more {
	color: #f60;
}
#ems1 .most-popular {
	margin: 10px;
}

html>body .product { overflow: hidden; }
.product {
	padding: 10px;
}
/*.product-img {
	float: right;
}*/
.survey {
	height: 21px;
	line-height: 100%;
	background: url(../img/ico_sheet.png) no-repeat left;
	background-position:  0px 0px;
	padding-top: 5px;
	padding-left: 20px;
	display: block;
	margin: 10px 0;
}
.sponsored {
	background-color: #FFFFFF;
}
.sponsored i {
	display: block;
}
blockquote.talks {
	background: url(../img/bg_quote.gif) repeat-y 0 0;
	color: #fff;
	font: 10px "Times New Roman", Times, serif;
	margin-left: 1px;
}
.quote-inner1 {
	background: url(../img/bg_quote_top.png) no-repeat 0 0;
}
.quote-inner2 {
	background: url(../img/bg_quote_bottom.png) no-repeat 0 100%;
	padding: 14px 14px 20px;
    min-height: 50px;
}
blockquote.talks .author {
	display: block;
	text-align: right;
}
#ems1 ul.talks {
	margin: 10px;
}
ul.talks .author {
	font-size: 10px;
	color: #8f8e8e;
}

.protocols {
	padding: 10px;
	background-color: #FFFFFF;
}
.protocols dd {
	font-size: 10px;
	color: #8f8e8e;
	margin-bottom: 10px;
}

.careers-list {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	/* border-bottom: 1px solid #646464; */
	border-top: 1px solid #a2a2a2;
}
.careers-list th,
.careers-list td {
	font-size: 10px;
	padding: 4px 10px;
}
.loc {
	width: 40%;
}
.pos {
	width: 60%;
}
.careers-list th {
	border-bottom: 1px solid #a2a2a2;
	text-align: left;
}
.careers-list .loc {
/*	border-right: 1px solid #646464;*/
}

/* }}} ems1 block */

/* {{{ paramedic tv and emsgrantshelp blocks */
.param-ems-wrapper {
	padding: 0 11px;
}
.param-ems {
	display: table;
	width: 100%;
	border-spacing: 10px;
	overflow: hidden;
}

/* {{{ paramedic tv block */
#paramedictv {
	width: 430px;
/*	width: 538px;*/
	border: 1px solid #646464;
	display: table-cell;
	padding: 0;
	overflow: hidden;
}
#paramedictv h2 {
	height: 48px;
	background: url(../img/hd_param.png) no-repeat right top;
	text-indent: -9999px;
}

#ptv-tabs {
	height: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../img/bg_tabs.png);
	background-repeat: no-repeat;
}
.selected1 { background-position: 0 0; }
.selected2 { background-position: 0 -32px; }
.selected3 { background-position: 0 -64px; }
#ptv-tabs li {
	text-transform: uppercase;
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	width: 134px;
}
#ptv-tabs a {
	color: #fff;
	text-decoration: none;
}
#ptv-tabs a.selected {
	color: #f90;
}

.video-block {
	background: #e5e5e5;
}
.full-video {
	float: left;
	width: 400px;
}
.previews {
	width: 138px;
	float: right;
	background: #fff url(../img/bg_previews.gif) repeat-x bottom;
	padding-bottom: 10px;
}
.preview {
	width: 111px;
	margin: 0 auto 10px;
}
.preview img {
	margin-bottom: 5px;
}
.video-info {
	width: 118px;
	clear: right;
	float: right;
	border-top: 1px solid #f0f0f0;
	padding: 15px 10px;
}
.playing-now {
	display: block;
	padding-left: 12px;
	background: url(../img/bul1.gif) no-repeat 0 4px;
	margin-bottom: 10px;
}
/* }}} paramedic tv block */

#emsgrantshelp {
	width: 398px;
/*	width: 288px;*/
	border: 1px solid #2e8bc1;
	display: table-cell;
	padding: 0;
	overflow: hidden;
}
#emsgrantshelp h2 {
	height: 44px;
	background: url(../img/hd_emsgrants.png) no-repeat 7px 7px;
	text-indent: -9999px;
	border-bottom: 4px solid #2e8bc1;
}
#emsgrantshelp h3 {
	background: #e4e4e4;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	padding: 6px 10px;
}
#emsgrantshelp ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}
#emsgrantshelp ul li {
	margin-bottom: 10px;
}
#emsgrantshelp ul .date {
	color: #8f8e8e;
	font-size: 10px;
}
/* }}} paramedic tv and emsgrantshelp blocks */
.register {
	padding-top: 10px;
}
.header2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;

}
.topsite-list-header {
	height: 25px;
}
.error-msg {
	color: #FF0000; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 9pt;
}
.join-form {
	font-size: 12px;
}
.join-form td {
	padding-bottom: 5px;
	text-align: left;
}
.join-form  input, .join-form  textarea, .join-form  select {
	font-size: 12px;
	width: 200px;
}
#content2 {
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
	font-size: 
}
#content-info-page {
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
	width: 865px;
	float: left;
}
#header-small-info-page {
	height: 179px;
	position: relative;
	background: url(../img/bg_header.gif) repeat-x top;
	width: 885px;
	overflow: hidden;
	float: left;
}
#header-small {
	height: 179px;
	position: relative;
	background: url(../img/bg_header.gif) repeat-x top;
	width: 885px;
}
.header-small-banner {
	background: url(../img/bg_snow.png) no-repeat left top;
	height: 110px;
	width: 885px;
	position: absolute;
	top: 68px;
	left: 0;
	padding: 10px 0px 0px 10px;
}

.head-title {
	background-color: #044392;
	color: #FFFFFF;
	height: 18px;
	font-size: 11px;
	font-weight: 700;
	text-align: left;
	padding: 4px 0px 0px 7px;
	margin: 0px;
	font-family: Verdana;
}
.head-black {
	margin: 10px 0px 0px 0px;
	color: #000000;
	font-size: 12px;
	font-weight: 700;
}
#content2 .next-prev {
	color: #FE8D01;
	font-style: italic;
	text-decoration: underline;
}
#content2 .next-prev:visited {
	color: #FE8D01;
}
#content2 .next-prev:hover {
	text-decoration: none;
}
/* }}} content */

