@charset "utf-8";
/* CSS Document */

BODY, P {font-family:Arial, Helvetica, sans-serif;}

P {font-size:12px;}

.header {font-size:10px}
h1.header {
	font-size:10px;
	display:inline;
}

.headerText, H2.headerText  {
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
}

.subheader {color:red; font-size:16px; font-weight:bold; font-style:italic;}

.sideHeader {
	color:white; 
	font: bold 13px Arial, Helvetica, sans-serif; 
	text-transform:uppercase; 
	background:#006600; 
	padding:5px; 
	margin:0;
	border-top:1px solid black; 
	border-bottom:1px solid black;
	
}

.brochure, a.brochure, a.brochure:visited {
	color:green; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
}

a.brochure:hover {
	text-decoration:none;
}

#cta{ text-align:center}
#cta h2 {font-size:16px; font-weight:bold; font-style:italic; text-align:center}
#cta h2 a {font-size:22px; text-decoration:underline;}
#cta h1 {color:red; font-size:24px; font-weight:bold; font-style:italic; margin:0; padding:0}
#cta p { font-size:18px; font-weight:bold;}
#cta p a {font-size:18px; font-weight:bold; text-decoration:underline}

h3 {margin:0; padding:0;}

H3.rightCol  {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008000;
}

#nav { width:120px; text-align:center}
#nav UL {margin:0; padding:0; list-style:none}
#nav LI { font-size:12px; padding:5px 0px;}

A {color:#000099;}
A:visited {color:#3300CC;}

A:hover {color:#333333;}
A:visited:hover {color:#333333;}

.footer, a.footer {color:white; font-size:11px;}
A.footer:hover {color:#ccc; font-size:11px;}


#logo { display:inline; 		
	width:195px;
	height:86px;
}
#logo h1 {
	text-indent:-9999px;
	display:block;
	float:left;
	background:url(imagesBase/imageCaptureLogo.jpg) no-repeat;
	background-position:top;
	overflow:hidden;
	width:195px;
	height:86px;
	padding:0;
	margin:0;
	}
	
#logo h1 a{
	text-indent:-9999px;
	display:block;
	float:left;
	background:url(imagesBase/imageCaptureLogo.jpg) no-repeat;
	background-position:top;
	overflow:hidden;
	width:195px;
	height:86px;
	padding:0;
	margin:0;
	}
	
.intro {color:#006600; font:12px bold Arial, Helvetica, sans-serif; font-style:italic;}

/* slip fall prevention page */

p.checklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.TT {
	font-size:21px; 
	font-weight:bold; 
	font-style:italic; 
	color: green;
	text-align:center;
}

/* FAQ Styles Here */

.faqs {
	text-align:center;
	font-size:22px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

#FAQ UL LI{
	padding:5px 0px;
	font-size: 13px;
}

