@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */


/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*
@import url("");
*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:none;
	padding:0;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 13px;
}

ul li,
ol li {
	line-height:1.6;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%;
	width: 100%; 
	}

body {
	letter-spacing:-0.02em;
	color: #898989;
	line-height: 1.538em;
	background: #fff;
	width: 100%;
	font-family: "Myriad Pro", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 103%;
} 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#000;
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color:#000;
	border-bottom:1px solid #939292; }

a.btn {
	color:#fff;
	display: block;
	font-size:16px;
	font-weight:bold;
	margin: 10px 0 0 0;
	width: 39%;
	padding:15px;
	float:left;
	outline: 0;
	text-align: center; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	margin: 0 0 12px 0; }
 
h1 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h2 {
	font-size:36px;
	font-weight: bold;
	font-style: italic;
	margin:10px 0 15px 0;
	padding:0;
	color:#333333;
	line-height: 45px;
}

h2 span {
	font-size:14px;
	font-weight: normal;
	font-style: italic;
	padding:0;
	color:#000; }
 
h3 {
	color:#939292;
	font-size:20px;
	line-height: 1.5em;
	font-weight:normal;
	font-style: italic;
	text-align: justify;
	margin: 20px 0 20px 0;}

h4 {
	color:#06468b;
	font-size:16px;
	line-height: 1.6em;
	font-weight:bold;
	margin: 5px 0 5px 0;
}

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }

.breakspace {
	height:2;
	background-color: #ffffff;
	width: 100%;
}
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */

/*	-------------------------------------------------------------
	GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.left { float:left; width: 48%; }
.right { float:right; width: 48%; }
.leftsmall { float:left; width: 35%; }
.rightlarge { float:right; width: 55%;
	background:#f2f2f2;
	padding:20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  }
	
	
.center { 
float:left; 
width: 90%; 
margin: auto;
text-align: center;}
	
	
.verticalSpace {
	clear: both;
	font-size: 0;
	height: 65px;
	min-height: 65px;
	line-height: 0;
	position: relative;
}

.icon {
	margin-top: 10px;
}
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	padding:0;
	margin:0 auto;
	width: 100%;
	text-align: center }
 
.wrapper {
	margin:0 auto;
	padding: 0;
	width:940px; }
 
.header {
	position: relative;
	margin: 0 auto 0 auto;
	padding:13px 0 0 0;
	width: 940px;
	height: 188px;
	background-image: url(../../images/header-bg.png);
	background-repeat: no-repeat;/*	border-bottom: 2px solid #f2f2f2;
*/
}

.welcome {
	width: 900px;
	margin: 0 auto 40px auto;
	font-weight: bold;
}

.welcome p {
	color:#333333;
	font-size: 2em;
	line-height: 130%;
	font-style: italic;
	text-align: center;
}

.content {
	padding:0;
	margin:0 auto;
	width: 900px;
	text-align:left; }

.content p {
	font-size:14px; }

.content ul li,
.content ol li {
	font-size:14px;
	padding:0 0 0 14px;
	background: transparent url("../../images/bg_arrow_li.gif") no-repeat 0 5px; }

/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	color:#000;
	font-size:2.5em;
	font-weight: bold;	
	margin:0;
	padding:0;
	float:left; }

.header .nav {
	position: relative;
	padding-top:0px;
	width: 600px;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
}

.header .nav li {
	float:left;
	width:auto;
	margin:0 15px;
	background:transparent; }

.header .nav li a {
	color:#939292;
	font-weight: normal;
	font-size:1.2em;
	padding:0 0 10px 0;
	background:transparent; }

.header .nav li a:hover {
	color:#000;
	border:none;
	background: url(../../images/bg_nav_li.png) no-repeat 50% 100%; }

.header .nav li a.selected {
	color:#000;
	border:none; }
	
.topButtons {
	position: relative;
	padding:0;
	margin:0;
	text-align: right;
	width: auto;
}


.bookmarking{
	position: relative;
	margin:0;
	float:right;
	width: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00498C;
}
.header-tally{
	position: relative;
	float:right;
	width: 89px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #666666;
	padding-top: 6px;
	background-image: url(../../images/tally-bg.png);
	background-repeat: no-repeat;
	height: 83px;
}

.header-tally-number {
	color: #d0332f;
	font-size: 26px;
}

.header-register{
	position: relative;
	width: 114px;
	float: right;
	background-image: url(../../images/register-btn.gif);
	background-repeat: no-repeat;
	height: 87px;
	min-height: 87px;
}


.quiz-font{
	font-size:14px;
	padding-left: 34px;
	background-image: url(../../images/stroke-takequiz.gif);
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 70px;
	color: 666666;
	line-height: 24px;
}






/*	-------------------------------------------------------------
	SHOWCASE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#showcase {
	display: block;
	overflow: hidden;
	position: relative;
	width: 940px;
	margin: 0 auto; }

#showcase #prev a, #showcase #next a {
	display: block;
	height: 36px;
	width: 36px;
	float: left;
	margin-top: 120px; }

#showcase #prev a {
	background: url(../../images/back.gif) no-repeat 0 -36px; }

#showcase #prev a:hover, #showcase #prev a:hover {
	background-position: 0 0;
	border:none; }

#showcase #next a {
	background: url(../../images/next.gif) no-repeat 0 0; }

#showcase #next a:hover, #showcase #next a:hover {
	background-position: 0 -36px;
	border:none; }

#showcase ul#slides {
	float: left;
	margin: 0 20px;
	width: 788px; }

#showcase ul#slides li {
	background: none; }

#showcase img {
	height:410px;
	width:788px; }

#showcase span.slide_caption {
	display:none; }

.caption {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px; }

.caption #project_caption {
	display:none;  
	color:#939292; 
	text-align: center;
	background:transparent; }

/*	-------------------------------------------------------------
	locations
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.locationsrow {
	margin:0;
	width:760px; 
	height:250px; 
	clear:both; }

.locationsrow h2 {
	margin:0;
	padding:0;
	font-weight: normal;
	font-size:18px;
	color:#000  }

.locationsrow h3 {
	margin:0;
	padding:0;
	font-style: normal;
	font-size:14px;
	color:#939292}

.locationsrow a:hover {
	border:none; }
	
.locationsbox1 {
	width:338px;
	height:330px;
	float:left;
}
	
.locationsbox {
	margin-left:22px;
	width:338px;
	height:330px;
	float:left;
}

#locationsitem { 
	width:220px; 
	height:160px; 
	float:left;}

.locationsleft {
	width:160px; 
	float:left; 
	clear:left;
	margin:20px 0 0 0; }

.locationsleft h3 {
	font-size:24px;
	padding:0;
	margin:0;
	font-weight: bold;
	font-style: italic; }

.locationsright {
	width:740px; 
	float:right;
	margin:20px 0 0 0; }

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	width: 940px;
	height: 50px;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../../images/footer-bg.png);
	background-repeat: no-repeat;
}

.footer .right { text-align: right; }

.footer p {
	font-size:12px;
	line-height:24px
}
	
.footer ul li,
.footer ol li a {
	color:#cccccc;
	font-weight: normal;
	font-size:12px;
	background:transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	width: 150px;
	line-height: 24px;
}

.footer ol li a:hover {
	color:#333333;
	border:none;
	background: url(../../images/bg_nav_li.png) no-repeat 50% 100%; }

.footer ol li a.selected {
	color:#333333;
	border:none; }

.footer h3 {
	margin:0;
	padding:0;
	font-style: normal;
	font-size:13px;
	color:#939292}


.footer img {
	float:left;
	width: 50px;
	margin-right: 10px;
	height: 161px;
  }
  
.footerleft {
	float:left;
	width: 39%;
}
.footermiddle {
	float:left;
	width: 33%;
}  
.footerright {
	float:left;
	width: 28%;
}

.footer h4 {
	color: #333333;
	font-weight: bold;
}




/* HISTORY SLIDE */

.history_slider_stage_border
{
	background-color: #C3C5C4;
	width: 350px;
	padding: 10px 0 10px 0;
}
#history_slider_stage
{
	width: 330px;
	height: 262px;
	overflow: hidden;
	position: relative;
}
#history_slider_list 
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
}
#history_slider_list a.theme 
{
	list-style: none;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
}
#history_slider_list a.theme:hover
{

}
#history_btn_back
{
	cursor: pointer;
}
#history_btn_next
{
	cursor: pointer;
}

#btnsubmit
{
	width: 159px;
	height: 46px;
	border: 0;
	background: url(../../images/submit-btn.gif) no-repeat;
	cursor: pointer;
}


/* ER FREE FIRST AID KIT */

.er-freekit{
	font-size:14px;
	padding-left: 34px;
	background-image: url(../../images/er-freekit.gif);
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 70px;
	color: 666666;
	line-height: 24px;
}

.er-freekit-content {
	padding-top: 65px;
	width: 250px;
	margin: auto;
}

.er-freekit-content a, .er-freekit-content a:visited {
text-decoration: none;
}

.er-freekit-content a:hover, .er-freekit-content a:active {
	text-decoration: none;
}

/* FORM */

#form-container {
width: 494px;
height: 750px;
background-image: url(../../images/free-contact-kit-bg.gif);
background-repeat: no-repeat;
padding-top:75px;
text-align: center;
margin-left: 200px;
pasition: absolute;

}

#back-to-home-btn {
width: 450px;
height: 229px;
background-image: url(../../images/back-to-home.gif);
background-repeat: no-repeat;
margin: auto;
}
	
/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}
